Log in

View Full Version : Major Additions - Yet Another Awards System


Pages : 1 2 3 4 5 6 7 [8]

Inked_Mono
02-11-2015, 03:32 AM
For the automation system, is there always a huge delay between the creation of the automated tasks and the processings of them? I've set several awards to be given on post count, however, it's been several hours now and it still has yet to distribute them automatically. All profile fields are correct, as I've checked several times.

http://i.imgur.com/F4mWeTd.png

squidsk
02-12-2015, 02:35 PM
For the automation system, is there always a huge delay between the creation of the automated tasks and the processings of them? I've set several awards to be given on post count, however, it's been several hours now and it still has yet to distribute them automatically. All profile fields are correct, as I've checked several times.

http://i.imgur.com/F4mWeTd.png
If you haven't altered the default settings on the cron script it can take up to an hour and a half to run.

From my understanding, by default, the cron scripts are triggered by the cron image in the footer on each page being loaded. So if the cron image isn't being loaded cron scripts don't run. If my understanding is correct then on a site with low activity levels it could be longer than an hour and a half before the script runs.

afg 1 actual IV
02-28-2015, 04:55 AM
Need a little new guy help here..
I am running VB 4.2.2 patch level 4

I am getting the "XML Error: Not well-formed (invalid token) at Line 1" when trying to install this.. can anyone advise if there is a compatibility issue with vb4.2? or i have something wrong?

Thanks

squidsk
02-28-2015, 03:50 PM
What are you trying to upload on the product page in admincp?

jagtpf
06-16-2015, 12:40 PM
Hi guys,

I've upgraded to this version as part of vB upgrade to 4.2.3 from 3.8.7 - Most of it works, but in the v3 version I had icon for both Admin & Mods & Specific Member to give award from first post in a thread.

What I don't know is whether that facility is part of this excellent plugin, or a previous owner's hack to it.

Would appreciate any comments.

Ta.
Geoff.

squidsk
06-16-2015, 09:34 PM
Previous owner's hack as that functionality has never been a part of any version of this plugin.

jagtpf
06-17-2015, 05:04 AM
Previous owner's hack as that functionality has never been a part of any version of this plugin.

OK, thanks .... :up:

SnakeEaterITA
07-09-2015, 08:15 AM
Is it possible to display the Awards UNDER the avatar rather than on top?

squidsk
07-09-2015, 03:54 PM
Is it possible to display the Awards UNDER the avatar rather than on top?
There are options in admincp to chance where the awards display. If none of those work for you, then you'll need to customize your install to get it to show where you want it show.

akz645
08-01-2015, 11:16 PM
SNIP
Suggestion:
- Option for awards to be stackable.
Example:
https://vborg.vbsupport.ru/external/2015/08/17.png

I would be ever so grateful, if you could make this possible :)

