On my forum/memberlist side blocks don't show up...

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   On my forum/memberlist side blocks don't show up...
aaronisawesome8
CZ Newbie
aaronisawesome8 has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Aug 12, 2005
0.00 posts per day
Posts: 6
Points: 117
   
Yes in my forums/memberlist, where the side bar for the blocks on the left should be, they arent. Could someone help me out with what code i have to fix or insert.

Thanks,
Aaron



Back to top Reply with quote
#2   re: On my forum/memberlist side blocks don't show up...
GRIM
CZ Active Member
 Codezwiz Site Donator
GRIM has been a member for over 20 year's 20 Year Member
usa.gif
Gender: Male
Status: Offline
Joined: Nov 24, 2003
0.02 posts per day
Posts: 143
Points: 15,818
   
locate your theme.php file in your theme's folder an open theme.php in any editor an
look for the following under function Theme Header:

if (($name=='Forums') OR ($name=='Private_Messages') OR ($name=='Members_List')) {


You want to change to this:

if (($name=='Forums') OR ($name=='Private_Messages')) {


depending on what particular theme you are using it may look a bit different. If you need any further assistance just post your theme.php this should fix you right up



Back to top Reply with quote
#3   re: On my forum/memberlist side blocks don't show up...
aaronisawesome8
CZ Newbie
aaronisawesome8 has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Aug 12, 2005
0.00 posts per day
Posts: 6
Points: 117
   
thank you alot, it wokred.....but now the blocks on the home page and other pages dont work... here is my code if that will help. Thank you very much.

the theme.php is attatched.



Attached Files
theme.php.txt (27.91 KB, Downloaded: 5235 Time(s))


Back to top Reply with quote
#4   re: On my forum/memberlist side blocks don't show up...
GRIM
CZ Active Member
 Codezwiz Site Donator
GRIM has been a member for over 20 year's 20 Year Member
usa.gif
Gender: Male
Status: Offline
Joined: Nov 24, 2003
0.02 posts per day
Posts: 143
Points: 15,818
   
here you go, see if this works for you icon_wink.gif



Attached Files
theme.zip (4.91 KB, Downloaded: 5234 Time(s))


Back to top Reply with quote
#5   re: On my forum/memberlist side blocks don't show up...
aaronisawesome8
CZ Newbie
aaronisawesome8 has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Aug 12, 2005
0.00 posts per day
Posts: 6
Points: 117
   
thank you, but now home and other pages/memberlist has it but not the forums. lol this is getting to be a hassle :P



Back to top Reply with quote
#6   re: On my forum/memberlist side blocks don't show up...
dkwds
CZ Active Member
dkwds has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student
Age: 38
Gender: Male
Website:
Status: Offline
Joined: Jul 29, 2004
0.04 posts per day
Posts: 282
Points: 12,713
   
You should be more specific as to where you wanted the blocks to show. From your posts it just seemed like you wanted it to show in memberlist not forums and private messages and that the adjustment GRIM made.

Anyways assuming your using GRIM's theme.php file find in:

if (($name=='Forums') OR ($name=='Private_Messages')) {
} else {
blocks(left);
}


Replace with:

blocks(left);




_________________
Back to top Reply with quote
#7   re: On my forum/memberlist side blocks don't show up...
aaronisawesome8
CZ Newbie
aaronisawesome8 has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Aug 12, 2005
0.00 posts per day
Posts: 6
Points: 117
   
Thank you very much guys, sorry that i wasn't as descriptive. You guys were a big help

Thanks



Back to top Reply with quote
#8   re: On my forum/memberlist side blocks don't show up...
GRIM
CZ Active Member
 Codezwiz Site Donator
GRIM has been a member for over 20 year's 20 Year Member
usa.gif
Gender: Male
Status: Offline
Joined: Nov 24, 2003
0.02 posts per day
Posts: 143
Points: 15,818
   
no problem..glad you got that worked out



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum