PDA

View Full Version : Yet Another Awards System 3.5 v2.1.2


Pages : 1 [2] 3

dvsDave
02-06-2006, 07:49 PM
Any way of allowing a Moderator to have access to the Award Manager? Or to the whole Awards navigation? Basically, adding it to the Moderators navigation menu in the ModCP?

I'm desperate to be able to allow a Mod award giving privileges, but not AdminCP access. Any help?

Would doing this be a simple matter of copying the files to the modcp folder and finding in the code where it requires admin rights and changing them to mod rights?

Tracer Gun Kata
02-07-2006, 06:56 AM
Hmm I have run into a strange error. When trying to assign an award to any member with a ' in their name it returns an error and the award is not given. For instance, the member name "rockin'male" return an error because of the apostrophe. All other usernames with apostrophes return errors as well when trying to give them awards.

Any ideas how to fix this?


Same problem here.. attempt to give the user with an apostrophe in there name an award and it gives the following error -

Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT userid, username
FROM user
WHERE username = 'Pain'NDass';

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'NDass'' at line 3
Error Number : 1064
Date : Tuesday, February 7th 2006 @ 09:55:19 AM
Script : http://www.onlinewarfare.net/forum/admincp/award.php
Referrer : http://www.onlinewarfare.net/forum/admincp/award.php?do=awardusers&award_id=15
IP Address : [Removed]
Username : [Removed]
Classname : vb_database

prettyboi
02-07-2006, 07:36 AM
I'd love this award system. My members like this new modification that I've done with it :) **INSTALLED**

ubblite
02-18-2006, 07:29 AM
I like this hack, however I'm receiving an error that only affects members profiles who have received an Award, everything else seems to work fine:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php(651) : eval()'d code on line 89

Plus, for some reason some of the text color on the same affected pages is a light gray, almost unreadable.

Any ideas?

ubblite
02-18-2006, 08:56 PM
I accidentally left the following part out.

I also get this same error:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php(651) : eval()'d code on line 89

Right after giving a user award in AdminCP/Manager/Manage/Add User Awards

If nobody is sure how to fix this, can someone possibly tell me how to disable the Awards System in Users Profiles? I've tried removing YAAS code from the memberinfo template but I still receive the same mysql error.

Ignignokt
02-20-2006, 06:39 PM
I looked in all the zip files and settings.request_award.php does not exist?

Can anyone confirm / help me out?

creedmaniac
02-21-2006, 10:17 AM
how can i put a link for this in the quick links dropdown box on the navbar? (a link for the award request form)

creedmaniac
02-21-2006, 05:46 PM
a good feature i think for this would be the ability to choose for each category if it is requestable or not?

i have set up three categories...
user awards
mod/admin awards
contest awards

the contest awards category awards are determined through contests...so it doesn't matter if someone request it or not...they ain't gonna get it unless they won that contest, so i would just prefer this category to not show up on the request award page

GlitterKill
02-23-2006, 02:15 PM
Can anyone confirm this is cool with VB 3.54?

Ghanem
02-23-2006, 02:40 PM
Can anyone confirm this is cool with VB 3.54?working fine with me after upgrading to 3.5.4 :)

Sidewindr
03-01-2006, 04:03 AM
Any idea when voting will be written into this hack?

I'd like to see nominations and then voting so awards can be done every however often you do them and the forum themselves can nominate individuals and then vote for them.

dirtycrow
03-01-2006, 04:18 AM
request award page was working, but now when user click on the request awrd link the page appears blank.

thoughts?

kellee88
03-04-2006, 10:21 PM
I seem to be able to get into the Award System settings in the AdminCP, but Award Category Manager gives me:

Fatal error: Call to a member function on a non-object in /home2/[website]/public_html/admincp/award_cat.php on line 99

Award Manager gives me:

Fatal error: Call to undefined function: globalize() in /home2/[website]/public_html/admincp/award.php on line 515

and Add New Award gives me:

Fatal error: Call to undefined function: globalize() in /home2/[website]/public_html/admincp/award.php on line 173

Any ideas??

Some additional on this. We just upgraded from 3.0.7 to 3.5.4. We had an awards system in 3.0.7. Although, we uninstalled the old hack, the new awards system is picking up the old awards and posting them on the Members' Postbit. Could this be the problem with installing the new Awards hack?

Tracer Gun Kata
03-04-2006, 11:12 PM
Hmm I have run into a strange error. When trying to assign an award to any member with a ' in their name it returns an error and the award is not given. For instance, the member name "rockin'male" return an error because of the apostrophe. All other usernames with apostrophes return errors as well when trying to give them awards.

Any ideas how to fix this?


Same problem here.. attempt to give the user with an apostrophe in there name an award and it gives the following error -

Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT userid, username
FROM user
WHERE username = 'Pain'NDass';

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'NDass'' at line 3
Error Number : 1064
Date : Tuesday, February 7th 2006 @ 09:55:19 AM
Script : http://www.onlinewarfare.net/forum/admincp/award.php
Referrer : http://www.onlinewarfare.net/forum/admincp/award.php?do=awardusers&award_id=15
IP Address : [Removed]
Username : [Removed]
Classname : vb_database

Annie^.^
03-08-2006, 11:32 AM
It's interesting I am using 3.5.3 and I am thinking of updating to 3.5.4 soon

I am getting this error from certain users especially when they are using FireFox Browser

Invalid SQL:

SELECT a.*, au.*, post.userid, post.postid
FROM vbpost AS post
INNER JOIN vbaward_user AS au ON (au.userid=post.userid)
INNER JOIN vbaward AS a ON (a.award_id=au.award_id)
WHERE post.postid IN (0,2536,2537,2538,2539,2536)
post.postid IN (2536,2537,2538,2539)
GROUP BY au.issue_id
ORDER BY au.issue_time DESC;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'post.postid IN (2536,2537,2538,2539)
GROUP BY au.issue_id

Error Number : 1064
Date : Monday, March 6th 2006 @ 06:08:32 AM
Script : http://www.mysite.com/forum/showthread.php?t=414
Referrer : http://www.mysite.com/forum/forumdisplay.php?f=51
IP Address : 80.104.......
Username : USER
Classname : vb_database

How do I fix this? Is the creator of this mod still suporting this Mod?

The only time this error show when the user is trying to view the thread

jynx'd
03-17-2006, 12:02 AM
i cannot install the XML file says it doesnt exhists

majorxp
03-19-2006, 06:03 AM
I looked in all the zip files and settings.request_award.php does not exist?

Can anyone confirm / help me out?Confirmed...I don't see it either!

Tracer Gun Kata
03-20-2006, 09:21 AM
Been a while and no answer to query.

Hmm I have run into a strange error. When trying to assign an award to any member with a ' in their name it returns an error and the award is not given. For instance, the member name "rockin'male" return an error because of the apostrophe. All other usernames with apostrophes return errors as well when trying to give them awards.

Any ideas how to fix this?


Same problem here.. attempt to give the user with an apostrophe in there name an award and it gives the following error -

Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT userid, username
FROM user
WHERE username = 'Pain'NDass';

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'NDass'' at line 3
Error Number : 1064
Date : Tuesday, February 7th 2006 @ 09:55:19 AM
Script : http://www.onlinewarfare.net/forum/admincp/award.php
Referrer : http://www.onlinewarfare.net/forum/admincp/award.php?do=awardusers&award_id=15
IP Address : [Removed]
Username : [Removed]
Classname : vb_database

kellee88
03-21-2006, 05:44 PM
I seem to be able to get into the Award System settings in the AdminCP, but Award Category Manager gives me:


Fatal error: Call to a member function on a non-object in /home2/[website]/public_html/admincp/award_cat.php on line 99

Award Manager gives me:

Fatal error: Call to undefined function: globalize() in /home2/[website]/public_html/admincp/award.php on line 515

and Add New Award gives me:

Fatal error: Call to undefined function: globalize() in /home2/[website]/public_html/admincp/award.php on line 173


Any ideas??

Some additional on this. We just upgraded from 3.0.7 to 3.5.4. We had an awards system in 3.0.7. Although, we uninstalled the old hack, the new awards system is picking up the old awards and posting them on the Members' Postbit. Could this be the problem with installing the new Awards hack?

Since no one can answer this, is there an awards system that works with 3.5.4?

TwinsForMe
03-21-2006, 07:01 PM
How do I remove the "Total Awards" number and link from the postbit legacy? See attached screenshot:

TwinsForMe
03-22-2006, 01:18 AM
How do I remove the "Total Awards" number and link from the postbit legacy? See attached screenshot:
Figured it out.

Tracer Gun Kata
03-22-2006, 08:39 AM
Hmm I have run into a strange error. When trying to assign an award to any member with a ' in their name it returns an error and the award is not given. For instance, the member name "rockin'male" return an error because of the apostrophe. All other usernames with apostrophes return errors as well when trying to give them awards.

Any ideas how to fix this?


Same problem here.. attempt to give the user with an apostrophe in there name an award and it gives the following error -

Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT userid, username
FROM user
WHERE username = 'Pain'NDass';

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'NDass'' at line 3
Error Number : 1064
Date : Tuesday, February 7th 2006 @ 09:55:19 AM
Script : http://www.onlinewarfare.net/forum/admincp/award.php
Referrer : http://www.onlinewarfare.net/forum/admincp/award.php?do=awardusers&award_id=15
IP Address : [Removed]
Username : [Removed]
Classname : vb_database

Got to be some bright spark here who can resolve this small niggling problem??

yinyang
03-24-2006, 08:25 PM
great hack and installed.

my problem is the ordering of the awards in the postbit. i have 3 categories and would like the medals in category 1 to go first, category 2 to go second, etc. right now, it only puts them in ascending order or by issue date.

is there a way to change this? also, exactly how is ascending order calculated?

