![]() |
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. |
What would be the variable for awards not won?
For example in memberinfo I want to show the awards won and not. |
Has anybody ever figured out how to take the default checkmark out of Notify user via Private Message?
|
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? |
The same thing happens to me with the edit-PM-content.
|
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? |
Quote:
|
is it for Vbadvanced or Vbulletin. Do reply asap. thanks
|
PHP Code:
|
Quote:
|
Quote:
Quote:
|
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 |
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.
|
Hi HATED,
go to AdminCP, Templates and edit the postbit_legacy / postbit-template. You should have something like this: Quote:
Quote:
Btw... Nice work! Greets, -Venom |
Thank you.
|
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! |
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. |
Quote:
|
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!
|
Quote:
|
Can some of the template edits please be automated.
|
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. |
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?
|
In MEMEBERINFO where it plops the Showcase, where is $userawards coming from?
|
Looks good, thanks
|
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. |
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... |
Quote:
/includes/settings/award.php |
that does not exist either.
|
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! |
It's possible to automatically give a award to the members of a special usergroup?
|
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? |
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 |
Quote:
Anyone else had this issue? |
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 |
Can any one tell me what awards/images they have on there forum?
|
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.
|
Quote:
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. |
How do you go making the awards.php file private?
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|