MyBB Community Forums

Full Version: Exclude Signature from plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry for the horrible title..

I'm working on a plugin that hides links to guest. My only problem is it hides the links in user's signatures too. 

How would I go about hiding the links in the post only?
I have a plugin who makes this but it's payd, so i have to say some trick to do this, use the right hooks to do this and then set a conditional inside the post['message'] and post['signature'] for the replacement.

You have to work so hard to make all goes fine because there are many hooks to be switched to make a complex and functional hide system.

I have the thankyou mybb systems who hide contents inside hide tags until thank to a message,so you caan take that code and the tips i sayd and done !!!

If you widh to do it, then do it Big Grin
(2015-08-20, 01:28 PM)Dark Neo Wrote: [ -> ]I have a plugin who makes this but it's payd, so i have to say some trick to do this, use the right hooks to do this and then set a conditional inside the post['message'] and post['signature'] for the replacement.

You have to work so hard to make all goes fine because there are many hooks to be switched to make a complex and functional hide system.

I have the thankyou mybb systems who hide contents inside hide tags until thank to a message,so you caan take that code and the tips i sayd and done !!!

If you widh to do it, then do it Big Grin

Can you send me the link to this? Thanks!
Link to thanks system:

http://community.mybb.com/mods.php?action=view&pid=67

The paid one require register for security and downloads purposes, like updates and more things.

http://soportemybb.es/tienda.php?action=view_down&did=2

You can register to buy it or only to see images below mod to see how it works and wich parts you have to take care of in plugins creation of this type.

See yah !!!