- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- April 2004
- Status:
- offline
- last visit:
- 20.05.04
- Posts:
- 8
How can I make the right blocks appear on all pages? and not just the front page / news page ?
I have tried including the line
Code
in theme.php but it doesn't seem to work
have i put it in the wrong place? or is it another way of achieving this? -
- rank:
-
Helper
- registered:
- January 2004
- Status:
- offline
- last visit:
- 22.02.08
- Posts:
- 381
Doing a search for 'right blocks on all pages' brings back the following link:
http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=23605&highlight=right+blocks+pages
I would add that the suggestion I gave in that thread should be modified to read:
Code
$filename = "themes/$thistheme/block_config.php";
if(file_exists($filename)){
include ($filename);
}
That way any theme that doesn't include the block_config.php file will not give an error.
-Chris
