vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Yet Another Awards System 2.1.4 (https://vborg.vbsupport.ru/showthread.php?t=142487)

CM90 10-22-2007 04:48 PM

Thanks for this system, it's easy to use and very helpful for me.

Does anyone know how I'd be able to award people automatically based on how long they've been registered with my forum? I want to give out an award for 100 days, 250 days, and so on, but it would have to be automatic.

glorify 10-28-2007 11:31 PM

What would be the variable for awards not won?

For example in memberinfo I want to show the awards won and not.

lostgirl815 10-29-2007 06:01 PM

Has anybody ever figured out how to take the default checkmark out of Notify user via Private Message?

afmarko99 10-29-2007 06:55 PM

Enter the userID of the User you would like to appear as sender of the Congratulation PM and/or Email.
Leave it "0" to use userid of the one who issue award
To edit the PM Content, click here, to edit the Subject click here.


I have tried to click here on both of those options in my Admin CP but it gives me the following error.
'No Phrases Matched Your Query'

Did I miss something on the install?

Also when I created a forum in the admin section for the awards request so our admins could vote on someone receiving the award. I then tested the request award and it gave me an error message saying I didn't have permission to view that page.

Anyone have any ideas?

lostgirl815 10-29-2007 09:19 PM

The same thing happens to me with the edit-PM-content.

afmarko99 10-29-2007 11:54 PM

I have went to other websites and they all do the same thing. I don't believe this function works. It would be great if it did though.

Any help on this?

Awjvail 10-30-2007 04:21 AM

Quote:

Originally Posted by lostgirl815 (Post 1371463)
The same thing happens to me with the edit-PM-content.

To edit PM content you edit the phrase "award_pm". For some reason it doesn't show under the award phrases so go to "Search Phrases" and search for "{$award_name}" and it'll bring it right up.

cagbaazee 11-01-2007 09:29 AM

is it for Vbadvanced or Vbulletin. Do reply asap. thanks

Kiint 11-01-2007 02:40 PM

PHP Code:

If forum vbulletin.org
 
Yes it is for vbulletin}
Else
 { 
It's not } 

Yes, its' for vbulletin

lostgirl815 11-01-2007 05:43 PM

Quote:

Originally Posted by Awjvail (Post 1371667)
To edit PM content you edit the phrase "award_pm".

Thank you very much! :)

Nate Dawg 11-02-2007 10:22 PM

Quote:

If forum = vbulletin.org
{ Yes it is for vbulletin}
Else
{ Its not }
BUG!

Quote:

if ($forum = $vbulletin.org) {
echo("Yes, is it for vBulletin.");
} else {
echo("No, it's not for vBulletin.");
}
I think ;)

VenomMaster 11-07-2007 07:22 PM

Hi there!

I just stumbled upon a very, very tiny blemish... If you notify the user about bein' awarded, the PM (in my case) is from "1". It seems to be the UserID rather than the Username.

Any way to fix this?

Btw, thanks for this really great Mod!

Lookin' forward,

-Venom

HATED 11-07-2007 07:45 PM

Does any one know how to resize the awards display area in postbits? its aboute 175 wide but it would help me alot if I could change it to 158px wide to match my rank system. Thanx for any help you may provide.

VenomMaster 11-07-2007 08:07 PM

Hi HATED,

go to AdminCP, Templates and edit the postbit_legacy / postbit-template. You should have something like this:

Quote:

<!-- show awards -->
<if condition="$post[showuserawards]">
<fieldset><legend><a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
</if>
<!-- /show awards -->
Now we're going to change a bit, to resize it to your needs:

Quote:

<!-- show awards -->
<if condition="$post[showuserawards]">
<div style="width:158px;">
<fieldset><legend><a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
</div>
</if>
<!-- /show awards -->
There you go!

Btw... Nice work!

Greets,

-Venom

HATED 11-08-2007 12:07 AM

Thank you.

powerful_rogue 11-11-2007 08:41 PM

Hi,

How would I go about having the awards being displayed like in the picture below:

https://vborg.vbsupport.ru/attachmen...2&d=1174296028

At present on my forum they show up like the picture in the attatchment - They just look a little bit too big!

Any help is greatly appreciated

Edit - Does anyone know where you can get the really small award icons like in the post above? Ive had a search around but cant seem to find any that small!

kevcj 11-13-2007 06:38 PM

Instead of putting the awards under the contact information, such as yahoo or msn, can the awards be put under the persons name and avatar?

My site, and example thread - http://www.survivalistboards.com/showthread.php?t=2968

I have the "Thank you" hack installed, so instead of the awards being under the "Thank you's" how do I move then all the way to the left and under the persons name?

And this is a wonderful add-on. I wanted to give awards like this, but was not sure how to do it.

kevcj 11-13-2007 06:41 PM

Quote:

Originally Posted by powerful_rogue (Post 1380569)

Edit - Does anyone know where you can get the really small award icons like in the post above? Ive had a search around but cant seem to find any that small!

Use an image resizer to resize the awards.I am using the Mihov free image reziser

RollaJedi 11-15-2007 08:26 PM

hello, love the hack man! I was just wondering if there was a way to integrate this hack with the promotions inside your admincp? I mean, what if when you got so many awards it promoted you. Instead of posts, use awards instead? Could this be done perhaps? Thank you!

vnairp11 11-19-2007 06:35 PM

Quote:

Originally Posted by KristerSwe (Post 1207907)
Here is only the pic files for them who not know about photoshop and just need pics....

i Will do a new set with different looks and bigger in size. post a screenshot later

Cheers ...

