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.

Spidean Forums

Board Index > Support > Help! How to not show right or left column?


 < Last Thread   Next Thread >New Topic  Post Reply
Author: Subject: Help! How to not show right or left column?

Member





Posts: 94
Registered: 2/12/2003
Status: Offline

  posted on 2/12/2003 at 04:51 PM
Hi

I have a problem, want to disable right or left column when accesing this link with PostWrap:

http://deltapi.cayey.upr.edu/modules.php?op=modload&name= PostWrap&file=index&page=http://deltapi.cayey.upr.edu/chat/index.ph p

How Could I do it?

TIA

Edfel



[Edited on 12/2/2003 by edfel]

 
Reply With Quote Visit User's Homepage

Administrator




Posts: 4608
Registered: 10/7/2002
Status: Offline

  posted on 2/12/2003 at 04:57 PM
To do it for all PostWrap links, try this in theme.cfg:

$custom_module['PostWrap'] = array (
'left' => false,
'right' => false,
);

Or for just that page, this might work:

if($page = "http://deltapi.cayey.upr.edu/chat/index.php") {
$custom_module['PostWrap'] = array (
'left' => false,
'right' => false,
);
}




 
Reply With Quote

Member




Posts: 94
Registered: 2/12/2003
Status: Offline

  posted on 2/12/2003 at 07:36 PM
Thanks Shawn.

I still have a problem. Last line of the 'wrapped' script is not displayed correctly.

check:
http://deltapi.cayey.upr.edu/modules.php?op=modload&name= PostWrap&file=index&page=http://deltapi.cayey.upr.edu/chat/index.ph p&h=100%

and log into the Chat (second screen is not working... properly - bottom line)

TIA


[Edited on 12/2/2003 by edfel]

 
Reply With Quote
New Topic    Post Reply


Main Menu

Get AutoTheme

Featured Item

Poll

How do you like the new look?

[ Results | Polls ]

Votes: 180

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