Zen Follower
- Join Date:
- Dec 2009
- Posts:
- 124
- Plugin Contributions:
- 0
Blank Sidebox question
Thanks for any help.
Zen Follower
Zen Follower
Zen Follower
Black Belt
Zen Follower
gjh42:
In the tutorials: I want to display some of my sideboxes on my front page only, and suppress them from all other pages.
If you tell us which pages you don't want it on, we can suggest details of test code.
if ($this_is_home_page) {
$show_featured = true;
} else {
$show_featured = false;
}Black Belt
Zen Follower
$show_categories = true;
if (in_array($current_page_base,explode(",",'specials')) ) {
$show_categories = false;
} Black Belt
Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.