The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
||||
|
||||
Here's a preview of how this hack is used and displays on my board.
For those wondering why you would want such a hack.. I use it for the paid memberships system that I wrote to work with vBulletin. I don't require membership to view/use the board, but do accept contributions towards site operating costs. This hack was part of the solution to adding that membership system and giving users 'status' based on their contributions to the site. |
#3
|
||||
|
||||
There is another hack similar to this made by JJR512, although his uses a custom field other than creating a new table. I'm not sure if his is all that similar in code, but they seem to do the same thing.
Reference: https://vborg.vbsupport.ru/showthrea...threadid=34968 |
#4
|
||||
|
||||
great hack...
|
#5
|
||||
|
||||
Actually, they are quite different:
"Basically, all it does is show both a custom title, selected by the user, and the user's standard title" This hack keys the custom title off of the users usergroup and it is only configurable thru the admin and can't be set by the user. The other hack allows the user to set their custom title and has nothing at all to do with the user groups that the user is assigned to. |
#6
|
||||
|
||||
Nice hack, but are you sure it hasn't been done before? Because at a forum I go to they've had a userselectable field, and then another field just like this and it's been there for a while. Only the admins get the second field, however, and they put stuff like "Coolness Admin, Cheese Eating Admin" and stupid stuff like that . But was this made before? I don't think the site creator is good enough with PHP to make his own.
|
#7
|
||||
|
||||
I do not believe that this hack has been done before (keyed off usergroup like this).
I searched the forums extensively before I wrote it, I found some similar, but none that did exactly what I was trying to do: Assign a custom title to each user within a specific user group and still keep the posters standard post count based user title. I suppose it could have been done (as has been done previously) with a 'hidden' user profile field that the admin sets, but I didn't want the hastle of setting this user field and like the ability to see who my contributing members are (and at what level) based on their usergroup. My reason for needing this was to implement my paid membership system which has 5 different levels above standard member (Contributor, Bronze, Silver, Gold, Platinum) each based on the amount of $ sent in by the user and each getting a custom 'group' title in addition to their normal user title. The entire system is automated so all I have to do is enter the funds as they are received and the rest is handled within my membership system / vBulletin. The custom status is assigned as soon as the member is switched to a contributor user group. And for those wondering, yes, I have a fully working and operational membership system tied into vB that tracks money sent in, expiration dates, totals, membership status, limits avatar dimensions and display based on usergroup (another reason for this hack), the whole nine yards, and it's completely automated once I enter the funds into the system. It took three existing hacks, this hack and two other hacks I wrote but have not yet published to create. |
#8
|
||||
|
||||
i shall install....SOON
|
#9
|
||||
|
||||
Quote:
|
#10
|
||||
|
||||
There's no extra table created, only a modification to the usergroup table to add an extra field which contains the custom usergroup title if you want to use one.
The two hacks are different. This one is set by the admin and sets a custom usergroup title based on what usergroup the user is in. This is usefull if you want every member of that usergroup to have the same custom title and yet still keep the original user title based on post count. The other hack referenced adds an additional profile field that allows the USER to set their own custom title in addition to their title based on post count. If you want to allow the users to set their own custom titles or if you want to use the admin to set a custom title for individual users, then the other hack is probably what you want. If you want to set a custom title for all users within a specific usergroup and not override their user title, then this is the hack to use. Basically, two differing ways of doing the same thing, just depends on what you're trying to do and how you want to control it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|