


How can we show polls on index as announcement when showing a topic/post?
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.

Forke wrote:Just one thing: I have 3.0.0 and 1.0.0b installed. Should I update with this version?
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()Badal wrote:
- 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()
i got this error after add module and create new category. and add annulment... any solution plz?
lefty74 wrote:Badal wrote:
- 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()
i got this error after add module and create new category. and add annulment... any solution plz?
did you run the SQL statement?
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)
BACKTRACEReturn to [3.0.x] MOD Database Releases