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)

Amaury 01-10-2013 06:17 AM

Quote:

Originally Posted by squidsk (Post 2395915)
It requires changing one of the file uploaded to the server, it shouldn't actually be too complicated if someone knows what they're doing.

I don't, unfortunately.

Anyway, which file and where would he add ORDER BY <datefield>?

Gamelobby 01-10-2013 06:56 PM

Quote:

Originally Posted by squidsk (Post 2395915)
It shouldn't be, it checks every hour for those who meet the criteria (i.e. have the requisite number of posts) but do not have the award and then grants it.

Well it's not adding them over & over, it just keeps adding another one after i delete the duplicate.

I go thru & delete the 2nd one, & when it runs again it gives it right back even though there is one already there.?

Kesha 01-16-2013 12:27 AM

I installed this script tonight due to overwhelming requests at my site for something like it. I noticed one small error while I was installing it, but everything seems to be in working order so far, so I'll be sure to update if anything goes wrong! :)

squidsk 01-16-2013 02:58 AM

Quote:

Originally Posted by Gamelobby (Post 2396051)
Well it's not adding them over & over, it just keeps adding another one after i delete the duplicate.

I go thru & delete the 2nd one, & when it runs again it gives it right back even though there is one already there.?

When I get around to working on automation I'll see what I can find.

Quote:

Originally Posted by Kesha (Post 2397177)
I installed this script tonight due to overwhelming requests at my site for something like it. I noticed one small error while I was installing it, but everything seems to be in working order so far, so I'll be sure to update if anything goes wrong! :)

What's the error so that I can try to fix it.

sadiq6210 01-16-2013 04:46 AM

Quote:

Originally Posted by sadiq6210 (Post 2393334)
Try to store the CSS as files
admincp >> Settings >> Options >> Style & Language Settings >> Store CSS Stylesheets as Files? (Select "YES")

Results:
The <legend> is not working in postbit style
The default postbit style will be as same as (Style 2) where (Style 1) is not working. (There is no <legend>)

Any idea?

Quote:

Originally Posted by squidsk (Post 2394053)
Yes its a bug.

Could you try to fix this please?
I disabled this mod and I am waiting for any update for this great mod

squidsk 01-16-2013 10:29 PM

Quote:

Originally Posted by sadiq6210 (Post 2397213)
Could you try to fix this please?
I disabled this mod and I am waiting for any update for this great mod

I'm working on it, but you disabled a mod because of a missing (actually invisible) legend tag? This mod will work perfectly fine without the legend tag being visible.

sadiq6210 01-17-2013 04:15 AM

Quote:

Originally Posted by squidsk (Post 2397379)
I'm working on it, but you disabled a mod because of a missing (actually invisible) legend tag? This mod will work perfectly fine without the legend tag being visible.

Awesome .. Thanks

Sorry, I wrote by mistake
I want to say

I disabled this feature and I am waiting for any update for this great mod

S S0DEN 01-21-2013 06:11 PM

I have been using this mod for almost 2 years, love the mod! Thanks again.

Gamelobby 01-23-2013 12:25 AM

Quote:

Originally Posted by squidsk (Post 2397202)
When I get around to working on automation I'll see what I can find.

I just deleted all the awards that i had given out prior to installing the automation script, & it works fine now.. so it just wasn't reading if the awards were present or not, it was reading whether the mod/script had given them automatically before or not. (smart script, its got a mind of it's own. lol)

snipes01 01-29-2013 06:20 PM

vb 4.2.0 PL3
YaAS 4.0.4

