Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

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

Reply
 
LinkBack Thread Tools Display Modes
more than one page inside module?
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 1
Join Date: Mar 2006
more than one page inside module? - 08-01-2006, 07:40 PM

hi i am in the middle of coding a module (called game reviews)that has a table with game titles on it. I am wanting to be able to click on the game titles, then it open the game review that i link to the game title. Sounds simple enough i know. The main problem is that i wantto be able to keep all the game reviews that i write up in the same folder as the game reviews module. Instead of having each page be a module and ending up with 50 + modules. Is there any solution for this. Thanks.
   
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: 57
Join Date: Nov 2006
Location: The Abyss.....
11-22-2006, 03:48 AM

Ok.

Are you coding these pages in PHP or HTML? (or something else)

If you're coding them in PHP, you'll wanna do something like this

Code:
Function Page1(Variables) {
Content
}
Function Page2(Variables) {
Content
}
Function Page3(Variables) {
Content
}

//-----------Switches----------
switch ($DID) {
  default:
    Page1 (variables);
  break;
  case "Page2":
     Page2 (variables);
  break;
  case "Page3":
    Page3(variables);
  break;
  }

and everything "can" be contained within 1 PHP file.
   
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
Public area inside domain Snotrocket Nuke 7.x - General 4 05-06-2006 04:46 PM
SubBlack3D theme help - look inside jace Nuke 7.x - Themes 0 07-13-2005 02:46 AM
Image inside center frame DaiShan Site design 0 06-17-2003 12:07 PM
FULL PAGE (WIDE) Forums Module - HELP 3RR0R Nuke 6.5 to 6.9 - Modules 2 06-13-2003 12:02 AM
Need help installing PHP-Nuke (See Inside) concanrain Purged Topics 1 05-12-2003 11:33 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