|
#1
| |||
| |||
| 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. |
|
#2
| |||
| |||
| 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> 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 |
|
#3
| |||
| |||
| Re: Some Questions...
Great! Thankyou MaestroX This should be perfect for my site. I'm also looking foward to the tutorial |