I was wondering how I can get my right side of the blocks to show up on 8.0. The theme I am designing doesnt have that code in the theme.php script where u can supposly change it and they show up. So I was wondering if there are any other solutions to this problem.
Thanks,
Joka
dezina Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Fri Nov 16, 2007 12:18 am
Quote:
Coding in theme.php for PHPNuke 8..
to show Right Hand Sideboxes
In theme.php, for PHPNuke 8.. at
function themefooter() {
In your theme.php find:
if ($index == 1) {
and change to:
if (defined('INDEX_FILE')) {
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums.
FWInternet Nuke Cadet
Joined: Nov 19, 2007
Posts: 1
Posted:
Mon Nov 19, 2007 10:01 am
I am having the same problem with a clients website. First step I did was verify that in the theme php it had
Code:
if (defined('INDEX_FILE')) {
Yet still no right side blocks. I am doing this for free for a client so any help would be appreciated.
Of course who knows. After a good nights rest I might figure it out.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum