The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
|
#12
|
|||
|
|||
Done
Not sure if this will work in 3.5.0, only tested on 3.5.1 Upload the attached plugin and modify it (change STYLEID = 67 to STYLEID = <styleid> of your worksafe style). |
#13
|
||||
|
||||
Quote:
How would you remove the avatars on that specific style? Remove it from the postbit? |
#14
|
||||
|
||||
Quote:
|
#15
|
|||
|
|||
Quote:
|
#16
|
|||
|
|||
It is (afaik) possible to do what you want, except its complex. The way I see you being able to do it is using the bbcode_create hook to modify the $this->tag_list array to modify the replacement html of the bbcode as the bbcode parser starts up.
It would look something like below, but note that i did it based on the tag example [newsimg]url[/newsimg] not [newsimg=url]text[/newsimg]. To do the second one, change no_option to option. I havent tested this and it could break the bbcode parser (with either setting). PHP Code:
|
#17
|
||||
|
||||
I would be interested in something like this that could also turn on the swear filter.
I don't filter anything on my site but there have been problems with people getting locked out when their work software detects profanities. |
#18
|
|||
|
|||
in global_start
PHP Code:
|
#19
|
|||
|
|||
thanks merk, I will give that a shot.
|
#20
|
|||
|
|||
Quote:
Thanks!!!! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|