MyBB Community Forums

Full Version: Show Age on the Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Shows age of users on postbit template.

Download attachment and look at instructions in the readme file.

Screenshot:
[attachment=5827]

[attachment=5828]

Enjoy..
Nice job Smile
thanks
Thx man, nice one Wink
Nice job, thank you.
*extreme bump*

Awesome plugin.
Hi there,

I'm using MyBB 1.6.6 and there is a bug in that plugin.
I could not fixed it maybe somebody can fix it for me and MyBB users.
Bug: In MyBB 1.6.5 I could use that plugin but after the upgrade when I've actived that time I cannot see anything on the postbit.
Best Regards.
Open plugin file and find;
function age_postbit($post)
and Change it into;
function age_postbit(&$post)
You don't need a plugin for this, create a custom profile field and add it to postbit.
(2012-03-06, 11:00 PM)Yaldaram Wrote: [ -> ]Open plugin file and find;
function age_postbit($post)
and Change it into;
function age_postbit(&$post)

Thank You
Pages: 1 2