Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 70
1 members and 69 guests
health46ev26
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 6.5 to 6.9 > Nuke 6.5 to 6.9 - Modules

Reply
 
LinkBack Thread Tools Display Modes
How to make the right blocks show
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 46
Join Date: Apr 2003
How to make the right blocks show - 06-26-2003, 11:02 PM

Hi
I know how to make the right block show in the download and web links module by changin the right blocks prat in index.php from 0 to 1...

But for most of my modules that I donwloaded dont have that code -- what should i do to make the right blocks show using those other mods
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
06-27-2003, 10:51 AM

Well, think about it, what would the "logical" thing to do be??? :roll:

ok I'll tell ya, add that $index =1; code to the "other" modules index.php file that you want the right blocks to show on.

Code:
/**********************************/
/* Configuration                  */
/*                                */
/* You can change this:           */
/* $index = 0; (right side off)   */
/**********************************/
$index = 1;
It should be added towards the top of the files just below this part.

mikem
Code:
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
    die ("You can't access this file directly...");
}
mikem
   
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
Show right and left blocks on forums sam_stripy Nuke 7.x - General 10 06-06-2008 11:05 PM
Make a Block there show your dkp Gholbine Nuke 7.x - Blocks 7 12-09-2006 06:21 PM
Scrolling Blocks Show No Information BorgX Purged Topics 8 02-19-2003 11:51 PM
how do i make it so that all modules show right blocks? regnator Purged Topics 5 01-27-2003 07:33 AM
How to make the Forums full screen/hide left Nuke blocks coldblooded FAQ/Fixes 1 12-30-2002 02:31 PM




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