I thought a patch was suposed to fix a problem not create

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   I thought a patch was suposed to fix a problem not create
OptimusPrime
CZ Newbie
OptimusPrime has been a member for over 17 year's 17 Year Member
usa.gif washington.gif
Occupation: Security
Age: 57
Gender: Male
Status: Offline
Joined: Jul 13, 2006
0.00 posts per day
Posts: 18
Points: 25
   
I just patched my nuke 7.8 with 7.8 3dot2 and caused problems.

The readme file doesn't really give a clue. So, maybe somebody can help me?

The readme file leaves alot to be desired for an explanation on how to fix it, which is really confusing because that's what I thought a patch was supposed to do.

Anyway what does this mean:




Important notes relating to Nuke Patched 3.1 and above:

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')) {




In 2- Additional changes for third party add-ons: What files does it pertain to?

I am assuming that in number one it is referring to the modules.php file. If I am correct, then there isn't anything regarding any of these strings in my modules.php file.

Any clues?



Back to top Reply with quote
#2   re: I thought a patch was suposed to fix a problem not creat
FREAK
CZ Newbie
 Codezwiz Site Donator
FREAK has been a member for over 19 year's 19 Year Member
usa.gif oklahoma.gif
Occupation: Air Force
Age: 43
Gender: Male
Status: Offline
Joined: Jan 11, 2005
0.00 posts per day
Posts: 22
Points: 1,875
   


1- If you want right side blocks to appear in third party add-ons change:

If you have a third party addon...meaning you got a module from codezwiz or another site...and you want the right blocks to show up while viewing that module, then you would have to make that modification. I believe #1 is referring to your themes.php file.



2- Additional changes for third party add-ons:

This is saying that if you have a third party addon module...say from codezwiz...you have to change the top of the file to represent what it says.

It just changed the way it was defining variables...I think! And it's telling you how to fix them.

Correct me if I am wrong but this is the way I interpret it.



Back to top Reply with quote
#3   re: I thought a patch was suposed to fix a problem not creat
OptimusPrime
CZ Newbie
OptimusPrime has been a member for over 17 year's 17 Year Member
usa.gif washington.gif
Occupation: Security
Age: 57
Gender: Male
Status: Offline
Joined: Jul 13, 2006
0.00 posts per day
Posts: 18
Points: 25
   
The only one I figured out was in themes.php and that got the right blocks to show.

The others are confusing.



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