hey, I just downloaded the SEO 4 SMF file and was not very happy. I'm running 1.1RC3. after I installed it and let it start working I got 404 errors on every single topic.
and I don't control my apache server, so I can't make any changes to it.
I will check it out later after a few more bugs have been ironed out.
Oh and one thing you could do for the uninstalling issue. make your installation file put the second solution in place.
2. Or before installing the mod just add in Subs-packages after: (line 1515)
if (!$undo)
$working_search = $this_search;
else
$working_search = $this_clean_search;
this line:
if ($undo)
$working_search = strtr($working_search, array('$' => '[$PACK' . 'AGE1$]', '\\' => '[$PACK' . 'AGE2$]'));
This way you have saved a novice some coding headaches.