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.
|
Board Index > NukeJump > making new page open inside my homepage area
bluerobe
Junior Member   Posts: 21 Registered: 5/9/2005 Status: Offline
|
posted on 10/20/2005 at 07:27 PM |
i installed both nukewrap and nukejump , when i click on the link it opens
but in a whole new page , i saw a post about this on this forum but you
didnt explain how to go about doing it .i would like for the new page to
open inside my phpnuke main window ( where my home page is) so i still have
the menu bars on both sides and banner . thanks for any input in advance . |
| |
| |
bluerobe
Junior Member   Posts: 21 Registered: 5/9/2005 Status: Offline
|
posted on 10/20/2005 at 10:26 PM |
this is the code im using in nukewrap.. can you let me know if its
setupwrong please..
<?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' => "50%"
);
//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['<a
href="modules.php?name=NukeWrap&page=index.php">http://www.dark-fron
t.com/eqdkp-1.3.0/viewnews.php?s=447c57c8ed761ca673d64af5dd05de08</a>
'] = array (
'alias' => "zerosum",
'registered-users-only' => false,
'open-direct-msg' => false,
'use-fixed-title' => false,
'auto-resize' => false,
'height' => "1500",
'width' => "50%"
);
$authorized_url[''] = array (
'alias' => "spidean",
'registered-users-only' => false,
'open-direct-msg' => false,
'use-fixed-title' => false,
'auto-resize' => false,
'height' => "1500",
'width' => "100%"
);
?> |
| |
|
|
|
|