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

Support Forum

Start ::  PostNuke 0.7 Support ::  Core Modules & Blocks ::  right blocks on all pages

Moderated by: Support Team

Bottom
right blocks on all pages

  • Link to this postingPosted: 25.04.2004, 06:36
    Profile Homepage
    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?
  • Link to this postingPosted: 25.04.2004, 06:47
    Profile
    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.co...ght=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

Start ::  PostNuke 0.7 Support ::  Core Modules & Blocks ::  right blocks on all pages

Main Menu

Extensions Database

Documentation

Development

Login





 


 Log in Problems?
 New User? Sign Up!

Donate to Zikula