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)

jagtpf 01-25-2016 02:52 PM

Good news on the changes.

Is it possible to allow a nominated Usergroup to Award from a particular category. i.e. someone who is not Admin or Mod.

And bypass the need for using cps and issue awards directly from dropdowns on postbit?

squidsk 01-25-2016 05:01 PM

Quote:

Originally Posted by jagtpf (Post 2563404)
Good news on the changes.

Is it possible to allow a nominated Usergroup to Award from a particular category. i.e. someone who is not Admin or Mod.

And bypass the need for using cps and issue awards directly from dropdowns on postbit?

It currently isn't possible for someone who isn't an admin/mod to issue an award. Though as I mentioned the award request system is being re-worked.

I also wouldn't allow issuing of awards from postbit dropdown, but might consider adding the ability to start the recommend/request award option from the postbit.

jagtpf 01-26-2016 07:22 AM

Thanks.

The guy who ran the Forum before us started with a modified version of modcp to allow another member to award - giving access only to the relevant category and nothing more. He then went on to create a drop down from postbit (?) which gave a direct way to issue awards (Staff and one other).

Annoyingly he passed on the Forum without any background paperwork, and I've not been able to replicate the modification since we upgraded to v4.

The modification to modcp still works.

I have the files he created (I think all of them, as they'll still be on the server) - not too sure about any template modifications.

alcazarx 01-26-2016 02:55 PM

Its squidsk decision what to include and what to update, although he seems to use some of me and CAG's suggestions :rolleyes:

Anyway, me think Awards and such should be handled by the board administration (meaning admins and mods) not regular users.
In old phpBB and phpFusion we had a similar mod and it was always given by the board administration (in our vB Forum currently only Global Moderators can give awards from ModCP and only those that are "enabled" by administrators).

@squidsk: Some questions.
Quote:

Added - New setting for controlling whether inactive awards are displayed in modcp, default is yes for backwards compatibility
Aren't they currently not included in display by default?
No whether if displayed or not me thinks that "inactive" awards should not be given in either ModCP or ACP. Thats why they're inactive :p
Quote:

Added - New admin permissions, one for issuing awards and one for managing awards
Good idea, currently (at our forum) any admin with permission to manage awards can do anything in the mod. Maybe we will test this and report results. Thanks.

jagtpf 01-26-2016 03:21 PM

@alcazarx : Of course it's squidsk's choice on what to do with his mods!
We've used this Award System on our Forum since 2007.

I merely offered suggestions, as do others on these boards.

I only explain what facility we use/could use - and the ability of one other usergroup to issue awards reflects the way our Forum operates.

Nothing wrong with suggestions?

squidsk 01-26-2016 03:38 PM

Quote:

Originally Posted by alcazarx (Post 2563457)
Its squidsk decision what to include and what to update, although he seems to use some of me and CAG's suggestions :rolleyes:

You two have made good suggestions and I try to implement any and all good suggestions that people make.

Quote:

@squidsk: Some questions.
Aren't they currently not included in display by default?
No whether if displayed or not me thinks that "inactive" awards should not be given in either ModCP or ACP. Thats why they're inactive :p
In modcp in the current version they are displayed and able to be awarded. That will no longer be the case. This was actually a request you made. On the admincp side, I'm leaving it as is where admins can issue inactive awards or not, as I don't think limiting admins or making them jump through hoops in areas they have permission is beneficial.
Quote:

Good idea, currently (at our forum) any admin with permission to manage awards can do anything in the mod. Maybe we will test this and report results. Thanks.
I felt that the two aspects, issuing and managing, were sufficiently different that it warranted two different permissions.

alcazarx 01-27-2016 07:10 AM

Quote:

Originally Posted by squidsk
In modcp in the current version they are displayed and able to be awarded. That will no longer be the case. This was actually a request you made. On the admincp side, I'm leaving it as is where admins can issue inactive awards or not, as I don't think limiting admins or making them jump through hoops in areas they have permission is beneficial.

Oops :o ,we already did it in both ModCP and ACP. We dont see a point in giving Awards that are "disabled". If you want to leave it as is, ok fine.

Quote:

Originally Posted by squidsk
I felt that the two aspects, issuing and managing, were sufficiently different that it warranted two different permissions.

As told, we tried it and its working here (the hard part was to tell vB to read the updated bitfield_custom.xml again :p .We had to use tools.php for this.), but we had to split "award.php" (copying it to "award_issue.php") to avoid too much in-file code changes. So now we have the original file for those who can manage awards and the copy for those who can only give/revoke awards. Maybe you have a better workaround in your update.

Anyway, you'll have 3 permissions for the Award mod then, since you already Need the Standard
"Can manage Settings" to edit the mods settings :rolleyes:

jagtpf 02-22-2016 07:01 AM

Could someone clarify the setting "Award User Manager"

thanks

Geoff

squidsk 02-22-2016 01:48 PM

If you go through the Award Manager you can do stuff with awards but everything is organized by awards (and award categories). Award User Manager is where you go to deal with awards for a specific user. When you click on it you'll be taken to a simplified version of the user search page from admincp/user.php which will let you search for a user you want to manager the awards for.

jagtpf 02-22-2016 02:27 PM

Quote:

Originally Posted by squidsk (Post 2565428)
If you go through the Award Manager you can do stuff with awards but everything is organized by awards (and award categories). Award User Manager is where you go to deal with awards for a specific user. When you click on it you'll be taken to a simplified version of the user search page from admincp/user.php which will let you search for a user you want to manager the awards for.

Ah - right - OK thank you for the explanation .... Something never used and I was just curious...

alcazarx 02-23-2016 03:39 PM

1 Attachment(s)
So, here are all changes we have in our Award System (including the award_request_in_modcp as suggested by the author) - if someone find them useful.

@squidsk: If this is not permitted, attachment will be removed. You can use it for further updates, since you planned already some functionality of it :rolleyes:

@CAG CheechDogg: Sorry, mass-manage of awards is not included, since we dont have this :(
Its up to master squidsk to implement it.

/* edit
The plugin_code_change as in https://vborg.vbsupport.ru/showpost....postcount=1793 has to be done too, to make the file visible in ModeratorCP.
*/

SnakeEaterITA 03-04-2016 08:02 AM

Is there a way I can allow a mod to assign awards?

alcazarx 03-04-2016 10:20 AM

You need to enable that function in the Award settings.

Kaminah 03-19-2016 02:47 PM

Any chance we can exclude ranks from awards? like guests on automation?

squidsk 03-20-2016 08:03 PM

I'm not following what your asking for could you please explain in more detail.

CAG CheechDogg 03-20-2016 10:16 PM

He means usergroups my Man ...

alcazarx 03-21-2016 10:53 AM

<-- also thought, he meant how to hide Awards System to certain groups.

@Kaminah: Either wait for the next update, Master squidsk is planning to add that or use our modifications for this permission.

izenberg 03-27-2016 05:21 AM

Hello @squidsk

First I like to thank you for this great plugin, this is Fantastic!

I have request if you could add this option to plugin, it would be great.

when we are giving Awards to member, and we do it again is it possible to have option to stack that award instead of showing that same award 2 times? like this :

This https://vborg.vbsupport.ru/external/2016/04/40.png

To be like this :
https://vborg.vbsupport.ru/external/2016/03/1.png

Skyrider 03-27-2016 05:46 PM

Does anyone know if the 'award automation' is working properly for additional usergroups? For some reason, the automation is refusing to give awards to additional, while it works on primary usergroups.

squidsk 03-30-2016 03:52 PM

Quote:

Originally Posted by izenberg (Post 2568067)
Hello @squidsk

First I like to thank you for this great plugin, this is Fantastic!

I have request if you could add this option to plugin, it would be great.

when we are giving Awards to member, and we do it again is it possible to have option to stack that award instead of showing that same award 2 times? like this :

This https://vborg.vbsupport.ru/external/2016/04/40.png

To be like this :
https://vborg.vbsupport.ru/external/2016/03/1.png

This would be a major rewrite of the code and isn't likely to happen for awhile, though I would like to make that change at some point.

Quote:

Originally Posted by Skyrider (Post 2568096)
Does anyone know if the 'award automation' is working properly for additional usergroups? For some reason, the automation is refusing to give awards to additional, while it works on primary usergroups.

It should be working. What version of the automation mod are you running?

Skyrider 03-31-2016 05:39 AM

Quote:

Originally Posted by squidsk (Post 2568231)
It should be working. What version of the automation mod are you running?

YaAS-Automation-R4.zip, as far as I'm know this is the latest.

Kaminah 04-01-2016 01:52 PM

Quote:

Originally Posted by squidsk (Post 2567706)
I'm not following what your asking for could you please explain in more detail.

We have 25k members on our board, i want to EXCLUDE guests/banned users from our Award automation as when we want to award a 5 years badge, but want to exclude Guests we can't, as there's no other option to exclude guests, we simply define the time at which users have been registered, and with a board that has 26k members we have over 12k guests sitting with an award that we don't want, same goes for awarding double Criteria, like is that possible? if not can it be done in the next update? as it's a pain in the ass trying to award our veterans of 5 years that are actual members, and seeing 12k Guests also have the badge as we can't blacklist ranks....

alcazarx 04-01-2016 07:22 PM

@izenberg: What you want can be done using new images/awards as you shown, no need to change the plugin.
What you probably meant (and me've seen in an award plugin for a diffrent forum script) is to have a number next to the image, depicting how many of that award the user has, which should be possible.

Like:
https://vborg.vbsupport.ru/external/2016/04/40.png (2)___https://vborg.vbsupport.ru/external/2016/04/40.png (3)

(Without the "__" of course :p )

ggrimes620 04-02-2016 10:29 AM

When uninstalling this product, I receive the following errors at the top only on viewtopic:
Quote:

PHP Warning: Creating default object from empty value in ..../includes/class_postbit.php(345) : eval()'d code on line 73

PHP Warning: Creating default object from empty value in ..../includes/class_postbit.php(345) : eval()'d code on line 73
Any idea what could be causing that?

akz645 04-03-2016 07:59 PM

Quote:

Originally Posted by alcazarx (Post 2568351)
@izenberg: What you want can be done using new images/awards as you shown, no need to change the plugin.
What you probably meant (and me've seen in an award plugin for a diffrent forum script) is to have a number next to the image, depicting how many of that award the user has, which should be possible.

Like:
https://vborg.vbsupport.ru/external/2016/04/40.png (2)___https://vborg.vbsupport.ru/external/2016/04/40.png (3)

(Without the "__" of course :p )

I personally don't consider that a good solution.

awards.php -> Wouldn't look very good, if the same award is posted multiple times (e.g: 10 times) as different images with different stacks.
Also the admin/mod would probably have to remove the x1 image award from the user and then award with the x2 image award instead and so on- which can be time consuming & not very efficient.

Anybody who has suggested what alcazarx has suggested, probably does not find the obvious method you stated as a solution.

alcazarx 04-04-2016 05:17 AM

What would be the "obvious" method then? :confused:

What me meant is to show every Award the user has only once and in () behind how often he got it.

Thanks.

squidsk 04-28-2016 08:13 PM

Quote:

Originally Posted by Kaminah (Post 2568340)
We have 25k members on our board, i want to EXCLUDE guests/banned users from our Award automation as when we want to award a 5 years badge, but want to exclude Guests we can't, as there's no other option to exclude guests, we simply define the time at which users have been registered, and with a board that has 26k members we have over 12k guests sitting with an award that we don't want, same goes for awarding double Criteria, like is that possible? if not can it be done in the next update? as it's a pain in the ass trying to award our veterans of 5 years that are actual members, and seeing 12k Guests also have the badge as we can't blacklist ranks....

I'm working on excluding users who are in banned usergroups. I'm not sure what you mean by "guests", the only guest account will never get an award through the automation process since there's no actual user account for "guest" (i.e. userid zero).

Quote:

Originally Posted by ggrimes620 (Post 2568373)
When uninstalling this product, I receive the following errors at the top only on viewtopic:


Any idea what could be causing that?

Not related to yaas at all. That file is not called during uninstall so the errors would not be related to uninstalling yaas. If that error showed up after uninstall than it for sure has nothing to do with yaas since after uninstall all the hook code for yaas is removed from your database and isn't present to be executed. Look for other products you have installed that have a plugin on the postbit_display_complete hook location.

Quote:

Originally Posted by Skyrider (Post 2568256)
YaAS-Automation-R4.zip, as far as I'm know this is the latest.

The fix suggested in the other thread you posted in should fix your issue.

Kaminah 06-30-2016 11:20 PM

Quote:

Originally Posted by squidsk (Post 2569794)
I'm working on excluding users who are in banned usergroups. I'm not sure what you mean by "guests", the only guest account will never get an award through the automation process since there's no actual user account for "guest" (i.e. userid zero).

By guest i mean't the original Usergroup (2) as we have that set as our "Guest" Rank before applying to join the Team/Clan as a trial Usergroup (12) then getting member after 3 weeks Usergroup (13) We want to exclude Ranks from being awarded automated awards, as people Under the Usergroup 2 (default) get them.

Example: White = Guest (Default usergroup upon registration 2) and Banned
Both being included in a 1 year Automation award 365 Days registered.

https://vborg.vbsupport.ru/external/2016/06/1.png

Code Geass 07-17-2016 09:32 AM

Hello,

Is this product compatible with vBulletin 4.2.3 version ?

Because I used to give some members awards and I choose to give them a notification via PM and E-mail , but now when I give award with PM or E-mail it wont send any notification and shows to me a blue background (empty) page , but it gives them without notification

Also when I go to "Diagnostics" It shows blue background (empty) page.

I have installed this only "YaAS-4.0.9.zip" I also tried to re-upload it again and I tried to re-install but still these 2 issues above exist.

squidsk 07-17-2016 02:20 PM

Quote:

Originally Posted by Code Geass (Post 2573309)
Hello,

Is this product compatible with vBulletin 4.2.3 version ?

Because I used to give some members awards and I choose to give them a notification via PM and E-mail , but now when I give award with PM or E-mail it wont send any notification and shows to me a blue background (empty) page , but it gives them without notification

Also when I go to "Diagnostics" It shows blue background (empty) page.

I have installed this only "YaAS-4.0.9.zip" I also tried to re-upload it again and I tried to re-install but still these 2 issues above exist.

There's likely an incompatibility with something since I use vb4.2.3 as my test environment and things work correctly. You'll need to check your error logs to see what if anything has been reported. As for the diagnostics page it doesn't do anything in the current version.

Quote:

Originally Posted by Kaminah (Post 2572655)
By guest i mean't the original Usergroup (2) as we have that set as our "Guest" Rank before applying to join the Team/Clan as a trial Usergroup (12) then getting member after 3 weeks Usergroup (13) We want to exclude Ranks from being awarded automated awards, as people Under the Usergroup 2 (default) get them.

Example: White = Guest (Default usergroup upon registration 2) and Banned
Both being included in a 1 year Automation award 365 Days registered.

As of now there will be nothing added to exclude (or include) specific groups from receiving awards other than the option to exclude members of banned usergroups.

Kaminah 07-31-2016 07:49 PM

Quote:

As of now there will be nothing added to exclude (or include) specific groups from receiving awards other than the option to exclude members of banned usergroups.
any chance you can atleast provide us with a modded cron to block Guest/banned from being included? as an external download away from the core project, as i'm having to use

Code:

DELETE FROM award_user WHERE userid IN (SELECT userid FROM user WHERE usergroupid=2)
DELETE FROM award_user WHERE userid IN (SELECT userid FROM user WHERE usergroupid=8)

to remove the 20k Guest/banned users from my awards >.<, it's not fun when we have another 30k normal members and unsure of how to block guests/banned from automatically being included everytime the cronjob goes through, at a time we have around 800~ updated due to time on forum alone

jagtpf 12-15-2016 01:27 PM

After implementation of https on Forum , I notice the " Awards List " accessible from Forum page is still under http: - Have I missed a setting somewhere ?

Ta in antic

EDIT : Belay that - found it :D

DarkAle 01-29-2017 06:48 PM

Award System doesn't appear in my admincp, when i install de upload files in "includes" not appear anything , any solution? :(

squidsk 01-31-2017 02:33 PM

Quote:

Originally Posted by jagtpf (Post 2579468)
After implementation of https on Forum , I notice the " Awards List " accessible from Forum page is still under http: - Have I missed a setting somewhere ?

Ta in antic

EDIT : Belay that - found it :D

The current version of yaas does not create a navigation menu item for vb4.2+. You've manually created it and will need to manually edit.

Quote:

Originally Posted by DarkAle (Post 2581503)
Award System doesn't appear in my admincp, when i install de upload files in "includes" not appear anything , any solution? :(

Not sure what you mean by this. You need to upload the entire [B]contents[B] of the upload directory. The other thing to keep in mind is that you might have renamed your admincp and/or modcp and need to rename the corresponding folder in upload before you upload the contents of the upload directory.

EvilArcana 03-11-2017 02:02 AM

Are there still no plans to upgrade or port this to vb5?

squidsk 03-11-2017 11:34 AM

No plans to do so.

alcazarx 03-13-2017 01:21 PM

But there are plans for next update/release (like CAG CheechDogg's suggestion) arent there? :rolleyes:

CAG CheechDogg 03-13-2017 04:24 PM

Which suggestion are you talking about alcazarx ?

alcazarx 03-14-2017 01:38 PM

i. e. your mass-operations like in -> https://vborg.vbsupport.ru/showpost....postcount=1797

EGNDRAGON 03-15-2017 10:35 AM

I cant seem to get the navagation tab to show :(


All times are GMT. The time now is 05:12 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.07039 seconds
  • Memory Usage 1,863KB
  • 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
  • (1)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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