Quote:
Originally Posted by vbenhancer
what?
|
the "posted by" part never shows up. I actually discovered that it does, but only if I'm logged out (guest).
Here is the part of code that it hooks into:
Code:
<if condition="$show['guestuser']">
$thread[postusername]
<else />
<span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]]</span>
</if>