MyBB Community Forums

Full Version: Thread Count in Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed this mod

http://community.mybboard.net/thread-17970.html

It allows you to see your thread count in postbit, but the problem is I need to move it. I cant figure out where the ouput resides in the templates, to actually move it.

Here is an image of what im after.

[Image: postbit.jpg]
I can't see the image. Toungue

Did you read the read me file attached within the thread count in posbit. It should explain what you have to do.
postbit_author_user

But you know that that's a 1.2.x mod, right...??
open the php file.

find:
$post['user_details'] = "{$post['user_details']}{$post['tcount']}";
replace whit:
//$post['user_details'] = "{$post['user_details']}{$post['tcount']}";

then open your template "postbit_author_user"
put {$post['tcount']} where you want it.
If I comment out that code, and add {$post['tcount']} to postbit_author_user, nothing shows. If I leave the code intact, it does show, but in the wrong spot still...Surely someone has this for 1.4.4.
(2009-01-13, 01:23 AM)Netbuddy Wrote: [ -> ]Surely someone has this for 1.4.4.

Tom.M made it, I have it on my board, I'll try and find the thread, know where it should be.
Cool Matt. If you can find it, that would be great. Its just a small cosmetic thing...but still, id like to have it.
Found the files here, after much trawling.

http://community.mybboard.net/thread-40949-page-3.html

Works fine for 1.4.4