How do I change the forumhome_lastpostby (vBulletin), from: 1. Listing the username of the last poster and linking to their profile; to 2. Just listing the username of the last poster, but not linking to their profile? PS I don't know php, so can you post the updated code please. <if condition="$show['lastpostinfo']"> <div class="smallfont" align="$stylevar[left]"> <div style="clear:both"> <if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if> <a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a> </div> <div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>> <phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase> </div> </if> Code (markup):
Dominic, you don't have to edit that code. Go into your vbulletin admin, in the sidebar click on Languages and Phrases to expand the box, then click Phrase Manager. Next, for phrase type, keep it at Global and change the dropdown to page 3. Click "edit" beside by_x then in the text box put by {2} and save.