OptimusBain Posted December 2, 2022 Posted December 2, 2022 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
Adriano Faria Posted December 2, 2022 Posted December 2, 2022 Made a quick plugin and works fine: Groups selected: My group not selected: 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. OptimusBain 1
OptimusBain Posted December 2, 2022 Author Posted December 2, 2022 2 hours ago, Adriano Faria said: Made a quick plugin and works fine: Groups selected: My group not selected: 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
Recommended Posts