Code: Select all
generate_smilies('window', $forum_id);
Code: Select all
if ( (int) request_var('announce', 0) == 1 )
{
generate_smilies('window', 0, 1);
}
else
{
generate_smilies('window', $forum_id);
}
Code: Select all
break;
case 'smilies':
$sql = '';
generate_smilies('window', $forum_id);
break;
case 'popup':
try to find out what your templates are based on, if they are based on prosilver take the files from the prosilver style, if subsilver2 the one from that style.wyca wrote:Hi,
My board is using differrent templates then the standard delivered ones.
What needs to be changed exactly in the layout templates to show the announcement in a different template?
Thanks for the great mod. Just what I was looking for.
Alex_W
i just found all the finds all on 3.0.4 without a problem so there is nothing wrong with the instructionsmoorken wrote:is there maybe a possibility that someone creates a new instructions list for PHP 3.0.4 on how to install the announcement centre? since i cant seem to find most of the code where i need to look for in most files
There is nothing wrong with the instructions, you have simply followed them incorrectly.Restore your backup and then read these links before trying againkaanuslu wrote:This MOD crashes my forum completely. The instructions must be re-written at once.![]()
I am using 3.0.4 prosilver.
You are either looking at the wrong files or the wrong installation instructions.kaanuslu wrote:I think there is a problem with the file to be copied for this MOD.
In the instructions it is written asFiles names are not machting.Code: Select all
Copy: root/adm/style/acp_announcement_centre.html To: adm/style/acp_announcement_centre.html Copy: root/includes/functions_announcements.php To: includes/functions_announcements.php Copy: root/includes/acp/acp_announcements_centre.php To: includes/acp/acp_announcements_centre.php Copy: root/includes/acp/info/acp_announcements_centre.php To: includes/acp/info/acp_announcements_centre.php Copy: root/language/en/mods/announcement_centre.php To: language/en/mods/announcement_centre.php Copy: root/language/en/mods/info_acp_announcement_centre.php To: language/en/mods/info_acp_announcement_centre.php Copy: root/styles/prosilver/template/announcement_centre.html To: styles/prosilver/template/announcement_centre.html Copy: root/styles/prosilver/template/announcement_smilies.html To: styles/prosilver/template/announcement_smilies.html Copy: root/styles/prosilver/imageset/birthday.png To: styles/prosilver/imageset/birthday.png
There are no "styles/prosilver/template/announcement_smilies.html ". Instead all I see under "styles/prosilver/template/" is an folder named ADS !
"root/includes/acp/acp_announcements_centre.php " >>> root/includes/acp/acp_ads.php
Plus, there is a folder named INFO under includes/acp/???
And so on .....
Any comment![]()
Code: Select all
SQL ERROR [ mysql4 ]
Incorrect string value: '\xC4\xB1s\xC4\xB1 ...' for column 'announcement_text' at row 1 [1366]
SQL
UPDATE phpbb_announcement_centre SET announcement_enable_guests = 1, announcement_show = 1, announcement_show_birthdays = 0, announcement_birthday_avatar = 0, announcement_title = 'Site Announcements', announcement_text = '[color=red:3ffxmuji][b:3ffxmuji]Anadolu Nümismatik Bülteninin 8. sayısı 14 Şubat Çarşamba günü postaya verilecektir.[/b:3ffxmuji][/color:3ffxmuji] <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->', announcement_text_bbcode_uid = '3ffxmuji', announcement_text_bbcode_bitfield = 'Qg==', announcement_text_bbcode_options = 7, announcement_draft = '[color=red:3ly4ye6s][b:3ly4ye6s]Anadolu Nümismatik Bülteninin 8. sayısı 14 Şubat Çarşamba günü postaya verilecektir.[/b:3ly4ye6s][/color:3ly4ye6s] <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->', announcement_draft_bbcode_uid = '3ly4ye6s', announcement_draft_bbcode_bitfield = 'Qg==', announcement_draft_bbcode_options = 7, announcement_title_guests = 'Guest Announcements', announcement_text_guests = '[color=red:18w3bfbu][b:18w3bfbu]Anadolu Nümismatik Bülteninin 8. sayısı 14 Şubat Çarşamba günü postaya verilecektir.[/b:18w3bfbu][/color:18w3bfbu] <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->', announcement_text_guests_bbcode_uid = '18w3bfbu', announcement_text_guests_bbcode_bitfield = 'Qg==', announcement_text_guests_bbcode_options = 7, announcement_show_group = ''
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/acp/acp_announcements_centre.php
LINE: 99
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_announcements_centre->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()