>>
Site Map
>>
Forums
>>
Post Installation Help
Forum module - topics in forum:
Post Installation Help - Help with problems after installation.
3.1 patch
Ok i have installed the 3.1 patch in my nuke and i am running nuke sentinel 2.4.2 and now my right side blocks do not appear i am also running PHP-Nuke 7.9 Please Help
Go to your theme folder for each one of your themes you have a theme.php file. Open each one and find
| Code: : |
| if ($index == 1) { |
and replace that with | Code: : |
| if (defined('INDEX_FILE')) { |
Keep this code because if you install an new them you will have to do the same to the theme.php file.
Ok
omg i feel stupid thanks man