Hi there,
I've tried to build me a bbcode that is more or less interactiv.
let's say we have that bbcode tag [horst] and a user (let's name him Jim)
So, Jim now comes to a point in the forum where another user has used [horst] to reformat a text (images ..whatever), now all Jim regonizes is a small hint, that he'll needs to be Mod or Admin or member of a certain usergroup to see what's inside [horst]
So me and my texteditor went on to get ourselfves some hooks that look somewhat usefull let me show you what we got (partial):
PHP Code:
well, [horst] is now known as [hide] and works (so far)
But no matter what I try or what hook I use still i have [horst] visible all the time,
No in fact... once, using the hook bbcode_fetch_tags instead of bbcode_parse_complete [horst] will be replaced, but he..sorry..it'll be replaced by "Object #11" or on reload "Object #9" and to all admins and Mods too, not "only" to Jim
So, any idea where I have to take a close look, or place my code to make it work ??
thanks alot
'sid