2011-01-16, 09:18 AM
2011-01-16, 09:28 AM
posbit_author_user template, find:
Replace with:
{$post['postnum']}
Replace with:
<a href="search.php?action=finduser&uid={$post['uid']}">{$post['postnum']}</a>
2011-01-16, 06:12 PM
(2011-01-16, 09:28 AM)- G33K - Wrote: [ -> ]posbit_author_user template, find:
{$post['postnum']}
Replace with:
<a href="search.php?action=finduser&uid={$post['uid']}">{$post['postnum']}</a>
thanks man. I almost had that last night on my own except I didn't leave the postnum in there so I suppose that's why it wasn't working for me. maybe I'll add that in the tutorials section.