MyBB Community Forums
[For 1.6] Reputation Bars v0.2 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] Reputation Bars v0.2 (/thread-93651.html)

Pages: 1 2 3 4 5 6


RE: Reputation Bars v0.1 - Yaldaram - 2011-05-06

(2011-05-06, 11:49 AM)nadlerz Wrote: Helo MZ Admin, !
@ Yaldaram, my only prob is, user id = 1 = admin, has no images
example, me the admin > http://www.nadlerzone.com/thread-list-of-user-titles-and-their-corresponding-icon

Strange, are you using Template Conditionals plugin by chance ?


RE: Reputation Bars v0.1 - kadhafi - 2011-05-06

Found the bug..Odd number reputation has no image..21,23,25


RE: Reputation Bars v0.1 - nadlerz - 2011-05-06

@Yaldaram, like PHP and Template Conditionals ?
No, before i use that code/plugin
But it has so many incompatibility, so i remove it already.

I think thats why it's happening like "kadhafi" have posted, my repu is "41" that has no image displayed.


RE: Reputation Bars v0.1 - Yaldaram - 2011-05-06

(2011-05-06, 05:04 PM)nadlerz Wrote: @Yaldaram, like PHP and Template Conditionals ?
No, before i use that code/plugin
But it has so many incompatibility, so i remove it already.

I think thats why it's happening like "kadhafi" have posted, my repu is "41" that has no image displayed.

I've updated the plugin to 0.2.: Fixes an small bug. Also added Reputation page link to the Image Bars.

Before it got validated, you can download from the mirror: http://yaldaram.com/showthread.php?tid=784


RE: Reputation Bars v0.2 - aglioeolio - 2011-05-06

awesome plugin Wink


RE: Reputation Bars v0.2 - Yaldaram - 2011-05-06

(2011-05-06, 05:51 PM)aglioeolio Wrote: awesome plugin Wink

Thanks =)


RE: Reputation Bars v0.2 - kadhafi - 2011-05-06

Working fine now yaldaram, thanks buddy..Smile


RE: Reputation Bars v0.2 - Yaldaram - 2011-05-06

Thanks Smile


RE: Reputation Bars v0.2 - nadlerz - 2011-05-06

Theres a small bug, Reputation Link, includes Warning Level in Postbit :

I replace code line 22 with this one:

Quote:"template" => '<span title="{$post[\\\'username\\\']} has {$rep_points} points!"><a href="reputation.php?uid={$post[\\\'uid\\\']}">{$rep_bars}</a></span>',

You forgot this closing tag > </a>
That includes Warning Level lang in reputation link.


RE: Reputation Bars v0.2 - Yaldaram - 2011-05-06

(2011-05-06, 06:08 PM)nadlerz Wrote: Theres a bug:

I replace code line 22 with this one:

"template" => '<span title="{$post[\\\'username\\\']} has {$rep_points} points!"><a href="reputation.php?uid={$post[\\\'uid\\\']}">{$rep_bars}</a></span>',

You forgot this closing tag > </a>
That includes Warning Level lang in repu link

Thanks for reporting, Plugin updated on my site.