Missing right block in PHP-Nuke 7.9

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Missing right block in PHP-Nuke 7.9
DeepBlue
CZ Newbie
DeepBlue has been a member for over 18 year's 18 Year Member
philippines.gif
Occupation: Webmaster
Gender: Male
Website:
Status: Offline
Joined: May 09, 2006
0.00 posts per day
Posts: 5
Points: 181
 Yahoo Messenger  
I install PHP-Nuke 7.9 in my website but before it is PHP-Nuke 7.6. I also run the upgrades script and its ok. When I go to index.php page the right blocks is already missing? When I click the other modules of the website the right block is there but not in the home page. icon_sad.gif



Back to top Reply with quote
#2   re: Missing right block in PHP-Nuke 7.9
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
I'm assuming your using the patched Nuke 7.9. If so open up whatever theme your using and look in the theme.php file and find this:
if ($index == 1) {


and change it to this:
if (defined('INDEX_FILE')) {

save and upload.

Backup the oriinal theme.php first. icon_wink.gif


Back to top Reply with quote
#3   Re: re: Missing right block in PHP-Nuke 7.9
DeepBlue
CZ Newbie
DeepBlue has been a member for over 18 year's 18 Year Member
philippines.gif
Occupation: Webmaster
Gender: Male
Website:
Status: Offline
Joined: May 09, 2006
0.00 posts per day
Posts: 5
Points: 181
 Yahoo Messenger  


Originally posted by echo @ Wed May 10, 2006 1:35 pm:

I'm assuming your using the patched Nuke 7.9. If so open up whatever theme your using and look in the theme.php file and find this:
if ($index == 1) {


and change it to this:
if (defined('INDEX_FILE')) {

save and upload.

Backup the oriinal theme.php first. icon_wink.gif



I change the theme.php with your code, and did not work. icon_cry.gif


Back to top Reply with quote
#4   Re: re: Missing right block in PHP-Nuke 7.9
DeepBlue
CZ Newbie
DeepBlue has been a member for over 18 year's 18 Year Member
philippines.gif
Occupation: Webmaster
Gender: Male
Website:
Status: Offline
Joined: May 09, 2006
0.00 posts per day
Posts: 5
Points: 181
 Yahoo Messenger  


Originally posted by DeepBlue @ Thu May 11, 2006 10:25 am:



Originally posted by echo @ Wed May 10, 2006 1:35 pm:

I'm assuming your using the patched Nuke 7.9. If so open up whatever theme your using and look in the theme.php file and find this:
if ($index == 1) {


and change it to this:
if (defined('INDEX_FILE')) {

save and upload.

Backup the oriinal theme.php first. icon_wink.gif



I change the theme.php with your code, and did not work. icon_cry.gif



Thanks a lot, the right block is now showing. icon_mrgreen.gif


Back to top Reply with quote
#5   re: Missing right block in PHP-Nuke 7.9
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
You are most welcome, and glad you got it fixed. icon_biggrin.gif



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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
You cannot attach files in this forum
You cannot download files in this forum