PDA

View Full Version : How to customize this BBcode ??


kent_lkc
08-14-2009, 08:05 AM
Guys, i need advice on this BBcode.

<b><a href="member.php?do=getinfo&username={param}">{param}</a></b>'s profile

the BBcode is username

out put is kent_lkc (https://vborg.vbsupport.ru/member.php?do=getinfo&username=kent_lkc)

How can i or is it possible to have output that has group color ?

Sorry for bad English.

kent_lkc (https://vborg.vbsupport.ru/member.php?do=getinfo&username=kent_lkc) << follow user group color.

if user is moderator, then above name should be in green color etc.

Lynne
08-14-2009, 02:30 PM
You will have to actually create a plugin using the bbcode_create hook location to do some code to spit out the name with the usergroup color. You'll have to query the database to get the userid and then use fetch_musername to get the styled username.

kent_lkc
08-15-2009, 04:27 AM
wow . . . such a huge project. Thanks for reply.

i think will stick with basic BBcode above.