Hello
I encountered the following problem after saving a new sobi2 entry that requires approval from administrator. I have a main category named list for which the SEF url is "
www.mysite.com/list" and non SEF is "index.php?option=com_sobi2&Itemid=18" linked directly from main menu. After I save a new SOBI2 entry from frontend, a new duplicate SEF url appears , "
www.mysite.com/list", but the nonSEF url is "index.php?option=com_sobi2&catid=0&sobi2Id=30&sobi2Task=sobi2Details&Itemid=18"
And because of this duplicate SEF URL, the link in the main menu points to this entry, instead of the category, and basicaly breaks my entire site. I don't understand why "index.php?option=com_sobi2&catid=0&sobi2Id=30&sobi2Task=sobi2Details&Itemid=18" is translated to "
www.mysite.com/list" instead of "
www.mysite.com/list/entryname", because after i approve the entry, a new SEF URL is correctly generated for that entry (with catid!=0)
I tried all kind of solutions, tried using regular expresions like catid=0 (which does absolutly nothing for this case), tried changing the redirection url for SOBI2 save entry, and tried all kind of options combinations for the extension parameters, but that SEF url generates automaticaly on save no matter what.
Can someone please point me in the right direction on how to fix this? The extension is completely unusable if i can't fix this basic problem...