Edit:
Suggestion 2:
- Allow users to arrange which order they they wish to display their awards in their postbit via UserCP.
Example: Like the Navigation bar display order (http://i.imgur.com/nX5l41l.png), they can assign numbers. The lower the number assigned, the higher up in the postbit the award they've earned will be displayed.

blackberry
08-13-2015, 03:27 PM
In PM, the award image is not shown, instead link is been displayed.. How to edit the path? It is not pointing correctly.
Note: Only PM doesn't show image of award.

squidsk
08-13-2015, 08:05 PM
In PM, the award image is not shown, instead link is been displayed.. How to edit the path? It is not pointing correctly.
Note: Only PM doesn't show image of award.
You've installed the mod incorrectly or you don't have the most recent version as that bug was fixed in 4.0.7.

CAG CheechDogg
08-14-2015, 01:47 AM
You've installed the mod incorrectly or you don't have the most recent version as that bug was fixed in 4.0.7.

No squidsk even the latest version does that .... it also does it when you add the awards in the admin cp....

For the award icons you can only use the relative url , if you use the absolute url it will not show up anywhere ...

For the award image you can only use the absolute url and not the relative or it will not show up anywhere ... this was already mentioned in another post and I also sent you a PM about this a while back ...

https://vborg.vbsupport.ru/external/2015/08/11.jpg

Below is how you have to set up the icon and image urls for it to show up correctly in the awards.php and in PMs , it wont show the award image in the admin cp but it at least shows it everywhere else ...

https://vborg.vbsupport.ru/external/2015/08/12.jpg

e24h
08-14-2015, 08:54 AM
So why is it handing out awards every hour for post count.?
Isn't it going to check if they have the award.?

People will have hundreds of the same award by the end of the week. lol

killah360z
08-14-2015, 09:39 AM
So why is it handing out awards every hour for post count.?
Isn't it going to check if they have the award.?

People will have hundreds of the same award by the end of the week. lol

something to do with your settings

blackberry
08-14-2015, 10:07 AM
You've installed the mod incorrectly or you don't have the most recent version as that bug was fixed in 4.0.7.
i am using version 4.0.9. It is correctly installed and still the error is same. If you could point the way to fix path. It shows /forum/forum twice in PM.

blackberry
08-14-2015, 10:08 AM
No squidsk even the latest version does that .... it also does it when you add the awards in the admin cp....

For the award icons you can only use the relative url , if you use the absolute url it will not show up anywhere ...

For the award image you can only use the absolute url and not the relative or it will not show up anywhere ... this was already mentioned in another post and I also sent you a PM about this a while back ...

https://vborg.vbsupport.ru/external/2015/08/11.jpg

Below is how you have to set up the icon and image urls for it to show up correctly in the awards.php and in PMs , it wont show the award image in the admin cp but it at least shows it everywhere else ...

https://vborg.vbsupport.ru/external/2015/08/12.jpg
did you post images? I cant see how to fix?

CAG CheechDogg
08-14-2015, 11:25 PM
That is the fix right there ... for the icons used relative url: images/medals/icons/your_icon_file

For the image url use the full url: h t t p://www.your_domain.com/your_forum_root/images/medals/your_image_file

squidsk
08-17-2015, 03:13 PM
In PM, the award image is not shown, instead link is been displayed.. How to edit the path? It is not pointing correctly.
Note: Only PM doesn't show image of award.

I'm unable to reproduce this. If I use either an absolute or relative url I see the image in PMs that are issued.
Is your site running on https? Have you renamed your admincp and/or modcp directories?

No squidsk even the latest version does that .... it also does it when you add the awards in the admin cp....

For the award icons you can only use the relative url , if you use the absolute url it will not show up anywhere ...

For the award image you can only use the absolute url and not the relative or it will not show up anywhere ... this was already mentioned in another post and I also sent you a PM about this a while back ...


Below is how you have to set up the icon and image urls for it to show up correctly in the awards.php and in PMs , it wont show the award image in the admin cp but it at least shows it everywhere else ...

I can't reproduce the error. I'm able to use both a relative url and an absolute url to display award images. Have you renamed your admincp and/or modcp directories? I also notice that your admincp/award.php page has also been customized since it's displaying the point value of the awards which isn't included by default, though really it should be, perhaps something with your customization is causing problems.

blackberry
08-17-2015, 06:46 PM
I'm unable to reproduce this. If I use either an absolute or relative url I see the image in PMs that are issued.
Is your site running on https? Have you renamed your admincp and/or modcp directories?


not using https.. but did renamed directories for security reasons. I would be better if we are able to edit path within any php file etc.

blackberry
08-17-2015, 06:51 PM
That is the fix right there ... for the icons used relative url: images/medals/icons/your_icon_file

For the image url use the full url: h t t p://www.your_domain.com/your_forum_root/images/medals/your_image_file
ahaan ok got it

and its fixed.:D

squidsk
08-17-2015, 06:55 PM
not using https.. but did renamed directories for security reasons. I would be better if we are able to edit path within any php file etc.
When you uploaded the most current version did you remember to rename the admincp/modcp folder in the upload folder to your renamed admincp/modcp names?

CAG CheechDogg
08-18-2015, 02:16 AM
I'm unable to reproduce this. If I use either an absolute or relative url I see the image in PMs that are issued.
Is your site running on https? Have you renamed your admincp and/or modcp directories?



I can't reproduce the error. I'm able to use both a relative url and an absolute url to display award images. Have you renamed your admincp and/or modcp directories? I also notice that your admincp/award.php page has also been customized since it's displaying the point value of the awards which isn't included by default, though really it should be, perhaps something with your customization is causing problems.

My site "IS" running on https, we discussed this months ago when I first installed this mod ...

I have also renamed my admincp and mocp, but this was happening before I installed BOP5's mod to rename the register.php which renames bot the admincp and modcp found here:https://vborg.vbsupport.ru/showthread.php?t=297834&highlight=RENAME+register

my adminc/award.php page only has css modifications, the point value I add it manually to the description lol ...

So no, none of my customizations are causing the problem, this was happening way before. I actually don't have any problem because the images appear everywhere except in the admincp when managing each award the way it shows in the screenshots I posted ... So really it's no big deal for me ....


Squidsk, this is what you posted when I first brought up the issue of the images and the urls:

I don't see anything in the code that would cause absolute urls to fail. The default medals use absolute url and they display without a problem. As for relative urls not working, its because the [img] tag does not handle relative urls.

Here is the first time I posted about this issue:
https://vborg.vbsupport.ru/showpost.php?p=2348755&postcount=1182

Then you replied with this:

https://vborg.vbsupport.ru/showpost.php?p=2349279&postcount=1189

Then you replied with this lol ..:

https://vborg.vbsupport.ru/showpost.php?p=2352243&postcount=1199

Originally Posted by CAG CheechDogg View Post

Ah snaps! Makes sense..so If I enable html just in that forum it should be fine right?

No, because the post was created with the assumption that html would not work, so bbcode was used instead. The problem is that the bbcode does not handle relative links. A fix to the bbcode, no likely to be done, or a fix to the code to generate that post which prepends the site url to relative urls needs to be done. I can likely do the second, but wouldn't count on jelsoft doing the first. They may even have reasons for not doing it, which if I were to guess it would be because it is too difficult to determine what a valid relative url looks like.



Like I said no big deal really, I can live with this little bug because everything else works just fine ....

CAG CheechDogg
08-18-2015, 02:22 AM
I have a request Squidsk ...

Is it possible to add a feature to approve more than one award request from the award request page instead of doing them one by one?

alcazarx
08-18-2015, 05:59 PM
That could be done with a checkbox under "options" and two buttons below the list "grant selected awards" / "delete selected awards".
But this would require JavaScript me thinks and unfortunately me dont know JS :(

/* edit
CAG, you really have some nice medals/awards on your page :cool:
*/

/*
another edit:
*/
Dont know if this a bug or a feature :p ,but even when you set awards to not be recommended or requested you can by using the direct link (like ".../forum/request_award.php?award_id=6") and changing the award_id.
Maybe an oversight by master squidsk? :rolleyes:

squidsk
08-20-2015, 06:31 PM
not using https.. but did renamed directories for security reasons. I would be better if we are able to edit path within any php file etc.

Not sure what you mean, it would be pretty horrible to force people using yaas to have to edit every file just to change the path to an award. The path is set through admincp individually for each award and the path is stored with the award information in the database.

My site "IS" running on https, we discussed this months ago when I first installed this mod ...

I have also renamed my admincp and mocp, but this was happening before I installed BOP5's mod to rename the register.php which renames bot the admincp and modcp found here:https://vborg.vbsupport.ru/showthread.php?t=297834&highlight=RENAME+register

my adminc/award.php page only has css modifications, the point value I add it manually to the description lol ...

So no, none of my customizations are causing the problem, this was happening way before. I actually don't have any problem because the images appear everywhere except in the admincp when managing each award the way it shows in the screenshots I posted ... So really it's no big deal for me ....

It isn't the change the register.php mod because I added that to my test install and it causes no issues. The reason it's kind of confusing is that the code that shows the images for both the award icon and award image are the same. They are both done using calls to construct_img_html, see lines 1028/1029 for non-categorized awards and lines 1093/1094 for categorized awards. So if absolute is working for the icon image it should work for the other image. Similarly if relative urls are working for


Squidsk, this is what you posted when I first brought up the issue of the images and the urls:


I'd forgot about that.


Here is the first time I posted about this issue:
https://vborg.vbsupport.ru/showpost.php?p=2348755&postcount=1182

Then you replied with this:

https://vborg.vbsupport.ru/showpost.php?p=2349279&postcount=1189

Then you replied with this lol ..:

https://vborg.vbsupport.ru/showpost.php?p=2352243&postcount=1199

The first part is where I'm talking about the absolute urls in admincp, even then I couldn't find a reason why they weren't showing for you. The second part was about images not showing up in PMs because of how the image bbcode was parsed. I fully fixed the second issue in 4.0.7, but clearly the first is still there.

Like I said no big deal really, I can live with this little bug because everything else works just fine ....
It might not be a big deal but it still bugs me that there's a problem somewhere in the code, or in compatibility with something else, and I can't figure it out.

I have a request Squidsk ...

Is it possible to add a feature to approve more than one award request from the award request page instead of doing them one by one?
I'll look into it.

That could be done with a checkbox under "options" and two buttons below the list "grant selected awards" / "delete selected awards".
But this would require JavaScript me thinks and unfortunately me dont know JS :(
That's how I'd do it.

/*
another edit:
*/
Dont know if this a bug or a feature :p ,but even when you set awards to not be recommended or requested you can by using the direct link (like ".../forum/request_award.php?award_id=6") and changing the award_id.
Maybe an oversight by master squidsk? :rolleyes:
Definitely not a feature but an oversight.

akz645
08-20-2015, 08:01 PM
I'll look into it.
Did you see my suggestions?

Suggestion:
- Option for awards to be stackable.
Example:
https://vborg.vbsupport.ru/external/2015/08/17.png

I would be ever so grateful, if you could make this possible :)

Edit:
Suggestion 2:
- Allow users to arrange which order they they wish to display their awards in their postbit via UserCP.
Example: Like the Navigation bar display order (http://i.imgur.com/nX5l41l.png), they can assign numbers. The lower the number assigned, the higher up in the postbit the award they've earned will be displayed.

CAG CheechDogg
08-21-2015, 01:12 AM
It isn't the change the register.php mod because I added that to my test install and it causes no issues.

It might not be a big deal but it still bugs me that there's a problem somewhere in the code, or in compatibility with something else, and I can't figure it out.

I'll look into it.



Yeah I also don't believe it's the register.php mod at all ... I just mentioned it because you asked if I had renamed my admincp and that mod renames the admincp and modcp as well ...

Thanks for looking into possibly adding the mass approve feature that would be some awesomeness !!!

And yes I know what you mean about the "bug" ... it bugs the heck out of me as well when I can't figure something out as well ...

blackberry
08-21-2015, 11:28 AM
Not sure what you mean, it would be pretty horrible to force people using yaas to have to edit every file just to change the path to an award. The path is set through admincp individually for each award and the path is stored with the award information in the database.

Never mind tt is fixed now :)

squidsk
08-21-2015, 08:19 PM
Did you see my suggestions?
Yes. At this time only the second might get implemented at some point as the first would require a significant amount of work to change the mod to implement.

squidsk
08-25-2015, 02:44 PM
And yes I know what you mean about the "bug" ... it bugs the heck out of me as well when I can't figure something out as well ...

By total fluke while working on something else I was finally able to replicate the issue that's causing the absolute urls not to display while in admincp. The reason I wasn't able to find it before is the issue only occurs with absolute url's that use https instead of http. Now I'm going to have to figure out how to fix it, but it definitely will be fixed in the next release. It should still work for all relative links (i.e. all links like image/medals/...)

CAG CheechDogg
08-25-2015, 07:59 PM
By total fluke while working on something else I was finally able to replicate the issue that's causing the absolute urls not to display while in admincp. The reason I wasn't able to find it before is the issue only occurs with absolute url's that use https instead of http. Now I'm going to have to figure out how to fix it, but it definitely will be fixed in the next release. It should still work for all relative links (i.e. all links like image/medals/...)

HA!!! good stuff my Man !!!

So what else are you going to try and add to the next release?

Point value in the awards page by default? :D

Mass award approval? :p

Tell me ! tell me !!! MUAHAHAHAA !!!:rolleyes:

alcazarx
08-26-2015, 11:20 AM
+ fix that "bug" in #1775
+ add permission as in #1731
+ modcp option as in #1723

:D

Mangahaven
09-01-2015, 01:27 PM
Might have been answered already, but will this plugin work for vb 4.2.X ?

squidsk
09-01-2015, 02:15 PM
Might have been answered already, but will this plugin work for vb 4.2.X ?
Yes. The version listed at the top is the minimum version required for this mod, not the maximum.

Mangahaven
09-01-2015, 05:13 PM
Yes. The version listed at the top is the minimum version required for this mod, not the maximum.

Ah thanks. I'm relatively new to the scene, so the info escaped me.

Thank you. Will likely install this bad boy.

Bit
11-09-2015, 05:55 PM
Great add-on! Will this be ported for 5.x?

squidsk
11-09-2015, 06:46 PM
Thanks, and certainly not before 5.2 comes out and unlikely for the foreseeable future afterwards.

CAG CheechDogg
12-20-2015, 03:55 PM
Can you give extra permission so that Super Moderators can view the Award Requests and grant them from the Admin Control Panel?

So this is what I actually want, Super Moderators to be able to administer everything except for Award settings, or be able to give them individual permissions on all of the menu items in the Admin Panel. Can you make this happen my Man?

alcazarx
12-20-2015, 06:43 PM
Award Settings should be only accessible when the user has the "Manage Settings" permission in vB (or how its called) since its linking to the settings page.
Dont know if this can be seperated.
To set permissions for the plugin itself, it should work with custom admin permissions (like we have).
Have to look in our code-change-library for the necessary changes.
Thanks.

squidsk
12-22-2015, 01:08 PM
Can you give extra permission so that Super Moderators can view the Award Requests and grant them from the Admin Control Panel?

The easiest way to do that would be have them do it from modcp by copying the award_request.php file to modcp and replacing the permission condition at the top with the one from modcp/award.php.

So this is what I actually want, Super Moderators to be able to administer everything except for Award settings, or be able to give them individual permissions on all of the menu items in the Admin Panel. Can you make this happen my Man?Just make sure the user does not have the can administer settings administration permission.

Award Settings should be only accessible when the user has the "Manage Settings" permission in vB (or how its called) since its linking to the settings page.
Dont know if this can be seperated.
To set permissions for the plugin itself, it should work with custom admin permissions (like we have).
Have to look in our code-change-library for the necessary changes.
Thanks.

Admincp and modcp permissions will be in the next release.

CAG CheechDogg
12-23-2015, 09:58 AM
I have a request Squidsk ...

Is it possible to add a feature to approve more than one award request from the award request page instead of doing them one by one?

Any news on this for the next update?

By total fluke while working on something else I was finally able to replicate the issue that's causing the absolute urls not to display while in admincp. The reason I wasn't able to find it before is the issue only occurs with absolute url's that use https instead of http. Now I'm going to have to figure out how to fix it, but it definitely will be fixed in the next release. It should still work for all relative links (i.e. all links like image/medals/...)

How about this, did you figure this out?

alcazarx
12-23-2015, 11:35 AM
The easiest way to do that would be have them do it from modcp by copying the award_request.php file to modcp and replacing the permission condition at the top with the one from modcp/award.php.
Great idea, thanks.
<-- wonders why we didnt think up of that idea :o ,we did something similar in the past with approving of newly registered members via the modcp.

/* another edit
Our mods reported that they cant "see" the new file in ModCP. So you have to edit the plugin "YAAS - Give Award to User Nav -> mod_index_navigation" in ACP so it looks like// *************************************************
if ($vbulletin->options['aw_modcp'])
{
construct_nav_option($vbphrase['give_user_award'], 'award.php?do=manage');
construct_nav_option($vbphrase['yaas_edit_delete_user_award'], 'award_user.php?do=search');
construct_nav_option($vbphrase['award_requests'], 'award_requests.php?do=display');
construct_nav_group($vbphrase['award_system']);
construct_nav_spacer();
}

Thanks.
*/

As for permissions - you are the author and decide it - for me it would be sufficient to implement the "can view award list" permission for groups and the "moderator can give this award in modcp" option (when managing awards), both described (and code provided) in earlier posts.
Custom admin permission for the award plugin itself we have already working.

/* edit
Included the code changes for custom admin permission.
Note: These are direct code changes! Use at your own risk!
(Yeah boo me coders and staff, but we are not used to the plugin system and not everything can be done with the hook system.)
*/

squidsk
01-19-2016, 09:48 PM
No it isn't.

alcazarx
01-20-2016, 06:52 AM
Sorry, but what is No it isn't. ? :confused:
Thanks.

squidsk
01-20-2016, 02:10 PM
Sorry, but what is ? :confused:
Thanks.
It was response to someone, who's since deleted their post, asking if it was possible to remove the Yet Another Awards System link on the awards.php page.

CAG CheechDogg
01-21-2016, 01:45 AM
Any update on the mass deletion and mass approval of awards squidsks?

alcazarx
01-21-2016, 06:52 AM
Guess they are (maybe) coming with next update/version. :rolleyes:
Our "updates" have been posted here and will work with current version.

squidsk
01-21-2016, 02:16 PM
Guess they are (maybe) coming with next update/version. :rolleyes:
Our "updates" have been posted here and will work with current version.

Here's the, not complete, list of changes that will be in the next version. I don't do this professionally, and when RL comes along my coding projects all take a back seat, and the last year my coding projects have been in the back a lot.


Added - New setting for controlling whether inactive awards are displayed in modcp, default is yes for backwards compatibility
Added - New moderator permission for issuing awards, only moderators with this permission will be able to issue awards in modcp
Added - New admin permissions, one for issuing awards and one for managing awards
Added - Diagnostics to show orphaned rows in the various awards tables
Added - Hooks to award_diagnostics.php
Added - Hook for deleting an award
Added - Edit link to header of award_user.php user page which links to user.php if the admin can admin users
Added - View awards permissions

only groups with the view awards permission will be able to see awards.php
only administrators start with view awards permissions
to recommend/request an award users will need the view awards permission in addition to the recommend/request permission

Changed - default usergroup permissions for recommend/request awards

only administrators have recommend/request permissions (new installs only)
all new groups, added post install, do not have the recommend/request award permissions

Changed - The award_user template to use {vb:link . . .} syntax
Changed - User links in awards.php now direct to award_user.php instead of user.php
Changed - Admincp nav items to have admin permissions attached to them, you will only see those items for which you have permissions
Fixed - Awards issued in modcp/award.php not showing relative images in PMs
Fixed - Awards issued in modcp/award.php and admincp/award.php not showing relative images in emails
Fixed - Request/Recommend award link showing on award.php if you can't request or recommend awards
Fixed - Missing error checking when recommending/requesting awards
Fixed - Absolute url https paths not displaying in admincp/modcp
Fixed - Uncategorized awards not displaying on awards.php
Fixed - Award requests not being deleted when deleting corresponding award
Fixed - Display of user awards in award_user.php not matching other displays

Any update on the mass deletion and mass approval of awards squidsks?

Award requests are being restructured, and on the admincp side I haven't exactly nailed down how the new setup will look.

CAG CheechDogg
01-21-2016, 02:41 PM
Good stuff squidsks !!! thank you !!

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
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.
Added - New setting for controlling whether inactive awards are displayed in modcp, default is yes for backwards compatibilityAren'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
Added - New admin permissions, one for issuing awards and one for managing awardsGood 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
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.

@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.
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
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.

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
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
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.php?p=2561031&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
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.

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
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
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:
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
@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
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).

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.

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
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
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.

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
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


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
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.

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 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 [B]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.php?p=2563105&postcount=1797

EGNDRAGON
03-15-2017, 10:35 AM
I cant seem to get the navagation tab to show :(

blind-eddie
03-15-2017, 10:56 AM
I will message you on skype when I get home today, if you do not have this taken care of, I will do it for you tonight after work.

EvilArcana
03-19-2017, 07:41 PM
If I want to attempt to port this to vb5 or pay someone to do it for me is that ok?

gbicar
04-17-2017, 06:17 PM
Hello,
Problem after update url from http to https ... disappeared images from the awards list, Solutions?

CAG CheechDogg
04-17-2017, 06:24 PM
Hello,
Problem after update url from http to https ... disappeared images from the awards list, Solutions?

Where did you make the change ? Looks like all images on your forum are not displaying correctly ...not just with this mod ..

alcazarx
06-25-2017, 06:16 AM
Since we want to use this addon in another forum me noticed something.
In the settings you may enable a "points system" and give each award a "points value".
But how its intended to work? There seems to be no action when issuing an award.
Master squidsk?

CAG CheechDogg
06-26-2017, 09:50 PM
I never figured that out either alcazarx lol ... it is talked about somewhere in this thread though lol ...

squidsk
06-27-2017, 07:51 PM
Since we want to use this addon in another forum me noticed something.
In the settings you may enable a "points system" and give each award a "points value".
But how its intended to work? There seems to be no action when issuing an award.
Master squidsk?

I'm not entirely sure what the original intent was given it was added before I took over yaas. But from what I can gather when looking in either the postbit or the users tab view of there awards it should tell you the total point value of the awards that have been earned by each user. This has always been one of those things I'd like to either eliminate or make into something more useful than it currently is.

blackberry
06-29-2017, 03:44 PM
compatible with 4.2.5?

creative-friend
07-31-2017, 04:43 PM
In 4.2.5
this error will be shown, when i try to give award to user

Call to undefined function mysql_insert_id() on line 596 in /home************/award.php

squidsk
07-31-2017, 04:49 PM
Update to the most recent version.

squidsk
08-01-2017, 04:23 PM
compatible with 4.2.5?

Sorry missed this when I responded to the other question. Yaas should be compatible with 4.2.5 as there are no major changes between 4.2.3, the version it was developed on, and 4.2.5.

Rafa-el
08-01-2017, 04:28 PM
Sorry missed this when I responded to the other question. Yaas should be compatible with 4.2.5 as there are no major changes between 4.2.3, the version it was developed on, and 4.2.5.

So its also compatible with PHP 7 right?

migratoria
08-09-2017, 02:10 PM
Have you tried disabling it?
With version 4.2.4, crash the forum

The uninstaller script it's correct?

squidsk
08-11-2017, 10:41 PM
What's the error? Without that I can't help you.

migratoria
08-12-2017, 05:50 AM
What's the error? Without that I can't help you.

If disable this mod vbulletin generate this error in the viewing of topic


MY LOG:
[warn] mod_fcgid: stderr: PHP Fatal error: Call to a member function fetch_array() on null in /forum/includes/class_postbit.php(345) : eval()'d code on line 412

****
Vbulletin send at my mail this report:

#0 vB_Database->halt() called in [path]/includes/class_core.php on line 1395
#1 vB_Database_MySQLi->execute_query() called in [path]/includes/class_core.php on line 461
#2 vB_Database->query_read() called in [path]/ranks.php on line 275
#3 require([path]/ranks.php) called in [path]/dbseo.php on line 498

squidsk
08-14-2017, 01:47 PM
I don't think that's related to this mod. If you look at the files in the backtrace for the error, ranks.php & dbseo.php neither of those have anything to do with yaas. If I were to guess it would be that yaas, while enabled, is masking the error from another product.

I'd look at dbseo specifically the postbit_display_complete hook at line 412.

migratoria
08-18-2017, 09:34 AM
Which file do I have to attach?

squidsk
08-18-2017, 01:07 PM
Here nothing. You've got to go to the dbseo site/page and get help there. There isn't anything to do with yaas. If you disabled it through the yaas setting page disable it instead through the products page and if the error is still there then it definitely has nothing to do with yaas.

migratoria
08-19-2017, 02:47 PM
Problem solved " Yet Another Award System generate a conflicts during the uninstallation phase with:

MarkFL: Show User History 2.4 Displays a user's usernotes and infraction history while you are issuing a warning/infraction and in user postbits for easy reference.

Url: https://vborg.vbsupport.ru/misc.php?do=producthelp&pid=showuserhistorymarkflvb4

Coder2016
08-20-2017, 02:59 PM
Hi,

I have version vb 4.2.5

Does anyone know if this mod runs on php 7.1?

creative-friend
08-20-2017, 05:37 PM
Hi,

I have version vb 4.2.5

Does anyone know if this mod runs on php 7.1?

Yes
its work fine on vb 4.2.5, php (7.1.5 and 7.1.8).

Coder2016
08-20-2017, 07:05 PM
Many thanks creative-friend.

Coder2016
08-21-2017, 11:04 AM
Hi

I installed this today with me.

I have the setting Do you want a link to the awards displayed in the navigation bar? To YES.

But there is no link in the navigation.

What could be the error? Many Thanks

squidsk
08-21-2017, 08:53 PM
Hi

I installed this today with me.

I have the setting Do you want a link to the awards displayed in the navigation bar? To YES.

But there is no link in the navigation.

What could be the error? Many Thanks

That setting is for vb <4.2. The mod as it currently stands does not have a nav item for vb 4.2+ and you will have to create that manually.

Coder2016
08-21-2017, 10:59 PM
Ok thanks for the Info.

Crotan
09-14-2017, 04:06 AM
hmm tracking down HTTPS mixed content. The URL's to the awards switch HTTPS by simply changing the sitename URL, but the images them selves still seem to be hardcoded to HTTP in the postbit.

<!-- show awards -->
<vb:if condition="$post[showuserawards]">
<div class="awards_postbit_style3 yaas_postbit">
<div class="awards_showcase_awarddisplay">{vb:raw post.userawards}</div>
</div>
</vb:if>
<!-- /show awards -->


Was expecting some hardcoded src=http:// type stuff here, but got anything ideas for postbit https goodness?

TiKu
09-14-2017, 04:58 AM
Don't you specify the complete URLs in the award settings? There you can use protocol relative URLs, i.e. just //mydomain instead of http://mydomain or https://mydomain.

squidsk
09-14-2017, 01:59 PM
hmm tracking down HTTPS mixed content. The URL's to the awards switch HTTPS by simply changing the sitename URL, but the images them selves still seem to be hardcoded to HTTP in the postbit.

<!-- show awards -->
<vb:if condition="$post[showuserawards]">
<div class="awards_postbit_style3 yaas_postbit">
<div class="awards_showcase_awarddisplay">{vb:raw post.userawards}</div>
</div>
</vb:if>
<!-- /show awards -->


Was expecting some hardcoded src=http:// type stuff here, but got anything ideas for postbit https goodness?

You've got the protocol listed in the award settings, for image and likely icon, for the awards. You'll have to change them either to a relative url or a protocol neutral url. Actually I'm not sure protocol neutral will work with the way that the code is written at the moment as that will cause problems in PMs and emails with award images.

TiKu
09-14-2017, 03:16 PM
Actually I'm not sure protocol neutral will work with the way that the code is written at the moment as that will cause problems in PMs and emails with award images.I use it this way and so far noone did complain about anything.

Crotan
09-14-2017, 06:07 PM
I use it this way and so far noone did complain about anything.

I guess it was wishful thinking that there would be a style template to fix them all at once :P

I've updated each individual award path with the natural // and that fixes the mixed content. Will have to see how that appears in PMs.

Thanks!

Hikarin
02-01-2018, 11:01 PM
This seems now incompatible with PHP 7.0. I'm receiving error messages.

squidsk
02-01-2019, 01:41 PM
This seems now incompatible with PHP 7.0. I'm receiving error messages.

I haven't been active for a while, but it should work with php 7. What error messages are you receiving?

gsk8
04-09-2019, 02:22 AM
Thanks for an awesome mod! Using VB 4.2.5 (PHP7.0.33) so am missing awards tab and have to figure that out.

Am testing having request/recommendation sent to thread and the posts are are prefaced with

<!-- BEGIN TEMPLATE: awards_request_formanswers -->

and end with this:

<!-- END TEMPLATE: awards_request_formanswers -->

....but the content looks good in the post!

I checked the template and those phrases are not there.

Was I supposed to download both zip files? I only downloaded the bottom (YaAS-4.0.9.zip) and installed - not the one above it.

gsk8
04-09-2019, 03:09 AM
Oh and one more thing. I see there are three styles plus custom for profile display.

I just want to show the Awards (with a link) and the awards underneath, but I'm getting a "boxed border" when I try. So basically I want what the image is showing on the screen capture below BUT with with out the number of awards and points ;)

https://vbulletin.org/forum/attachment.php?attachmentid=109709&d=1263212598

gsk8
04-09-2019, 05:15 AM
I wish there was a way to give "mass" awards. Have 30K+ members. Have some awards for 1, 5, 10 and 15+ year members ;)

squidsk
04-09-2019, 02:07 PM
Thanks for an awesome mod! Using VB 4.2.5 (PHP7.0.33) so am missing awards tab and have to figure that out.

Am testing having request/recommendation sent to thread and the posts are are prefaced with



and end with this:



....but the content looks good in the post!

I checked the template and those phrases are not there.

Was I supposed to download both zip files? I only downloaded the bottom (YaAS-4.0.9.zip) and installed - not the one above it.

That's not a YaAS setting but one from default vbulletin. Under general settings turn off the Add Template Name in HTML Comments setting.

Oh and one more thing. I see there are three styles plus custom for profile display.

I just want to show the Awards (with a link) and the awards underneath, but I'm getting a "boxed border" when I try. So basically I want what the image is showing on the screen capture below BUT with with out the number of awards and points ;)

https://vbulletin.org/forum/attachment.php?attachmentid=109709&d=1263212598
Choose the third display option, it shows you what each will look like, if that isn't to your liking then you can use the custom display option and create one of your own. You'd need to add your markup to the awards_postbit_display_customcss template.

To get rid of points, just disable the points system in YaAS settings.

I wish there was a way to give "mass" awards. Have 30K+ members. Have some awards for 1, 5, 10 and 15+ year members ;)

