I've currently got the Forums displayed at my site's "homepage" and would like to add blocks to the right hand side of it.
After looking at the code of existing blocks I've noticed a "Index=x" parameter which controls the right hand blocks. When this is set to "1", the defined right hand blocks will appear, otherwise a "0" will make them disapper.
So, since I couldn't find the same with the forums, how would it be possible to achieve it ?
Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Tue Sep 30, 2003 6:27 pm
The forums use many different files for displaying. I will give you four main ones and then you can hunt down the rest
Add $index=1; towards the top of these 3 files
modules/Forums/
index.php
posting.php
viewforums.php
viewtopic.php
Then just work your way around the forums. When you find a screen that doesn't display, look at the url for the &file=something file. That will be the php file that you will have to add $index to.
View next topic View previous topic
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