www.clan-themes.co.uk :: View topic - Forums center block question
Welcome To Clan Themes
As the board grows please remember the Search Option and we hope you find our community useful.
We also monitor Private Messages to stop members from abusing our sites system. If you are asking for assistance please provide your site link and nuke version, Thanks.
// When set to 1 then Forums permissions which View and/or Read are NOT set to 'ALL' will NOT be displayed in the center block
$HideViewReadOnly = 'ALL';
// Show only 5 last new topics
$Last_New_Topics = 5;
// Icon that is displayed in Center Block in front of Topic
$IconPath ="images/msg.png";
//size of the outer border
$border = 1;
//cell spacing around the tables
$cellspacing = 0;
/* Total Amount of Topics */
$result = mysql_query("SELECT * FROM phpbb_topics");
echo mysql_error();
$Amount_Of_Topics = mysql_num_rows( $result );
/* Total Amount of Posts */
$result = mysql_query ("SELECT * FROM phpbb_posts");
echo mysql_error();
$Amount_Of_Posts = mysql_num_rows( $result );
also i am off work now and have to go to grandmas birthday but will be on all day if you want to help tackle this problem ill will be on later tongiht if you found out was error was thx floppy
floppy
Reputation: 1791.9 votes: 10
Local time: 7:07 AM Location: Jackson Mississippi
Status: Offline
2.78 posts per day Medals: 1 (View more...)
Clan Themes Scripts/Coder Joined: Nov 14, 2006
Last Visit: 19 Nov 2008
Posts: 2052 Points: 2525
Forums center block questionPosted:
Mon Jul 30, 2007 9:34 pm
// When set to 1 then Forums permissions which View and/or Read are NOT set to 'ALL' will NOT be displayed in the center block
$HideViewReadOnly = 'ALL';
// Show only 5 last new topics
$Last_New_Topics = 5;
// Icon that is displayed in Center Block in front of Topic
$IconPath ="images/msg.png";
//size of the outer border
$border = 1;
//cell spacing around the tables
$cellspacing = 0;
/* Total Amount of Topics */
$result = mysql_query("SELECT * FROM phpbb_topics");
echo mysql_error();
$Amount_Of_Topics = mysql_num_rows( $result );
/* Total Amount of Posts */
$result = mysql_query ("SELECT * FROM phpbb_posts");
echo mysql_error();
$Amount_Of_Posts = mysql_num_rows( $result );
k looks like we have a start the block is showing up here is the new error floppy
Code:
Table 'weaser31_forum.phpbb_bbtopics' doesn't exist
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/weaser31/public_html/blocks/block-Forums_Center.php on line 77
Table 'weaser31_forum.phpbb_bbcategories' doesn't exist
floppy
Reputation: 1791.9 votes: 10
Local time: 7:07 AM Location: Jackson Mississippi
Status: Offline
2.78 posts per day Medals: 1 (View more...)
Clan Themes Scripts/Coder Joined: Nov 14, 2006
Last Visit: 19 Nov 2008
Posts: 2052 Points: 2525
Forums center block questionPosted:
Mon Jul 30, 2007 9:42 pm