jawinn
03-25-2006, 03:03 PM
Can awards be automatically assigned based on group membership?

The Ottoman
04-01-2006, 02:05 AM
Same problem here.. attempt to give the user with an apostrophe in there name an award and it gives the following error -



Got to be some bright spark here who can resolve this small niggling problem??



I had that problem, so I just added them by memberId.

Worked perfectly.

optrex
04-07-2006, 08:33 AM
I am getting an error on certain users awards in Firefox (they are OK in IE).

Take a look at http://midlandsweather.org.uk/showthread.php?p=1007361#post1007361

I would love some help please

Annie^.^
04-07-2006, 09:40 AM
Yes same here..

klinsek
04-10-2006, 08:29 PM
This system is so perfect for my needs but it is missing one key feature.

Automated award issuance..

I would like the ability to assign awards by usergroups. So, if you are in a certain usergroup you are automatically assigned an award/badge.

Has anyone modded this hack with such a feature?

Thanks

nomiqw
04-12-2006, 01:30 PM
Where can i find the Memberinfo file where abouts in the server as i am new to Vbulletin hacks
if you can tell me like is it inside include folder or somewhere else
just give a example diretory locatin ill find the rest
Thank you

Gaskell
04-12-2006, 01:38 PM
Memberinfo is a template.

Go into the ACP, then into Styles and Templates. Go into the templates list (edit templates on the style you want to change) and find Member Info Templates. Expand that menu and you will see the template MEMBERINFO at the top of it.

Click Edit and put the edit mentioned in the install file on that :)

Tracer Gun Kata
04-12-2006, 02:32 PM
I had that problem, so I just added them by memberId.

Worked perfectly.

Wow.. thanks Ottoman :bunny:

lol, why were you not arround before :banana:

optrex
04-13-2006, 12:18 PM
Any news on the following yet please?

I am getting an error on certain users awards in Firefox (they are OK in IE).

Take a look at http://midlandsweather.org.uk/showth...61#post1007361

I would love some help please

AzzidReign
04-13-2006, 02:32 PM
Wow, THANK YOU very much! I've been looking for this!!!! Thanks, installed quick...more like 5 minutes or so. Still...very easy to install and I'm virtually brand new to all of this. I suggset using IE to do the template edits since FF doesnt search w/in the tables when using the Find (ctrl F) feature :)

Thanks!

WolfsongNevan
04-15-2006, 03:45 AM
Any way to move the awards showcase over to the LEFT side of the postbit (under a user's name)? Right now, our gifts and ribbons are making it pretty long and with the added awards showcase, it's just ridiculous looking now. Would be PERFECT if it could be moved over to the left.

Annie^.^
04-15-2006, 11:26 AM
It's kind a sucky that the Author of this script visits this website but shows no interest supporting this Hack anymore.

Nachtfalke
04-17-2006, 01:28 PM
Hi,
am I missing something? I extracted the zip, but in the include dir there was no settings.award.php, only the folder xml with the bitfield and the cpnav_ in it.
Thank you for help!

MorrisMcD
04-18-2006, 02:52 PM
Hi,
am I missing something? I extracted the zip, but in the include dir there was no settings.award.php, only the folder xml with the bitfield and the cpnav_ in it.
Thank you for help!

Did you download the LAST zip listed?

YetAnotherAwardSyste m3.5 v212.zip

Nachtfalke
04-18-2006, 04:20 PM
Checked it again just after yoiur reply, the file is still misssing! Probably anybody could attach that?

Steve56
04-25-2006, 11:47 AM
Can anyone help me please?

I've installed the hack as instructed and made the necessary template modifications. But after I've edited the templates theres nothing in the ACP regarding the awards system.

I've uploaded the xml file via plugin manager and I've uploaded all the files to my server

I might as well give you the file locations

/forums/Awards/award.php
/forums/Awards/award_cat.php
/forums/Awards/awards.php
/forums/Awards/bitfield_awards.xml
/forums/Awards/cpnav_awards.xml
/forum/forums/Awards/medal-blue-gold.gif
/forums/Awards/medal-blue-gold.gif
/forums/Awards/request_award.php

Any help is greatly appreciated

Gaskell
04-25-2006, 02:56 PM
Might sound daft, but have you tried a hard-refresh (ctrl + F5)?

Might work, might not, but its worth a try :)

EDIT: Howay Anth, put your brain in gear!

Check the green in the quote for what the locations should be:
/forums/Awards/award.php should be /forums/admincp/award.php
/forums/Awards/award_cat.php should be /forums/admincp/award_cat.php
/forums/Awards/awards.php should be /forums/awards.php
/forums/Awards/bitfield_awards.xml should be /forums/includes/xml/bitfield_awards.xml
/forums/Awards/cpnav_awards.xml should be /forums/includes/xml/cpnav_awards.xml
/forum/forums/Awards/medal-blue-gold.gif should be /forums/images/medals/medal-blue-gold.gif
/forums/Awards/medal-blue-gold.gif shouldnt this be /forums/images/medals/medal-blue.gif
/forums/Awards/request_award.php should be /forums/request_award.php
When you upload the stuff from the UPLOAD folder in the zip, just copy everything as is - ie dont copy individual files, copy the folders too - this will put everything in the right places for you :)

Steve56
04-25-2006, 05:51 PM
Thanks alot. Thats solved my problem.

Greatly appreciated

Gaskell
04-25-2006, 06:58 PM
No problems at all :)

D-Railer
04-26-2006, 06:03 PM
Just wanted to say thanks, this is working like a charm for me in testing. It took me a bit to realize the postbit changes needed to take place; but once I figured that out, smooth sailing.

Those of you in the same situation, but wondering where this information is, it is in your docs folder as an htm file called "awards_install_template.html"

Good stuff.

optrex
04-26-2006, 08:29 PM
Anyone able to help with the firefox issues mentioned previously? I have users moaning at me and it I cant get ti fixed I will have to turn it off - not something I particularly want to do :(

optrex
04-26-2006, 08:49 PM
Anyone able to help with the firefox issues mentioned previously? I have users moaning at me and it I cant get ti fixed I will have to turn it off - not something I particularly want to do :(


OK I've managed to sort it out. I did notice at least one other person had the same issue after I raised it so here goes. In the awards manager make sure the paths to the images have a / and not a \

Simple, but effective. To be fair I think it only effected awards I added/created myself not the original ones.

obmob
04-28-2006, 02:27 AM
:( well, this is strange, i'm testing in vB default style... somehow in memberlist, when i add the award column, this is replaced and inside the msn+ icons are shown, in the end i show avatar, and avatar isn't there, but one column to the right.

It's only one code changed and that happens, no other hacks installed, any ideas why is this happening? thanks.
I'm in 3.5.4

EDIT
u.u sorry, i forgot one step in install instructions.

Eagle Creek
05-04-2006, 08:47 PM
I guess I'm going to install this because the other awardshack is dead :(.

Anyway.. Is there a possibility to let Moderators give members awards?

Eagle Creek
05-04-2006, 11:04 PM
Can you tell me the use of the record issue_id, in the table award_user?

mtha
05-08-2006, 01:43 PM
Can awards be automatically assigned based on group membership?
No, I am not interested in assigning awards to groups, and it'd be easier to setup group's RANK for this purpose (user rank manager)

I am getting an error on certain users awards in Firefox (they are OK in IE).

Take a look at http://midlandsweather.org.uk/showthread.php?p=1007361#post1007361

I would love some help please
I cant see any error, (in FF), so how should I help? describe the error, with screen captures would be helpful


Any way to move the awards showcase over to the LEFT side of the postbit (under a user's name)? Right now, our gifts and ribbons are making it pretty long and with the added awards showcase, it's just ridiculous looking now. Would be PERFECT if it could be moved over to the left.

yes, it is possible. you need to move the first part that you need to edit in MEMBERINFO to the location that you want to see. Some basic HTML is required for you to know exactly where you should put it to fit your style.



Anyway.. Is there a possibility to let Moderators give members awards?


well, no. not for right now, unless you allow your moderators (create a seperated award mod group) to access admincp)


issue_id is to record/seperate IDs of different award issued (same or different awards) given to some user


It's kind a sucky that the Author of this script visits this website but shows no interest supporting this Hack anymore.

yeah I know, it's bad, but I think I stated somewhere, that I've been so busy, that cant give support at the moment. "visiting" this website, for few minutes doesnt give me enough time to answer all questions, you know.

I hope other experienced user can give a hand too, or if there is big issue, you can contact me directly via PM.

Eagle Creek
05-08-2006, 01:56 PM
well, no. not for right now, unless you allow your moderators (create a seperated award mod group) to access admincp)

That's fine for me but then should they be able ONLY to give Awards.
And since I can't give that rights with default vBsettings..

I would really liked it when you made something so also moderators (or a group) can give awards!

emtee
05-09-2006, 12:18 AM
A while time ago, I installed the old version 1.2 for 3.0.x, but I didn't uninstall it. Then I upgraded to 3.5.x a few months ago, and now I want to install this version 2.1.2, but the old version 1.2 is still in the database, thus duplicate entries and it won't install. Can you give me the queries needed to run in order to completely remove the old YAAS 1.2 hack?

I tried to use the uninstall (for 3.0.x) to run on 3.5.x but it won't do any good. Can you help? Thank you.

Gaskell
05-09-2006, 03:13 PM
That's fine for me but then should they be able ONLY to give Awards.
And since I can't give that rights with default vBsettings..

I would really liked it when you made something so also moderators (or a group) can give awards!
There is a tutorial here on vB.org for adding things to the Mod CP menu. When I find some time (at this rate in July/August) I will have a shot at putting the Awards stuff on ModCP for this (I need to "outsource" a bit myself).

Not saying it will happen though. I have zero coding knowledge so it will be pretty hit and miss for me.

mtha - hope the workload drops off soon :)

mtha
05-10-2006, 07:21 AM
A while time ago, I installed the old version 1.2 for 3.0.x, but I didn't uninstall it. Then I upgraded to 3.5.x a few months ago, and now I want to install this version 2.1.2, but the old version 1.2 is still in the database, thus duplicate entries and it won't install. Can you give me the queries needed to run in order to completely remove the old YAAS 1.2 hack?

I tried to use the uninstall (for 3.0.x) to run on 3.5.x but it won't do any good. Can you help? Thank you.

the new version supposed to check for old version and upgrade database to 2.x with out problem.

if you really want to remove them manually, try these: (add table prefix if you use it)

DELETE FROM settinggroup WHERE grouptitle LIKE 'awards';
DELETE FROM setting WHERE grouptitle LIKE 'awards';
DELETE FROM phrase WHERE (varname LIKE '%award%' OR varname LIKE 'setting_aw%') AND languageid = 0;

DROP TABLE IF EXISTS award;
DROP TABLE IF EXISTS award_user;
DROP TABLE IF EXISTS award_cat;

emtee
05-11-2006, 05:02 PM
Thanks, the queries took care of my problem. Maybe I didn't check the box Overwrite to yes to have it upgraded my tables.

/me clicked installed

Peter_Rosado
05-11-2006, 09:07 PM
Hello, where can I edit the language of the hack? :)

