1
kalamata
$xoopsOption['show_rblock'] does not work
  • 2006/8/12 23:42

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Dear All,

My aim is to add text to the main block, keeping the left and right ones as defined in the administration section. I tried the following code that did not work in XOOPS 2.0.14 (I get no blocks at all). Any hints as to where I might be going wrong?

<?php
include("mainfile.php");
include("header.php");
$xoopsOption['show_rblock'] = 1; //0 for no right block
$xoopsOption['show_lblock'] = 0; //0 for no right block
?>
My HTML

<?php
include("footer.php");
?>

Thanks,
George

2
alfred
Re: $xoopsOption['show_rblock'] does not work
  • 2006/8/13 16:44

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


$GLOBALS['xoopsTpl']->assign( 'xoops_showrblock', 0 );

Alfred

Login

Who's Online

257 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 257


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits