rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: taha on June 25, 2009, 02:33:00 PM

Title: How To Added Smiley in rawr shoutbox???
Post by: taha on June 25, 2009, 02:33:00 PM
There is not enough smiley i think... can you teach me how to added more??
Title: Re: How To Added Smiley in rawr shoutbox???
Post by: TSG on June 26, 2009, 05:05:56 AM
template > rawr_default > shoutbox > process_posts > hfs.diff.tpl

{.replace
   |<|&lt;
   |:)|<img src="/template/shoutbox/smileys/smiley.gif" alt=""/>
   |:D|<img src="/template/shoutbox/smileys/cheesy.gif" alt=""/>
   |:P|<img src="/template/shoutbox/smileys/tongue.gif" alt=""/>
   |;D|<img src="/template/shoutbox/smileys/grin.gif" alt=""/>
   |:(|<img src="/template/shoutbox/smileys/sad.gif" alt=""/>
   |:$|<img src="/template/shoutbox/smileys/embarrassed.gif" alt=""/>
   |:'(|<img src="/template/shoutbox/smileys/cry.gif" alt=""/>
   |:o|<img src="/template/shoutbox/smileys/shocked.gif" alt=""/>
   |(h)|<img src="/template/shoutbox/smileys/cool.gif" alt=""/>
   |:S|<img src="/template/shoutbox/smileys/undecided.gif" alt=""/>
   |;)|<img src="/template/shoutbox/smileys/wink.gif" alt=""/>
   |{.postvar|msg.}
.}