Customers SupportDocumentation




Reply
 
Thread Tools
  #1  
Old 22-07-2007, 07:05 PM
Premium Member
 
Join Date: Jul 2007
Posts: 2
Some Questions...

Hello,

I have a few questions.

How would I show guests one set of random messages and members another?

Also I like the editor buttons used in this image shown on the RGM product page:

How was this done may I ask?

Thanks

Last edited by admin; 15-08-2007 at 10:18 PM.
Reply With Quote
  #2  
Old 22-07-2007, 08:39 PM
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: Some Questions...

Hello Sabre welcome to vBulletin Skin Zone,

Showing guests one set of messages and members another can be done like this with a template conditional:

Code:
 
<if condition="$show['member']">
$messagecat[1]
<else />
$messagecat[2]
</if>
This will show members messages from message category 1 ($messagecat[1]) and guest messages from message category 2 ($messagecat[2])

The editor buttons are using the famfamfam icon set and several template edits get them to work In the coming weeks I'll post a tutorial of how to do this for yourself
Reply With Quote
  #3  
Old 23-07-2007, 03:02 PM
Premium Member
 
Join Date: Jul 2007
Posts: 2
Re: Some Questions...

Great! Thankyou MaestroX

This should be perfect for my site. I'm also looking foward to the tutorial
Reply With Quote
Reply

« - | Seasons Demo? »
Thread Tools



All times are GMT. The time now is 08:08 PM.