Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 87
4 members and 83 guests
foo7tjtdallergp, garere3denstc3t, health46ev26, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
7.7 patched but right blocks disappeared
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: May 2005
7.7 patched but right blocks disappeared - 10-15-2005, 05:27 PM

I've just patched my 7.7 and when I have got it back up, the right side blocks are missing,( users online, survey, shoutbox etc) they are still 'active' in the admin area.

The right sided blocks are viewable: here

But not on the home page: Here

Please help :wink:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: May 2005
10-16-2005, 05:51 AM

anyone?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Moderator
 
dar63's Avatar
 
Status: Offline
Posts: 473
Join Date: Oct 2002
Location: UK
10-16-2005, 11:52 AM

Hmmm, readme.txt

Quote:
/************************************************** **********************/
/* PHP-Nuke Patched -- 2005 chatserv */
/* Nuke Patched DEV Team -- Evaders99 & Quake */
/* http://www.nukefixes.com -- http://www.nukeresources.com */
/************************************************** **********************/

Important notes relating to Nuke Patched 3.1:

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')) {
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: May 2005
10-16-2005, 12:20 PM

since the last post i've installed nuke 7.8 and the problem still exists
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 12
Join Date: May 2005
10-16-2005, 12:22 PM

are there any themes that dont result in this problem?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 242
Join Date: May 2005
11-08-2005, 05:52 PM

HELLO? Did you read the above post?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Themes compatible with 7.9 patched? InoculateIT Theme packs 2 04-18-2006 07:30 PM
What HTML is allowed in 7.4 patched?? jn1167 Nuke 7.x - General 2 02-02-2006 05:42 AM
Front page message disappeared... Astroman Nuke 7.x - General 1 07-22-2005 02:54 PM
Need to Enable HTML Img Tag in 7.5 patched 3.0 zzb Site design 0 06-03-2005 09:53 AM
Help ! the time disappeared.¿this affect new user registr capt0rx Nuke 7.x - General 0 02-07-2005 08:14 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31