Quick question on 7.7 Patched 3.1 files

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Quick question on 7.7 Patched 3.1 files
MG-Strate
CZ Newbie
MG-Strate has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Dec 24, 2005
0.00 posts per day
Posts: 23
Points: 545
   
Ok, i found the index thing. And i understand that is with the modules, however. The rest of the 3rd Party ad ons it refers to, is that the modules too? And is it under the index.php?




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



Back to top Reply with quote
#2   re: Quick question on 7.7 Patched 3.1 files
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 not sure what your asking. Did you already do the edit in your theme.php for your right blocks to show if wanted?
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {


More reading about the module edits: [ Register or login to view links on this board. ]


Back to top Reply with quote
#3   re: Quick question on 7.7 Patched 3.1 files
MG-Strate
CZ Newbie
MG-Strate has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Dec 24, 2005
0.00 posts per day
Posts: 23
Points: 545
   
ooo its the theme.php, and not each module?

and is it the theme.php inside the root or the template?



Back to top Reply with quote
#4   re: Quick question on 7.7 Patched 3.1 files
echo
CZ Wiz
 Codezwiz Site Donator
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
As you can see by reading that topic... if you've installed the patch..then the modules need no editing (it's already done in the patch) The theme.php is in the folder of whatever theme your using inside the main themes directory.



Back to top Reply with quote
#5   re: Quick question on 7.7 Patched 3.1 files
MG-Strate
CZ Newbie
MG-Strate has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Dec 24, 2005
0.00 posts per day
Posts: 23
Points: 545
   
Ahhhhh, ok. I see. Thank you.



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