To mass handout awards you need to use the YaAS Automation plugin, the other download option.

gsk8
04-09-2019, 06:14 PM
Thanks!!

To mass handout awards you need to use the YaAS Automation plugin, the other download option

I have about 10 usergroups ;) Big Forum. I don't want to issue "banned" members an award, so not sure how to exclude them? Here is how it looks when I try to create an automation.https://vborg.vbsupport.ru/external/2019/04/2.png

gsk8
04-09-2019, 06:20 PM
I tried the one above and got this after trying to run the task:

Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.

squidsk
04-09-2019, 07:51 PM
Thanks!!



I have about 10 usergroups ;) Big Forum. I don't want to issue "banned" members an award, so not sure how to exclude them? Here is how it looks when I try to create an automation.https://vborg.vbsupport.ru/external/2019/04/2.png

There is no way to exclude banned groups at this time.

gsk8
04-09-2019, 10:43 PM
Is there a possibility of adding one more field for "usergroups"?

gsk8
04-09-2019, 10:51 PM
Ok. What does the phrase "Use ID for Usergroups" mean? Where would that go? I only see a text box for the "criteria" but not for the "Usergroup IDs?

squidsk
04-10-2019, 01:36 PM
That means use the usergroupid of a usergroup not the usergroup name. For example if you wanted it to apply to the Administrator, you would use 6, the usergroupid for the built-in Administrator group, in the box.

