MyBB Community Forums

Full Version: Hide to Guests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed this plugin:
http://mods.mybb.com/view/hide-to-guests
Is it possible that users can see links only after answering?
there is a different plugin for your required purpose : hide until post
@ranjani Thx again for your support! ^,^
If I would use these plugin, I will have to edit all posts because I am using [hide]---[/*hide]!

@PJGIH I will check it. Smile
On line 59 of the plugin, find:

$message = preg_replace("#<a href=(.*?)</a>#ims", "$error", $message);

And change it to:

$message = preg_replace("#\[hide\](.*?)\[/hide\]#s", "$error", $message);
^ as you said that you are using hide code for links, he modified links-on-post to suit your requirement