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