![]() |
Is there anyway to make awards auto issued once a members usergroup is changed to Mod, S Mod, Admin or by reaching a certain amount of posts, having been joined for set amount of years etc.
After a while manually adding these awards is tiresome |
1 Attachment(s)
Hi mate how can i make the "Name / Description" box longer it squsshed up all my text
Attachment 102215 Cheers |
Quote:
Add width for first column and edit width for second column for example like this: For the expand first column FIND: Code:
<td class="thead" nowrap="nowrap">$vbphrase[award_name] / $vbphrase[award_description]</td> Code:
<td class="thead" nowrap="nowrap" width="20%">$vbphrase[award_name] / $vbphrase[award_description]</td> and for width correction FIND: Code:
<td class="thead" width="100%">$vbphrase[users_with_awards]</td> Code:
<td class="thead" width="80%">$vbphrase[users_with_awards]</td> OR you can use fixed values, it works tooo :p Save and enjoy :) Hope it helps :) |
Quote:
Anyone got any ideas? |
Quote:
Worked great mate tho 30-70 was need thanks dude all is good again:up: Mike |
First of all I'd like to say this is a GREAT product! Now I know there is a way to make the awards automated using Cron Jobs and Scheduled Tasks but I haven't got a clue, does anyone have any idea? more importantly if anyone can do this for me I don't mind paying them!
|
This has probably been asked, but is there a way to give an award to user id #'s 1-100?
Or to a certain usergroup? |
Quote:
|
i am still looking for a way to show the shields AFTER the username...
|
Quote:
Either postbit or postbit_legacy |
GAH! I knew there was something I was supposed to be tracking down.
It's not template based. I suspect it's placed in the postbit via awards.php in /admincp. Unfortunately, my programming skills are such that I'd have to study the file for some time before I figured out where it was called and how to place it within the postbit in the forums. |
Quote:
|
I suspect it's placed in the postbit via awards.php. There's a hook in the postbit templates that would allow something like this to be accomplished. The advantage to this is not having outdated templates whenever you upgrade. The downside to this is not being able to easily modify the placement of the award.
|
Suggestion
How about giving the ability to mass award people in specific usergroups instead of manually per user....I want to award people who have registered and I'm tired of going through the member list...I just want to hit Registered Usergroup and give it to anyone who doesn't have it. FIX You should make it so, if the user already has the award, that a confirmation screen pops up...I wouldn't want to accidentally give an award to the same person twice without fair warning....but for those who do want that, it should be an option to turn off in the settings. |
I love your mod a lot but I was wondering how I could go about removing the "What is your name?" field as I don't need it because the username is already given.
|
Template awards_request_form
|
Quote:
|
Where can I edit so that this black box:
http://i86.photobucket.com/albums/k9...4/Example4.jpg https://vborg.vbsupport.ru/external/2009/09/7.jpg Is actually the color of the style / the customized user profile. |
Help? I found out something though, it turns up it's part of: Block Borders in the Customize Profile. Why can't it fit under like primary content, or secondary content. Anything? Help?
|
|
Quote:
|
Well, any help?
|
Quote:
|
When I have the awards system on whenever I try to access a profile I get
Invalid SQL: SELECT * FROM award_user AS award_user LEFT JOIN award AS award USING (award_id) WHERE award_user.userid = 19 AND award.award_active = "1" ORDER BY issue_time desc; I will click install once I get some help on this |
I am not seeing an AWARD category in my Admin CP. Under the VB Options it is there and I set all the settings, but I am not seeing the category AWARD SYSTEM and the Award Manager as shown in the screenshot above.
|
how to edit the awards display page ?? I meant the page which shows the award categories, I want to design it a bit more with some codes and images
|
Quote:
|
To edit the showcase area, goto your style manager>your style>Yet Another Awards System Templates>Awards_Showcase
That'll be where you'll find your stuff. |
Quote:
|
Quote:
OR StyleManager>Your Style>Yet Another Awards System Templates>Awards_Categorybit |
Quote:
|
Does anyone know how (in awards_postbit_display) we can get it to check to see if the user has received the same award more than once, and then to only display it once, instead of having it show up 3 to 4 times?
|
edited: found the solution
|
hi ive just installed this looks great thanks for this but i was just wondering is there anyway i can add something so i don't have to go to the admincp to give them the award just like if i click on there name in the postbit and i can give them an award from there ??
iv looked through the posts but didn't see anything unless i missed it |
Quote:
|
Quote:
|
I am using the option to create a thread with award requests in a forum. Anyone know how to put the name of the award that is being requested into the title?
I am not good with PHP is the problem, but I know it involves editing "request_award.php" and the template. I have gotten it to show the request reason by editing this line: Code:
$posttitle = construct_phrase($vbphrase['award_request_post_title'], "$award_request_recipient_name", "$award_request_reason"); I know it's can't be hard, I just don't have that PHP / vbmod background ;) |
'awards_postbit_display_style2'
'awards_postbit_display_style3' still not cached.. I thought this was fixed TWICE? Edit PLUGIN YAAS - cache templates Find: Code:
$globaltemplates = array_merge($globaltemplates, array('awards_bit', 'awards_postbit_display')); Code:
$globaltemplates = array_merge($globaltemplates, array('awards_bit', 'awards_postbit_display', 'awards_postbit_display_style2', 'awards_postbit_display_style3')); Find: Code:
'awards_postbit_display' Code:
'awards_postbit_display', This mod adds a lot of queries. Mod disabled: 31 queries, Mod enabled: 41 queries. Does it add a query for each post in the threadview, even IF that person had NO awards? |
Hi. When I set the display order ASC (or DESC) in award listing instead newer first (default), the function to display awards in member list (Member List: Display Awards) doesn't work.
Any suggestions? Thanks |
Just wanting to know, how do you edit the text so that it reads Emblems, instead of Awards?
|
All times are GMT. The time now is 02:22 PM. |
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:
|