Support Spidean |
Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.
|
xbgame
Newbie   Posts: 8 Registered: 12/2/2003 Status: Offline
|
posted on 12/3/2003 at 02:09 AM |
Okay, I guess it REALLY does help to read the "docs". To get your page to
load in your nuke website by using the NukeWrap module.....you need to have
your nukewrap module active, by activating it in your phpnuke
administration......then go to your modules configuration, find NukeWrap
(activate it), then go and click on "Edit" and in the part where it asks
for you put in the custom name for the module.....you need to put in a html
code to let NukeWrap know where to go: examples:
Lets say you want the a link in your main menu/modules block display to say
"My Custom Home Page", in the custom module name box type this this:
<a href="modules.php?name=NukeWrap&page=mycustompage.php">My
Custom Home Page</a>
this would go the same if you have url security on and want to use the
alias name instead, example i set mycustompage.php as alias: mcp > i
would put this in the custom module name:
<a href="modules.php?name=NukeWrap&page=mcp">My Custom Home
Page</a>
Then click save. and if you have NukeWrap active, a link in your active
modules block should show "My Custom Home Page" and when you click on it
(if the page you are loading does not contain an auto break out of frames
code) it should load within your phpnuke website. if you have the url
security in the .cfg file set to yes, make sure the page you want to load
has authorization. Read the index.html in the nukewrap "docs" dir for more
help on customizing load page size and turning off the right blocks.
I hope i didn't end up confusing you guys instead here.....
Thanks.
|
| |
| |
|
|
|
|