vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=232684)

DigitalDark 01-13-2010 05:27 PM

Oh! Another thing I forgotten... It would be possible to show only one image per medal?
Ex: I create a MEDAL "A". I give the Medal "A" 3 times to the same user. In postbit appears A A A. It would be possible to show A (3)?

GrossKopf 01-13-2010 07:37 PM

Quote:

Originally Posted by CypherSTL (Post 1954154)
YaAS RC1 Released.

4.0.0 RC1 RELEASE: (01/13/2010 1:15AM CST)

* Fixed - Award Tab Display for vBulletin 4.0.1.

Just downloaded this version and the awards tab has disappeared from the user profiles:

http://flotgaming.net/forums/member.php?1-GrossKopf

GrossKopf 01-13-2010 07:45 PM

Quote:

Originally Posted by GrossKopf (Post 1954786)
Just downloaded this version and the awards tab has disappeared from the user profiles:

http://flotgaming.net/forums/member.php?1-GrossKopf

I should probably mention that I haven't upgraded to vBulletin 4.0.1.

Bouncer222 01-13-2010 07:48 PM

Quote:

Originally Posted by Sayid (Post 1954462)
hmm so what is the benefit of point system? I mean what does it calculate ? it depends on what ?

I like to see an auto award feature depends on posts number , reputation or points for example, and happy to see it upgraded

Yeah auto is a lot better I have to agree with him, especially on huge boards, here are some good features...

a) Auto for reaching a specific post count or maybe a couple of post counts with different medals.

b) User has been a member for X Years/Days/Months and gets a certain award and a new award for each increase of years.

c)Usergroup change/promotion-get award

And there could be more even great options.

GrossKopf 01-13-2010 09:24 PM

Quote:

Originally Posted by GrossKopf (Post 1954791)
I should probably mention that I haven't upgraded to vBulletin 4.0.1.

Upgrading to 4.0.1 fixed it. :)

CypherSTL 01-13-2010 10:44 PM

If you guys want all the auto awards being issued for whatever reasons, my recommendation is that you start reading up on scheduled tasks and writing cron scripts. Their is simply way too many different combination of reasons why awards should be issued, to code something like this that would cover everyones bases.
----
I am willing to add a few "Automation Options"; but I cannot do special requests for everyones needs. My suggestion at that point, I will automate a few of the award scenarios, and for more "advanced" options I would recommend looking at the cron scripts for the 3 I will make and see if you can figure out from that. I will try to help, but I don't have all too much time to work on cron scripts for people. I hope everyone can understand that.

The only thing I can think of, it wouldn't be done within the next week mind you, but pick like 3 "most common" award scenarios and try to automate those. Those 3 would most likely be
  • Post Counts
  • Usergroups
  • Membership Length
I will see what I can do on working with those 3. Just remember, it wont be anytime soon for those to be implemented. Give me a week or two atleast.

mikeylikesitz 01-13-2010 10:57 PM

got a database error on 4.0.1 upgraded from the 3.8 version of this

Code:

Database error in vBulletin 4.0.1:

Invalid SQL:

                        SELECT a.*, au.*, SUM(award_pointvalue) AS TotalPoints
                        FROM award a, award_user au
                        WHERE (au.userid = 2391) AND (a.award_id=au.award_id) AND (a.award_active=1)
                        GROUP BY au.userid;

MySQL Error  : Unknown column 'award_pointvalue' in 'field list'
Error Number  : 1054


CypherSTL 01-13-2010 10:59 PM

Quote:

Originally Posted by mikeylikesitz (Post 1954954)
got a database error on 4.0.1 upgraded from the 3.8 version of this

Code:

MySQL Error  : Unknown column 'award_pointvalue' in 'field list'
Error Number  : 1054


Did you import the XML? The XML creates two new columns in the database.

mikeylikesitz 01-13-2010 11:03 PM

yes i did, i imported a second time after the error to make sure it didnt get corrupted

CypherSTL 01-13-2010 11:14 PM

When you imported the XML, did it give you any errors then?

Check your vBulletin Database in the awards table, and see if you have an "award_allowrecommend", and "award_pointvalue" column.


All times are GMT. The time now is 02:47 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
  • Page Generation 0.02166 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete