ok
That would be a good idea. I'm not a coder but I saw that there was a section missing compared to the other extensions.
class sefext_com_adsmanager extends sef_joomsef
{
function create($string, &$vars) {
global $sefConfig, $database;
// Use this to get variables from the original Joomla! URL, such as $task, $page, $id, $catID, ...
extract($vars);
$title = array();
I guessed at it but it seems to be working well on my site.