Hi There,
Just a question, is there a reason why is it that the view has to be added to the SEF URL? For example, in Friends, Pages, Groups, etc. The URL will look like:
http://www.domain.com/friends/friends/all
The first friends is the menu alias, the second friends is the view.
In the folder /components/com_easysocial/sef_ext/friends.php:
if( isset( $view ) )
{
addView( $title , $view );
}
The view title is explicitly added, why?
Thanks,
Jackson