Changing The Phpnuke Forum Module Script...

liunx

Guest
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.<!--content-->
Sorry, RedHawk. I'm not a *Nuke user so I can't really help you much.<br />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... <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br /><br />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 <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Try this link<br /><br /><a href="http://phpnuke.nukedgallery.net/phpBB2/viewtopic.php?p=391" target="_blank">http://phpnuke.nukedgallery.net/phpBB2/viewtopic.php?p=391</a><!--content-->
Thank you, the link was somewhat helpful. What they told me didn't actually work but it gave me an idea of what to look for in the scripts. Thank you.<!--content-->
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 <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
You could just make a linking module for phpnuke that re-directs people to your stand alone forums.<br /><br />For this example I'll re-direct to Google.<br /><br />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:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?php<br /><br />header("Location: http://www.google.com");<br /><br />?><!--c2--></div><!--ec2--><br /><br />Then just activate your new module and de-activate your old one. Then your new link will be displayed in your navigation menu.<br /><br />Hope this helps.<!--content-->
Indifferent,<br /><br />Thanks for that post. Welcome to the forums.<!--content-->
Welcome to the forums, RedHawk and Indifferent! <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> Welcome to the Family RedHawk and Indifferent <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> <br /><br />and your new home!<br /><br />We really are like family here.<br />So if you need anything,<br />just ask your new family!<br />We love to help <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Welcome to your extended family RedHawk and Indifferent <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Back
Top