Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 92
3 members and 89 guests
huelva9, peardir46, ral6qkeighqenpa
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > General > Site design

Reply
 
LinkBack Thread Tools Display Modes
forum
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Feb 2006
forum - 02-02-2006, 06:52 PM

I have had a forum for a little while now and I just decided to give phpnuke a try, but how do i get the module to point to my forum???? my forum is at mysite.com/forum and the nuke forum module points to mysite.com/module/forum Is there a simple way of pointing it to my present forum or will I have to move my forum. I am only asking bc I dont want to have to let everyone know I moved it...again.
   
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: 2
Join Date: Feb 2006
02-02-2006, 08:52 PM

nevermind a friend sent me the info...but if anyone else needs it...this worked for me ( of course if there is a way so I can keep the module form in there...PLEASE let me know
--------
You could just make a linking module for phpnuke that re-directs people to your stand alone forums.

For this example I'll re-direct to Google.

Under modules, create a new folder called Google (folder name is the link name). Within the google folder, create index.php with the following code:

CODE
<?php

header("Location: http://www.google.com");

?>


Then just activate your new module and de-activate your old one. Then your new link will be displayed in your navigation menu.

Hope this helps.
   
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





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