Hide links, only allow specific groups to see them.

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
dnb
Registered User
Posts: 5
Joined: Mon Feb 02, 2009 6:21 am

Hide links, only allow specific groups to see them.

Post by dnb »

Hi,

How can i make my forum links appear only to groups with permissions, The same way to forums work.

Example: When i create a forum and go to permissions, select none for unregistered users they cant see the forum till they register.

User avatar
COD3M4ST3R-X
Registered User
Posts: 228
Joined: Wed Nov 05, 2008 7:52 am
Location: Lahore,Pakistan
Contact:

Re: Hide links, only allow specific groups to see them.

Post by COD3M4ST3R-X »

dnb wrote:Hi,

How can i make my forum links appear only to groups with permissions, The same way to forums work.

Example: When i create a forum and go to permissions, select none for unregistered users they cant see the forum till they register.
Well you mean links the live links like this
viewtopic.php?f=72&t=30684
Or links posted within the CODE BBcode.

Code: Select all

http://area51.phpbb.com/phpBB/viewtopic.php?f=72&t=30684
Image
Long Live PhpBB!

dnb
Registered User
Posts: 5
Joined: Mon Feb 02, 2009 6:21 am

Re: Hide links, only allow specific groups to see them.

Post by dnb »

Yes live links and not bbcodes

User avatar
COD3M4ST3R-X
Registered User
Posts: 228
Joined: Wed Nov 05, 2008 7:52 am
Location: Lahore,Pakistan
Contact:

Re: Hide links, only allow specific groups to see them.

Post by COD3M4ST3R-X »

dnb wrote:Yes live links and not bbcodes
Use Prime Links MOD it does not a have permission Mechanism but it can hide URL,s From Guests. :D
http://www.absoluteanime.com/admin/mods.htm#links :D
Image
Long Live PhpBB!

dnb
Registered User
Posts: 5
Joined: Mon Feb 02, 2009 6:21 am

Re: Hide links, only allow specific groups to see them.

Post by dnb »

COD3M4ST3R-X wrote:
dnb wrote:Yes live links and not bbcodes
Use Prime Links MOD it does not a have permission Mechanism but it can hide URL,s From Guests. :D
http://www.absoluteanime.com/admin/mods.htm#links :D
I only want to show the links to specified goups, The mod you suggested only hides the links from guests which i can do already do using the following below:

<!-- IF S_USER_LOGGED_IN --><a href="http://myweb.com/demo">demo</a><!-- ENDIF -->

User avatar
COD3M4ST3R-X
Registered User
Posts: 228
Joined: Wed Nov 05, 2008 7:52 am
Location: Lahore,Pakistan
Contact:

Re: Hide links, only allow specific groups to see them.

Post by COD3M4ST3R-X »

dnb wrote: <!-- IF S_USER_LOGGED_IN --><a href="http://myweb.com/demo">demo</a><!-- ENDIF -->
Well this code is for hiding links from Guests and its used in overall_headers.html
thats not going to do for hiding links within posts.
Image
Long Live PhpBB!

User avatar
COD3M4ST3R-X
Registered User
Posts: 228
Joined: Wed Nov 05, 2008 7:52 am
Location: Lahore,Pakistan
Contact:

Re: Hide links, only allow specific groups to see them.

Post by COD3M4ST3R-X »

Well you could use this Mod hide Content 4 Groups by 4seven. :D
I hope this is what you want.

Code: Select all

http://sekuro.se.funpic.de/phpbb3/viewtopic.php?f=15&t=154
:D
Image
Long Live PhpBB!

Locked