MyBB Community Forums

Full Version: show before register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my forum is now, you need to register to see the thread.
i mean that -
http://screensnapr.com/v/dVffT5.png
if you not register you not see the post..
thanks you!
my forum - http://computing-forums.net
So you want the guests to be able to browse the forums but can't read a thread?
If yes, try this:

1) Download this plugin here.

2) Go to inc -> plugins -> gcvt.php and search for:
error("Guests cannot view threads.","Error");
Change this line to this:
error_no_permission();

Make sure to enable this plugin in the acp
That's it.
So everytime a guests wants to read a thread, he get's an error box, to login.
(2012-06-03, 11:03 AM)Michael94 Wrote: [ -> ]So you want the guests to be able to browse the forums but can't read a thread?
If yes, try this:

1) Download this plugin here.

2) Go to inc -> plugins -> gcvt.php and search for:
error("Guests cannot view threads.","Error");
Change this line to this:
error_no_permission();

Make sure to enable this plugin in the acp
That's it.
So everytime a guests wants to read a thread, he get's an error box, to login.
see the picture you understand what i mean..
(2012-06-03, 11:15 AM)matan Wrote: [ -> ]see the picture you understand what i mean..

Try what I told you, than it will work.
i cant to download that...
(2012-06-03, 11:46 AM)matan Wrote: [ -> ]i cant to download that...

Here is the edited php file.
Put this in your inc/plugins folder and activate the plugin.
[attachment=26440]
(2012-06-03, 10:57 AM)matan Wrote: [ -> ]my forum is now, you need to register to see the thread.
i mean that -
http://screensnapr.com/v/dVffT5.png
if you not register you not see the post..
thanks you!
my forum - http://computing-forums.net

do you mean just the user name or the whole thread ?