Sub Menu
Links Menu
Online Users

In total there are 304 users online :: 3 registered, 0 hidden and 301 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

Announcement problem

Support for IntegraMOD 141

Moderator: Integra Moderator

Re: Announcement problem

PostAuthor: thatjoeguy » Mon Feb 19, 2007 9:36 pm

"Teelk";p="21966" wrote:Go to ACP>IM Portal>Portal Configuration, set the appropriate forum id's to pull the announcements from, "Announcements Forum ID(s)".


Done that. Entering 0 for all doesn't work, BTW.
Last edited by thatjoeguy on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

thatjoeguy
Members
Members
 
Posts: 48
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 06, 2006 3:55 pm
Cash on hand: 0.00

Re: Announcement problem

PostAuthor: D3luxe » Tue Feb 20, 2007 5:31 pm

Still doesnt work, I double and triple checked everything.
Last edited by D3luxe on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

D3luxe
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Wed Jan 24, 2007 8:31 pm
Cash on hand: 0.00

Re: Announcement problem

PostAuthor: Teelk » Tue Feb 20, 2007 10:34 pm

Compare the contents of the portal_config table with the following SQL statements. If there are any missing, then run them in phpmyadmin, changing the phpbb_ to your db's table prefix.

Code: Select all
INSERT INTO phpbb_portal_config VALUES (1, 'md_cat_id', '0');INSERT INTO phpbb_portal_config VALUES (2, 'md_pics_number', '2');INSERT INTO phpbb_portal_config VALUES (3, 'md_pics_sort', '0');INSERT INTO phpbb_portal_config VALUES (4, 'md_pics_all', '1');INSERT INTO phpbb_portal_config VALUES (5, 'md_cat_id2', '0');INSERT INTO phpbb_portal_config VALUES (6, 'md_pics_number2', '2');INSERT INTO phpbb_portal_config VALUES (7, 'md_pics_sort2', '0');INSERT INTO phpbb_portal_config VALUES (8, 'md_pics_all2', '0');INSERT INTO phpbb_portal_config VALUES (9, 'md_num_announcements', '5');INSERT INTO phpbb_portal_config VALUES (10, 'md_announcements_length', '250');INSERT INTO phpbb_portal_config VALUES (11, 'md_announcements_forum_id', '1');INSERT INTO phpbb_portal_config VALUES (12, 'md_num_top_downloads', '10');INSERT INTO phpbb_portal_config VALUES (13, 'md_num_new_downloads', '10');INSERT INTO phpbb_portal_config VALUES (14, 'md_num_new_donations', '10');INSERT INTO phpbb_portal_config VALUES (15, 'md_links_style', '1');INSERT INTO phpbb_portal_config VALUES (16, 'md_links_own1', '1');INSERT INTO phpbb_portal_config VALUES (17, 'md_links_own2', '1');INSERT INTO phpbb_portal_config VALUES (18, 'md_links_code', '1');INSERT INTO phpbb_portal_config VALUES (19, 'md_poll_forum_id', '1');INSERT INTO phpbb_portal_config VALUES (20, 'md_poll_bar_length', '75');INSERT INTO phpbb_portal_config VALUES (21, 'md_ran_att_height', '200');INSERT INTO phpbb_portal_config VALUES (22, 'md_ran_att_width', '200');INSERT INTO phpbb_portal_config VALUES (23, 'md_ran_att_max', '3');INSERT INTO phpbb_portal_config VALUES (24, 'md_ran_att_forums_incl', '');INSERT INTO phpbb_portal_config VALUES (25, 'md_ran_att_forums_excl', '');INSERT INTO phpbb_portal_config VALUES (26, 'md_except_forum_id', '');INSERT INTO phpbb_portal_config VALUES (27, 'md_num_recent_topics', '10');INSERT INTO phpbb_portal_config VALUES (28, 'md_approve_mod_installed', '1');INSERT INTO phpbb_portal_config VALUES (29, 'md_recent_topics_style', '0');INSERT INTO phpbb_portal_config VALUES (30, 'md_num_referers', '10');INSERT INTO phpbb_portal_config VALUES (31, 'md_sort_referers', 'referer_hits DESC');INSERT INTO phpbb_portal_config VALUES (32, 'md_search_option_text', 'IntegraMOD');INSERT INTO phpbb_portal_config VALUES (33, 'md_display_not_visit', '1');INSERT INTO phpbb_portal_config VALUES (34, 'md_hours_track_users', '24');INSERT INTO phpbb_portal_config VALUES (35, 'md_scroll_delay', '100');INSERT INTO phpbb_portal_config VALUES (36, 'header_width', '140');INSERT INTO phpbb_portal_config VALUES (37, 'footer_width', '140');INSERT INTO phpbb_portal_config VALUES (38, 'md_cache_file_locking', '1');INSERT INTO phpbb_portal_config VALUES (39, 'md_cache_write_control', '1');INSERT INTO phpbb_portal_config VALUES (40, 'md_cache_read_control', '1');INSERT INTO phpbb_portal_config VALUES (41, 'md_cache_read_type', 'md5');INSERT INTO phpbb_portal_config VALUES (42, 'md_cache_filename_protect', '0');INSERT INTO phpbb_portal_config VALUES (43, 'md_cache_serialize', '1');INSERT INTO phpbb_portal_config VALUES (44, 'default_portal', '1');INSERT INTO phpbb_portal_config VALUES (45, 'cache_enabled', '1');INSERT INTO phpbb_portal_config VALUES (46, 'portal_header', '1');INSERT INTO phpbb_portal_config VALUES (47, 'portal_tail', '0');  
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: D3luxe » Thu Feb 22, 2007 5:36 pm

It looked NOTHING like that, so I completely dropped the table and recreated it with those values, but it still didnt fix it. No more error, its just that the entire announcement block is blank.
Last edited by D3luxe on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

D3luxe
Newbie
Newbie
 
Posts: 10
Likes: 0 post
Liked in: 0 post
Joined: Wed Jan 24, 2007 8:31 pm
Cash on hand: 0.00

PostAuthor: gumbee » Thu Mar 15, 2007 8:48 am

The Announement block is not working for me either. I can edit permissions of the forums, and have correctly entered the id of the forum to poll from (tried '0' as well)... nothing.
Last edited by gumbee on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

gumbee
Newbie
Newbie
 
Posts: 13
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 05, 2007 12:02 pm
Cash on hand: 0.00

Previous

Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot]

cron