The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Use BBCode in usertitle
What I would like to do is allow specific usergroups to be able to use BBCode to format their usertitle. Is there a way to do this via plugin?
|
#2
|
|||
|
|||
I guess you could try something like this
PHP Code:
postbit_display_complete profile_complete etc... The hook will change according to the location you want to enable it. I'm not sure if this is going to work, as I haven't tried but please post your results here after testing. |
#3
|
||||
|
||||
Sorry for the late reply, been a tab busy these days. As for the code, it does work in threads, however, it doesn't work in profiles. In profiles it will just simply display the code that was entered in the User Control Panel.
|
#4
|
|||
|
|||
Have you created a plugin for each hook?
|
#5
|
||||
|
||||
Yeah, I tried that, and sadly no luck. I even tried replacing $post['usertitle'] with $prepared['usertitle'] since that's what used to call the usertitle in the MEMBERINFO template.
|
#6
|
|||
|
|||
Try adding a new plugin with same code with the hook location: member_complete and fetch_userinfo.
It's supposed to work after this. Try it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|