Welcome to Geeklog, Anonymous Monday, May 20 2024 @ 09:01 am EDT

Geeklog Forums

Right Blocks not showing


Anon

Anonymous
I have set up my site and everything is working fine except for the right blocks. I have my blocks enabled to show on all pages yet when ever I am within an article the right blocks do not show.

Is there a way to correct this that I am missing? They show in static pages and topic front pages.

If there is a way to make them also show in stories that I am missing please let me know.
 Quote

Anon

Anonymous
{right_blocks} is the command I am using
 Quote

Status: offline

rasher

Forum User
Newbie
Registered: 03/21/04
Posts: 12
You can edit your article.php page in the public_html directory. At the bottom of the page add a true statement to the COM_siteFooter function just like in the index.php like this...

Text Formatted Code
$display .= COM_siteFooter (true); // The true value enables right hand blocks.
 


More info can be found in the docs on this subject too.
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
As of 1.4.0, there's also
Text Formatted Code
// Set the default whether to display the right-side blocks (= true) or not
// (= false). In the default configuration, Geeklog will only display the
// right-side blocks on the index page. Please note that setting this to true
// will reduce the amount of space available for the actual page content,
// especially for users with narrow browser windows.
// May require theme changes in article/article.thtml (depending on the theme
// used) to avoid the What's Related and Story Options "blocks" showing up in
// an extra (fourth) column.
$_CONF['show_right_blocks'] = false;
 


bye, Dirk
 Quote

All times are EDT. The time is now 09:01 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content