mtha
05-12-2006, 08:04 AM
Hello, where can I edit the language of the hack? :)

in vb's language section. or if you installed my Advanced Product Management, you can get there and edit phrases

Martin-TMGRS
05-12-2006, 09:59 AM
Does anybody know if this will work with VB3.5.4 or is there going to be an update for VB3.5.4 ?

tei727
05-12-2006, 10:56 AM
Does anybody know if this will work with VB3.5.4 or is there going to be an update for VB3.5.4 ?
It works nicely on 3.5.4 for me. :)

Martin-TMGRS
05-12-2006, 12:12 PM
It works nicely on 3.5.4 for me. :)
Nice one tei727 i'll give it a shot, thanks for you reply :D

Gaskell
05-12-2006, 02:23 PM
It works nicely on 3.5.4 for me. :)
And working on 3.5.4 here :)

Martin-TMGRS
05-12-2006, 03:57 PM
Thanks both, i've now installed it and its working fine :)

kissythecutie
05-19-2006, 07:47 AM
this is exactly what i was looking for...i love the idea...i hope it works well

RFViet
05-19-2006, 05:32 PM
Just pressed install for future use !!

TheBlackPoet
05-23-2006, 03:23 AM
this is a great hack.. i run a poetry site... and i was trying to come up with ways to award the members for their work... AND TO ALLOW THE OTHER MEMBERS TO INTERACT to make it unbiased..

you did a really good job!

Eagle Creek
05-23-2006, 06:40 PM
Hi Paul,

is there a possibility to:
1. edit the administrator permission for the awards-menu option? (so it's an radio button at adminpermissions.php?do=modify
2. let moderators give awards?

Jaymee
05-28-2006, 04:08 PM
THANK YOU!!!!!!

/clicks install

doggy1
05-29-2006, 04:21 PM
Thank you so much for offering this hack!!!!! It is wonderful. Instructions were perfect and installed perfectly. However I have a few questions.

1. The PM message title says: "Congratulation! You have got a new award!"

I like it to say "Congratulations" and modify the message somewhat. How would I go about doing this?

2. There appears to be 1 medal available. How do I get more medals and how do I upload them into the system?

3. Request medal does not seem to be activated. No permission message seen when clicking on request. How do you activate?

Thank you so very much!!!!!!!!

:banana:

carpzone
05-29-2006, 06:22 PM
I got this error when reading posts after installing de xml

Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT a.*, au.*, post.userid, post.postid
FROM vb_post AS post
INNER JOIN vb_award_user AS au ON (au.userid=post.userid)
INNER JOIN vb_award AS a ON (a.award_id=au.award_id)
WHERE post.postid IN (0,2789,2790,2799,2808,2820) GROUP BY post.postid

GROUP BY au.issue_id
ORDER BY au.issue_time DESC;

MySQL Error : You have an error in your SQL syntax near 'GROUP BY au.issue_id
ORDER BY au.issue_time DESC

Did all of the template changes, i installed YAAS 2.1.2 On VB 3.4.5

I hope sombody can help me with this error.
The error occures when sombody try's to klik a forumpost.:confused:

P.S. I readed al of the post in this tread, its defenitly no Guest post

Regards

Gaskell
05-30-2006, 11:23 AM
Thank you so much for offering this hack!!!!! It is wonderful. Instructions were perfect and installed perfectly. However I have a few questions.

1. The PM message title says: "Congratulation! You have got a new award!"

I like it to say "Congratulations" and modify the message somewhat. How would I go about doing this?

2. There appears to be 1 medal available. How do I get more medals and how do I upload them into the system?

3. Request medal does not seem to be activated. No permission message seen when clicking on request. How do you activate?

Thank you so very much!!!!!!!!

:banana:
I am working out how to sort out #1 - I am guessing that its a phrase somewhere, but when I suss it I will let you know :)

#2 - In your ACP, check under Award System. There will be an option called Add New Award. Fill in the fields there for an award you have designed (using a graphics program) and uploaded somewhere on the net. Put a name and description in them boxes, the link to a pic you want to use as an icon (the one that will show on the postbit) in its box and the link to a bigger pic you want to use as the main award image in that box. Choose a category (if you want) and where you want it to be on the Awards page (display order) and click the save button. You have to design your own awards, but I remember seeing in the Graphics forum here that someone has released some for use :)

#3 - Have you allowed your usergroup to request awards? If not, head into the Usergroup Manager in your ACP and edit the usergroup you want to allow. At the bottom of the Usergroup options page there will be Awards Permissions- Can request awards. Choose Yes and save. That should do that :)

EDIT: Worked out #1 - I was right, it is a phrase. Head into Languages & Phrases -> Search in Phrases in the ACP. Search for award_pm in "Phrase Variable Name Only". You will probably see three sets of results - "vBulletin Settings Phrases Containing 'award_pm'", "Email Subject Text Phrases Containing 'award_pm'" and "Email Body Text Phrases Containing 'award_pm'". Of them, look at the middle two - they are what you want (award_pm). Click Edit on it and put what you want the title to be in the "translation" box. Click save and it will be done :)

MThornback
05-31-2006, 03:20 AM
If anyone wants to add this to their ModCP, I made a simple plugin for it...don't forget to put award.php in your modcp folder if you use it...

My problem is...how do I let Mods do this without giving them supermod permissions...maybe I just need sleep and it'll come to me. Suggestions anyway?

carpzone
05-31-2006, 08:52 AM
Tnx MTornback I can use it.

Sombody nows how to fix my problem, i can't find it :(

mtha
05-31-2006, 04:06 PM
Thanks, Gaskell for your help on support. good that you love the hack :)


for translation, edit phrase: award_pm on Email Subject Text
Congratulation! You have got a new award!


If anyone wants to add this to their ModCP, I made a simple plugin for it...don't forget to put award.php in your modcp folder if you use it...


My problem is...how do I let Mods do this without giving them supermod permissions...maybe I just need sleep and it'll come to me. Suggestions anyway?

you need to setup permission right. In my award.php, i have "canadminusers" check, you might want to modify it "somehow", to let other moderator to do the job. sorry that I dont have enough time to do it right now.

mtha
06-01-2006, 02:04 AM
I got this error when reading posts after installing de xml

Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT a.*, au.*, post.userid, post.postid
FROM vb_post AS post
INNER JOIN vb_award_user AS au ON (au.userid=post.userid)
INNER JOIN vb_award AS a ON (a.award_id=au.award_id)
WHERE post.postid IN (0,2789,2790,2799,2808,2820) GROUP BY post.postid

GROUP BY au.issue_id
ORDER BY au.issue_time DESC;

MySQL Error : You have an error in your SQL syntax near 'GROUP BY au.issue_id
ORDER BY au.issue_time DESC
Did all of the template changes, i installed YAAS 2.1.2 On VB 3.4.5

I hope sombody can help me with this error.
The error occures when sombody try's to klik a forumpost.:confused:

P.S. I readed al of the post in this tread, its defenitly no Guest post

Regards

Where/how did you get the error? do you have any other hack/mod that could interfere with this one?

why "GROUP BY post.postid got inserted into the query??

MThornback
06-01-2006, 04:53 AM
Thanks, Gaskell for your help on support. good that you love the hack :)


for translation, edit phrase: award_pm on Email Subject Text
Congratulation! You have got a new award!




you need to setup permission right. In my award.php, i have "canadminusers" check, you might want to modify it "somehow", to let other moderator to do the job. sorry that I dont have enough time to do it right now.


Maybe the best way is to add a condition for specific userids..its a stop gap...but i'll play with it....i'll share my results if they work as always.

carpzone
06-01-2006, 03:54 PM
Where/how did you get the error? do you have any other hack/mod that could interfere with this one?

why "GROUP BY post.postid got inserted into the query??

Well i have some hacks installed
Thanks Mod
Arcade mod

Both for 3.5 offcorse

I get the error on every tread clicked, so on every tread in every forum :cross-eyed:
When i set the option of postbit display on off in the admin Cp. I having no errors.

But then nobody can't see the awards in the postbit offcorse :)

When i get the error after clicking a tread a get the default database error page. With description from my previeus post.

Must i remove somthing from the original code or somthing ?

This is my Query in postbit query from the hooks

