Hi peeps,
I have had this mod installed on my forum home for about 2 years and now i come to add a new tab for access to restricted , paid subscription area of my site, i have teh tab, it only displays for premium account members but i can't get any content to load under the tab.. just the category header but it isn't pulling the private forums up just white empty space!
If someone can point me in the right direction I'd really appreciate it...
I'm a little confused regarding the $forumbits additions in index_tabs.php
$forumbits = construct_forum_bit($forumid);
// Construct Tabbed Forum Home forumbits
// Category for Tab 2, pulls forum and sub form data from Category (Forum ID 1)
$forumbits2 = construct_forum_bit(9,1,0);
$forumbits2a = construct_forum_bit(51,1,0);
$forumbits3 = construct_forum_bit(15,1,0);
$forumbits3a = construct_forum_bit(16,1,0);
$forumbits3b = construct_forum_bit(17,1,0);
$forumbits3c = construct_forum_bit(19,1,0);
$forumbits4 = construct_forum_bit(1,1,0);
$forumbits5 = construct_forum_bit(51,1,0);
$forumbits13 = construct_forum_bit(186,1,0);
If i put the $forumbits13 code after my new tab i get nothing....?
I know i am doing something really daft but after searching through the code for the past few hours my brain is ceasing..lol
any ideas...?
many thanks...
Pistils
|