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)

pantani 02-03-2013 03:29 PM

Quote:

Originally Posted by marccap (Post 2401368)
You can set it up so that requests create a thread or adds to a thread in the staff forum or something :D

And how do i do this please, can't figure it out :(

Thanks

marccap 02-03-2013 09:22 PM

Quote:

Originally Posted by pantani (Post 2401611)
And how do i do this please, can't figure it out :(

Thanks

If you go into your admin cp and find your award settings to the left. Go down the award settings page and you will see a box to enter the forum number or a box to enter a thread number. If you want to set it up so that it adds to a thread youve already made then get the thread id number by clicking on the thread and in the URL it will display the thread id. Add that number to the box and and request will add a new post to let you know :p

pantani 02-03-2013 09:44 PM

thank you, works fine ;)

Capt C Ray 02-04-2013 11:19 AM

Quote:

Originally Posted by Gamelobby (Post 2401151)
Put "YAAS_DISPLAY" in the Tab Script's box. (that's what mine has & it works)

Thanks Gamelobby. Worked like a charm.

Amaury 02-04-2013 03:54 PM

The Medal Showcase doesn't align all the way to the right when using the modern postbit. The setting for the display is set correctly in YAAS' settings.

https://vborg.vbsupport.ru/external/2013/02/29.jpg

vbandroid 02-08-2013 02:53 AM

how exactly do you upgrade to 4.0.5 coming form 4.0.4?

marccap 02-08-2013 07:27 AM

Quote:

Originally Posted by vbandroid (Post 2402786)
how exactly do you upgrade to 4.0.5 coming form 4.0.4?

Download the new file. Upload the info and replace and rewrite over the old files :cool:

TiKu 02-08-2013 09:52 PM

To make version 4.0.5 compatible with vbSSO 1.4.9, I had to change two things:

1) In hook "YAAS in Member Profile - Profile", replace
Code:

require_once('./global.php');
with
Code:

require_once(DIR . '/global.php');
2) In hook "YAAS - Member List Display", replace
Code:

include('awards_memberlist.php');
with
Code:

include(DIR . '/awards_memberlist.php');

ringnews24 02-09-2013 11:16 AM

How do members requests awards?

ringnews24 02-09-2013 11:32 AM

Some awards arent showing up once given to the member.

Can someone help please,

Thanks.

WorldCraft 02-09-2013 09:02 PM

Hi, I need to replace/restore the award_request table. Unfortunately I don't have a backup of that table. Can I replace it with phpmyadmin or some other method without needing to reinstall the product?

Thanks

squidsk 02-10-2013 12:22 AM

Quote:

Originally Posted by TiKu (Post 2402970)
To make version 4.0.5 compatible with vbSSO 1.4.9, I had to change two things:

1) In hook "YAAS in Member Profile - Profile", replace
Code:

require_once('./global.php');
with
Code:

require_once(DIR . '/global.php');
2) In hook "YAAS - Member List Display", replace
Code:

include('awards_memberlist.php');
with
Code:

include(DIR . '/awards_memberlist.php');

Thanks.

Quote:

Originally Posted by ringnews24 (Post 2403037)
How do members requests awards?

If the group they are a member of have it enabled the option will show up in awards.php.

Quote:

Originally Posted by ringnews24 (Post 2403039)
Some awards arent showing up once given to the member.

Can someone help please,

Thanks.

In the postbit? If so check your maximum number of awards to display. If a member has more awards than this number then only some will be displayed in the postbit.

Quote:

Originally Posted by WorldCraft (Post 2403178)
Hi, I need to replace/restore the award_request table. Unfortunately I don't have a backup of that table. Can I replace it with phpmyadmin or some other method without needing to reinstall the product?

Thanks

Why do you need to replace/restore the table? If you deleted it manually then you can re-create it manually, which would be the only way to get the table back regardless if it has been deleted, short of uninstalling/re-installing the product.

Dogma21cw 02-10-2013 06:43 PM

I have found a bug with the latest version. When someone recommends an award, it places the RECOMMENDERS userID in the userID blank, the RECEIVERS username in the username black.

If you then issue the awards they are issued to the RECOMMENDER.

squidsk 02-10-2013 07:34 PM

Quote:

Originally Posted by Dogma21cw (Post 2403364)
I have found a bug with the latest version. When someone recommends an award, it places the RECOMMENDERS userID in the userID blank, the RECEIVERS username in the username black.

If you then issue the awards they are issued to the RECOMMENDER.

Thanks, I'll fix that.

