Author |
Message |
chasewolf
Nuke Cadet


Joined: Oct 18, 2005
Posts: 7
|
Posted:
Thu Oct 27, 2005 7:09 am |
  |
I can not figure out how to get right side blocks. I have read many forums but yet to find solution. I dont seem to matter what theme I have on, they just dont show up. Here is what my settings are in the theme.php.
The theme im running right is "labs"
function themefooter() {
global $index;
echo "<br>";
if (defined('INDEX_FILE')) {
echo "<td><img src=\"themes/Labs/images/pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\">\n";
blocks(right);
echo "</td></tr></table>"; |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12482
|
Posted:
Thu Oct 27, 2005 12:08 pm |
  |
|
     |
 |
chasewolf
Nuke Cadet


Joined: Oct 18, 2005
Posts: 7
|
Posted:
Thu Oct 27, 2005 12:52 pm |
  |
Where at in the index.php do I need to add this.  |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12482
|
Posted:
Thu Oct 27, 2005 5:30 pm |
  |
|
     |
 |
ace2011
Nuke Cadet


Joined: Nov 29, 2005
Posts: 8
|
Posted:
Wed Dec 28, 2005 10:41 pm |
  |
Thanks for this thread, I've also been looking for the answer to this.  |
|
|
   |
 |
AllenMcB
Sergeant


Joined: Aug 22, 2004
Posts: 105
|
Posted:
Sun Mar 25, 2007 10:25 am |
  |
Evaders99 wrote: |
add in modules/MODULENAME/index.php
Code: |
define('INDEX_FILE', true);
|
|
This did make the forums appear in the center, with the right side blcks still showing; HOWEVER, when the user chooses a forum topic to read, the right side blocks disappear.
How can I keep the right side blocks visible all the time, no matter what? |
|
|
     |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12482
|
Posted:
Tue Apr 03, 2007 7:03 pm |
  |
Edit the appropropriate files in modules/Forums
viewforum.php for viewing the forum, viewtopic.php for the topics, etc.
Or edit your theme's theme.php so that the right block always appears |
_________________ Helping those that help themselves
Read FIRST or DIE!
"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding |
|
     |
 |
|