Log in

View Full Version : Conditional (pseudo) bbcodes?


Darat
01-26-2005, 03:00 PM
Posted this over at vBulletn.com and it was suggested to try it out here.

Can anyone help me out? On a board I'm a mod on we use a custom created bbcode that displays mod comments in a table with some fancy formatting. e.g. Thread moved. and that displays the text in the table.

Since this is a bbcode anyone can use the bbcode tag which obviously can lead to abuse. Is there a way of making a bbcode like the above available only to moderators? I know you can’t put a conditional in a bbcode, but is it possible to add something to the bbcode parser function that checks a usergroup?

Marco van Herwaarden
01-26-2005, 03:10 PM
Yes, have a look at https://vborg.vbsupport.ru/showthread.php?t=75162

With some modifications you could use that.

Darat
01-26-2005, 03:12 PM
Thanks!