Thank you dude you are a life saver!

ssslippy 11-23-2007 05:50 PM

Can some of the template edits please be automated.

VenomMaster 11-23-2007 06:43 PM

You can pseudo-automate the edits with another hac for vbulletin called TMS (Template Modification System) witch you can find here.

As i remember it is written in german, but i can help you if you wish.

KarenneLyn 11-23-2007 07:01 PM

I would like to know if there is a way to automatically have the awards issued or for it to prompt me that someone is due an award based on any perameters that I set. Is that possible?

codedigital 11-28-2007 06:13 PM

In MEMEBERINFO where it plops the Showcase, where is $userawards coming from?

expatdirectory 11-28-2007 06:16 PM

Looks good, thanks

daviblight 12-01-2007 03:26 PM

I installed this system, and it seems like everything works but the actual display of the images.

Here's an example of what i get in IE.
Attachment 72861

Under the admincp/award section it shows that i have the award set up, yet it isnt using the url for the images ive uploaded to be awards... is there something that could be conflicting?

any help would be grateful.

CypherSTL 12-09-2007 05:03 AM

Seems to be a missing file in your downloadable zip.

in your instructions it says to edit /includes/settings.award.php and re-upload, no where does that file exist...

Kiint 12-09-2007 09:15 AM

Quote:

Originally Posted by CypherSTL (Post 1397723)
Seems to be a missing file in your downloadable zip.

in your instructions it says to edit /includes/settings.award.php and re-upload, no where does that file exist...

probably a small typing error, not that hard to figure out really considering that the full stop is next to the forward slash key on a keyboard. Try:

/includes/settings/award.php

CypherSTL 12-09-2007 08:46 PM

that does not exist either.

iou1 12-09-2007 08:52 PM

All those table edits and the difficulty level is "easy"? I don't think so! LOL

I wish I could install this.:(

Good work though!

Zero2Cool 12-16-2007 11:12 AM

It's possible to automatically give a award to the members of a special usergroup?

MalebolgiaHR 12-16-2007 02:59 PM

Ok, I have a strange issue. I can see the awards when I do a post, but when I come back to the post later, the awards are not there. Has anyone else seen this?

I don't have the problem on the MemberInfo.

It looks like the $post[showuserawards] and $post[userawards] are not set after I do an edit or refresh a thread. Did I miss something?

Kiint 12-17-2007 06:16 AM

Been using this with no problem, working great, but thought I would give you a suggestion for a future version.

When a user requests an award, how about a link in the PM that can take the admin to a page with the award details filled in, with the reason and the username (obviously we would have to have the power to edit these as some people can't put the right info in the right boxes).

It would just save me a lot of time when I receive 10 award requests in one night for different reasons and have to manually find each one, edit each one, give award and do again another 9 times...

Or another suggestion.

If one user selects several awards, take us to a page that only lists their requests, with their username filled in for each type and we can just edit the reason and tick a box to say ok, click submit once. done

MalebolgiaHR 12-19-2007 04:27 AM

Quote:

Originally Posted by MalebolgiaHR (Post 1402160)
Ok, I have a strange issue. I can see the awards when I do a post, but when I come back to the post later, the awards are not there. Has anyone else seen this?

I don't have the problem on the MemberInfo.

It looks like the $post[showuserawards] and $post[userawards] are not set after I do an edit or refresh a thread. Did I miss something?


Anyone else had this issue?

jdbnsnobal.net 12-19-2007 11:13 AM

Hello everyone,

I'm quite new to vBulletin and desire to add this to our site but am concerned after seeing the difficulties some folks have had. First off, most of the screen shots I've seen display the medals in a side banner but our forums do not have one, it is configured like this site. Second, is it easy to remove if it becomes problematic?
Thanks in advance,

Jon

amroawad 12-19-2007 03:11 PM

Can any one tell me what awards/images they have on there forum?

edytwinky 12-19-2007 04:15 PM

Is there a way to make the awards.php private to non-registered and members who are not logged in? That page is currently showing up on google searches and I'd prefer it not too.

AWJunkies 12-19-2007 11:04 PM

Quote:

Originally Posted by edytwinky (Post 1404738)
Is there a way to make the awards.php private to non-registered and members who are not logged in? That page is currently showing up on google searches and I'd prefer it not too.

Yes, YES


Yes to all your questions past 5 posts.

I have a cron that runs to auto give some of the medals. Also when a person applies to a medal it sends PM now in that PM it has the thread details so you can just click and see the poll results to see if meets your standards. Also adding a click able link to give them the medal in the PM that is sent when they apply which will also delete the thread associated with this apply.

edytwinky 12-20-2007 02:24 PM

How do you go making the awards.php file private?

AWJunkies 12-21-2007 04:53 AM

With a redirect if not part of X group at top of the php page. Or you can do if user not logged in redirect.

Just an easy if statement at the top of the awards.php file. Will show you example in a minute.

I wanted to share that I have created a cron job that has extensive options to it for this mod. I have done donations merger for example but can be used for anything. I knew donations would be most widely used one so here is the concept and will release it later. If a user donates X amount it will auto give them a donation award X and send them a PM saying they have earned it (you set the cron job time, I did 6 hours). Right now I have it setup for if someone donates $100, $300, $500, $1000. Now you can add more very easily within code by copy then pasting previous code and changing only 2 variables the award_id and $reasonX. Has a lot more then this but dam tired just finished it and is working perfect.

Forgot to mention it also has an option to give X credits per medal as well.


All times are GMT. The time now is 03:31 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.01919 seconds
  • Memory Usage 1,831KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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