View Full Version : Quote System on VB.org
Hi i really like this quote system on vb.org does anybody know how i can implement this also?
<<< I really like this quote system!
Andrew Green
01-12-2008, 10:02 PM
You can edit the template "bbcode_quote", make it look however you like ;)
kansei
01-30-2008, 01:21 PM
I implemented it using this:
<blockquote class="vbquote" cite="showthread.php?$session[sessionurl]p=$postid#post$postid">
<div>
<cite><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></a></cite>
$message
</div>
</blockquote>
I don't remember if I made that blockquote class or if it was already in use.
the only problem is that it'll say "originally posted by USER" (linked to the post) but if you don't specify a user in the quote tag, it'll still say "originally posted by" and the link will be dead. A simple if wrapped around that would clear it up, but I never tried :P
SauravG
01-30-2008, 06:32 PM
Here you go: https://vborg.vbsupport.ru/showthread.php?t=166865&highlight=vbulletin+quote
:)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.