You can't, sorry. it can only show the post.How can we show polls on index as announcement when showing a topic/post?
it is only possible to either show everywhere or on index only. To show it only in a specific section, you would need to take the code from index.php and move it to the section you would want it displayed instead. that should work but i have not tested it.How can i post an annoucement in a specific section only?
yes, that should be fairly straight forward, first install this mod on prosilver, then make the prosilver edit in the overall_header.html file of prosilver SE. afterwards, upload the prosilver announcement_centre.html to the prosilver SE folder. again, not really tested but i think thats what i did at the time.Has anyone got this to work with the prosilver_se template?
Thanks in advance.
Yes, you would need to update. The upgrade instructions are in the contrib folderForke wrote:Just one thing: I have 3.0.0 and 1.0.0b installed. Should I update with this version?
Code: Select all
form.phpbb_announcement_centre' doesn't exist [1146]
SQL
SELECT * FROM phpbb_announcement_centre
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/acp/acp_announcements_centre.php
LINE: 114
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_announcements_centre->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
did you run the SQL statement?Badal wrote:i got this error after add module and create new category. and add annulment... any solution plz?Code: Select all
form.phpbb_announcement_centre' doesn't exist [1146] SQL SELECT * FROM phpbb_announcement_centre BACKTRACE FILE: includes/db/mysql.php LINE: 158 CALL: dbal->sql_error() FILE: includes/acp/acp_announcements_centre.php LINE: 114 CALL: dbal_mysql->sql_query() FILE: includes/functions_module.php LINE: 471 CALL: acp_announcements_centre->main() FILE: adm/index.php LINE: 74 CALL: p_master->load_active()
lefty74 wrote:did you run the SQL statement?Badal wrote:i got this error after add module and create new category. and add annulment... any solution plz?Code: Select all
form.phpbb_announcement_centre' doesn't exist [1146] SQL SELECT * FROM phpbb_announcement_centre BACKTRACE FILE: includes/db/mysql.php LINE: 158 CALL: dbal->sql_error() FILE: includes/acp/acp_announcements_centre.php LINE: 114 CALL: dbal_mysql->sql_query() FILE: includes/functions_module.php LINE: 471 CALL: acp_announcements_centre->main() FILE: adm/index.php LINE: 74 CALL: p_master->load_active()
Code: Select all
SQL ERROR [ mysql4 ]
Duplicate entry 'announcement_enable' for key 1 [1062]
SQL
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('announcement_enable', 1, 0)
BACKTRACE