>>  Site Map >>  Forums >>  PHP-Nuke Newbie

Forum module - topics in forum:



PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.



Right Block Display Issue

For some reason I'm getting right aligned blocks displaying on my Web Links page, this doesn't happen with any of the other pages. I've looked at the 'how-to' on hiding right blocks but can't find anywhere in the web links module code that should be displaying the block. Help anyone?






modules/Web_Links/index.php change

Code: :
$index = 1;

to

Code: :
$index = 0;







I looked at that but couldn't find
Code: :
$index=1;

anywhere in the module code.






It's definately there.


Code: :
$index = 1;
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);







Wasn't there in mine. I re-installed the module from the original download and it's working fine now. The file must have got corrupted somewhere along the line. Thanks for your help anyway. I can get to bed now that's sorted Wink




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS