[#4344] Hide New Category and Group buttons when viewing a profile

10 years 4 months ago - 10 years 4 months ago #237313 by sberryjp
Hi

Is there any way to hide the New Category and New Group buttons when a user visits another user's profile and views their Groups (in a Groups tab)?

Many Thanks

Please Log in to join the conversation.

10 years 4 months ago #237338 by krileon
That's actually a bug. Those are only supposed to show on your own profile. Quickfix as follows.

IN: /components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default/tab.php
ON: Line 29
FROM:
if ( $newCategory || $newGroup ) {
TO:
if ( ( $newCategory || $newGroup ) && ( $displayed->id == $user->id ) ) {


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: nant, sberryjp

Please Log in to join the conversation.

10 years 4 months ago #237358 by sberryjp
That's fixed it - many thanks for the quick reply

Simon

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.201 seconds

Facebook Twitter LinkedIn