MyBB Community Forums

Full Version: Remove certain tags when parsing signatures
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. When parsing signatures i want to remove certain tags.

Such as

[quote]
[/quote]

[b]
[/b]
You need a plugin to do this. You can fill a request at the Plugins Requests forum or at the Plugins Development if you need help writing your own.
(2012-09-07, 06:57 PM)Omar G. Wrote: [ -> ]You need a plugin to do this. You can fill a request at the Plugins Requests forum or at the Plugins Development if you need help writing your own.

wouldn't this be possible with regex

for example you are able to make all links no follow with regex

or manually edit the signature saving php file for removing such tags.
It may be possible, but no without a plugin (or code edit).
(2012-09-07, 08:24 PM)Omar G. Wrote: [ -> ]It may be possible, but no without a plugin (or code edit).

i accept code edit if you help
Well, start working on it and if you need help just ask, if anyone may help you out then they will reply Smile
(2012-09-07, 08:49 PM)Omar G. Wrote: [ -> ]Well, start working on it and if you need help just ask, if anyone may help you out then they will reply Smile

it would take huge time of me to understand how mybb works Sad
Probably less that what you will need to wait for somebody to do it for you for free. The MyBB plugins system is not too hard if you know the necessary PHP.