Log in

View Full Version : HOW TO create "hidden" vBcodes?


ataraxia
10-08-2004, 10:51 PM
Can anyone think of a way to create some vBcodes that are NOT visibly listed when a user clicks on the "vB codes ON" link to get help?

Even if the description, exxample, etc are omitted when creating the tag in the vBcode editor, the tag, itself, is required and is still visibly listed to users. I don't want my users to see certain "special" tags.

**Please note that Replacement Variables will NOT work as an alternative. **

I want to do some things with linking. Replacement Variables do not work well with HTML codes if "allow HTML" is turned off for security. (The message editor regards the HTML code as literal text, not HTML.) They can also cause a real mess. vBcodes, on the other hand, seem to handle this very well. The only problem is that I don't want my users to see or use these "special" vBcodes.

Thanks!

Logikos
10-09-2004, 05:15 AM
This might work for you, replacements work fine with HTML. Just gotta code it in the PHP. Try looking at this, maybe it could help you. https://vborg.vbsupport.ru/showthread.php?t=68051

Dean C
10-09-2004, 09:46 AM
Questions about modifying vBulletin's default behaviour and asking about modifications in general, should be posted in General vBulletin Questions. Please read the forum descriptions more carefully in future. I've moved your thread there for you :)

Thanks,
- Dean

nexialys
10-09-2004, 11:23 AM
tbw, you simply have to not put the bbcode button in the template to have it invisible.. ;)