I'm a little confused. I can't get this working on VB 4.2 the way I want it to work. I can actually access the awards page, but its not under the awards tab (doesn't seem to be linked at all).

I understand that we have to use the vb navigation and I'm sure I'm doing everything right.

Is there something I'm missing?

squidsk 01-29-2013 06:41 PM

There is no awards tab on vb 4.2 unless you manually add one and point it to the awards.php page.

snipes01 01-29-2013 08:01 PM

Quote:

Originally Posted by squidsk (Post 2400337)
There is no awards tab on vb 4.2 unless you manually add one and point it to the awards.php page.

Okay I understand that, but when I point the tab/page to the awards.php file, for some reason doesn't link the file to the tab.

I can reach that page (mydomainname).com/forum/awards.php but when I click the award tab the page is blank and is listed as (mydomainname).com/forum/index.php?page=awards

I am also using vBadvanced CMPS so there might be an issue there, but there shouldn't be.

Do you think its something I'm doing wrong? I see that other people have got it working.

squidsk 01-29-2013 08:45 PM

From what I can tell it has a portal management system included, which seems likely to play around with the navigation system. Disable vba (and all modules) and see what happens.

Given I've manually created a tab on a default install and vba is another product you have installed and it changes the portal (i.e. navigation) . . .

I'd also bet to get it to work with vba you'd need to change/add some setting in vba for it to recognize the page.

squidsk 01-29-2013 10:32 PM

YaAS 4.0.5 has been released:

Release Notes:
  • Fixed granting an award reqest/recommendation not deleting the request/recommendation
  • Fixed requests not being displayed if the recipient or requestor accounts have been deleted
  • Fixed emails not being sent when usernames are used to give an award and the send email option is chosen
  • Fixed the award postbit display not always being in the correct location when using postbit_legacy
  • Fixed the box around the fieldset being invisible (award postbit style 1) when css saved as a file
  • Fixed the award postbit disappearing after editing a post
  • Fixed deprecation errors due to php 5.3+ in various locations
  • Restored the spacing between awards on the awards tab user profiles
  • Renamed construct_depth_mark function to yaas_construct_depth_mark
  • Updated - Version in version phrase
  • Removed - Four plugins that are no longer used (CSS - Cache Template, YAAS - Profile Tab, YAAS in Member Profile - Cache Template, YAAS - postbit display start)

Amaury 01-29-2013 10:40 PM

Quote:

Originally Posted by squidsk (Post 2400386)
YaAS 4.0.5 has been released:

Release Notes:
  • Fixed granting an award reqest/recommendation not deleting the request/recommendation
  • Fixed requests not being displayed if the recipient or requestor accounts have been deleted
  • Fixed emails not being sent when usernames are used to give an award and the send email option is chosen
  • Fixed the award postbit display not always being in the correct location when using postbit_legacy
  • Fixed the box around the fieldset being invisible (award postbit style 1) when css saved as a file
  • Fixed the award postbit disappearing after editing a post
  • Fixed deprecation errors due to php 5.3+ in various locations
  • Restored the spacing between awards on the awards tab user profiles
  • Renamed construct_depth_mark function to yaas_construct_depth_mark
  • Updated - Version in version phrase
  • Removed - Four plugins that are no longer used (CSS - Cache Template, YAAS - Profile Tab, YAAS in Member Profile - Cache Template, YAAS - postbit display start)

Awesome. :)

So no need for that CSS you added in additional.css anymore?

Did this also fix the date order thing I asked about earlier or would our owner still have to do that manually?

Crotan 01-29-2013 11:14 PM

Quote:

Originally Posted by squidsk (Post 2400386)
YaAS 4.0.5 has been released:

Release Notes:
  • Fixed granting an award reqest/recommendation not deleting the request/recommendation
  • Fixed requests not being displayed if the recipient or requestor accounts have been deleted
  • Fixed emails not being sent when usernames are used to give an award and the send email option is chosen
  • Fixed the award postbit display not always being in the correct location when using postbit_legacy
  • Fixed the box around the fieldset being invisible (award postbit style 1) when css saved as a file
  • Fixed the award postbit disappearing after editing a post
  • Fixed deprecation errors due to php 5.3+ in various locations
  • Restored the spacing between awards on the awards tab user profiles
  • Renamed construct_depth_mark function to yaas_construct_depth_mark
  • Updated - Version in version phrase
  • Removed - Four plugins that are no longer used (CSS - Cache Template, YAAS - Profile Tab, YAAS in Member Profile - Cache Template, YAAS - postbit display start)

:up: This guy! Thanks!

squidsk 01-30-2013 01:25 AM

Quote:

Originally Posted by Amaury25 (Post 2400387)
Awesome. :)

So no need for that CSS you added in additional.css anymore?

Did this also fix the date order thing I asked about earlier or would our owner still have to do that manually?

Yes you can now remove that fix from additional.css, and no the ordering was not fixed, its on the list for the next release.

Amaury 01-30-2013 01:39 AM

Quote:

Originally Posted by squidsk (Post 2400413)
Yes you can now remove that fix from additional.css, and no the ordering was not fixed, its on the list for the next release.

Once our owner updates it, I will remove it. Thanks!

Regarding the date order, you wouldn't happen to have an ETA on the next release, would you? :)

Also, I know this is trivial, but if you could add a comma between the date and time, that'd be appreciated.
  • Currently, it's like this: 1/29/2013 12:00 AM
  • With a comma: 1/29/2013, 12:00 AM

sadiq6210 01-30-2013 04:50 AM

Quote:

Originally Posted by squidsk (Post 2400386)
YaAS 4.0.5 has been released:
Release Notes:
  • Fixed the box around the fieldset being invisible (award postbit style 1) when css saved as a file

AWESOME
Thanks dear :)

marccap 01-30-2013 08:45 AM

Downloaded and works nicely with 4.2 :cool:

EasyEazy 01-30-2013 12:27 PM

Hi Squidsk

Restored the spacing between awards on the awards tab user profiles

It seems as though the addition has not worked. Still dont have any spacing between awards in the profile.

squidsk 01-30-2013 03:00 PM

1 Attachment(s)
Quote:

Originally Posted by EasyEazy (Post 2400488)
Hi Squidsk

Restored the spacing between awards on the awards tab user profiles

It seems as though the addition has not worked. Still dont have any spacing between awards in the profile.

Sigh, the fix in the current version only works if you do not have css stored as a file as the version of a file I included was an old version of the file. I'll upload a new version of the mod either later today or tomorrow, but in the meantime put the attached file into includes/xml and overwrite the one already there.

EasyEazy 01-30-2013 06:17 PM

Quote:

Originally Posted by squidsk (Post 2400531)
Sigh, the fix in the current version only works if you do not have css stored as a file as the version of a file I included was an old version of the file. I'll upload a new version of the mod either later today or tomorrow, but in the meantime put the attached file into includes/xml and overwrite the one already there.

Thank you will do it later

squidsk 01-30-2013 06:20 PM

Quote:

Originally Posted by EasyEazy (Post 2400578)
Thank you will do it later

I didn't mention it in the last post, but after putting the new file on the server you'll need to rebuild the style information for the changes to take effect (admincp -> rebuild -> rebuild style information).

squidsk 01-30-2013 06:46 PM

Quote:

Originally Posted by Amaury25 (Post 2400418)
Once our owner updates it, I will remove it. Thanks!

Regarding the date order, you wouldn't happen to have an ETA on the next release, would you? :)

Also, I know this is trivial, but if you could add a comma between the date and time, that'd be appreciated.
  • Currently, it's like this: 1/29/2013 12:00 AM
  • With a comma: 1/29/2013, 12:00 AM

It was going to be awhile but I didn't fully include one fix in 4.0.5, so the order change will likely be 4.0.6. I'll also try and get the date format changed as well.

squidsk 01-30-2013 07:59 PM

Quote:

Originally Posted by Amaury25 (Post 2400418)
Also, I know this is trivial, but if you could add a comma between the date and time, that'd be appreciated.
  • Currently, it's like this: 1/29/2013 12:00 AM
  • With a comma: 1/29/2013, 12:00 AM

I've been looking into this, and I can't reproduce the time as your site has it. On my site everywhere it has the comma. Try checking your date/time display settings to see if that's where the comma was removed from.

Amaury 01-30-2013 11:46 PM

Quote:

Originally Posted by squidsk (Post 2400611)
I've been looking into this, and I can't reproduce the time as your site has it. On my site everywhere it has the comma. Try checking your date/time display settings to see if that's where the comma was removed from.

Sorry, didn't notice your reply until now.

I probably should have specified. I was referring to the Issue Time in the Admin CP and Medals tab on profiles. There are no commas there.

EDIT: I got it fixed under the Medals tab on profiles by going into the awards_userawards_bit template and changing this:
Code:

<i>{vb:rawphrase award_time}: {vb:raw award_issue_date} {vb:raw award_issue_time}</i>
...to this:
Code:

<i>{vb:rawphrase award_time}: {vb:raw award_issue_date}, {vb:raw award_issue_time}</i>

Capt C Ray 01-31-2013 01:59 AM

I just installed the latest version of your mod. Running 4.2. Do not see the 'Award System' tab in my a ACP panel. What did I miss?

figured it out. Still new at this. your install instructions say to upload the /upload directory to my forum root. When in reality, I needed to upload the [B]contents[B] of the /upload directory to my root forum. problem solved.

squidsk 01-31-2013 02:17 AM

Quote:

Originally Posted by Amaury25 (Post 2400683)
Sorry, didn't notice your reply until now.

I probably should have specified. I was referring to the Issue Time in the Admin CP and Medals tab on profiles. There are no commas there.

<snip>

EDIT: I got it fixed under the Medals tab on profiles by going into the awards_userawards_bit template and changing this:
Code:

<i>{vb:rawphrase award_time}: {vb:raw award_issue_date} {vb:raw award_issue_time}</i>
...to this:
Code:

<i>{vb:rawphrase award_time}: {vb:raw award_issue_date}, {vb:raw award_issue_time}</i>

OK I officially need more sleep, I was seeing the comma in the date and thinking that was what you were talking about.

Quote:

Originally Posted by Capt C Ray (Post 2400696)
I just installed the latest version of your mod. Running 4.2. Do not see the 'Award System' tab in my a ACP panel. What did I miss?

figured it out. Still new at this. your install instructions say to upload the /upload directory to my forum root. When in reality, I needed to upload the [B]contents[B] of the /upload directory to my root forum. problem solved.

So it does, something else to be fixed.

EasyEazy 01-31-2013 05:22 AM

Quote:

Originally Posted by squidsk (Post 2400531)
Sigh, the fix in the current version only works if you do not have css stored as a file as the version of a file I included was an old version of the file. I'll upload a new version of the mod either later today or tomorrow, but in the meantime put the attached file into includes/xml and overwrite the one already there.

Your a legend. Worked a treat and thanks for the update. One thing to mention is that you said to upload the css file and overwrite the file that in there well I didnt have a file in there to over write. Not sure if that is correct or not but its working anyway.

Thanks again.

Konsolenheld 01-31-2013 09:00 AM

Is it possible, to place the Trophys among each other.
https://vborg.vbsupport.ru/external/2013/01/1.png

I am not familiar with CSS :(

Edit: For Postbit_legacy

squidsk 01-31-2013 03:07 PM

Quote:

Originally Posted by Konsolenheld (Post 2400746)
Is it possible, to place the Trophys among each other.
https://vborg.vbsupport.ru/external/2013/01/1.png

I am not familiar with CSS :(

Edit: For Postbit_legacy

I have no idea what you're asking about. The image doesn't make much sense what are the boxes, what are the lines?

EasyEazy 01-31-2013 05:29 PM

Hey Squidsk

Quick question. I added the css file and all worked well. The psacing was back between the awards as you said.

However on the posbit it seems to have squashed it together a little with the YARS mod. After removing the css rollup file that you gave me it fixed the issue however the awards on the profile are back as they were.

I know you said that the file was a temp fix. Once the permanent one comes out will it addresses the postbit issue as well?

I posted the images below.

Without the css file

https://vborg.vbsupport.ru/external/2013/01/5.jpg

with CSS file

https://vborg.vbsupport.ru/external/2013/01/6.jpg

masterross 01-31-2013 10:51 PM

Hi,

I've just upgraded from 4.0.4 and when I click on Version Information I see this:
Code:

This is a beta build.
Current Released version is  1.0.3.11..3.1999885913.6.12....3.231312000000100022229222294400.00000010.11100000010198.869.10.......66.57099.11.......00.3537610.......111.1.1777000000.2.2000000.000000.5500000010.11.111111.11.666686.11.0000.3592006.0777000000.475.000000102.140.0000002222911.3537610.......111.00000010198.700000011..22229..22229....894911.........14...4..2424...777777..4400.......6....110...1200000000.10101010190666666.10101010190631313110085110231301312950.00....7386000..00011000.....2.2.2.2.2.2.22.107620200013.....2.2.2.2.2.2.22.121.3.1.2888666666900.90.9.1.245000.1.287000.1.203000..01000.100000004.....1211421653337000099.45.33..........11.328000.....011111111142000000..20165.84000....008000.00000.990099.0033.999999.333333310.12000000461273657...008000.10353761200000010176048585.66120960.90.20040.1510...0025.103005.985.966.99..530510.20774730376308152885992251401517021282232010.3612..2.0.3612..9509500100002702.207747303763081528.0..250151.104.55505.3612010210101..10102104.110320774730376308152885992251401517021282232550100.207747303763081528213.207747303763081528212.207747303763081528198.207747303763081528184.2..01207747303763081528859922514015170212822321000100100000.1.0100.2077473037630815281.1013.440.022400100.207747303763081528.2077473037630815285.207747303763081528.2077473037630815284.2077473037630815282.2077473037630815284107010.24.1000.207747303763081528..10212402.20329422612610526215263152641525004251142521425314211031111315131681392011212261232112071.1311411640212126025.24724.23723.823833.823023.723133.719523.619633.616123.516233.52131216212421232215221421252184021912102218124925242241892187231882221223922172198025715.25825.25925.24414.24524.24624.23413.823523.823623.822713.722823.722923.719113.619423.619223.610913.511323.515523.59912562170222312242312.2053641202417241974254332.442.542.13942.14042.14142.3233.03343.03443.013443.013543.013743.0185310741064103410041014102410441054171418244110001.207747303763081528..207747303763081528.207747303763081528.207747303763081528.2077473037630815281.207747303763081528.207747303763081528113792.207747303763081528.207747303763081528.2346..800100.....01313....01313....01313....01313....0131350.207747303763081528.....008....3.6.1220002013..2077473037630815289252001.........2301482

Also when the overwrite ran I saw some merge conflict messages but was too fast.

squidsk 02-01-2013 04:13 AM

Quote:

Originally Posted by masterross (Post 2400913)
Hi,

I've just upgraded from 4.0.4 and when I click on Version Information I see this:
Code:

This is a beta build.
Current Released version is  1.0.3.11..3.1999885913.6.12....3.231312000000100022229222294400.00000010.11100000010198.869.10.......66.57099.11.......00.3537610.......111.1.1777000000.2.2000000.000000.5500000010.11.111111.11.666686.11.0000.3592006.0777000000.475.000000102.140.0000002222911.3537610.......111.00000010198.700000011..22229..22229....894911.........14...4..2424...777777..4400.......6....110...1200000000.10101010190666666.10101010190631313110085110231301312950.00....7386000..00011000.....2.2.2.2.2.2.22.107620200013.....2.2.2.2.2.2.22.121.3.1.2888666666900.90.9.1.245000.1.287000.1.203000..01000.100000004.....1211421653337000099.45.33..........11.328000.....011111111142000000..20165.84000....008000.00000.990099.0033.999999.333333310.12000000461273657...008000.10353761200000010176048585.66120960.90.20040.1510...0025.103005.985.966.99..530510.20774730376308152885992251401517021282232010.3612..2.0.3612..9509500100002702.207747303763081528.0..250151.104.55505.3612010210101..10102104.110320774730376308152885992251401517021282232550100.207747303763081528213.207747303763081528212.207747303763081528198.207747303763081528184.2..01207747303763081528859922514015170212822321000100100000.1.0100.2077473037630815281.1013.440.022400100.207747303763081528.2077473037630815285.207747303763081528.2077473037630815284.2077473037630815282.2077473037630815284107010.24.1000.207747303763081528..10212402.20329422612610526215263152641525004251142521425314211031111315131681392011212261232112071.1311411640212126025.24724.23723.823833.823023.723133.719523.619633.616123.516233.52131216212421232215221421252184021912102218124925242241892187231882221223922172198025715.25825.25925.24414.24524.24624.23413.823523.823623.822713.722823.722923.719113.619423.619223.610913.511323.515523.59912562170222312242312.2053641202417241974254332.442.542.13942.14042.14142.3233.03343.03443.013443.013543.013743.0185310741064103410041014102410441054171418244110001.207747303763081528..207747303763081528.207747303763081528.207747303763081528.2077473037630815281.207747303763081528.207747303763081528113792.207747303763081528.207747303763081528.2346..800100.....01313....01313....01313....01313....0131350.207747303763081528.....008....3.6.1220002013..2077473037630815289252001.........2301482

Also when the overwrite ran I saw some merge conflict messages but was too fast.

The version bit is known issue and I've fixed the script for the next release. Any merge conflicts are caused because you edited one of the templates. On the ACP home page you should see a message about templates in conflict go there to sort things out.

marccap 02-01-2013 08:38 AM

Installed on 4.2 and working fine

pantani 02-01-2013 11:22 AM

Working fine here,
but is it possible to get a e-mail, if one requests an award?
So the admin gets e-mail if someone requests an award?

thanks

Capt C Ray 02-01-2013 05:18 PM

Thanks to Amaury25, I learned how to add a new tab to the navigation bar for the mod. But when I click it, it takes me to the medals panel, but the 'focus' does not transfer to the tab. What setting did I miss?

Gamelobby 02-01-2013 07:03 PM

Quote:

Originally Posted by Capt C Ray (Post 2401108)
Thanks to Amaury25, I learned how to add a new tab to the navigation bar for the mod. But when I click it, it takes me to the medals panel, but the 'focus' does not transfer to the tab. What setting did I miss?

Put "YAAS_DISPLAY" in the Tab Script's box. (that's what mine has & it works)

marccap 02-02-2013 04:37 PM

Quote:

Originally Posted by pantani (Post 2401018)
Working fine here,
but is it possible to get a e-mail, if one requests an award?
So the admin gets e-mail if someone requests an award?

thanks

You can set it up so that requests create a thread or adds to a thread in the staff forum or something :D


All times are GMT. The time now is 01:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03294 seconds
  • Memory Usage 1,879KB
  • 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
  • (6)bbcode_code_printable
  • (28)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