gsk8
05-07-2019, 03:21 PM
That means use the usergroupid of a usergroup not the usergroup name. For example if you wanted it to apply to the Administrator, you would use 6, the usergroupid for the built-in Administrator group, in the box.

Thanks again!

I love this mod, but am having problems with automation for time as a member. When I run it in the task scheduler, it'll pick up some but not all. It finally times out with this message.

PHP Warning: mysqli_query(): (23000/1062): Duplicate entry '32767' for key 'PRIMARY' in ..../includes/class_core.php on line 1386

For instance, I have awards for 1 yr, 5 yr, 10 yr, and 15 yr members. It leaves out the 1 and 5 year member, even though the award IDs are different.

The post count automation worked though.

I'm using VB 4.2.5 and PHP 7.1.28

MrKains
05-20-2019, 10:15 AM
Will you be making one for VB 5.5.1? Would Love IT!

Bit
07-10-2019, 07:52 PM
I have 3.8.10 and want to go to 3.8.11 so I can upgrade to PHP 7.1. Does the 3.8.4 version work with .11?

SnakeEaterITA
11-17-2019, 07:56 AM
Hi, whenever I use https:// in my award url, the overall award table doesn't show the images (but it does show the full url. Is there any way to fix this?

jagtpf
12-11-2019, 02:22 PM
Is there any limit to how many users can be entered within the award listings?

