Log in

View Full Version : How to do this? Help me please :)


DKasemier
05-10-2001, 06:04 AM
On my board, people use custom subtitles, it's fun. But I want to have a variable in postbit for the real status to. (member, admin, moderator...) offcourse it's possible, but I don't know how. On my very recustomized design of vB you have a bar above every post with "Posted by: Username (number of postings by user) - date time.."
but then in dutch.. you get:

Gepost door: DKasemier (3013) - 10-05-01 08:56

--

But now I want to make this:

Gepost door: DKasemier (Admin - 3013) - 10-05-01 08:56

"Posted by: Username (status - number of postings by user) - date time.."

--

see?

Wayne Luke
05-10-2001, 06:32 AM
You would have to disable custom user titles and then create a Custom Profile Field to hold the custom user title. You will lose all censorship and control on this ability though.

Once you have your custom profile field you can show it in postbit using something similar to how the location is shown. The field number will be what ever field it is that you create. If you have created none, it will be field5.

DKasemier
05-13-2001, 09:43 AM
thanx!