After installing a new module, the right side blocks are not showing up. I tried placing other modules on the front page and still no luck. I used the modification on index.php on the module, and used the modification for the theme.php. Plus I checked for a corrupt tables and ran a repair on the Mysql.
Any suggestions ?? Using PHPNuke 7.6, and Atlantic theme.
ngski Nuke Soldier
Joined: Nov 26, 2004
Posts: 27
Posted:
Fri Aug 17, 2007 9:28 am
Thanks for all the help found the solution.
dezina Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Fri Aug 17, 2007 9:45 am
For anyone else wanting to know the fix..
In theme.php, find at
Code:
function themefooter() {
if ($index == 1) {
and change to:
function themefooter() {
if (defined('INDEX_FILE')) {
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums.
ngski Nuke Soldier
Joined: Nov 26, 2004
Posts: 27
Posted:
Fri Aug 17, 2007 10:15 pm
If it was only that easy had other problems with tables in my database.
KoldFusion Nuke Cadet
Joined: Aug 16, 2007
Posts: 6
Posted:
Wed Aug 22, 2007 10:05 am
Making that change bombs my themes scrolling footer
But makes the right blocks work
bigtree Sergeant
Joined: Feb 04, 2004
Posts: 100
Posted:
Mon Aug 27, 2007 9:12 pm
Maybe a java issue. suggestion... if you are using more than one java block... put the java block on the right side or remove it all together. Personally, scrolling blocks are IMHO, fun to watch at first, but really bad for business. KISS
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