Welcome to Geeklog, Anonymous Tuesday, November 26 2024 @ 08:42 pm EST
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.
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.
10
11
Quote
Anon
Anonymous
{right_blocks} is the command I am using
12
13
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...
More info can be found in the docs on this subject too.
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.
9
11
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
As of 1.4.0, there's also
// (= 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
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
9
12
Quote
All times are EST. The time is now 08:42 pm.
- 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