PDA

View Full Version : [Solved] My new quote template


Stratis
07-22-2015, 08:08 AM
I am trying to make my new quote, but i cannot see quoted message inside, instead I see the word "$message" the div i have in the code area.

This i have in bbcode_quote template
<div class="quotee"> <div class="head"> <div> <div> <vb:if condition="$postid"><a href="showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow">Originally posted</a> <b>@{vb:raw username}</b></vb:if> </div> </div> </div> <div style="font-style:italic">$message</div> <div class="clear"></div> </div>The code .quotee i have in css works fine. its no matter to post it.

What i do wrong? any help please...

kh99
07-22-2015, 08:16 AM
It should be {vb:raw message} instead of $message.

Stratis
07-22-2015, 08:31 AM
Yes Kevin, that's it.
Thank you very much :D

Mark.B
07-25-2015, 11:30 PM
Let's see a screenshot then :)

Stratis
07-27-2015, 03:47 PM
If I manage to finish it :)

Some thing else please, is there a code to include, to the above mine code so when some one
replies with all quoted text shown with default formatted text.
color, size, fonts... Thanks