The current version of CB rocks, it's been fabulous to work with and will do darn near anything.
I have a question on the behavior of the Edit button when editing a profile.
Our users don't think to mouse over the edit button and then click the Update your profile drop down link. Some even miss the button and it's Red! No amount of FAQ's and even a How to use Video user proofs this thing.
I think there are two questions on this issue:
1. Is there a reason why the Edit button so a simple click on it can't directly take a user into the edit mode?
2. If not, how can we modify it's behavior so users simply need to click the button to edit?
Thanks for any help on this, it's an annoyance and not fatal but if we can change the way it works, it would be appreciated.
CB Menu core plugin is a bit long over do for a rewrite. Same with CB Connections. I hope to get to those rewrites for CB 2.2, but likely not in CB 2.1 (will see about at least some new functionality added to CB 2.1 for custom menu entries).
The best way to have what you're wanting is to first hide that menu entry using CSS. Once that's done use CB Auto Actions and its CB Menu action to add a new profile edit menu entry that is top level (won't be in a dropdown so single click goes to profile edit). That should help alleviate some of the user confusion. The below configuration should do this.
Global
Triggers: onPrepareMenu
Type: CB Menu
Access: Self Only Action
Title: UE_UPDATEPROFILE
Type: (leave empty)
Class: UE_UPDATEPROFILE
Position: Menu Bar
URL: index.php?option=com_comprofiler&view=userdetails
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.