Jump to content

add possibility of hiding tags for specific user groups


OptimusBain

Recommended Posts

Hello,

It would be great if tags could be hidden for specific user groups. Tags a great for organizing topics and forums, but when you have a paid community, there are things you need to limit and restrict to prevent access to certain topics, in this case, by using tags.


It would help a lot to have the possibility to hide/show tags for specific user groups.

Thanks

Link to comment
Share on other sites

Made a quick plugin and works fine:

Groups selected:

5YWrLla.png

My group not selected:

vBpxU07.png

 

But I got an error when viewing the item (topic, file, blog entry, etc) because it adds the tags as meta data (keywords):

			if( \count( $tags ) )
			{
				\IPS\Output::i()->metaTags['keywords'] = implode( ', ', $tags );
			}

So I'll have to workaround this. I'll try again in the weekend, probably.

Link to comment
Share on other sites

2 hours ago, Adriano Faria said:

Made a quick plugin and works fine:

Groups selected:

5YWrLla.png

My group not selected:

vBpxU07.png

 

But I got an error when viewing the item (topic, file, blog entry, etc) because it adds the tags as meta data (keywords):

			if( \count( $tags ) )
			{
				\IPS\Output::i()->metaTags['keywords'] = implode( ', ', $tags );
			}

So I'll have to workaround this. I'll try again in the weekend, probably.

Thanks a lot. What a suprise. I would love to buy that plugin if it allows to hide tags for selected user groups. You are the best! Thanks 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...