// [START HACK='Yet Another Award System' AUTHOR='HacNho']
if ($vbulletin->options['aw_postbit'])
{
if ($vbulletin->options['aw_postbitawardorder'] == 1)
{
$awardsdisplayorder = "ORDER BY au.issue_time ASC";
}
else if ($vbulletin->options['aw_postbitawardorder'] == 2)
{
$awardsdisplayorder = "ORDER BY a.award_displayorder ASC";
}
else if ($vbulletin->options['aw_postbitawardorder'] == 3)
{
$awardsdisplayorder = "ORDER BY a.award_displayorder DESC";
}
else
{
$awardsdisplayorder = "ORDER BY au.issue_time DESC";
}

// Obtain list of awards for current user
$alluserawards = $db->query_read("
SELECT a.*, au.*, post.userid, post.postid
FROM " . TABLE_PREFIX . "post AS post
INNER JOIN " . TABLE_PREFIX . "award_user AS au ON (au.userid=post.userid)
INNER JOIN " . TABLE_PREFIX . "award AS a ON (a.award_id=au.award_id)
WHERE $postids
". iif((!empty($cache_postids)), "post.postid IN (" . $cache_postids . ")") ."
GROUP BY au.issue_id
$awardsdisplayorder
");
while( $ua = $db->fetch_array($alluserawards))
{
$userawardscache[$ua['userid']][$ua['issue_id']] = $ua;
}
$db->free_result($alluserawards);
}
// [END HACK='Yet Another Award System' AUTHOR='HacNho']

carpzone
06-01-2006, 06:30 PM
OK Problem fixed, a hooked file from Photoplog Lite (gallery) did the Job for the errors.

I d'ont now the reason but i just disabled the the hook an the YAAS works very fine now.

Awesome Mod
Thank u for this Addon ;)

buyinflatables
06-07-2006, 03:04 AM
I installed this and it sems great!!! The only problem I am having is the request reward link.

When I click on it I get page that says:

Username, you do nothave permissions to access this page etc...

And I get this as a user or admin?

Did I miss something?

Im using 3.5.4

Thank you

Tim

MThornback
06-07-2006, 06:10 AM
Maybe the best way is to add a condition for specific userids..its a stop gap...but i'll play with it....i'll share my results if they work as always.

As promised...it will work in the ModCP...I decided not to add the per user condition....but if you want it...it should be something like:


if (!can_moderate('canmoderate') AND $vbulletin->GPC['userid']=='x,y,z')


x,y,z are userids...that bit is untested....but I think it should work....if it doesn't try putting () around the userid condition....

Gaskell
06-07-2006, 04:10 PM
I installed this and it sems great!!! The only problem I am having is the request reward link.

When I click on it I get page that says:

Username, you do nothave permissions to access this page etc...

And I get this as a user or admin?

Did I miss something?

Im using 3.5.4

Thank you

Tim
Daft question - have you allowed your usergroups to request awards in Usergroup Manager? :)

buyinflatables
06-07-2006, 08:38 PM
Thank you... Didnt realize that option was added there.

It works now.


Does anyone know where to get different award images. I saw only a few on here... but could have sworn I seen more elswhere... Just dont remember where.

Thanks again!!

Tim

Gaskell
06-08-2006, 10:09 AM
Theres these ones (https://vborg.vbsupport.ru/showthread.php?t=113937) on here but you will probably have to make your own using any graphics software you have :)

buyinflatables
06-08-2006, 09:51 PM
Gaskell, Did you make all those on your site? Or did you find them elsewhere?

Thanks!!

Tim

Gaskell
06-09-2006, 01:50 PM
On Trackpads? They were made by the big boss guy (goes by the name "trackpads" on here and "Hannibal" on Trackpads). :)

I will be starting to design some now I have exams out the way but they will probably be military related :)

aceofspades
06-09-2006, 10:13 PM
Is there no way to display the persons award under their post count in a post?

Gaskell
06-10-2006, 12:34 PM
I'm guessing it can be done just by editing the postbit templates.

Give me a few hours and I will see if I can work it out and get back to you :)

mtha
06-10-2006, 01:05 PM
Is there no way to display the persons award under their post count in a post?

isnt that displayed undernead post count now? or you can move the code in postbit (or postbit_legacy) anywhere you want to.

peterska2
06-10-2006, 01:08 PM
Is there no way to display the persons award under their post count in a post?

Do you want the images, or award name text?

aceofspades
06-17-2006, 05:32 PM
Either would be great

NR Fatal
06-22-2006, 09:12 PM
Nice hack! I love it, I only have one problem though. When I go into my
USER CP>edit profile and then scroll all the way down, I see a field for "awards", lol. I thought I followed the instructions correctly but maybe I didn't. how do i fix this*see attached file*?

Polo
06-23-2006, 12:22 AM
installed....

mtha
06-24-2006, 11:31 PM
Nice hack! I love it, I only have one problem though. When I go into my
USER CP>edit profile and then scroll all the way down, I see a field for "awards", lol. I thought I followed the instructions correctly but maybe I didn't. how do i fix this*see attached file*?

did you install AnimeWebby's Awards/Medals/Cards Hack? I dont think my hack has anything like that.

danhaga
06-28-2006, 10:52 AM
I like it! Is there a way to setup automatic awards? For example, a user automaticly gets an award for hitting a specific post count or for rating a certain number of threads. Or an auto award for 1 month or 1 year membership...

Thanks

BoYagoob
07-07-2006, 09:15 AM
Hello, does this hack work for vB 3.6?

Snake
07-07-2006, 02:09 PM
Nope it should work on 3.5.x only.

HabboHall
07-08-2006, 01:41 PM
Hey there.
I love your hack and think its brilliant.

Im having some trouble though. In between the catagories, it repeats the pages background. My pages background is an image, and in the awards page, it looks very bad.

I have screenshot to show my problem.
http://img236.imageshack.us/img236/2451/screenie14ao.png

Can anyone give me a code or help me to get ride of this?

Thanks.

Snake
07-09-2006, 12:03 PM
It seems that it has something to do with your skin code. Post up your template bit here, I'll see if I can sort that out.

jluerken
07-10-2006, 11:57 AM
I am using this hack in vB 3.5 and want to use it also in vB 3.6
Is this working or will there been an update available soon?

HabboHall
07-10-2006, 01:41 PM
It seems that it has something to do with your skin code. Post up your template bit here, I'll see if I can sort that out.

Ok. I will post an image once my forum is back up (hosting company downtime).

You need a picture of the forum home?

Gaskell
07-10-2006, 03:31 PM
I am using this hack in vB 3.5 and want to use it also in vB 3.6
Is this working or will there been an update available soon?
I would guess when 3.6 goes Gold and/or when mtha finds time to do it :)

HabboHall
07-10-2006, 05:32 PM
I would guess when 3.6 goes Gold and/or when mtha finds time to do it :)

Most likely. Isn't really widely used yet.

Martin64
07-10-2006, 08:02 PM
Lovely hack, just what I looked for. :)

mtha
07-11-2006, 04:08 PM
I would guess when 3.6 goes Gold and/or when mtha finds time to do it :)

:) great that you guys like the hack. I've been too busy with other projects, that left no time for both support and development for this one.

However, 3.6 gold is coming soon, will try to find the time for it

:bunny:

Darksky
07-11-2006, 09:06 PM
Hi,
am I missing something? I extracted the zip, but in the include dir there was no settings.award.php, only the folder xml with the bitfield and the cpnav_ in it.
Thank you for help!

The same to me !
I downlodade the last file. Someone can help me please ? :confused:

oberheimhaven
07-13-2006, 11:22 PM
Installed

thxs man "Great Hack"
Mark:banana:

paul41598
07-16-2006, 07:11 PM
The same to me !
I downlodade the last file. Someone can help me please ? :confused:
Confirmed. THe hack is missing files

aceofspades
07-16-2006, 08:33 PM
It would be cool to be able to put the award in the postbit

VTXCafe.com
07-19-2006, 04:16 AM
Great hack!!

In the issue reason it seems to limit the characters allowed, can it be changed to allow more characters?

mtha
07-20-2006, 09:17 AM
Confirmed. THe hack is missing files

i think for the latest version, I dont use the setting file anymore, all the settings are in vB Options.
maybe I need to update the installation guide :( (been too bz with work)


aceofspades It would be cool to be able to put the award in the postbit

It does display awards in postbit.



In the issue reason it seems to limit the characters allowed, can it be changed to allow more characters?
which chars are you talking about?

adrenaline786
07-21-2006, 02:09 AM
this hack was working perfectly fine for until one day when in clicked on the awards link and nothing appears. The awards are shown in user profile and post bit but the award.php file itself shows nothing :( . Any help will be appreciated :)

mtha
07-21-2006, 06:03 AM
maybe you upgrade or lost some templates? check the templates for the YAAS.

adrenaline786
07-21-2006, 10:33 AM
I recopied all the code into the templates. Still doesn't work. Any other kind of help u can provide ?

mtha
07-22-2006, 05:12 PM
this hack was working perfectly fine for until one day when in clicked on the awards link and nothing appears. The awards are shown in user profile and post bit but the award.php file itself shows nothing :( . Any help will be appreciated :)

well, I cant help, or see any clue, if you dont give any detail information. for me it's working, so if someone come and say, hey, what would you do?


what did you do in your website at or right before that "one day"?

did you reinstall the hack, upgrade version, or anything?

Carmen27
07-24-2006, 07:04 AM
How can I get this to show on my postbit_legacy? It's not showing.. Carmen

Snake
07-24-2006, 11:13 AM
Configure the settings of this hack in the vB Options section. ;)

kajack
07-24-2006, 05:37 PM
is this hack compatible with vBulleting 3.6?

Gaskell
07-24-2006, 05:44 PM
As has already been said above - nope, its not for 3.6. It will probably be ported when 3.6 is "gold" and mtha has time to do it.

kajack
07-24-2006, 09:00 PM
As has already been said above - nope, its not for 3.6. It will probably be ported when 3.6 is "gold" and mtha has time to do it.

