![]() |
Question for everyone.
For the automatic issuing of awards, for instance, based on post counts. Say you have two awards and the criteria for each is 10, and 20. Once the user reaches 10, that user will get the award for 10 posts. Now, when user gets 20 posts, and gets the award for 20 posts, should the award for 10 posts be removed, or stay? For ease of coding, they'll be left with both awards. That alright? |
my awards tab is not showing in profiles members !!
What is the solution to this problem? thank u .. |
Quote:
|
Quote:
|
Quote:
Thanks! I like this mod a lot!!!! |
The "Automation" aspect will have the option to Enable/Disable.
So far, I have the AdminCP Forms built, and cron script wrote for post counts. I still need to go back and have it remove the older award based on criteria. That part I think will be a bit tricky to code. |
Quote:
Quote:
Is it the same version attached here? If so, I use the same version currently available here. Although they were not where I can get it. Thank you very much. |
If you're already using vBulletin 4.0.1, then you need to update YaAS to the RC-1 Release. Profile tabs are working in that release. The minimum vBulletin version that YaAS will now function on is 4.0.1.
When vB Released 4.0.1 yesterday, a change they did broke the profile tabs in previous releases of YaAS4. |
1 Attachment(s)
hi..
I upgraded \\ from vb.3.8.4 to vb.4.0.1 could you plz show me how to move AWORD in nav-bar. and IF there are an infraction for any member , Awards Showcase change it's location for more info. check out my attachment please |
I'm looking into possibilities of moving the Awards tab around.
As for infractions, I cannot duplicate this. It works properly on the default style, even after giving users an infraction. |
1 Attachment(s)
Quote:
for my default style.. it the same as well as my costum style - I'll digging in my css ,might.. my longe range shot hit some code that fix this |
installed and workin a1...nominated and rated 5
|
Quote:
|
Voted 5 stars. MOTM.
|
Quote:
Post count award is great... what's also greatly needed is these... -Specific award for specific usergroup promotion -Specific award for a certain lenght member Our site really needs those :) Especially when we are massively promoting new users. |
Quote:
Quote:
Award Tab is attached to bottom Bar where (Contact Us Home of Nikon-Digital Photography Enthusiasts Admin Mod Archive Top) all those links are located This worked fine in prevues version |
OK
Another thing I just noticed Everytime I installed Another Awards System one of the user categories was getting pushed down User Profile Field Categories its all the way at the bottom at all user profiles How can fix that |
Quote:
in Location on Profile Page Profile fields will always be shown on the 'About Me' tab, in addition to any location you select here. I switched from: Main Column, Last Tab to Only in about me tab and it worked This was strange |
This mod is worthy of a MOTM. Great work with this!
|
Quote:
-- I'm about 70% done with the "Automation System", so that is being worked on. It should be in the RC2 release of the Awards System. The next update I see after RC2 will most likely be Gold release, as I think this upgrade is running pretty stable on vB 4.0.1. Of course, if ya'll like this mod, be sure to nominate for MOTM :P |
Quote:
For now, you can set your display location to "userinfo_right_after_post" and it will still show inside the postbit, but a bit higher. Thanks for the report. |
All works 99.9% correctly on my install.
1st error: When changing award category descriptions to a new category name, database error occurred. |
thanks a lot
|
Dear CypherSTL,
After install, I can't see Award System in AdminCP. I don't know why! Regards, |
Quote:
Quote:
|
Database error in vBulletin 4.0.1:
Invalid SQL: UPDATE vb3_award SET award_name = '**** Service Award', award_desc = 'Provides Valuable Services To The ***.', award_icon_url = 'http://****.com/awards/1.gif', award_img_url = 'http://****.com/awards/1b.gif', award_cat_id = '1', award_displayorder = '1', award_allowrequest = '1', award_allowrecommend = '0', award_active = '1', award_pointvalue = '0' WHERE award_id = 1; MySQL Error : Unknown column 'award_allowrecommend' in 'field list' Error Number : 1054 Request Date : Friday, January 15th 2010 @ 04:35:43 AM Error Date : Friday, January 15th 2010 @ 04:35:43 AM Script : http://www.****.com/forums/admincp/a...hp?do=doupdate Referrer : http://www.****.com/forums/admincp/a...dit&award_id=1 IP Address : 75.90.***.254 Username : ******** Classname : vB_Database MySQL Version : 4.1.22-standard Note: Issuing awards, removing awards, awards totals, awards display, everything else is working fine. |
Quote:
|
Alright. I have just finished writing the Award Automation for Postcount-Based awards, and seems to be functioning correctly during my testing. This will be in the RC2 release in a few days.
I still need to code the automation script for issuing awards based on usergroup membership, and length/days of being a forum member. -- Also, just a reminder. For those of you using the Points system, and the future Automation System will need to run atleast MySQL 5.0+ due to some of the query functions. |
I seem to be having database issues with 4.01 - causing my site to be turtle slow...
|
Just installed after the upgrade, and seems to be working fine. :)
Is it possible to (Please see screenshot below): 1. Top align the icon and image for a award? 2. Remove the box around Issue Time and Issue Reason? 3. Align the Description of the award under the Description heading? The actual description appears to start from the left of the Description heading. Thanks! :) https://vborg.vbsupport.ru/external/2010/01/40.png |
Quote:
|
Quote:
The "Description" is offsetted a few px due to the CSS I do believe. This seems to be CSS within vBulletin itself because every thing I've tried, I couldn't move it. The next release, I'll add an option for enabling/disabling the border in the Profile Tab Showcase. |
Thank you! :)
|
When using YAAS on vB 4.0.1 - this formatting issue comes at the bottom of every thread.
BTW: I have a few feature suggestions, Mass Award Giving -Enter a numerical sequence of IDs at once EX. 3,6,7 (Users with the IDs 3,6, and 7 would receive that award.) -Enter a numerical range of IDs at once EX. 1-1000 (All users with IDs between and including 1 and 1000 would receive that award) -Give Awards Based Off Usergroups |
FlameGun, are you using the newest download of YaAS?
I do be believe the "glitch" you're speaking of happens when you're using Postbit Style 2. Which has been fixed. |
Awards Tab on Profile Page doesn't show anymore on vb4 gold.
|
Quote:
|
Alright, everyone.
RC2 will be available for upload later tonight/tomorrow morning. Have a few more bits of code to clean up with automation. Currently, Postcount and Usergroup automation are possible, I haven't started on length of membership yet as I'm still trying to figure out how I want to go about coding that. I'm also working on putting together an Automation Guide to help some of the members that want to take advantage of the feature. Automation will also require MySQL 5+. RC2 also includes a few bug fixes, and some more fixing of Icon/Image spacing on the Awards page. After RC2, my main focus will be towards back-porting some of the bug fixes and features into the 3.8 branch, then start back up on the 4.0 branch. |
Quick question...
If a user on my forums for example has 2 awards, they are shifted over to the left, how do I make them centered? Thanks! |
Quote:
|
All times are GMT. The time now is 07:54 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:
|