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)

squidsk 09-06-2013 01:21 PM

Quote:

Originally Posted by CAG CheechDogg (Post 2440066)
Hello squidsk,

Is it possible to add feature to delete mass awards for a member?

Also, would it be possible to log who gives awards in the admin logs?

Thanks in advance!

The second would be easier than the first, but I'll see what I can do.

Quote:

Originally Posted by Impromptu (Post 2443127)
Hi Guys,

Scenario is I want to have:

1 medal for Top 100 finishes, so all the medals are the same. However, I also want to show the actual ranking when you hover over the medal.

Top 100 medal - hover shows '2nd Overall (2013)'
Top 100 medal - hover shows '4th Overall (2013)'
Top 100 medal - hover shows '99th Overall (2013)'

The most obvious but LONG way is to make 100 awards and just change the Name/Description but that would mean I have to do 100 links to icon and images, name and description; which is not practical.

Is there a way I can show the actual rank, such as putting the rank in the 'issue reason' box? At least, it's just one box rather than replicating 100 award with links to icon, images, name, description etc.

Right now it shows all with the medals as Top 100 (2013), which at the last resort I'll just have to accept. But it's weird as the guy 2nd Overall did exceptionally well whereas the guy who finishes 99th did good.

The reason why I can't replicate the awards 100 times, is there due to the fact that I have Top 1000 medals

thanks all

You can put whatever you want in the issue reason, but without altering the code you would not be able to put different items into the alt tags for each award.

Quote:

Originally Posted by Dogma21cw (Post 2443601)
Now I have skimmed through all the posts since my last visit and haven't seen this question raised.

How difficult would it be to set it up to automatically add a user to a usergroup upon issuing a certain award?

The only way to do it would be to alter the existing code since there are no hooks in the awards system. I might look at adding some hooks in later versions.

Amaury 09-09-2013 04:53 AM

Did you ever see this post, Squid?

Anyway, my main point of this post: Can you please add a background to the content of the awards profile tab by default so it matches the others, such as About Me?

About Me Example: http://i.imgur.com/wc8OpvD.png

It's a simple fix, really. In the awards_memberinfo.css template, add a background to the following code:
Code:

#view-myawards .memberinfo_awards_row {
    padding: 6px 0;
}

Like so:
Code:

#view-myawards .memberinfo_awards_row {
    padding: 6px 0;
    background: {vb:stylevar postbit_lite_background};
}


Amaury 09-11-2013 04:09 PM

Quote:

Originally Posted by Amaury (Post 2444315)
Anyway, my main point of this post: Can you please add a background to the content of the awards profile tab by default so it matches the others, such as About Me?

About Me Example: http://i.imgur.com/wc8OpvD.png

It's a simple fix, really. In the awards_memberinfo.css template, add a background to the following code:
Code:

#view-myawards .memberinfo_awards_row {
    padding: 6px 0;
}

Like so:
Code:

#view-myawards .memberinfo_awards_row {
    padding: 6px 0;
    background: {vb:stylevar postbit_lite_background};
}


Looks like this isn't as simple as I thought, because when I change Content Background in profile customization, it has no effect on the background there.

CAG CheechDogg 09-12-2013 05:13 AM

Quote:

Originally Posted by squidsk (Post 2443717)
The second would be easier than the first, but I'll see what I can do.

Good stuff squidsk ! Take your time it's not something I need now but it would help out a lot knowing who is giving awards to our members.

Thanks again in advance!

katie hunter 09-18-2013 11:23 AM

Which is more updated for the latest version of vb 4.x, this mod or this https://vborg.vbsupport.ru/showthrea...+Awards+System

Since they are the same.

squidsk 09-18-2013 05:09 PM

Quote:

Originally Posted by katie hunter (Post 2446467)
Which is more updated for the latest version of vb 4.x, this mod or this https://vborg.vbsupport.ru/showthrea...+Awards+System

Since they are the same.

