Hello,
I have developed a custom component in joomla 2.5.6, and am creating a joomsef extension for it.
I have got it working nicely, but I would like to know how to prevent sef urls for particular tasks/views.
For example, I have an area only accessible by logged in users, where they can add data and submit forms.
I do not wish these areas to have sef urls.
I have developed plugins for sh404sef where I just set $dosef= false for the views/tasks I do not wish sef urls, how would
I do this with joomsef?
Thanks