squidsk 02-11-2013 08:08 PM

Quote:

Originally Posted by TiKu (Post 2402970)
2) In hook "YAAS - Member List Display", replace
Code:

include('awards_memberlist.php');
with
Code:

include(DIR . '/awards_memberlist.php');

Does memberlist stuff actually work for? I've been trying to get it to work but no matter what I do memberlist additions don't show.

Dogma21cw 02-11-2013 08:58 PM

I'll look into it. But looking through our FTP & the latest YAAS install file I don't see the awards_memberlist.php for it to access.

squidsk 02-11-2013 09:24 PM

No but it was there in vb 3.8.x installs so I'm wondering if that works for anyone as I can't get it to work at all.

Alperfix 02-12-2013 10:54 AM

Is the vulnerability described here http://www.madleets.com/Thread-Video...ight=vbulletin fixed?

squidsk 02-12-2013 02:46 PM

Quote:

Originally Posted by Alperfix (Post 2403726)
Is the vulnerability described here http://www.madleets.com/Thread-Video...ight=vbulletin fixed?

Yes, that was fixed in the 4.0.4 release. There are no known vulnerabilities at this time.

marccap 02-13-2013 06:14 PM

My award automatons don't seem to be working. In the screen cap I've set up an example for 250 forum posts. Is that correct or do i need to add usergroups in there some how?

http://gyazo.com/7863a7de615805b30fc3cc4157a33651

I also get this If i run the schedule task for it -

PHP Code:

Invalid SQL:

            
SELECT useridaward_idaward_cgroup
            FROM award_user
            WHERE 
(userid=4) AND (award_id=4) AND (award_cgroup='postcount'); 


squidsk 02-13-2013 11:49 PM

What's the rest of the error?

marccap 02-14-2013 07:21 AM

Quote:

Originally Posted by squidsk (Post 2404119)
What's the rest of the error?

Here is the full error code when I run the schedule task but I've taken out my IP address

PHP Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

            
SELECT useridaward_idaward_cgroup
            FROM award_user
            WHERE 
(userid=4) AND (award_id=4) AND (award_cgroup='postcount');

MySQL Error   Unknown column 'award_cgroup' in 'field list'
Error Number  1054
Request Date  
ThursdayFebruary 14th 2013 08:18:52 AM
Error Date    
ThursdayFebruary 14th 2013 08:18:53 AM
Script        
http://www.platboyonline.com/admincp/cronadmin.php?do=runcron&cronid=32
Referrer      http://www.platboyonline.com/admincp/cronadmin.php?do=modify
IP Address    : -----------
Username      Marccap
Classname     
vB_Database
MySQL Version 
5.5.28 


letsjoy 02-14-2013 10:03 PM

Thanks squidsk for exploit fix :)

richardevans123 02-17-2013 05:38 PM

Is there a way to get the awards to show in the signature area?

Thanks

squidsk 02-17-2013 06:20 PM

Quote:

Originally Posted by richardevans123 (Post 2404800)
Is there a way to get the awards to show in the signature area?

Thanks

Yes in the awards settings where you choose where you want the awards to show, choose one of the signature options.

marccap 02-18-2013 09:18 AM

Quote:

Originally Posted by marccap (Post 2404189)
Here is the full error code when I run the schedule task but I've taken out my IP address

PHP Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

            
SELECT useridaward_idaward_cgroup
            FROM award_user
            WHERE 
(userid=4) AND (award_id=4) AND (award_cgroup='postcount');

MySQL Error   Unknown column 'award_cgroup' in 'field list'
Error Number  1054
Request Date  
ThursdayFebruary 14th 2013 08:18:52 AM
Error Date    
ThursdayFebruary 14th 2013 08:18:53 AM
Script        
http://www.platboyonline.com/admincp/cronadmin.php?do=runcron&cronid=32
Referrer      http://www.platboyonline.com/admincp/cronadmin.php?do=modify
IP Address    : -----------
Username      Marccap
Classname     
vB_Database
MySQL Version 
5.5.28 


Any ideas on this yet?

CharlieDelta 02-18-2013 02:01 PM

Is it possible to make the poll votes public?

CharlieDelta 02-18-2013 02:16 PM

I just "granted" an award and it was issued to the sender and not the recipient.

Edit:
I just noticed that there was no pm sent as I was using the "Give award to user" in the acp to fix my above issue.

squidsk 02-18-2013 06:33 PM

Quote:

Originally Posted by CharlieDelta (Post 2404984)
Is it possible to make the poll votes public?

