Spidean Forums


 < Last Thread   Next Thread >Ascending sortDescending sorting  New Topic  Post Reply
Author: Subject: making new page open inside my homepage area

Junior Member





Posts: 21
Registered: 5/9/2005
Status: Offline

  posted on 10/20/2005 at 02: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 .
 
Reply With Quote

Junior Member




Posts: 21
Registered: 5/9/2005
Status: Offline

  posted on 10/20/2005 at 05: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%"
);

?>

 
Reply With Quote
New Topic    Post Reply


Powered by the AutoTheme HTML Theme System
Page created in 0.106307 Seconds