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.
|
force
Newbie   Posts: 1 Registered: 9/13/2003 Status: Offline
|
posted on 9/13/2003 at 06:38 PM |
I have unzipped it in the modules directory, so now i have a NukeWrap
subdirectory in there. I have changed the nukewrap.cfg file to what i think
is ok.
<?php
//General Settings
//
$general = array (
'url-security' => false,
'local-pages-only' => false,
'address-bar-entry' => true,
'use-buffering' => true,
'use-compression' => false,
'registered-users-only' => false,
'open-direct-msg' => false,
'use-fixed-title' => false,
'auto-resize' => false,
'height' => "1500",
'width' => "100%"
);
//URL Security Settings
//
//Define URLs that can be diplayed if url-security = true
//These settings override the General settings above for the specific
URL
//
$authorized_url['modules.php?name=NukeWrap&page=http://pub50.ezboard.co
m/bteamhavoc'] = array (
'alias' => "forums",
'registered-users-only' => false,
'open-direct-msg' => false,
'use-fixed-title' => false,
'auto-resize' => false,
'height' => "1500",
'width' => "100%"
);
?>
I went to my Admin section at my site and activated the NukeWrap module.
When I click on the link (NukeWrap) in the modules i get this messege.
No page was defined to display.
I have tried diffrent things and have looked in the forums and read the
directions plenty of times. I just don't get what im doing wrong. Help
Please
[Edited on 13/9/2003 by force] |
| |
| |
ubam
Newbie   Posts: 4 Registered: 10/10/2003 Status: Offline
|
posted on 10/10/2003 at 04:29 AM |
Your not the only 1... me 2  |
| |
Shawn
Administrator   Posts: 4575 Registered: 10/7/2002 Status: Online
|
posted on 10/10/2003 at 08:52 AM |
The link in the menu is automatically added by PHP-Nuke, but it doesn't
work. You have to add a link somewhere (in a block or page or theme or
wherever) and use the syntax that is in the docs.
-Shawn |
| |
|
|
|
|