Author |
Message |
DarkJoka
Nuke Cadet


Joined: Nov 14, 2007
Posts: 1
|
Posted:
Tue Nov 13, 2007 6:56 pm |
  |
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. |
|
|
   |
 |
THENemesis
Nuke Cadet


Joined: Oct 01, 2008
Posts: 7
|
Posted:
Sun Oct 05, 2008 5:38 am |
  |
Is it possible to have the right blocks on constantly even whilst in in forums?
I used the if (defined('INDEX_FILE')) { code and can see right blocks btu when in forums both sides dissapear?
thanks |
|
|
   |
 |
THENemesis
Nuke Cadet


Joined: Oct 01, 2008
Posts: 7
|
Posted:
Sun Oct 12, 2008 2:52 am |
  |
still cant seem to get left & right blocks to appear whilst in forum page..
using nuke 8.1 updated to 2.0.23
DD Z3 theme
thanks |
|
|
   |
 |
THENemesis
Nuke Cadet


Joined: Oct 01, 2008
Posts: 7
|
Posted:
Tue Oct 14, 2008 2:15 am |
  |
is ok i resolved it...
my great nans grave gets more visits than this forum.. |
|
|
   |
 |
lilc420
Nuke Soldier


Joined: Jan 27, 2007
Posts: 16
|
Posted:
Mon Apr 20, 2009 6:52 pm |
  |
|
   |
 |
|