>>
Site Map
>>
Forums
>>
Post Installation Help [nCo Mod]
Forum module - topics in forum:
Post Installation Help [nCo Mod] - Problems after the installation ask here.
Rightside blocks showing in downloads section
I have download your nCo Nuke Ultra 7.6 and has the 3.1 patch as well. My problem is this....
When I goto my downloads section, the rightside blocks still display.
My standard nuke 7.6.31 and Platinum 7.6b4 dont do this. How do I get this fixed. If I knew what file to look in, I could probably figure it out, but thought I should ask here. I did a search but foound nothing pertaining to this type of issue.
Any help in fixing this minor issue would be greatful. Thank you
- The Mortal
I forgot to mention also, that this happens with all themes, so it's not a theme issue.
I had to make a reply cause you guys have turned off the editing feature, makes it very difficult. Not good guys...
- The Mortal
In each one of your themes you will find a theme.php file. Open those up one at a time and fine
| Code: : |
| if ($index == 1) { |
and delete and replace that with | Code: : |
| if (defined('INDEX_FILE')) { |
that will fix your problem. You will need to save, upload, and override the existing theme.php for each one. I suggest you do this one theme.php file at a time that way you dont get confused as to which theme.php files goes with which theme.
| DataBaseError Wrote: : |
In each one of your themes you will find a theme.php file. Open those up one at a time and fine | Code: : | | if ($index == 1) { | and delete and replace that with | Code: : | | if (defined('INDEX_FILE')) { | that will fix your problem. You will need to save, upload, and override the existing theme.php for each one. I suggest you do this one theme.php file at a time that way you dont get confused as to which theme.php files goes with which theme. |
DataBaseError, obviously you did not read my posts, especially the 2nd one. THIS IS NOT A THEME ISSUE.
And all themes use this code | Code: : |
| if (defined('INDEX_FILE')) { |
This is an issue with your nCo Nuke Ultra 7.6 Release. This is a fresh clean install and the 3.1 Patch applied as well. All of which I downloaded from here, your site.
Basically, I am trying to get a fix for this and at the same time let you know that there is an issue with your release.
Any other ideas on what to check or how to fix
:
Thanks for the reply though, I appreciate it.
- The Mortal
Open the modules/Downloads/index.php and find
| Code: : |
| define('INDEX_FILE', true); |
change it to
If it says
then change it to
You will find this on or about line 31
| NukeCode Wrote: : |
Open the modules/Downloads/index.php and find
| Code: : | | define('INDEX_FILE', true); |
change it to
If it says
then change it to
You will find this on or about line 31 |
NukeCode, that did it. It was set to.... | Code: : |
| define('INDEX_FILE', true); |
I will pass this on to "Primus who I just helped get his site up and running. His site has the same issue.
Thank you for the fix NukeCode, much appreciated.
Don't forget to update your Nco Nuke Ultra 7.6 Release package with the fix.
- The Mortal
This isn't a fix it's a work around. This downloads module should have right side blocks.