Jump to content

Indifferent7

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Indifferent7

  1. Read this thread. http://www.totalchoicehosting.com/forums/i...t=0#entry108666
  2. 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: ><?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.
×
×
  • Create New...