Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6
Author Message
LaMpiR
Regular
Regular



Joined: Oct 31, 2004
Posts: 50

PostPosted: Thu Aug 04, 2005 9:39 am Reply with quote

I've installed latest patch from nukescripts.net 7.6.0.3.1 but i don't see the right block side on index page where are news.
When i go to your account module i see right side etc...
 
View user's profile Send private message
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Thu Aug 04, 2005 10:10 am Reply with quote

Check the readme file for changes you might need to perform on your theme.
 
View user's profile Send private message Visit poster's website
Data-Base
New Member
New Member



Joined: Feb 23, 2005
Posts: 9
Location: Norway

PostPosted: Mon Aug 15, 2005 4:18 am Reply with quote

hello .. I just got the same problem when I installed the security patch !

and I did check the themes.

what happen !?!

thank you
 
View user's profile Send private message Visit poster's website
LaMpiR







PostPosted: Mon Aug 15, 2005 4:32 am Reply with quote

I forgot to say tnx chatserv it's working perfectly Smile
 
Data-Base







PostPosted: Mon Aug 15, 2005 5:01 am Reply with quote

how you did fix it ?
 
LaMpiR







PostPosted: Mon Aug 15, 2005 5:22 am Reply with quote

Quote:
/************************************************************************/
/* PHP-Nuke Patched -- 2005 chatserv */
/* Nuke Patched DEV Team -- Evaders99 & Quake */
/* http://www.nukefixes.com -- http://www.nukeresources.com */
/************************************************************************/

Important notes relating to Nuke Patched 3.1:

1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {

2- Additional changes for third party add-ons:
if ($mainfile == 1) {
should be changed to:
if (defined('NUKE_FILE')) {

if ($module == 1) {
should be changed to:
if (defined('MODULE_FILE')) {

if ($footer == 1) {
should be changed to:
if (defined('NUKE_FOOTER')) {

if ($header == 1) {
should be changed to:
if (defined('NUKE_HEADER')) {
 
Data-Base







PostPosted: Mon Aug 15, 2005 12:53 pm Reply with quote

ok ..

I fixed it .. Thanks allot.

take care
 
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Thu Aug 25, 2005 9:22 am Reply with quote

Well it isn't working for me. My right side blocks are still not showing. I have read this thread as well but no luck.

http://www.ravenphpscripts.com/posts6329-highlight-right+side+block.html
 
View user's profile Send private message Visit poster's website ICQ Number
chatserv







PostPosted: Thu Aug 25, 2005 9:33 am Reply with quote

Donovan send me your theme.php, don't send it compressed

chatserv at nukefixes dot com
 
Donovan







PostPosted: Thu Aug 25, 2005 10:14 pm Reply with quote

This was my fix.


In each of your Modules, or rather in every index.php within your modules folders search for

index = 1;

and change it to

define('INDEX_FILE', true);

Regardless if they are activated or not.

I had two that were not active but nontheless were the cause of the right blocks not displaying because they had index = 1;
 
Donovan







PostPosted: Thu Aug 25, 2005 10:16 pm Reply with quote

Forgot to say...


Thanks chatserv for the help. You are the ROCK in the PHPNuke community.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©