![]() |
Quote:
|
I didn't have too much luck with your alterative code to display 5 awards, then if there is more, drop to the next line to display next 5 etc, etc... any suggestions or other alternatives?
The other thing that also came to mind was, my awards in the posts etc aren't tiny like the example you included, I can probably make them slightly smaller but any smaller would defeat the purpose of the size they display at. Because of this if like in my case I want to display 5 awards across etc, the above stuff i.e. Last Online, Join Date, Posts, and IM icons etc, all still sit above the awards but sit with the left most awards. Is it possible to keep that data where it belongs at the far right so they don't move with the awards... oh I probably have said my user stat bar that most people have on the left of each post is at the top of user posts on my forum. Would be greatful for any assistance you can assist me with to get this working the way I'd like it to. Quote:
|
Fixed it not showing after quick reply.
It appears that in newreply.php we find that the QuickReply is calling the same method as the post, except that the script name changes to the if check in the postbit_display_start fails and the code is not included. To fix: Replace in postbit_display_start: PHP Code:
PHP Code:
|
clicked install :D thanks for the good mod :D
|
Quote:
Where is postbit_display_start? |
You can either re-import the product xml (2.0.4) or edit the plugin YAAS - Showthread_postbit_create as mention above.
Thank WhiteWolf for the fix. |
This is a great mod. Nice job Mtha!
Trying it out on our test server and happy with its core functionality. No issues as of yet. We use a "badge" system on our current site (vb 3) which is made up of hacks here and there. Basically a badge is shown in the users postbit if they belong to a certain group. Id love to see a usergroup functionality added to this however. We have about 30k members and to add accolade badges manually is pretty much out of the question. Hehe. I want to just do "usergroup ID = this badge". I like the ability to add to a single user though, as it may serve useful for more "special" awards. The awards page showing a nice legend of all the awards is great as well. Nice touch. Anyways, is anyone else interested in a "issue award to usergroup" functionality within this mod? Not sure how hard or simple it will be, but I am going to ask my partner (the code guru) to give it a go. Thanks *install* |
PHP Code:
PHP Code:
From YAAS - postbit_display_start PHP Code:
|
Great hack - but found a bug on one of my threads (and not sure how to even debug or fix it):
Code:
Database error in vBulletin 3.5.0: |
Fixed it! Apparently, an error over in the postbit_display_start plugin.
CHANGE THIS: Code:
if ($vbulletin->options['aw_postbit']) Code:
if (($vbulletin->options['aw_postbit']) AND ($this->post['userid'])) |
All times are GMT. The time now is 11:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|