If you mean to show who voted for which option, then no not currently aside from doing it manually.

Quote:

Originally Posted by CharlieDelta (Post 2404989)
I just "granted" an award and it was issued to the sender and not the recipient.

Known issue, it will be fixed in the next release.

Quote:

Edit:
I just noticed that there was no pm sent as I was using the "Give award to user" in the acp to fix my above issue.
I can't reproduce the problem as I get PMs if I issue an award from Award Manager -> Give Award to User in acp.

Quote:

Originally Posted by marccap (Post 2404936)
Any ideas on this yet?

I'd guess it had an error on installation because if it had installed correctly that field would be in the table.

CharlieDelta 02-18-2013 07:33 PM

Thank you squidsk.

squidsk 02-19-2013 09:15 PM

Version 4.0.6 Released

Release Notes:
  • Fixed - installation instructions being unclear as to what should be uploaded and steps to import the xml
  • Fixed - deprecated (php 5.3) calls to egrep, replaced with preg_replace
  • Fixed - a couple of other deprecation (php 5.3) issues
  • Fixed - profile tab spacing restoration from 4.0.5 not working with css saved as files
  • Fixed - postbit alignment (non-legacy)
  • Fixed - award recommenders userid being placed in the userid field instead of award recipient's userid when granting an award
  • Fixed - version check page not working
  • Added - vertical spacing around the awards showcase in postbit legacy
  • Updated - templates YAAS in Member Profile - Profile & YAAS - Member List Display to improve vbSSO compatibility
  • Updated - admincp/modcp query for managing an award to sort users by issue date/time
  • Updated - date display to add a comma between the date and time
  • Updated - Version in version phrase

Janmaat 02-20-2013 07:19 AM

I gave an award to a certain user but I forgot to insert the reason why giving that person this award.

How can I insert the reason afterwards? I couldn't find any option where to insert the reason afterwards. Is it still possible?

Thanks for helping.

marccap 02-20-2013 12:29 PM

Quote:

Originally Posted by squidsk (Post 2405038)
I'd guess it had an error on installation because if it had installed correctly that field would be in the table.

I've uninstalled it, updated the software to 4.06 and re-installed. I've press "go" on the sch task and seems to work now :up:

squidsk 02-20-2013 03:32 PM

Quote:

Originally Posted by Janmaat (Post 2405375)
I gave an award to a certain user but I forgot to insert the reason why giving that person this award.

How can I insert the reason afterwards? I couldn't find any option where to insert the reason afterwards. Is it still possible?

Thanks for helping.

When you are manually giving an award to a user below the section where you fill in the details for the award to give is a section for users who already have the award, click edit for the appropriate user there.

Janmaat 02-20-2013 06:30 PM

Quote:

Originally Posted by squidsk (Post 2405436)
When you are manually giving an award to a user below the section where you fill in the details for the award to give is a section for users who already have the award, click edit for the appropriate user there.

Got it. Thanks a lot. :):up:

Lord KoT 02-22-2013 06:44 AM

How do I go about editing the message that YAAS sends when I've selected to PM users upon awarding them?

squidsk 02-22-2013 03:36 PM

Quote:

Originally Posted by Lord KoT (Post 2405734)
How do I go about editing the message that YAAS sends when I've selected to PM users upon awarding them?

Edit the appropriate phrase using the phrase manager.

Amaury 02-22-2013 03:52 PM

May I make a suggestion for the activity name?

While it can edited via the Online Location Unknown plugin, not a lot people know how to do that.

The current activity name for it is Award System Viewing Award System's. May I suggest Viewing Page Awards? I think that makes much more sense. That's what we have, with the exception of Awards being Medals.

Just a suggestion, though.

Capt C Ray 02-25-2013 01:56 AM

I am in the process of transferring our site from phpBB3 to vBulletin. I have run the ImpEx importer. How do I transfer the awards themselves without have to re-enter everyone? And what do I need to do to transfer the awards each member has already received?

squidsk 02-25-2013 04:24 AM

Quote:

Originally Posted by Capt C Ray (Post 2406101)
I am in the process of transferring our site from phpBB3 to vBulletin. I have run the ImpEx importer. How do I transfer the awards themselves without have to re-enter everyone? And what do I need to do to transfer the awards each member has already received?

Everything would need to be done manually since there's no importing tool to import from phpbb3, or any other software.


All times are GMT. The time now is 10:52 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.02453 seconds
  • Memory Usage 1,861KB
  • 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
  • (10)bbcode_code_printable
  • (3)bbcode_php_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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