Skip to Content Skip to Menu

[SOLVED] Link Issue

  • MAYASIMA
  • MAYASIMA
  • OFFLINE
  • Posts: 183
  • Thanks: 22
  • Karma: 5
9 years 5 months ago - 9 years 5 months ago #264819 by MAYASIMA
[SOLVED] Link Issue was created by MAYASIMA
I have an issue that only occurs in IE. I have a menu item that is pointed to the CB User Profile edit. When clicking on the menu item link in FireFox or Chrome, everything works fine. It goes to the correct url:
Code:
https://www.example.com/index.php?option=com_comprofiler&view=userdetails&Itemid=309

However in IE, the same menu item goes to:
Code:
https://www.example.com/index.php?option=com_comprofiler&view=login

and I cannot get to the user profile edit page. It somehow works when I manually change the url to:
Code:
https://www.example.com//index.php?option=com_comprofiler&view=userdetails&Itemid=309
(notice the double slashes after the domain)
Again this only happens in IE and all other CB menu items work fine. I do not have any rules setup to detect browsers etc...

Any idea what this can be?

Thanks,

Sima
Last edit: 9 years 5 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 5 months ago #264855 by krileon
Replied by krileon on topic Link Issue
No idea, we don't handle the menu items. That's entirely done by Joomla with the menu path stored directly in database with the menu item details. Maybe using CB Auto Actions to do a redirect of some sort on profile display trigger? Even if CBs profiles are inaccessible we don't send to login, but to an empty page with an error. Maybe you've 2 menu items 1 for logged in and 1 for logged out? Logged out it goes to login page? That seams most likely and functionality wise would make sense to do that, but I don't see how it'd affect only IE.


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.

Please Log in or Create an account to join the conversation.

  • MAYASIMA
  • MAYASIMA
  • OFFLINE
  • Posts: 183
  • Thanks: 22
  • Karma: 5
9 years 5 months ago #264880 by MAYASIMA
Replied by MAYASIMA on topic Link Issue
I am looking into this. It probably does have something to do with dual menu items for logged in users and guests, and in that regard, what is the best practice to setup the mandatory CB menu item "User Profile (mandatory!)" if you do not want it to be viewable by the public. Because it has to be published with the public setting I believe. So on sites were that was not desirable I usually used to create a menu item somewhere were it was unlikely anyone would find it :unsure: .

... but I don't see how it'd affect only IE.

I think the IE thing might be caused by the template.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 5 months ago #264892 by krileon
Replied by krileon on topic Link Issue
CB needs the menu item for the Itemid to determine access to various endpoints. It doesn't have to actually be visible though. So for example you could create a menutype that just doesn't have a module setup to display it and put whatever menu items you want on it. We actually set this up for you automatically when CB is installed so you should have a "Community Builder" menutype already.


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.

Please Log in or Create an account to join the conversation.

  • MAYASIMA
  • MAYASIMA
  • OFFLINE
  • Posts: 183
  • Thanks: 22
  • Karma: 5
9 years 5 months ago #264895 by MAYASIMA
Replied by MAYASIMA on topic Link Issue
Got it. Thanks!
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum