vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=187600)

foxtrialer 08-09-2008 01:50 PM

How move award section at postbit to bottom? (i mean after icq status & etc)

AzzidReign 08-09-2008 03:43 PM

Yay!! Thank you!

Xanlamin 08-09-2008 04:10 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1594655)
Then please link us to the thread where the author has marked it as re-usable code. The only original version we have found is https://vborg.vbsupport.ru/showthread.php?t=94836, and this does not have the re-usable flag set.

https://vborg.vbsupport.ru/showthread.php?t=142487

there ya go.

Xanlamin 08-09-2008 04:18 PM

Quote:

Originally Posted by foxtrialer (Post 1594779)
How move award section at postbit to bottom? (i mean after icq status & etc)

We can make an option for that...and will

Quote:

Originally Posted by lostguy (Post 1594767)
i just wonder where we can find more Medal Icon like the one set as default ? Mind create 10 more ?

lg

More award images will be coming soon, I myself am not much of a graphics artist but do have a very large set of awards that I use on my board that I will be posting.

Quote:

Originally Posted by lucky51 (Post 1594729)
how i remove award from user ?

sorry 4 my english hope u understand

Award Manager > Give award to user, then you will see a list of users who have the award, just check with ones you want to remove then click the remove button.

Quote:

Originally Posted by Highlandersepp (Post 1594680)
and what can i doing now ?

PM me with your config.php code (WITH ALL YOUR PERSONAL INFO REMOVED), I do not need to know your db name and all that stuff so you can just remove it out. we can test it out on our test site and get things squared away for ya. We do not have a German board so we do not have access to the German config.php file, if anyone has one we can view it would be appreciated.

Highlandersepp 08-09-2008 04:31 PM

@xanlamin:
ive send pm to you

49er 08-09-2008 04:52 PM

Quote:

Originally Posted by Xanlamin (Post 1594538)
Don't take this the wrong way but I use this hack a lot and so do many others and all of them want it for 3.7...so if he won't who will?
.

My very sentiments, and thank you for taking this on board. :D

Installed... :up:

puertoblack2003 08-09-2008 05:04 PM

Quick question for the images do i need to have the full url to show images.for ex:

/images/awards/

or

url_to_forum/images/awards

reason is i'm doing a test and when i get the pm the images is not show this is what i'm getting

Quote:

[img]/images/awards/designer-of-the-month.gif[/img]
thanks

puertoblack2003 08-09-2008 05:22 PM

Quote:

Originally Posted by puertoblack2003 (Post 1594874)
Quick question for the images do i need to have the full url to show images.for ex:

/images/awards/

or

url_to_forum/images/awards

reason is i'm doing a test and when i get the pm the images is not show this is what i'm getting



thanks

never mine resolved issue -- INSTALLED

Doug Nelson 08-09-2008 05:36 PM

What does it look like on sites with the horizontal user post format (such as here on vb.org)?

Loller 08-09-2008 05:51 PM

All award phrases ("My Awards" etc.) in awards_profile.php are static :( Will better to save them in vbulletin phrases, for making correct and full translation.

gamerscms 08-09-2008 06:00 PM

I would like to say a big thank you for updating this mod.

I have a idea to put forward if that is ok when you click the awards on the postbit would it be possible to take you to the awards tab and not just the profile?

again thanks

gamerfu 08-09-2008 06:02 PM

I would like to see Awards statistics like the Promotion options in AdminCP. Where you can see all the users who has that particular Award, with set pages say every 50 or 100 awards in AdminCP.

Because I would like to give and take away award for certain events. Say I have 12 Game tournaments in a game season. I would like to give a participation award for each event and the winners. Then at the end of the gaming season for those who participated, delete those participation awards and give them just a single award for participating in the gaming season.

I would like users wanting to come back to my site, then waiting 3 months for our gaming season to gain a participation award for the season.

liwo 08-09-2008 06:24 PM

Quote:

Originally Posted by Xanlamin (Post 1594855)
PM me with your config.php code (WITH ALL YOUR PERSONAL INFO REMOVED), I do not need to know your db name and all that stuff so you can just remove it out. we can test it out on our test site and get things squared away for ya. We do not have a German board so we do not have access to the German config.php file, if anyone has one we can view it would be appreciated.

I do not think that there is a problem with config.php. I do have a german board and the database related stuff works fine.
But I would propose, that you just use the constant TABLE_PREFIX as all other vBulletin code and most mods do. Furthermore, your database queries could well go into one single query in awards_profile.php. I recoded awards_profile.php an hour ago to a) use phrases, b) use vBulletin API and options for time/date format and c) do only one query instead of 1 + $num * 2.

Once I figured out why the profile block doesn't show when clicking on the tab (even though the html is there alright), I could give you my version if you are interested.
Besides, that problem lies somewhere outside awards_profile.php, as I do not use it anymore, but it was the reason why I dug into the code and changed it.

Update. I found my problem, it didn't ly within this mod, it was a missing div in another one.

So, if you are interested in my version of the profile block, let me know.

CodyMuir 08-09-2008 07:37 PM

Sad, to see how people are complaining about reusable code, where the author himself will not support this mod anymore. If people loved it soo much, and the main user Doesnt want to continue it, then let it be continued by someone else. You'll still have the original credit like he put in his desciption..

EVERYONE NOMINATE FOR MOTM its worth it.!

Mellow 08-09-2008 07:58 PM

I'm getting this error when I go to the admincp award settings link:
Fatal error: Cannot redeclare showgroupsordersort() (previously declared in /home/stowners/public_html/forums/includes/adminfunctions_options.php(394) : eval()'d code:32) in /home/stowners/public_html/forums/includes/adminfunctions_options.php(394) : eval()'d code on line 63

Xanlamin 08-09-2008 08:23 PM

Quote:

Originally Posted by liwo (Post 1594919)
I do not think that there is a problem with config.php. I do have a german board and the database related stuff works fine.
But I would propose, that you just use the constant TABLE_PREFIX as all other vBulletin code and most mods do. Furthermore, your database queries could well go into one single query in awards_profile.php. I recoded awards_profile.php an hour ago to a) use phrases, b) use vBulletin API and options for time/date format and c) do only one query instead of 1 + $num * 2.

Once I figured out why the profile block doesn't show when clicking on the tab (even though the html is there alright), I could give you my version if you are interested.
Besides, that problem lies somewhere outside awards_profile.php, as I do not use it anymore, but it was the reason why I dug into the code and changed it.

Update. I found my problem, it didn't ly within this mod, it was a missing div in another one.

So, if you are interested in my version of the profile block, let me know.

That may come in handy, since this is still in beta stage any work that is able to be contributed to help make this mod better/faster/stronger is well welcomed.

Quote:

Originally Posted by gamerscms (Post 1594909)
I would like to say a big thank you for updating this mod.

I have a idea to put forward if that is ok when you click the awards on the postbit would it be possible to take you to the awards tab and not just the profile?

again thanks

This is already addressed internal, it is one of the bugs that still remain and will be worked out.

Quote:

Originally Posted by Loller (Post 1594904)
All award phrases ("My Awards" etc.) in awards_profile.php are static :( Will better to save them in vbulletin phrases, for making correct and full translation.

This will be done in the next release, just wanted to get a fully working release out so people could use it. A fully phrased is in the works.

Quote:

Originally Posted by Doug Nelson (Post 1594896)
What does it look like on sites with the horizontal user post format (such as here on vb.org)?

Never tried it since I use postbit_leg. If anyone wants to send in a screen shot that does use the default postbit I will add it to the screen shots so people are able to tell prior to downloading.

Xanlamin 08-09-2008 08:25 PM

Quote:

Originally Posted by Mellow (Post 1594972)
I'm getting this error when I go to the admincp award settings link:
Fatal error: Cannot redeclare showgroupsordersort() (previously declared in /home/stowners/public_html/forums/includes/adminfunctions_options.php(394) : eval()'d code:32) in /home/stowners/public_html/forums/includes/adminfunctions_options.php(394) : eval()'d code on line 63


Did you follow the install instructions to a "T"?

If your running the old version and upgraded to this one and did not follow the instructions fully you will get major errors.

Mellow 08-09-2008 08:30 PM

Quote:

Originally Posted by Xanlamin (Post 1594992)
Did you follow the install instructions to a "T"?

If your running the old version and upgraded to this one and did not follow the instructions fully you will get major errors.

I thought I did, I'll give it another shot. Thanks.

Mellow 08-09-2008 08:36 PM

Just re-did everything and still getting an error. I don't know all the files from the previous version so I'm not sure what to delete there.

ellaithy 08-09-2008 08:50 PM

i did not upload file admincp/avatar.php

Will This causes a problem ??

thank you

Kirkus 08-09-2008 08:53 PM

Xanlamin, CypherSTL

I can't thank you enough for taking the time to update YASS to be compatible with vB3.7. We have many contests throughout the year on my tennis site, and these awards have become a very popular feature of my forum. I've delayed the upgrade to vB3.7 waiting for this, because I feared mutiny on my forum if the awards were no longer available.

The upgrade went smoothly, all awards are there. Just a bang-up job!!

Thank you so much!

INSTALLED

Mellow 08-09-2008 08:55 PM

It's useless to me now.. I've removed everything and tried reinstalling and still get the same error.. now, since that error won't let the settings page load, I can't allow users to request awards... guess I'll wait for this to come out of beta.

Xanlamin 08-09-2008 09:18 PM

Quote:

Originally Posted by ellaithy (Post 1595015)
i did not upload file admincp/avatar.php

Will This causes a problem ??

thank you

Was there a particular reason you had not?

It is just a blank avatar for those who do not have avatars set.

49er 08-09-2008 09:22 PM

Quote:

Originally Posted by Xanlamin (Post 1595031)
Was there a particular reason you had not?

It is just a blank avatar for those who do not have avatars set.

Maybe because like me, there is already one in there, so i never overwrote it.. :up:

ndut 08-09-2008 09:24 PM

hello...

now, i'm using YaAS v. 2.1.4 for vbulletin 3.6 and want to upgrade to ver. 4.0
what the 1st step to do... how to backup.. the data..
the awards & the list that already have that awards??

thank you

puertoblack2003 08-09-2008 09:26 PM

how can i remove the square line see picture attached.

https://vborg.vbsupport.ru/external/2008/08/33.gif

stickskills 08-09-2008 09:50 PM

I love this mod, and I'll be installing it momentarily. The only thing I wish it had was something like this:

User 1 gets an award, does what it currently does but it has a numerical value associated with it. That way, users can get a running score of how many achievements they have, and total gamerscore (Yeah, this is a rip off of Xbox Live haha).

[edit] To remove that line, just remove the two fieldsets within the code. (that's what it normally is, if not try "legend")

lostguy 08-09-2008 11:09 PM

Quote:

Originally Posted by Xanlamin (Post 1594855)
We can make an option for that...and will

More award images will be coming soon, I myself am not much of a graphics artist but do have a very large set of awards that I use on my board that I will be posting.

Ohh pls faster cause i like more awards and better if those icon trans it with Black background friendly too .

MarkFoster 08-10-2008 12:05 AM

*Marked as installed*
*Nominated*
*Vote: EXELENT*

Man this rocks!!!
Once again your crew is for the win!!!

Xanlamin 08-10-2008 07:04 AM

Quote:

Originally Posted by teepeg (Post 1595034)
Maybe because like me, there is already one in there, so i never overwrote it.. :up:

As long as you have one there your fine.

Quote:

Originally Posted by ndut (Post 1595036)
hello...

now, i'm using YaAS v. 2.1.4 for vbulletin 3.6 and want to upgrade to ver. 4.0
what the 1st step to do... how to backup.. the data..
the awards & the list that already have that awards??

thank you

The instructions are posted, if you do not have any of the stated ways of backing up the tables you can ask someone to help you install the hack. (we can do that :) )

Quote:

Originally Posted by puertoblack2003 (Post 1595038)
how can i remove the square line see picture attached.

https://vborg.vbsupport.ru/external/2008/08/33.gif

The postbit is a cached variable from within the awards_postbit_display template.

Quote:

Originally Posted by stickskills (Post 1595051)
I love this mod, and I'll be installing it momentarily. The only thing I wish it had was something like this:

User 1 gets an award, does what it currently does but it has a numerical value associated with it. That way, users can get a running score of how many achievements they have, and total gamerscore (Yeah, this is a rip off of Xbox Live haha).

Could you elaborate more on this, I think I know where your going with this but not 100% sure.

Quote:

Originally Posted by lostguy (Post 1595090)
Ohh pls faster cause i like more awards and better if those icon trans it with Black background friendly too .

http://www.battle-lands.com/storage/perry/rewards.rar

Since I am still in progress of adding awards to my current board this is my current awards graphics dir, there are alot of awards in here, mainly military based but thats just me. you can weed out what you like/dislike, I will get more and post them as well over time. Also a lot of these are not yet dark background friendly, I still need to have CyhperSTL make them transparent, as soon as he does I will link ya to those as well...

haothiencz 08-10-2008 07:17 AM

I think with a litte change for working with VBB from YAAS 2.1.4, it will be a shame to nominate as MOM :)

CodyMuir 08-10-2008 08:06 AM

Quote:

Originally Posted by haothiencz (Post 1595259)
I think with a litte change for working with VBB from YAAS 2.1.4, it will be a shame to nominate as MOM :)