We have one award that has 579 entries. We seem to be losing the latest few for no apparent reason that I can see. There's no error message, but the latest don't appear in either the list in AdminCP, nor the general list on the public Forum page, nor on the Users' profile.

squidsk
02-14-2020, 02:31 PM
Hi, whenever I use https:// in my award url, the overall award table doesn't show the images (but it does show the full url. Is there any way to fix this?

Without seeing the exact page and the entries in admincp I have no way of being able to diagnose the problem. I do know that YAAS can handle https links by default.

Is there any limit to how many users can be entered within the award listings?

We have one award that has 579 entries. We seem to be losing the latest few for no apparent reason that I can see. There's no error message, but the latest don't appear in either the list in AdminCP, nor the general list on the public Forum page, nor on the Users' profile.

There's no limit to the number of awards that can be issued, either per award or cumulatively other than the limits imposed by the database due to the field settings.

I have 3.8.10 and want to go to 3.8.11 so I can upgrade to PHP 7.1. Does the 3.8.4 version work with .11?

This is the vb4 version of YAAS not the vb3 version. You'd need to ask in the vb3 version of the mod. There have been considerable code changes between the vb3 and the vb4 version of the mod.

KodakUK
04-22-2020, 06:58 PM
Thanks for this, but for some reason after uploading all the files, the award tab isn't showing in admincp. anyone able to help?

