[問題] 問題外掛:文章遮蔽外掛 0.8.0+字體修改 {已解決}.....

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
shinwella
星球普通子民
星球普通子民
文章: 15
註冊時間: 2005-06-28 19:45

[問題] 問題外掛:文章遮蔽外掛 0.8.0+字體修改 {已解決}.....

文章 shinwella »

問題外掛:文章遮蔽外掛 0.8.0
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=31554
使用版本:phpBB 2.0.16
網站位置:
狀況描述:

沒有出現錯誤訊息,只是下面圖片中的文章遮蔽這個功能顯現不出來。
圖檔

下面這張圖片是我的網站目前的狀況:
圖檔
最後由 shinwella 於 2005-07-08 19:02 編輯,總共編輯了 6 次。
Kill
竹貓忠實會員
竹貓忠實會員
文章: 874
註冊時間: 2003-07-31 12:40
來自: CKD Studio
聯繫:

文章 Kill »

可能是posting_body.tpl沒改到
喜歡...就是淡淡ㄉ愛... ...則是深深ㄉ喜歡...
圖檔
提供phpBB代架服務以及外掛安裝

有付費服務的問題請移駕至CKD Studio發問 ╮( ̄▽ ̄)╭
shinwella
星球普通子民
星球普通子民
文章: 15
註冊時間: 2005-06-28 19:45

文章 shinwella »

k122417901 寫:可能是posting_body.tpl沒改到
我有改喔!
可是我現在回過頭來看這個檔案.....有些不一樣也:
我的原始posting_body.tpl 打開後~

<!-- BEGIN switch_delete_checkbox -->
<tr>
<td>
<input type="checkbox" name="delete" />
</td>
<td class="gensmall">{L_DELETE_POST}</td>
</tr>
<!-- END switch_delete_checkbox -->

作者的posting_body.tpl ~
<!-- BEGIN switch_delete_checkbox -->
<tr>
<td>
<input type="checkbox" name="delete" />
</td>
<td><span class="gen">{L_DELETE_POST}</span></td> </tr>
<!-- END switch_delete_checkbox -->

有些許不同,但不知道有否影響(我的風格是fiapplepink),因為實在不懂這些,phpbb2也是剛安裝的,這是我的第一個外掛,可以麻煩您幫我看看嗎?

另外~我想再按照作者的步驟重新做一次,但是第一步驟SQL出現~~
MySQL 傳回:

#1060 - Duplicate column name 'hideit'


這樣子~我重新做一次還有用嗎?
我已經將舊檔案覆蓋回去了(還原)
感謝您的回覆!
Kill
竹貓忠實會員
竹貓忠實會員
文章: 874
註冊時間: 2003-07-31 12:40
來自: CKD Studio
聯繫:

文章 Kill »

你已經有執行過sql了吧\r
那就不用再執行了
直接改php就可以
喜歡...就是淡淡ㄉ愛... ...則是深深ㄉ喜歡...
圖檔
提供phpBB代架服務以及外掛安裝

有付費服務的問題請移駕至CKD Studio發問 ╮( ̄▽ ̄)╭
shinwella
星球普通子民
星球普通子民
文章: 15
註冊時間: 2005-06-28 19:45

文章 shinwella »

k122417901 寫:你已經有執行過sql了吧\r
那就不用再執行了
直接改php就可以
我又重新改了一次,可是.....好慘呀!錯誤訊息:
$params = array('submit' => 'post', 'preview' => 'preview', 'delete' => 'delete', 'poll_delete' => 'poll_delete', 'poll_add' => 'add_poll_option', 'poll_edit' => 'edit_poll_option', 'mode' => 'mode' , 'hideit' => 'hideit');
Warning: Cannot modify header information - headers already sent by (output started at /home/customer/vogue-world.com/www/phpbb/posting.php:1) in /home/customer/vogue-world.com/www/phpbb/includes/sessions.php on line 329

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/vogue-world.com/www/phpbb/posting.php:1) in /home/customer/vogue-world.com/www/phpbb/includes/sessions.php on line 330

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/vogue-world.com/www/phpbb/posting.php:1) in /home/customer/vogue-world.com/www/phpbb/includes/page_header.php on line 475

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/vogue-world.com/www/phpbb/posting.php:1) in /home/customer/vogue-world.com/www/phpbb/includes/page_header.php on line 477

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/vogue-world.com/www/phpbb/posting.php:1) in /home/customer/vogue-world.com/www/phpbb/includes/page_header.php on line 478
shinwella
星球普通子民
星球普通子民
文章: 15
註冊時間: 2005-06-28 19:45

文章 shinwella »

上面錯誤訊息處理好了,我把舊檔案覆蓋上去(還原)後就ok了。

