PDA

View Full Version : Double member block; removing 1?


burley
08-11-2005, 06:15 AM
At the CMPS homepage header there is a member block where members can log in or new members can register, there also is on as a module.

I would like to use the module, but I think to have 2 is a bit too much.
However I can't remove the member block from the header simply because it would not show up on my forum homepage as well.

Can someone supply me with the code to show the block on the forum homepage but not on the CMPS portal?

thx!!

Brian
08-11-2005, 12:34 PM
<if condition="THIS_SCRIPT != 'adv_index'">

Login code

</if>

Our Sponsors
 

burley
08-12-2005, 08:00 AM
THx Brian!