» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 52
0 members and 52 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on more than one page inside module? within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; hi i am in the middle of coding a module (called game reviews)that has a table with game titles ...



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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-01-2006, 06:40 PM
Junior Member
 
Join Date: Mar 2006
Posts: 1
more than one page inside module?
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
  #2 (permalink)  
Old 11-22-2006, 02:48 AM
Junior Member
 
Join Date: Nov 2006
Location: The Abyss.....
Posts: 56
Send a message via AIM to gamecharmer Send a message via MSN to gamecharmer Send a message via Yahoo to gamecharmer
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 03:46 PM
SubBlack3D theme help - look inside jace Nuke 7.x - Themes 0 07-13-2005 01:46 AM
Image inside center frame DaiShan Site design 0 06-17-2003 11:07 AM
FULL PAGE (WIDE) Forums Module - HELP 3RR0R Nuke 6.5 to 6.9 - Modules 2 06-12-2003 11:02 PM
Need help installing PHP-Nuke (See Inside) concanrain Purged Topics 1 05-12-2003 10:33 AM


All times are GMT -5. The time now is 08:30 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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