Author |
Message |
gandlers
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jan 07, 2007
Posts: 22
|
Posted:
Sun Jan 14, 2007 5:26 am |
|
Hey guys,
pretty new to this PHP and PHP-Nuke stuff.
I would like a module (either download or make using nuke tools) which will give allow me to add the module so it appears in the main menu. When clicked, it will link either directly to a particular page, either in news or contents. Or alternatively link to an external site.
I have tried using a simple php redirect i found via google.
Code:
<?php
header( 'Location: http://www.yoursite.com/new_page.html' ) ;
?>
|
made into a module using nuke tools, once clicked via the main menu it just gets stuck in a loop presumably reopening the page over and over....
Sorry if this is really simple, but as I said I'm new to this and a little out of my depth. Cant find anything already in the forums, but I may not be using the right terms.
Thankyou
Gandlers |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jakec
Site Admin
![](modules/Forums/images/avatars/502a2d1345d88a86ddb4a.png)
Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Sun Jan 14, 2007 6:07 am |
|
The easiest way would probably be to use something like the Sommaire menu block instead. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
gandlers
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Jan 14, 2007 10:18 am |
|
thanks jake,
I'll check it out....
G |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
roelie12
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 20, 2009
Posts: 2
|
Posted:
Mon Jul 20, 2009 2:00 am |
|
gandlers wrote: | Hey guys,
pretty new to this PHP and PHP-Nuke stuff.
I would like a module (either download or make using nuke tools) which will give allow me to add the module so it appears in the main menu. When clicked, it will link either directly to a particular page, either in news or contents. Or alternatively link to an external site.
I have tried using a simple php redirect i found via google.
Code:
<?php
header( 'Location: http://www.yoursite.com/new_page.html' ) ;
?>
|
made into a module using nuke tools, once clicked via the main menu it just gets stuck in a loop presumably reopening the page over and over....
Sorry if this is really simple, but as I said I'm new to this and a little out of my depth. Cant find anything already in the forums, but I may not be using the right terms.
Thankyou
Gandlers |
Thanks guys,
I have a problem and i think you could help me. I have an external link that i have placed in a module. So when i click on it from my menu it opens the external link. Everything work fine, but i want to open the link into my center screen of my nuke portal and not into a new screen. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Mon Jul 20, 2009 8:21 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
roelie12
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jul 21, 2009 12:44 am |
|
Ok, i saw that. But i don`t see anything to create a module so an external page will be open into my nuke portal. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jakec
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jul 21, 2009 1:26 am |
|
I know people hate iframes, but that would be one way to do it, or alternatively I believe there is a module called nukeWrap which might do the job. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
floppydrivez
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/d861f25a45009755975f0.gif)
Joined: Feb 26, 2006
Posts: 340
Location: Jackson, Mississippi
|
Posted:
Thu Jul 23, 2009 5:43 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|