MyBB Community Forums

Full Version: how to make your post number clickable in the postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
simple tutorial, but it's something I, and I'm sure others, will find useful.

to start, browse to this location:
admin cp>templates & style>templates>*your theme*>post bit templates>postbit_author_user

replace this:
{$post['postnum']}

with this:
<a href="search.php?action=finduser&amp;uid={$post['uid']}">{$post['postnum']}</a>

previews:
[attachment=21310]
[attachment=21311]
Now we don't need the [Image: postbit_find.gif] button anymore. I like minimizations without loosing functionality. Smile
(2011-01-16, 11:44 PM)querschlaeger Wrote: [ -> ]Now we don't need the [Image: postbit_find.gif] button anymore. I like minimizations without loosing functionality. Smile

I never click Find button. Smile

Nice tutorial. Wink
Same as me.
Good idea, thanks.
thank you
Nice tutoriale.
nice work dear