squidsk
04-22-2020, 09:53 PM
Thanks for this, but for some reason after uploading all the files, the award tab isn't showing in admincp. anyone able to help?
Make sure all the files are in the correct location. If you have renamed admincp/modcp the files will need to be move to the renamed folders, in the install they are located in default admincp/modcp folders.

KodakUK
04-23-2020, 07:58 PM
Make sure all the files are in the correct location. If you have renamed admincp/modcp the files will need to be move to the renamed folders, in the install they are located in default admincp/modcp folders.

I've just reuploaded them and still aren't showing, I'll just have to keep visiting the pages seperately for the time being.

I've also noticed the postbit legacy aren't showing the awards on showthread.php, and the option is enabled in admincp. any chance of providing me the code to manually add it?

squidsk
04-24-2020, 02:07 AM
Only three possibilities, you have incorrectly uploaded the files to your webserver, the mod is disabled on the products page, or you have another mod that is interfering with this one. Given you said you don't see the YaAS menu items in admincp I'd be leaning towards the first.

carmine3838
05-28-2020, 03:30 PM
installed but I do not see the voice in the navbar and pictures tells me this path https://www.napoliecontorni.it/images/medals/medal-blue.gif

carmine3838
05-29-2020, 03:09 PM
how can I enter the medals received in the postbit vbulletin 4.2.5?

Irishnotsane
01-30-2021, 10:38 PM
How difficult would it be to allow users to select which X awards are displayed in postibt?

Obvs replacing X with the number you've set in ACP

Dirks
03-11-2021, 03:13 AM
installed but I do not see the voice in the navbar and pictures tells me this path https://www.napoliecontorni.it/https://www.napoliecontorni.it/images/medals/medal-blue.gifTry setting your path to the image file in the ADMINCP just to "images/medals/medal-blue.gif".

StormBreaker
05-17-2023, 12:22 PM
Submission setting does not work for automation. PM/email message notification works.