Re: hide right column for articles in rhuk_solarflare in template's index.php you will see something like this in some place of the file...
<?php mosLoadModules ( 'right' ); ?>
then, if you want to hide it when you click some option or when an article loads... well, i'd do following:
click an article, then look in browser url bar and take which value the option variable has...
for example, if i want to hide right colum when ZOOM GALLERY COMPONENT loads... I'd do:
<?php if ($option != 'com_zoom') { mosLoadModules ( 'right' ); } ?>
which will show right colum when zoom gallery was not loaded
good luck, hope you have understood
__________________
Enrique Becerra
MSN: qbecerra @ hotmail.com
ICQ: 18048153 www.beza.com.ar "If you pay peanuts, you will get monkeys!" - ChicoMendez |