I think your wrong, many people are very excited about this mod, and its a great addition to any clan. Since the original author doesnt support his own mods, then at least give the new coder credit for taking the time and doing what the original author didnt.
If you dont want to nominate it as motm then don't; just don't influence others not to also.

Xanlamin 08-10-2008 08:41 AM

Quote:

Originally Posted by haothiencz (Post 1595259)
I think with a litte change for working with VBB from YAAS 2.1.4, it will be a shame to nominate as MOM :)

I am not going to encourage nor discourage people from doing so, for those that want to then do so based on the additions we have done, the ability to continue to work with current and future versions of vB and that it has been turned into a full product. Even though it is still in beta stage and still most of the code is old, it will quickly get 100% rewritten due to the suggestions and ideas of others and myself. This hack is well liked and many got disappointed when it did not work right with the new profiles and many of us have gotten used to the new product install system of vB and love it, I know it was getting old doing template edits then having to jump through hoops on some mods to get them working again if at all when I upgraded my board, and with all the changes the vB devs are doing one would want to do as less template edits as possible.

So saying that, if you want to nominate do so based on ease of conversion, upgrade ability and supportability.

Highlandersepp 08-10-2008 09:08 AM

Quote:

Originally Posted by liwo (Post 1594919)
I do not think that there is a problem with config.php. I do have a german board and the database related stuff works fine.
But I would propose, that you just use the constant TABLE_PREFIX as all other vBulletin code and most mods do. Furthermore, your database queries could well go into one single query in awards_profile.php. I recoded awards_profile.php an hour ago to a) use phrases, b) use vBulletin API and options for time/date format and c) do only one query instead of 1 + $num * 2.

Once I figured out why the profile block doesn't show when clicking on the tab (even though the html is there alright), I could give you my version if you are interested.
Besides, that problem lies somewhere outside awards_profile.php, as I do not use it anymore, but it was the reason why I dug into the code and changed it.

Update. I found my problem, it didn't ly within this mod, it was a missing div in another one.

So, if you are interested in my version of the profile block, let me know.

kannst du mir das mal ?bersetzen? versteh da leider nicht alles :D

lostguy 08-10-2008 10:15 AM

Quote:

Originally Posted by Xanlamin (Post 1595257)
http://www.battle-lands.com/storage/perry/rewards.rar

Since I am still in progress of adding awards to my current board this is my current awards graphics dir, there are alot of awards in here, mainly military based but thats just me. you can weed out what you like/dislike, I will get more and post them as well over time. Also a lot of these are not yet dark background friendly, I still need to have CyhperSTL make them transparent, as soon as he does I will link ya to those as well...

Aww thats nice of you ! Appreciated your kindness and u have my respect as Scripter here dude !

I voted all the options provided here .

lg

Highlandersepp 08-10-2008 12:51 PM

sorry, wrong

liwo 08-10-2008 01:41 PM

Did you translate that? Is there now something like {$vergabe_grund} in the phrase? If so, change it back to {$issue_reason} and it should print the issue reason in the pm. At least it does for me.

Please make also sure you gave a reson for giving the award. If the reason is empty, obviously there will also be no reason in the pm.

TheInsaneManiac 08-10-2008 01:59 PM

I will install when more medals are made/added.

Highlandersepp 08-10-2008 02:02 PM

Quote:

Originally Posted by liwo (Post 1595460)
Did you translate that? Is there now something like {$vergabe_grund} in the phrase? If so, change it back to {$issue_reason} and it should print the issue reason in the pm. At least it does for me.

Please make also sure you gave a reson for giving the award. If the reason is empty, obviously there will also be no reason in the pm.

fehler meinerseits und behoben

Max Paint 08-10-2008 02:07 PM

Some of the language is "hard coded"... Will this be changed in later versions? That would be nice :)

Like the mod and updated!


All times are GMT. The time now is 01:01 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.01836 seconds
  • Memory Usage 1,861KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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