I'm trying to use your sitemap mod along with SEO URLs V2 by mgutt.
So far I figured out I had to switch to Advanced rewriting type and replace
- Code: Select all
$this->seo_delim = array('cat' => '-vc',
'forum' => '-vf',
'topic' => '-vt',
'user' => '-u'
with
- Code: Select all
$this->seo_delim = array('cat' => '-c',
'forum' => '-f',
'topic' => '-t',
'user' => '-u'
I think I only have one small problem left. In sitemap the character ’ (html code: ’) is replaced by - while my mod just removes it. I want sitemap to remove it too.
So I want a topic with title My dog's bone
use url my-dogs-bone-t123.html
instead of my-dog-s-bone-t123.html

English |
French
