Skip to Content Skip to Menu

[SOLVED] CB Links

  • MAYASIMA
  • MAYASIMA
  • OFFLINE
  • Posts: 183
  • Thanks: 22
  • Karma: 5
9 years 5 months ago - 9 years 5 months ago #265339 by MAYASIMA
[SOLVED] CB Links was created by MAYASIMA
I noticed that some 3rd party extensions that integrate with CB are using different links then CB itself. For example, I have an extension that creates the following link when looking at a user's profile:
Code:
index.php?option=com_comprofiler&task=userprofile&user=443

In CB v 2.0.9 the link is:
Code:
index.php?option=com_comprofiler&view=userprofile&user=443

Both links work, but I am just curious to know if this is the right way of doing things or if maybe this is how it is suppose to be and the difference between task and view is a function.

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 #265381 by krileon
Replied by krileon on topic CB Links
Task is obsolete. We map task to view to allow it to still function, but Joomla doesn't support task at all anymore. The 3rd party integrations need to be updated at some point. If they used our getFields API or called our framework function for user profile link this would never be an issue, but believe some integrations are hardcoding the URL structure and just adding the user id to it.


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 #265382 by MAYASIMA
Replied by MAYASIMA on topic CB Links
Thanks!

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

Moderators: beatnantkrileon
Powered by Kunena Forum