okay thanks

mlbvb
07-27-2006, 11:40 PM
I created a new userid to be the "delivery person" for the award pms, but it's not accepting the userID #. It keeps resetting it to 1. Am I doing something wrong? The userID# is over 1000. Is that what the problem is? How can I fix this so that I don't have to login to the adminCP as that user to have it show up as the PM sender?

cooldude714
07-29-2006, 02:04 PM
When will it come out in 3.6 :(

dknelson
07-29-2006, 03:46 PM
I've upgraded my forums to 3.6 Release Candidate 2 and the awards hack is still working fine.

Don

jluerken
08-05-2006, 06:23 PM
I've upgraded my forums to 3.6 Release Candidate 2 and the awards hack is still working fine.

Don

I am using it with VB 3.6 gold and no problems here so far

cooldude714
08-07-2006, 12:16 PM
Can you make it compatible with 3.6 please?

Eagle Creek
08-07-2006, 12:18 PM
Can you make it compatible with 3.6 please?
Hu??

READ replies above you please :p.

mtha
08-08-2006, 07:29 AM
as far as I know, this hack works fairly independant from vB, so it should not depend too much on vB version.

As some of you already tried, it works on 3.6, I believe it would work fine.

I've been fairly bz recently, cant work on this right now, but I will try to look over and see if there's any problem asap.

cooldude714
08-10-2006, 04:07 PM
I am installing straight to 3.6 and the template edits don't work

jluerken
08-10-2006, 09:05 PM
I am installing straight to 3.6 and the template edits don't work

What do you mean with 'they don't work'?
It works all very well http://www.clanforums.com/forum/awards.php

Orphadox
08-12-2006, 03:06 AM
Seen on many sucessful forums.
Well Done.

y2krazy
08-12-2006, 03:37 AM
2005.10.11: 2.0.3 - fix Display award in PM and announcement, change award request template (thanks y2krazy) (https://vborg.vbsupport.ru/showpost.php?p=768359&postcount=69)
Wow. That brings back memories... lol!

Is there any way to re-post this in the 3.6.0 section or simply have it moved there? Much easier to find for us running 3.6.0 if you did. Lookin' good still and hoping to test it out on 3.6.0 gold ASAP! Keep up the great work and when do we expect a new update to the system? :)

EDIT: By the way, are those edits not integrated into the templates? It's been ages since I did that, so I'm not sure how easily it will be for me to duplicate it. If you can't remember, that's cool too. G'day! ^^

mgurain
08-16-2006, 07:56 AM
<font color="Red">Any comming upgrade for 3.6 ?</font>

kruchczan
08-19-2006, 03:44 PM
Polish Language translation....

Witam
Jest to przetlumaczony w 100% plik jezykowy :cool:.

Stargesicht
08-19-2006, 08:23 PM
is there a way, to sort the awards in the memberlist too???

zeroality
08-28-2006, 05:21 PM
Any plans to port this to 3.6? I don't really want to install any modifications until they are 'certified' and posted in the 3.6 section.

This is the #1 hack I want on my forum so hopefully it will be ported. :)

MissKalunji
08-28-2006, 05:23 PM
but it does work....

Danny Diamond
08-29-2006, 01:33 AM
Installed. Sweetness. The members really like this feature as do I. :cool:

dknelson
08-29-2006, 01:00 PM
I was using this and then my site crashed and I had to rebuild it. Now, everything seems to be ok except then I click on "request award, I get the following error.

IN_PORTAL_AREA or THIS_SCRIPT must be defined to continue

Running the same portal that I was before. Any ideas?

Phaedrus
08-29-2006, 11:38 PM
I must tell you. This works rather well in 3.6 too.

So long as you remember the $post[skypeicon]</div> when doing the template changes...

dknelson
08-29-2006, 11:40 PM
It's working great for me in 3.6 except for the message two up...reward requests not working. Any suggestions?

Phaedrus
08-30-2006, 12:47 AM
Hmmm... I haven't tried that one. I guess its time to pull out the old test account...

zeroality
09-01-2006, 08:46 AM
I nearly lost my database due to a faulty MOD so I'm not going to install this until it's certified for 3.6 officially.

rasun
09-04-2006, 05:23 PM
I am also requesting a 3.6.0 version of this fantastic hack!

dknelson
09-05-2006, 09:34 AM
I am running this on 3.6 and it works great. I had one small problem but it may have been just because of the portal that I'm running. I was getting an error if the "request award" feature was enabled. An undefined script error. Another member here told me how to correct that problem and now it works perfectly.

Don

rasun
09-05-2006, 12:16 PM
Which portal do you use and where can I find the explanation how to fix the problem?

(I am using vBadvanced CMPS)

dknelson
09-05-2006, 06:56 PM
I use VBPortal. I don't know if you are getting the same error that I was getting. The details of my error and the fix is here.

http://www.phpportals.com/forums/showthread.php?t=17473

rasun
09-06-2006, 06:49 AM
ok thank you, I´ll check that...

Renae
09-07-2006, 12:16 PM
I'm not sure if this is possible or not, or if anyone else other than myself would find this helpful.

In my community, we have superlative awards (just like high school) each month. I use the forms hack to have them vote, than use these awards to give the winners their award from the superlative that they won (best hair or whatever). Well, each month, I use the same awards, just different award names and give them to different people.

We do 10 awards each month, so it's a lot of maintenance to create 10 new awards each month, is there ANY way to copy the awards so it makes less work for me each month? I dread having to give the awards out for the winners every month.

So any ideas are appreciated. Because this is a rather tedious task.

vbreal
09-15-2006, 06:48 PM
how can i change it so the poll options are just yes and no. i want to remove the maybe option

Stargesicht
09-17-2006, 09:29 AM
is there a way, to sort the awards in the memberlist too???
no idea???? please....

mlbvb
09-18-2006, 01:31 PM
I created a new userid to be the "delivery person" for the award pms, but it's not accepting the userID #. It keeps resetting it to 1. Am I doing something wrong? The userID# is over 1000. Is that what the problem is? How can I fix this so that I don't have to login to the adminCP as that user to have it show up as the PM sender?

I'm still looking for a possible fix to this problem? It doesn't recognize any userid larger than one digit long. Is there anyway to change that or to use the username instead of the userid?

trackpads
09-19-2006, 12:25 AM
To everyone who has installed this hack. The Trackpads.com awards system is for an example only AND DOESNT MEAN YOU CAN COPY MY IMAGES WHOLESALE FOR YOUR SITE. If you have any of the Trackpads.com Awards images on your site then you need to remove them. I have only granted one person to use them.

I spent a hell of a lot of time creating those and I would greatly appreciate if you didnt rip me off.

-Jason

Greek76
10-01-2006, 02:59 AM
I installed it on 3.6 absolutely no problems and I have many mods installed. Great hack by the way!

vbreal
10-02-2006, 08:44 PM
how can i change it so the poll options are just yes and no. i want to remove the maybe option

any suggestions

Greek76
10-03-2006, 08:56 AM
Im using 3.6 and I have a question. When some starts a request in the awards forum which I entered the id in the awards setting, the title of the thread does not appear on the forum display. Any ideas? http://Agesofhistory.net/forum you can see there in the Awards thread.... Thanks

oberheimhaven
10-05-2006, 01:18 AM
Fatal error: Call to undefined function: verify_bs_opponent() in /home/.hiam/niceman/musiciansquarters.com/forums/includes/visionscripts/psionic_bsh/threadfpdata_presave.php on line 1

ANy ideal? gang

oberheimhaven
10-07-2006, 02:11 PM
Fatal error: Call to undefined function: verify_bs_opponent() in /home/.hiam/niceman/musiciansquarters.com/forums/includes/visionscripts/psionic_bsh/threadfpdata_presave.php on line 1


ANy ideal? gang

Anyone home over here???

jluerken
10-07-2006, 02:24 PM
Fatal error: Call to undefined function: verify_bs_opponent() in /home/.hiam/niceman/musiciansquarters.com/forums/includes/visionscripts/psionic_bsh/threadfpdata_presave.php on line 1


ANy ideal? gang

What has this visionscripts/psionic_bsh/threadfpdata_presave.php to do with the Award Product?
This is not a file of the product so you're problem is from another product.
Which Vision Script Hack did you install?
Which vBulletin Version are you running?


I'm still looking for a possible fix to this problem? It doesn't recognize any userid larger than one digit long. Is there anyway to change that or to use the username instead of the userid?


Have you tried to enter this ID directly in the database with phpmyadmin for example?

oberheimhaven
10-07-2006, 06:11 PM
What has this visionscripts/psionic_bsh/threadfpdata_presave.php to do with the Award Product?
This is not a file of the product so you're problem is from another product.
Which Vision Script Hack did you install?
Which vBulletin Version are you running?



Have you tried to enter this ID directly in the database with phpmyadmin for example?
VB 3.6.0
Battle hack system from vision script
Thxs for replying Im working on her now

Well so much for help with visionsctript their reply was like oh well we dont do third party hack help and its there hack causing the issue now that stinks!!! Not even hey try this or nothing, well that will be the lasts time I spend my cash there.

Ok here is what they said mate about your hack
Right from Visionscripts chops "The awards hack makes incorrect use of Thread Datamanager, which causes the problem. Tell that to the maker of that hack."

Ok Any clue???

mtha
10-07-2006, 10:16 PM
VB 3.6.0
Battle hack system from vision script
Thxs for replying Im working on her now

Well so much for help with visionsctript their reply was like oh well we dont do third party hack help and its there hack causing the issue now that stinks!!! Not even hey try this or nothing, well that will be the lasts time I spend my cash there.

Ok here is what they said mate about your hack
Right from Visionscripts chops "The awards hack makes incorrect use of Thread Datamanager, which causes the problem. Tell that to the maker of that hack."

Ok Any clue???

OK, I have NO clue at all. I need to know exactly what you have, What you do, when getting the error.

Just giving the "error message" doesnt help on solving the problem. There might be some conflict between the systems, but I need to look into it, in order to say anything.

Please give more detail information, here or PM.

oberheimhaven
10-09-2006, 06:59 PM
OK, I have NO clue at all. I need to know exactly what you have, What you do, when getting the error.

Just giving the "error message" doesnt help on solving the problem. There might be some conflict between the systems, but I need to look into it, in order to say anything.

Please give more detail information, here or PM.
I sent u my info in PM any luck??? I called script they said its your hack thats causing the conflict??

pbmansion
10-09-2006, 10:10 PM
What is the problem here? Please pm me!


Database error in vBulletin 3.6.1:

Invalid SQL:
INSERT INTO phrase (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES ('', '-1', 'settinggroup_donations', 'PayPal Donations', '5000');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Monday, October 9th 2006 @ 05:07:49 PM
Script : http://www.*********.com/forums/admincp/donations_install.php?do=install
Referrer : http://www.*********.com/forums/admincp/donations_install.php?do=install
IP Address : ***********
Username : *******
Classname : *********

oberheimhaven
10-09-2006, 10:20 PM
What is the problem here? Please pm me!


Database error in vBulletin 3.6.1:

Invalid SQL:
INSERT INTO phrase (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES ('', '-1', 'settinggroup_donations', 'PayPal Donations', '5000');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Monday, October 9th 2006 @ 05:07:49 PM
Script : http://www.*********.com/forums/admincp/donations_install.php?do=install
Referrer : http://www.*********.com/forums/admincp/donations_install.php?do=install
IP Address : ***********
Username : *******
Classname : *********


Mine wont work same deal!!!?????? Shame I needed this hack wont work

mgurain
10-15-2006, 07:30 AM
any comming updated stable version ?

froop
10-16-2006, 05:27 PM
First of all I'd like to say that this is an excellent mod.

Does anyone know how to make it so that if you hover over the award in the postbit, it just shows the name of the award, rather than the reason it was issued, etc.?

Also, I'm not much of a designer so does anyone know where to get basic red, green medals from?

chikkoo
10-18-2006, 07:21 AM
I love this mod.
Appreciate if the Author updates it for vb3.62

Hornstar
10-19-2006, 04:41 AM
by the sounds of it, it is not working in vb 3.6.2
Is this correct?

Am looking forward to giving this a go shortly.

Thanks.

mtha
10-19-2006, 05:26 AM
What is the problem here? Please pm me!


Database error in vBulletin 3.6.1:

Invalid SQL:
INSERT INTO phrase (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES ('', '-1', 'settinggroup_donations', 'PayPal Donations', '5000');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Monday, October 9th 2006 @ 05:07:49 PM
Script : http://www.*********.com/forums/admincp/donations_install.php?do=install
Referrer : http://www.*********.com/forums/admincp/donations_install.php?do=install
IP Address : ***********
Username : *******
Classname : *********

are you sure you are posting on the right location? you were running DONATIONS INSTALL.


Mine wont work same deal!!!?????? Shame I needed this hack wont work

same deal? are you running donation install too? I dont think that's part of my installation.


Does anyone know how to make it so that if you hover over the award in the postbit, it just shows the name of the award, rather than the reason it was issued, etc.?


you can edit the template, but I cant show you in detail right now.

I love this mod.
Appreciate if the Author updates it for vb3.62

is it not working with 3.6.2? I didnt install 3.6.2 myself (still in 3.5 line). it takes me sometime to check, and ... kinda bz right now.

dknelson
10-19-2006, 08:58 AM
by the sounds of it, it is not working in vb 3.6.2
Is this correct?

Am looking forward to giving this a go shortly.

Thanks.

I'm using it on 3.6.2 and it's working great. Had to make one small change and I posted information about it elsewhere in this thread.

tank14
10-19-2006, 02:16 PM
are you sure you are posting on the right location? you were running DONATIONS INSTALL.



same deal? are you running donation install too? I dont think that's part of my installation.




you can edit the template, but I cant show you in detail right now.


is it not working with 3.6.2? I didnt install 3.6.2 myself (still in 3.5 line). it takes me sometime to check, and ... kinda bz right now.
I was on a site looking at this and was interested and just installed. They had a box around their awards the said Award ShowCase everytime they posted. Do you have that info So I can do that too? Here is An image of what I am talking of...http://360battlegrounds.com/click2.bmp Thats was on there little info thing everytime they posted, just smaller. I would like this option if possible.

mtha
10-19-2006, 09:28 PM
I was on a site looking at this and was interested and just installed. They had a box around their awards the said Award ShowCase everytime they posted. Do you have that info So I can do that too? Here is An image of what I am talking of...http://360battlegrounds.com/click2.bmp Thats was on there little info thing everytime they posted, just smaller. I would like this option if possible.

it's in setting, and you also have to edit the templates mentioned in installation instruction

vbreal
10-20-2006, 05:20 PM
how can i change it so the poll options are just yes and no. i want to remove the maybe option

could someone help me out with this issue

tank14
10-20-2006, 08:56 PM
it's in setting, and you also have to edit the templates mentioned in installation instruction
Hmm I dont see that?

Snake
10-20-2006, 09:17 PM
Is this gonna work on vB 3.6.2 just fine?

Neo_Angelo
10-21-2006, 05:59 PM
is there an option available to remove the "request this award"...and to maybe have a nominations thing or voting on who gets an award...that would be cool. great job on this, i'll add this on to the things to look out for in the future as this one isn't for what i want it for.

EMBX
10-24-2006, 01:24 PM
Thanks for this great addon

Installed and working on VB 3.6.2 without problems

Only still have to find some prases to translate in dutch!

Like "Sender Information" en "Request Information:" which show in the thread

* clicks install *

For some of you who have problems with your 3.6.XX template editing, I don't do a search on the whole phrase but just a part of it instead and then it finds most of the time the phrase you looking for!

Evert

EMBX
10-24-2006, 01:35 PM
Is this gonna work on vB 3.6.2 just fine?

Ik got it installed and working on VB 3.6.2, Snake :classic:

EMBX
10-24-2006, 01:39 PM
how can i change it so the poll options are just yes and no. i want to remove the maybe option

I second that, and where can I translate those Yes, No, Maybe?
I cannot find them in the phrases search.

VbStudent1
10-25-2006, 02:04 AM
Works on version 3.6.2 no problems. The only glitch I have found as has been mentioned is with user names that contain non-standard characters (&,' etc). Causes unusual name changes in notificaiton messages and the screen goes blank when you use these usernames as the relevant fields to issue an award (The award still issues no problem though). Great Hack though, well done!

Nuguru
10-26-2006, 11:17 PM
Hello Everyone,

Well I got to say that I really like this hack. Thank you very much. One problem is that the zip file only contained 1 medal - default blue medal. However this post shows several other medals, green, red etc... How can I go about getting a copy of those image files?

Other than that, this hack is great!


Thank you again,

Nuguru :)

pbmansion
10-27-2006, 04:34 PM
I got the mod installed and everything but I am wondering if moderators can give awards to people? Do I have to go to the control panel every time I want to give out an award? Thank you!

jamesk
10-27-2006, 07:27 PM
i think this code, in request_award.php, is preventing requests of awards even though values appear to be set correctly in the admin:

if (!($permissions['awardpermissions'] & $vbulletin->bf_ugp_awardpermissions['canrequestaward']))
{
print_no_permission();
}

everything esle seems to work.

any ideas why?

ICY ICE
10-31-2006, 10:36 PM
I have 3.6.2......looks like a great add on! I got it installed, gave an award> control panel shows award given> award email recieved

Only problem is that I can't see the award in profiles....only in admin control panel.

I also saw a mention of some extra modification to get it 3.6.2, but didn't find it here. I know that some have got this running in 3.6.2....can anyone give me some input.

Thanks,
Neil

VbStudent1
11-02-2006, 01:06 AM
I have 3.6.2......looks like a great add on! I got it installed, gave an award> control panel shows award given> award email recieved

Only problem is that I can't see the award in profiles....only in admin control panel.

I also saw a mention of some extra modification to get it 3.6.2, but didn't find it here. I know that some have got this running in 3.6.2....can anyone give me some input.

Thanks,
NeilIs the showcase working OK when you look at the postbit in threads? Where are you viewing the 'profile' from? If you are testing this system on our own profile go to 'my profile' from quick links and see if the awards show. You will not see the award by viewing your information by selecting the User CP. There are no special steps required to install into 3.6.2. If you do not see the awards in the user profile I would check the installation steps (template edits)

Cheers.

ICY ICE
11-04-2006, 03:30 AM
Is the showcase working OK when you look at the postbit in threads? Where are you viewing the 'profile' from? If you are testing this system on our own profile go to 'my profile' from quick links and see if the awards show. You will not see the award by viewing your information by selecting the User CP. There are no special steps required to install into 3.6.2. If you do not see the awards in the user profile I would check the installation steps (template edits)

Cheers.

I don't see the showcase in 'my profile' or others 'profiles' that i have given awards.

In the Award Manager: It shows members with awards

I'm going through the 'template edits'.....I'll follow up later tonight

Thanks

oberheimhaven
11-07-2006, 03:24 PM
IS the award suppose to show in members profile or postbit?? Its not????? What am I doing wrong,also anyone out there with any awards something dealing with Music???

mgurain
11-12-2006, 03:59 AM
Any planned upgrade to 3.6.3 ?

Last is : vB Version: 3.5.1 !

N-0p3rz
11-13-2006, 07:05 AM
Hrm.. Would it be possible to display the Award Images in the Postbit instead of the Award Icons?

I could switch them around url wise.. but I just made over 50 awards =/ and that'd take me forever =(

letsjoy
11-13-2006, 02:57 PM
does it works with 3.6 ? and if not then when newer version is coming

N-0p3rz
11-14-2006, 02:00 PM
does it works with 3.6 ? and if not then when newer version is coming

if you did a little reading, you'd see that the author doesn't have time ATM to update. But will when he/she gets a chance.

Zoints
11-14-2006, 06:08 PM
Great hack. For those of you using Zoints Local (https://vborg.vbsupport.ru/showthread.php?t=130946), a block has been made for YAAS here (http://dev.zoints.com/showthread.php?t=52) :cool:

pcoskat
11-16-2006, 09:35 PM
if you did a little reading, you'd see that the author doesn't have time ATM to update. But will when he/she gets a chance.

Maybe someone else will take this up...I really want this hack!

GameArtisan
11-19-2006, 11:42 AM
Hi, Just wanted to say that this is a great hack and it is working very well on vb 3.63.

However, I was wondering if there is a way to have more than 1 category of awards in the post-bit info.

I ask this because I see that you can make different award catagories in the admincp so how come a new category is not tied into a new post-bit category?

For example, on my forum (http://www.gameartisans.org/forums/showthread.php?t=2), if you look at the member - FredH -, I have the category "Community" tied in with the award system. But, I am unable to tie the catagory "comps" with the award system (right now, stars are shown because they are given by being part of an additional user group)

Is there anyway to tie in a new postbit category with the awards?

Awaiting your insight upon your return :)

GameArtisan
11-26-2006, 08:48 PM
Nevermind, I have found a solution to the problem...

Cheers

Kiint
11-27-2006, 09:39 AM
First of all, Working great on 3.6.4 on the default template, every page loads fine but I'm having problems on the Epic 3.6 (https://vborg.vbsupport.ru/showthread.php?t=122947&page=11) template as posted there. I can only guess it's the template at fault but can't see what's wrong!!! any suggestion?

Pages with problems:
http://www.bluedragons.co.uk/forums/awards.php?do=viewaward&award_id=2
http://www.bluedragons.co.uk/forums/request_award.php?award_id=2

Pages that work:
http://www.bluedragons.co.uk/forums/awards.php

The only difference I can see between the working and problem pages is the bar under the award name:
Award Icon Award Image | Award Name / Award Description Users Who Have Already Recieved Awards

Secondly, Is there a way to add permissions to a usergroup to allow them to issue awards? I was previously using a medal system for phpBB which looks nearly exactly the same as this and had a link where the "request award" link is, that linked to a Medal Control Panel where the named moderators could issue awards to users (saved me from doing it all the time) Is this already in this module and I've just missed it?, or is it something that could possibly be planned for a future versions (if the author starts working on it again) The only way I can see of issuing an award is through the AdminCP.


Edit: Fixed problem pages, removed the extra:


</td>
</tr>
</table>


which the mod added to its pages

KenDude
12-03-2006, 03:09 AM
I installed on 3.6.3 and have run across a couple of problems.

1) When I try to request an award, for example clicking the link that takes me to the following page:

http://www.caymanclub.net/request_award.php?award_id=1

I get the following error:

K-Man S, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Ummm, I'm the administrator, I should NOT be getting that message. I simply tried to request the award that comes built into the system by default. Anyone else have this problem? Is there a fix?

2) Displaying award.php works fine, see: http://www.caymanclub.net/awards.php

however, if I click on the award and it goes to this page:

http://www.caymanclub.net/awards.php?do=viewaward&award_id=1

(same page just a certain action)

The formatting of the page is screwed up. I suspect something is missing or something extra is included in the do=viewaward section of the awards.php file. I'm going to go dive into that and see if I can fix it but thought I'd ask if anyone else had run into this one as well?

Otherwise it looks good so far other than I need to find a good source of medals and icons to add to my site!

KenDude
12-03-2006, 03:15 AM
Ok fixed #2,

Find the template: awards_viewaward

Edit the template and near the bottom remove the items listed in Kiint's post just above mine where there is an extra td, tr and table tag.

Ok now to try and figure out what is wrong with #1...

KenDude
12-03-2006, 03:53 AM
As posted on a prior page I took the following code out of the request_award.php file (it is near the top)

i think this code, in request_award.php, is preventing requests of awards even though values appear to be set correctly in the admin:

if (!($permissions['awardpermissions'] & $vbulletin->bf_ugp_awardpermissions['canrequestaward']))
{
print_no_permission();
}

And now that page works. I did have the same problem that the template that displays that page needed to have an extra set of td, tr and table tags removed just like the other page previously mentioned.

At this point everything seems to be working so I'll concentrate on finding some medals/awards graphics now... :)

inzane
12-03-2006, 06:49 AM
I am running 3.6.4 and am trying to figure out code to add the awards list into my Quick Links menu. Can anyone help??

Thanks.

inzane
12-05-2006, 12:39 AM
I have figured out the err of my ways and all is working well again.

fishhub
12-06-2006, 04:57 PM
Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT a.*, au.*, post.userid, post.postid
FROM post AS post
INNER JOIN award_user AS au ON (au.userid=post.userid)
INNER JOIN award AS a ON (a.award_id=au.award_id)
WHERE post.postid IN (0,17342,17343,17344,17345,17351,17357,17376,17464 ,17470,17472) GROUP BY post.postid

GROUP BY au.issue_id
ORDER BY au.issue_time DESC;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY au.issue_id
ORDER BY au.issue_time DESC' at line 7
Error Number : 1064

I got the above problems. Any kind soul can assist? TIA

fishhub
12-06-2006, 05:42 PM
OK Problem fixed, a hooked file from Photoplog Lite (gallery) did the Job for the errors.

I d'ont now the reason but i just disabled the the hook an the YAAS works very fine now.

Awesome Mod
Thank u for this Addon ;)

Me too! I disabled photoplog and YAAS works.

How to we get both YAAS and Photoplog work well?

any kind soul to assist..TIA.

inzane
12-08-2006, 10:19 PM
Does anyone know of a hack, similar to this one, that allows the assignment of ranks in the same fashion. (I hate assigning by usergroups).

Thanks

LILMORA4
12-10-2006, 05:03 AM
How can I give an award? I cant find that option.

fishhub
12-11-2006, 02:32 PM
Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT a.*, au.*, post.userid, post.postid
FROM post AS post
INNER JOIN award_user AS au ON (au.userid=post.userid)
INNER JOIN award AS a ON (a.award_id=au.award_id)
WHERE post.postid IN (0,17342,17343,17344,17345,17351,17357,17376,17464 ,17470,17472) GROUP BY post.postid

GROUP BY au.issue_id
ORDER BY au.issue_time DESC;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY au.issue_id
ORDER BY au.issue_time DESC' at line 7
Error Number : 1064


I got the above problems. Any kind soul can assist? TIA


bump, anyone can advice on this? TIA

JohnBee
12-11-2006, 04:24 PM
Is it possible to give someone an award... (say image of the week) then having completed that period the award is given to another member. However... is it possible to keep tab of past awards? I mean I don't want the users to carry ribbons in there postbits forever since the award is for a given time period so I wondered if there was a way to display with some sort of subsystems how many awards a user has achieved over a period of time?

When I issued an award to a user it all worked well...
then I was somewhat confused to find that when I issued or handed the same award to another member they both had the same award even though I set the system to display only one at a time. I was wondering if it was possible to have the same award only show up once *by latest given so that only one award is shown in the postbit.

Kayden
12-12-2006, 06:09 PM
This works for 3.6.x, right?

Amiga Harrison
12-14-2006, 11:39 PM
I would also like to know if this works with 3.6.x? I'm currently using 3.6.4 and this would be perfect for my forum.

yingzhou
12-15-2006, 03:18 AM
Work correct with 3.6.x! Thank for this great Mod!

Talisman
12-18-2006, 04:23 AM
/me clicked install to not lose this thread again before getting to this.

Glad to find this and to see it's working for 3.6.4. I had a similar hack to this going back in the old vB2 days and it's a real nice feature to have for the group.

Thanks for making this available.

Cheers. :bunny:

Canis Firebrand
12-19-2006, 12:45 PM
I have this mod installed and it works great on 3.6.2

I have a question that I didn't see posted here and I'm not sure if it is even possible.

I have one award that will be rotating between the members on my forum, kind of like a "Tag, your it" award.

When the award is given to someone, I'd like it to display on forumhome under the navbar.
I can do it manually each time, but if it was possible to check if the award was given then have it display the award image and the persons name. If it isn't awarded to anyone, that information wouldn't display.

fishhub
12-19-2006, 01:41 PM
Me too! I disabled photoplog and YAAS works.

How to we get both YAAS and Photoplog work well?

any kind soul to assist..TIA.

anyone has solutions to the above . Still awaiting for any kind soul to assist. TIA

Canis Firebrand
12-19-2006, 06:26 PM
Another issue that I just discovered. The PM subject was missing an s from congratulations. When I went into the award system settings and found the area where you can edit the subject and content of the PM.

When you click on the link it says "No Phrases Matched Your Query"

It has the link as this: http://forum.domain.com/admincp/phrase.php?do=edit&e[4000][award_pm]

storpappa
12-21-2006, 12:56 AM
Great mod, installed. I set the system up to create a post / poll in the first forum. It creates a post, but the actual post is visible code, not encoded. Any suggestions on making this presentation work?

http://gamegeekspeak.com/forums/showthread.php?t=15

vppremier
12-22-2006, 10:26 AM
It installed without a hitch, however I would like to know how to edit the way the awards show up in a thread.

Currently its shows the award icon, Award name and Award Reason. How Can I remove the Award Reason from displaying there? What must I edit?

vauge
01-01-2007, 03:49 PM
Version 3.6.4

*Warning*
The create new thread option screwed up my posts and search indexes.

I had to delete thread - repair vb3_posts (several times) then re-index search tables to get my site back up and running.

Other than that, it appears to be working ok for PM requests.

yingzhou
01-01-2007, 04:06 PM
I see. I do not use the Creat hew thread option. :D Thank for warning.

treader
01-02-2007, 06:42 AM
Excellent mod :classic: using it on 3.6.4 with no problems so far :cool:

dooch
01-04-2007, 08:40 PM
after upgrading to 3.64 Ive had a few problems...

so i reinstalled and still errors...

set it all up ok

but when i request an award the click submit i get the following error

This page is not designed to be access directly.

THen there is NO poll, even iff I selected it to create a poll, any ideas?

CK

flashfocus
01-06-2007, 03:23 PM
award system works fine , besides the two following problems.

Yet when i want to see a members page (member has an award)
i get the following message above the rest of the shown page.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in \member.php(651) : eval()'d code on line 34



And when a member tries to request an award i get the 'no acces' message.
UserName, you do not have permission to access this page. This could be due to one of several reasons...

How can i fix this?


__
Vb 3.5.4

Caerydd
01-06-2007, 10:56 PM
hoping for someone to create a stable version of this for 3.6.4 . It looks great, but I can't risk the errors that a few others have received!

snobird1211
01-09-2007, 08:18 PM
hey i love this add on and it works great till now. we have had an alot of new memebrs join at www.iptourneys.com and usally the awrads we give show up in the post bit but they are not. they show up in the user profile but not in the post bit, it seems about 50 percent show up in post bit and 50 percent dont. eveyrthing is configured right what should i do?

Thanks for the help

vppremier
01-12-2007, 12:42 PM
I've messed up my forums doing template edits and can no longer see the rewards next to the users post count. You can have a look here - http://stepinthezone.com/forum/showthread.php?t=262

The creator of that post has two awards, you can see it his profile, but they don't show up when you view the thread.

That postbit area used to be a darker color than the post body, but is now just white.

Please help me fix this and revert it back to what it used to be.

Mum
01-16-2007, 05:15 AM
Can't wait for this for 3.6.4

dknelson
01-16-2007, 11:39 AM
Works GREAT on my board running 3.6.4.

Cyricx
01-18-2007, 02:08 PM
dknelson,

Do you use the create thread or create poll options?

I think those may be what's causing the issues in 3.6.4

dknelson
01-18-2007, 02:21 PM
You may be right because no, I do not use those options and have never tried.

FamilyCorner
01-21-2007, 04:07 PM
I originally installed this hack when it first came out. I am now running 3.5.1 and the system still works great.

I just spent well over an hour trying to upgrade to the most recent version of this hack and ended up reversing all my work when it got stuck on the automatic upgrade. When I click the link to upgrade it just didn't do anything.

ALL I WANT to change about the hack I have running is to be able to either resort the award display on a member's posts, or have them show up with most recent first.

is there a way to do this without going through the entire upgrade?

noreturn
01-21-2007, 06:57 PM
I am using vb version 3.5.3
Right now only me (admin) can access the award system and award manager. Is there a way to allow Super Mods to be able to access this in the admin cp and give out the awards? If so can you please tell me how to set that up?

Thanks

Stilgar
01-24-2007, 04:15 PM
I hope this question wasn't already answered. If it was, I'm sorry I could not find it.

How would I go about changing the size of the font in the postbit and postbit_legacy templates.

Right now the " Total Awards: 3 (more» ...) " part is in a larger font size then the rest of the text in the postbits.

Great mod, thanks!

EDIT

I figured it out. I added class="smallfont" to the <div> before the postbit edits.

wilde108
01-30-2007, 04:20 AM
Everything seems to work fine for me except one small item. When I click on the request award link the formatting of the page shifts. I am using subdreamer v2.4.0 with a skinned vb forum. When the skinning is turned off it is fine. It is not the skin file because all other aspects of the plugin work fine. Can someone give me a hand as to what I may need to do. Here is the link for your viewing pleasure. http://www.photoshopchop.com/forum/request_award.php?award_id=5

Mobo
02-02-2007, 03:25 PM
This is a great Mod and I've had it installed for the last week on my test site and it functions perfectly. I am having one display issue though...

http://gamershavenco.com/temp/memb1.jpg

For some reason, it appears that the Awards column is getting a thicker boarder if the member does not have an award granted to him.

Here is the code for the Awards section of the memberlist_resultsbit template...

<!-- show awards -->
<if condition="$vbulletin->options['aw_memberlist']"><td class="$bgclass">$userinfo[userawards]
<if condition="$userinfo[num_awards]"><div nowrap>
<a href="member.php?$session[sessionurl]u=$userinfo[userid]#award">$vbphrase[total_awards]: $userinfo[num_awards]</a></div></if>
</td></if>
<!-- /show awards -->



And this is the code from the memberlist template...

<!-- show awards -->
<if condition="$vbulletin->options['aw_memberlist']"><td class="thead" nowrap="nowrap">$vbphrase[awards]</td></if>
<!-- /show awards -->


As you can see, it's noting as simple as boarder thickness, ect. You can also tell from the image above that as long as the members have an award, it appears just fine.

Any thoughts on what could be causing it?

Thanks again,

Keith

T_Richardson
02-04-2007, 05:56 AM
I just wanted to post my experience with this mod.
It's a great mod, I had it working and uploading medals and giving them to my members. The next day I had a major database error on all my vbulletin pages including admincp.

After reinstalling my board (no data loss), I tried to install the mod again, thinking I made a mistake. Another database error, same as before.

I am not sure if it's caused by myself not installing it right, or it's conflicting with the custom style I have.

I will wait till this mod is fully functional for the vBulletin version I have = 3.6.4

Jack Black
02-06-2007, 09:21 PM
Is there a port of this for 3.6.4.??

Or will this version work?

MissKalunji
02-06-2007, 11:11 PM
wonder same thing

T_Richardson
02-08-2007, 12:14 PM
I have used this mod on my test site (vB 3.6.4), and if I leave the settings to default, I don't get the database errors that I posted earlier in this thread. Make sure you backup!

UncoderMom
02-08-2007, 12:36 PM
Id love to have this 3.6.4 too!!

bada_bing
02-09-2007, 02:52 AM
Question about this hack, What im trying to do is add an award icon in the member profile and postbit when a members upgrades there subscription and now enters a new usergroup. So anyone that is part of example usergroup A they all get the same award . Can this be accomplished with this system?

Osama11
02-10-2007, 07:04 PM
I Need Help

fateL
02-12-2007, 09:44 PM
I've installed this and it works nearly perfect, but the awards only show in some peoples postbits.

also, the awards are showing up twice in the award showcase.

Any help?

Osama11
02-15-2007, 09:55 AM
there is only 2 metals pic and i need more where would i get it from?

T_Richardson
02-15-2007, 10:31 AM
I've installed this and it works nearly perfect, but the awards only show in some peoples postbits.

also, the awards are showing up twice in the award showcase.

Any help?
One is an icon and the other is the bigger version. Use the icon one for showing in the posts.

there is only 2 metals pic and i need more where would i get it from?
Try a search for military ribbons or make some.:)

fateL
02-15-2007, 04:17 PM
One is an icon and the other is the bigger version. Use the icon one for showing in the posts

That didn't make a difference.

T_Richardson
02-15-2007, 05:26 PM
Try leaving the second one blank. Use only the icon one.
You need to have 2 versions of the same award, one small (for the posts) and one normal size (for viewing Awards Showcase). It's normal to have the 2 awards showing in the Awards Showcase.

fateL
02-18-2007, 02:13 AM
Its not just the logo that doesn't show, the entire Award Showcase box doesn't show at all for some people in the postbit.

bada_bing
02-22-2007, 01:45 AM
Can you set this hack so that members who belong to a certain usergroup will receive a reward?

I want to give an award to members who upgrade to premium member status, can I do this with this hack,automatically?

T_Richardson
02-22-2007, 02:22 AM
Its not just the logo that doesn't show, the entire Award Showcase box doesn't show at all for some people in the postbit.

Make sure you have "Display in postbit" setting to "Yes" in your "Awards Settings".
And check your postbit and postbit_legacy templates to see if the awards code is there.

Can you set this hack so that members who belong to a certain usergroup will receive a reward?

I want to give an award to members who upgrade to premium member status, can I do this with this hack,automatically?

I don't think its set that way, but I'm sure it can be done with some coding.

LILMORA4
02-24-2007, 06:05 PM
Can someone tell how to make the awards show...I cannot see them

RoutineX
02-25-2007, 11:38 AM
Working like a charm on vB 3.6.4 =)

I know there is a setting called "show X awards in the postbit", but was wondering if anyone has managed to seperate it into rows with i.eg 4 awards for each row.

If a person has a lot of awards (and you want to show them all), it really messes up with the alignment with the rest of the posts in the thread.

GGamers
03-01-2007, 07:46 PM
umm i try to request a medal and i get this

Username, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

cooldude714
03-02-2007, 07:30 PM
Is there one for 3.6?

GrendelKhan{TSU
03-07-2007, 03:00 AM
Working like a charm on vB 3.6.4 =)

I know there is a setting called "show X awards in the postbit", but was wondering if anyone has managed to seperate it into rows with i.eg 4 awards for each row.

If a person has a lot of awards (and you want to show them all), it really messes up with the alignment with the rest of the posts in the thread.

Is there one for 3.6?


lol had same questoin. good to know it works for 3.6 :)

Dark Fury
03-08-2007, 08:34 PM
Sweet mod. :D

However none of the awards stuff is appearing within my actual forums, despite it all working in the admincp.

Any ideas?