1 頁 (共 1 頁)

[問題] 廣告外掛升級2.0問題

發表於 : 2006-05-09 22:28
mmk7821
問題網址:http://www.hoount.com/forum/index.php
版本:2.0

外掛相關網頁:http://phpbb-tw.net/phpbb/viewtopic.php?t=21089
外掛軟體:Complete banner mod


症狀:HTML與文字不正常   

發表於 : 2006-05-10 16:47
wu2017
overall_header.tpl 是否修改正確

發表於 : 2006-05-10 16:57
~倉木麻衣~
這看起來怎麼比較像是自己把廣告給設錯了
overall_header.tpl的內容沒錯
<td width="96%" colspan="6"><div align="center">{BANNER_0_IMG}</div></td>
includes/page_header.php新增的部份內容為
default:
$template->assign_var('BANNER_'.$banner_spot.'_IMG', '<a href="'.append_sid('redirect.'.$phpEx.'?banner_id='.$banners[$i]['banner_id']).'" target="_blank"><img src="'.$banners[$i]['banner_name'].'" '.$banner_size.' border="0" alt="'.$banners[$i]['banner_description'].'" title="'.$banners[$i]['banner_description'].'" /></a>');
檢視首頁原始檔的內容
<a href="redirect.php?banner_id=1&sid=bbf46e5ab7a41cc034d5fcf5f916b262" target="_blank"><img src="<!-- Search Google -->
<center>
<form method="get" action="http://www.google.com.tw/custom" target="_top">
<table bgcolor="#ffffff">
......
中略
......
<!-- Search Google -->
" border="0" alt="" title=""></a>
想不出錯都很困難吧?

發表於 : 2006-05-10 17:20
心靈捕手
To mmk7821:

建議您:
1. 更新標題 -> 如: [問題] 橫幅廣告失效
2. 更新內容 -> 詳述問題
3. 這個外掛 Complete banner 最新版本是 1.3.8
安裝參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?p=198412#198412

發表於 : 2006-05-10 17:51
mmk7821
心靈捕手 寫:To mmk7821:

建議您:
1. 更新標題 -> 如: [問題] 橫幅廣告失效
2. 更新內容 -> 詳述問題
3. 這個外掛 Complete banner 最新版本是 1.3.8
安裝參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?p=198412#198412
請問?

新版本

舊版本

哪裡不同?

發表於 : 2006-05-10 17:57
心靈捕手
mmk7821 寫:
心靈捕手 寫:To mmk7821:

建議您:
1. 更新標題 -> 如: [問題] 橫幅廣告失效
2. 更新內容 -> 詳述問題
3. 這個外掛 Complete banner 最新版本是 1.3.8
安裝參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?p=198412#198412
請問?

新版本

舊版本

哪裡不同?

代碼: 選擇全部

############################################################## 
## MOD History: 
## 
##   2006-01-28 - Version 1.3.8
##	- Improved how Custom HTML code banners are handled
##	- Improved handeling flash banner clicks
##
##   2005-01-15 - Version 1.3.7
##	- fix a bug conserning width/ hight the HTML code created wasent correct
##
##   2004-07-06 - Version 1.3.6
##	- weigth wasen't storred when creating a banner only updating - also changed the length of allowed redirect urls
##
##   2004-04-04 - Version 1.3.5
##	- text type, for page_header.php corrected, as it was buggy
##
##   2004-21-02 - Version 1.3.4
##	- redirect.tpl and lang_banner.php have been updated, now the mod ONLY uses javascript
##        to redirect - this works more correctly with some commercial adds
##
##   2004-18-01 - Version 1.3.3
##	- redirect.php have been updated, a wrong version was included prior
##
##   2003-15-11 - Version 1.3.2
##	- english language file was missing the $lang['Left_via_banner']
##        now updated to include this once again
##
##   2003-15-11 - Version 1.3.1
##	- added changes ned to functions.php
##	- corrected a typo in db_update.php
##
##   2003-15-11 - Version 1.3.0
##	- added ability to specify "hide banner after click"
##	- added ability to specify "banner click inactive time"
##
##   2003-15-11 - Version 1.2.3
##	- changed "'width to 'width
##
##   2003-12-11 - Version 1.2.2
##	- a error in admin_banner.php ver 1.2.0./1.2.1. did
##        cause problems - now corrected
##
##   2003-12-11 - Version 1.2.1
##	- $lang['Banner_comment_explain']+ $lang['Left_via_banner'] added 
##
##   2003-12-10 - Version 1.2.0
##	- added option to change banner size
##	- added option to make banners as flash (or other types)
##
##   2003-12-08 - Version 1.1.5 
##      - phpBB template & EasyMOD compliance enhancement
##      - Italian translation now provide with the MOD
## 
##   2003-10-25 - Version 1.1.4
##	- minor change redirect.php
##	- added PAGE_REDIRECT constant
##	- added change to viewonline.php
##	- corrected how-to header
##	- updated lang_banner.php
##
##   2003-10-25 - Version 1.1.3
##	- added change to admin_db_utils.php
##
##   2003-08-23 - Version 1.1.2
##	- updated redirect.php, db_update.php and constants.php
##      - click statistics are now stored
##
##   2003-08-23 - Version 1.1.1
##	- updated admin_banner.php, and improved the
##        template/lang_banner.php
##
##   2003-08-23 - Version 1.1.0
##	- now EM ready
##
##   ????-??-?? - Version 1.0.5
##	- admin_banner.php, redirect.php updated 
##
##   ????-??-?? - Version 1.0.4
##	- minor typo in the file names, now corrected
##
##   ????-??-?? - Version 1.0.3
##	- 1.0.2 did require change to page_tail.php witch
##        is now included
##
##   ????-??-?? - Version 1.0.2
##	- now support that banner are to show in a specific forum
##
##   ????-??-?? - Version 1.0.1
##	- added new feature, banners can show depending
##        on user type
##
##   ????-??-?? - Version 1.0.0
##	- corrected redirect.tpl file, now considered as final
##
##   ????-??-?? - Version 0.9.3
##	- correction to page_header.php
##
##   ????-??-?? - Version 0.9.2
##	- correction to page_header.php
##
##   ????-??-?? - Version 0.9.1
##	- correction to page_header.php
##
##   ????-??-?? - Version 0.9.1
##	- correction to page_header.php
##
##   ????-??-?? - Version 0.9.0
##	- initial beta  
Source: 'complete_banner_1.3.8em.txt' (外掛安裝說明檔) 部分擷取

請問: 哪裡有 '2.0' 版? :-?
如果您指的是討論區的版本, 那麼最新版本也應該是 2.0.20 才是啊!

發表於 : 2006-05-10 20:42
mmk7821
謝謝心靈捕手大大的解說


是不是廣告要用1.3.8 才能支援論壇2.0.20

之前的版本不支援,所以才會產生排斥現象


等等我去試試看

謝謝各位的幫忙

發表於 : 2006-05-11 06:36
心靈捕手
mmk7821 寫:謝謝心靈捕手大大的解說


是不是廣告要用1.3.8 才能支援論壇2.0.20

之前的版本不支援,所以才會產生排斥現象


等等我去試試看

謝謝各位的幫忙
看來, 您還是沒有心解決問題.
抱歉! 鎖定這個主題.