Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
right blocks on all pages
  • Posted: 25.04.2004, 06:36
     
    kofalk
    rank:
    Freshman 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

    function themefooter() {
           $index=1;        
            echo "</td>\n";
            if ($GLOBALS['index'] == 1)

    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?
  • Posted: 25.04.2004, 06:47
     
    r3ap3r
    rank:
    Helper 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

Extensions Moderation

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula