I hope someone can help. i have tried to work this out and searched but perhaps I am missing the point. When a user goes to edit there profile I want a simple link on the cb menu bar that sends them back to the kunena forum they have come from? Is that possible? I think its some kind of custom code. I found an article that references the twitter doc but I am still none the wiser. thank you in advance.
Normally you add menu links to CB Menu using API, but you can add up to 2 by editing the Menu tab found in CB > Tab Management. For example the below will add a Back link to it that simply goes back by 1 browser history.
Second Sub-Menu Name: Back
Second Sub-Menu URL: javascript: history.go(-1);
It becomes a lot more complex if you want it to actually keep track of their previous URL and display the link only when a previous URL is present, etc.. You'd need complete custom development for something like that.
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.