PDA

View Full Version : Removing threads and posts columns from forum home for guests


Noiz Pollution
08-22-2004, 11:48 PM
Hi folks,

I'd like to hide the threads and posts columns on forum home (and forum display for sub forums) from guests and also the replies and views columns on forum display for guests, I'd like to do this using the template variables.

Anybody know how? Any help would be greatly appreciated. :)


Cheers,
Robert

House_of_Crazed
08-23-2004, 04:38 AM
You could use...

<if condition="$bbuserinfo != 0"> <else /> Your ForumHome Template Code for everyone else here </if>

Or something similiar.

Keep in mind, I'm only doing this from memory. :) But that should work :)

HoC

Noiz Pollution
08-23-2004, 06:57 PM
Hi HoC,

I'm aware of how to use that, I'm just not sure of which parts need that treatment.
Thanks for your reply.

Cheers,
Robert

Noiz Pollution
08-24-2004, 05:43 PM
Anybody?

Noiz Pollution
08-29-2004, 07:05 PM
Somebody must know which bits to put the condition around... anybody at all?