systemtek Posted August 11, 2006 Share Posted August 11, 2006 Hi, in the modules on the left side, currently by default there is home, faq topics etc that point to pages on my site, say for example i want one to say Services and rarther than open a page on my site i want it to take me to a url say 123.com/forum and open it in a new window.Still trying to get used to phpnuke - getting there slowly....Thanks Quote Link to comment https://forums.phpfreaks.com/topic/17282-phpnuke-module-question/ Share on other sites More sharing options...
Woolf Posted August 19, 2006 Share Posted August 19, 2006 You could always upload a new module file with the following in it:<?header("Location: http://123.com/forum");?>Once you upload it, it should show up in the modules list. Just activate it and you're done! You could also create your own menu via the 'blocks' section and put all your links in there, then disable the main menu. However, that's up to you. Quote Link to comment https://forums.phpfreaks.com/topic/17282-phpnuke-module-question/#findComment-77080 Share on other sites More sharing options...
Guardian2006 Posted September 17, 2006 Share Posted September 17, 2006 So you just want to add another link to the left menu block which takes you to a specific site/url in a new window but do not want to use one of the custom menu blocks like Sommaire?Let me know and I'll post the code hack required. Quote Link to comment https://forums.phpfreaks.com/topic/17282-phpnuke-module-question/#findComment-93306 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.