Quote:
Originally Posted by blazinchuck
touche'  ...aight...ill try
--------------- Added [DATE]1293857229[/DATE] at [TIME]1293857229[/TIME] ---------------
ok, its working-but not...here goes
there is a blank spot right under the "find post by user X"
and right above "add to buddy list"
the blank spot takes you to all threads started by user...but the wording isnt there?
i used this code:
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1"><phrase 1="$post[username]">$vbphrase[find_threads_started_by_x]</phrase></a></td></tr>
</if>
also...i found these codes in "postbit" and "postbit_legacy"...so i added that code to both of those areas
|
It's in both because their different templates for different postbit layouts. Your site will only use one of them, as per the settings in vBulletin Options. You only need to edit the one your using.
You have no text because there's no such phrase as
$vbphrase[find_threads_started_by_x]. You can edit the code directly and just put what you want there, or you can add a new phrase in the Phrase Manager. Will probably need to look like this...
Varname: find_threads_started_by_x
Text: Find threads started by {1}
Everything else you can leave as default.
--------------- Added [DATE]1293863086[/DATE] at [TIME]1293863086[/TIME] ---------------
I just noticed, there is phrase callled
$vbphrase[find_threads_started_by_user]. But it just says User, not their name.