![]() |
Edit: Nevermind...I figured it out on my own...thanks. :\
|
is there way to add multiple fields to this?
for example, instead of typing a point score i type in a word so far I have a weapon field, I want to add Armor and Gil, is there a way to do that? |
NM! I got it
|
hey guys,
novice here, wondering how you can make it so that "points" is only hyperlinked (under user name in posts) if the thread reader is an admin or moderator... and to everyone else, it's just not clickable... |
Simple...
You find the getpostbit function in functions.php Add a line that checks permissions to see if the person is authorized to give points. Example - Only admins can if ($bbuserinfo[usergroupid]==6) { $points="blahblah"; <-- make that the code with the link } else { $points="Points: $post[field5]"; } I have an even cooler solution working... but I'm keeping that to myself. |
If anyone would like it, I could release a hack that gives administrators and mods the ability to give users points, but in stead of displaying the points in the user profile, the amount of points would actually decide the usertitle of the user...
I have this implemented on my own site and it works very well... If anyone wants this, let me know, and I'll make a release. |
Quote:
|
Quote:
|
Sorry for not having released this yet. I have been incredibly busy at work the past week. Will try to get this out during the weekend (which might be difficult, since I have to build my new computer and do some serious gaming ;) )
|
Just install it.. Works GREAT ! Thanks ! ;)
|
All times are GMT. The time now is 10:39 AM. |
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:
|