MyBB Community Forums

Full Version: Restrict images from Guest Viewing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to restrict guest from viewing Images uploaded on thread/forum, how can I do so.

here is the example of one forum which has implemented this option

in the below forum instead of Images message for guests come as.

Guests cannot see links in the messages. Please register to forum by clicking here to see links.

i also wants to display similar message, please help me how to do so

http://dishtracking.com/forum/eutelsat25...#pid123754
You can restrict the view to thumbnails in the user permission settings.

If they click on it there is a message that says they need to be logged in to view and I imagine you can change that text in the language file.
(2013-03-11, 08:25 PM)Colbyt Wrote: [ -> ]You can restrict the view to thumbnails in the user permission settings.

If they click on it there is a message that says they need to be logged in to view and I imagine you can change that text in the language file.

Thanks Colbyt that i have already done and it works fine.

I want some mechanism which hides the complete URL of External Image and displays a message, like Guest cannot view the images attached, please register to view the images links.

I tried some of the plugins also like hide links but none of the plugin is able to remove external image links.

after searching I came across a website which has similar feature implemented i dono how they enabled this feature.

they are also using mybb forum

the site is mentioned below

http://dishtracking.com/forum/eutelsat25...#pid123754
(2013-03-12, 04:39 PM)Vernier Wrote: [ -> ]Try this plugin:

http://mods.mybb.com/view/hide-to-guests Smile

any clue what should I enter in TAG field shall I enter [img] Tag ?

I used 1 more plugin yestarday and now I am able to block the images from Guest, but the problem I am getting starting and ending IMAGE TAG along with the message 2 Time Image Start & End tag appears any clue how can I remove this IMG TAG.

The plugin I used is SCD Hide From Groups

http://mods.mybb.com/view/scd-code-hide-...d-plugin-2

[img][/img] Guests cannot see Images in the messages. Please register to forum by clicking here to see links.


thanks
IMO there's a more complete way to do this....
there's a plugin that allows you to apply permissions to any MyCode.
img tags make use of core mycodes which you can put in your MyCode list in MyBB by putting in a IMG MyCode.. eg
\[img\](.*?)\[/img\]

<img src="$1" style="max-width: 708px;" alt="Image" title="Image Posted on yoursite.com" />

If you have this plugin:
Advanced MyCode Permissions v1.4 by Jammer

you'll have permissions options available for the MyCode as well as what to display if a user doesn't have permission to view them.

For my 1 year experience with MyBB (don't let my join date fool you) this has been the best option I've found.

I hope this helps you.
i installed this plugin , also activated in plugins menu. It Not Showing in configuration settings !