PDA

View Full Version : Members gets a award for good threads...


Marulatree
07-10-2004, 11:28 AM
hi,

I know the is karma/ award hacks out there - what I'm looking for is a hack that only admin can give to a member. when this award is given the member gets a admin determined image in their postbit. Can this be done with a admin section for configuring as well?

Marulatree
07-11-2004, 10:13 AM
bump

chet
07-11-2004, 10:20 AM
Nice thought, I would like to see this feature too

Chet

Marulatree
07-12-2004, 08:40 AM
Hi Chet,

I'm glad I'm not the only one...I think having this feature would allow the Admin to award a member on a more personal level. Anyone else interested in a hack like this? Is this anyone out there that can make this hake a reality?

Vman
07-15-2004, 02:40 AM
BUMP! I would like to see something like this...I saw the award thing, but nothing on Karma!

Reeve of shinra
07-15-2004, 03:50 AM
Theres an award hack on vb.org.

I use an if condition and a cusotm profile field to give postbit awards out. There's instructions on how to do this at vbulletintemplates.com

Marulatree
07-15-2004, 09:16 AM
Reeve - I looked and searched VBtemplates and could not find anything that you have described...Could someone that knows how to hack maybe try do one?

Reeve of shinra
07-15-2004, 01:34 PM
Its simple... create a new custom field that members can't change. Then put this in the postbit template -- just change field15 to whatever your new profile field is. Then all you need to do is put the address to the image you would like to display.


<if condition="$post[field15]"><img src="$post[field15]"></if>

Blam Forumz
07-15-2004, 02:37 PM
Do you put the field numnber instead of field15? or the field name??????

Reeve of shinra
07-15-2004, 02:49 PM
if your new field # is 5, then you would put $post[field5], if its six it would be $post[field6], etc.

Marulatree
07-15-2004, 02:58 PM
what happens if you want to award individual members awards?

e.g. I give member #1 an award then Member #2 gets an award. Then Member#1 does something good for the forum and I want to award emmber another award therefore member#1 has 2 awards (images) and Member#2 still only has one

Blam Forumz
07-16-2004, 09:03 AM
I tried doing this with a favourite game profile field, i did this

Favourite Game: $post[field15]

But all it says in the postbit under peoples posts is

Favourite Game:

And they have put their fave games in the profile field :'(