Jump to content

Recommended Posts

Posted

I was wondering if anyone knew how to change the script in the PHPNuke Forum module so instead of bringing you to the phpbb forums that is given with the theme, it brings you to stand alone forums. So for example I have my website. Then in a differnt URL i have the forums. I want it to make it so when I click on the link to the forums on the website it will bring me to the off site forums. I was wondering if anyone knew how to do that.

Posted

Sorry, RedHawk. I'm not a *Nuke user so I can't really help you much.

From what you describe, it seems to be only a matter of changing a link (editing the HTML or perhaps something in PHPNuke's administration panel?) but since I don't know how PHPNuke works, I have no idea... :dance:

 

We do have some *Nuke users on the forums, so hopefully, one of them (or someone else who knows hoe to do that) will probably be able to help you :)

Posted

If you do find a way to make it work like you want, could you let us know how you did it, so we can help others that may have the same question? Thanks :dance:

  • 5 weeks later...
Posted

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.

Posted

:dance: Welcome to the Family RedHawk and Indifferent :dance:

 

and your new home!

 

We really are like family here.

So if you need anything,

just ask your new family!

We love to help :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...