I'm looking for a few phrases,, is there a list somewhere off the common vBulletin phrases ?
I'll be looking for a few in the near future, but for now I need the "recent post" and/or "recent thread" phrase
thank you
-Brandon
ps, I think this would be helpful for others too,, here are a few phrases,, actually this is the block I'm replacing with the recent threads or post
Code:
<div>
<phrase 1="<strong>$bbuserinfo[username]</strong>">$vbphrase[welcome_x]</phrase><br />
<if condition="$show['pmstats']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase><br /></if>
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase><br /><br />
<a href="search.php?$session[sessionurl]do=getnew" accesskey="2"><strong>$vbphrase[new_posts_nav]</strong></a>
</div>