They aren't the same, they're close, since that mod is basically a copy of this one with tables and stuff renamed to enable having this modification installed twice; however, that mod has not had the last couple of updates that this one has had, which is noted by the last updated dates on the respective mod pages.

gamaken 09-19-2013 02:11 AM

I have my maximum awards set to 3 in my postbit_legacy. Some of my members have been awarded more than 3 awards. They are asking for a way to be able to choose which awards are displayed in their postbit_legacy. Is this possible to implement?

katie hunter 09-19-2013 06:24 PM

Quote:

Originally Posted by squidsk (Post 2446526)
They aren't the same, they're close, since that mod is basically a copy of this one with tables and stuff renamed to enable having this modification installed twice; however, that mod has not had the last couple of updates that this one has had, which is noted by the last updated dates on the respective mod pages.

Hi Squidsk,

So you're saying your mod is more recently updated?

I compared the two but your mod supports vb 4.0.2 while TheLastSuperman's mod support vb 4.1.x in general, and i was looking for one which supports vb 4.2.1 or closer. Does your mod supports vb 4.2.1?

But i do see your last update is recent compare to TheLastSuperman's mod.

Is there a way to import the award list and users http://forum.nihonomaru.com/awards.php from the 3.7.x version? or would i have to reissue these awards and recreate them?

It would be nice to have some sort of pagination per category like these below, is there any plan for this? I've requested this for vb 3.7.x long time ago, but it was never done for the version of vb 3.7.x, i really hope it gets implemented for the 4.x version http://www.nihonomaru.com/awards

something fun i did but not vb related http://www.nihonomaru.com/profile/yu...2/achievements

Amaury 09-19-2013 10:36 PM

Quote:

Originally Posted by katie hunter (Post 2446752)
Does your mod supports vb 4.2.1?

It works fine on vBulletin 4.2.1.

squidsk 09-20-2013 07:28 PM

Quote:

Originally Posted by gamaken (Post 2446625)
I have my maximum awards set to 3 in my postbit_legacy. Some of my members have been awarded more than 3 awards. They are asking for a way to be able to choose which awards are displayed in their postbit_legacy. Is this possible to implement?

Anything is possible, but it isn't something I'm going to implement as letting each user select which awards, up to your maximum display amount, they want to display is not practical.

Quote:

Originally Posted by katie hunter (Post 2446752)
Hi Squidsk,

So you're saying your mod is more recently updated?

Yes, I've released updates more recently that resolved a number of issues that are still present in the ranks mod.

Quote:

I compared the two but your mod supports vb 4.0.2 while TheLastSuperman's mod support vb 4.1.x in general, and i was looking for one which supports vb 4.2.1 or closer. Does your mod supports vb 4.2.1?
The version just means what is the lowest version of vbulletin that your mod supports. As the mod works on both versions there was no need to update the vbulletin version.

And yes this mod works with vb 4.2.1. The only thing it doesn't do is make use of the new navigation manager that came with vb 4.2, but you can add the navigation element manually so it isn't a deal breaker.

Quote:

Is there a way to import the award list and users http://forum.nihonomaru.com/awards.php from the 3.7.x version? or would i have to reissue these awards and recreate them?
You don't need to do anything except make sure you're running the most recent 3.8 version
at https://vborg.vbsupport.ru/showthread.php?t=196244. In theory you should be able to update from the vb3.7 version but I won't make promises and I'd recommend testing it on a test site before your live site and even then have a db backup ready to go.

Quote:

It would be nice to have some sort of pagination per category like these below, is there any plan for this? I've requested this for vb 3.7.x long time ago, but it was never done for the version of vb 3.7.x, i really hope it gets implemented for the 4.x version http://www.nihonomaru.com/awards
Pagination per category likely won't happen, because even on your site if I used the vbulletin per page setting none of your categories would likely have more than 2 pages saving only the space of one or two awards. I would however consider making the categories collapsible.


All times are GMT. The time now is 06:11 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.03325 seconds
  • Memory Usage 1,767KB
  • 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
  • (4)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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