剛剛思考了一下,不知道這個外掛是否適合全部的風格?
會不會是我的風格(fiapppink)不適合呢?

我很喜歡這個外掛,希望能安裝成功,所以要繼續重新修改過囉!希望能成功!
希望前輩大大們幫我看看是哪個問題,導致我無法使用文章遮蔽的功能,
謝謝!
shinwella
星球普通子民
星球普通子民
文章: 15
註冊時間: 2005-06-28 19:45

Re: [問題] 問題外掛:文章遮蔽外掛 0.8.0

文章 shinwella »

shinwella 寫:問題外掛:文章遮蔽外掛 0.8.0
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=31554
使用版本:phpBB 2.0.16
網站位置:
狀況描述:

沒有出現錯誤訊息,只是下面圖片中的文章遮蔽這個功能顯現不出來。
圖檔

下面這張圖片是我的網站目前的狀況:
圖檔

成功了!文章遮蔽功能已經看到了,可是現在有個小問題:

圖檔

這個『遮蔽文章』字體好像不太協調,該如何更改字體呢?

請前輩指點,謝謝!
最後由 shinwella 於 2005-07-08 20:11 編輯,總共編輯了 1 次。
Kill
竹貓忠實會員
竹貓忠實會員
文章: 874
註冊時間: 2003-07-31 12:40
來自: CKD Studio
聯繫:

文章 Kill »

提供一下posting_body.tpl

代碼: 選擇全部

<!-- BEGIN switch_delete_checkbox --> 
<tr> 
<td> 
<input type="checkbox" name="delete" /> 
</td> 
<td class="gensmall">{L_DELETE_POST}</td> 
</tr> 
<!-- END switch_delete_checkbox --> 
附近的原碼
喜歡...就是淡淡ㄉ愛... ...則是深深ㄉ喜歡...
圖檔
提供phpBB代架服務以及外掛安裝

有付費服務的問題請移駕至CKD Studio發問 ╮( ̄▽ ̄)╭
shinwella
星球普通子民
星球普通子民
文章: 15
註冊時間: 2005-06-28 19:45

文章 shinwella »

k122417901 寫:提供一下posting_body.tpl

代碼: 選擇全部

<!-- BEGIN switch_delete_checkbox --> 
<tr> 
<td> 
<input type="checkbox" name="delete" /> 
</td> 
<td class="gensmall">{L_DELETE_POST}</td> 
</tr> 
<!-- END switch_delete_checkbox --> 
附近的原碼
<!-- BEGIN switch_notify_checkbox -->
<tr>
<td>
<input type="checkbox" name="notify" {S_NOTIFY_CHECKED} />
</td>
<td class="gensmall">{L_NOTIFY_ON_REPLY}</td>
</tr>
<!-- END switch_notify_checkbox -->
<!-- BEGIN switch_hideit_checkbox -->
<tr>
<td>
<input type="checkbox" name="hideit" {S_HIDEIT_CHECKED}/>
</td>
<td><span class="gen">{L_HIDEIT_POST}</span></td>
</tr>
<!-- END switch_hideit_checkbox -->
<!-- BEGIN switch_delete_checkbox -->
<tr>
<td>
<input type="checkbox" name="delete" />
</td>
<td class="gensmall">{L_DELETE_POST}</td>
</tr>
<!-- END switch_delete_checkbox -->
<!-- BEGIN switch_type_toggle -->
<tr>
<td></td>
<td><strong>{S_TYPE_TOGGLE}</strong></td>
</tr>
<!-- END switch_type_toggle -->
</table>
</td>
</tr>
{POLLBOX}
<tr>
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FORM_FIELDS}
<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" />
&nbsp;&nbsp;<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" />
</td>
</tr>
Kill
竹貓忠實會員
竹貓忠實會員
文章: 874
註冊時間: 2003-07-31 12:40
來自: CKD Studio
聯繫:

文章 Kill »

<td><span class="gen">{L_HIDEIT_POST}</span></td>
改成
<td class="gensmall">{L_HIDEIT_POST}</td>
喜歡...就是淡淡ㄉ愛... ...則是深深ㄉ喜歡...
圖檔
提供phpBB代架服務以及外掛安裝

有付費服務的問題請移駕至CKD Studio發問 ╮( ̄▽ ̄)╭
shinwella
星球普通子民
星球普通子民
文章: 15
註冊時間: 2005-06-28 19:45

文章 shinwella »

k122417901 寫:<td><span class="gen">{L_HIDEIT_POST}</span></td>
改成
<td class="gensmall">{L_HIDEIT_POST}</td>
修改成功!
感謝大大!
主題已鎖定

回到「外掛問題討論」