Hi Ozzy
I tried to install the code vBSEO contained in the files *.txt but the 'url is not changed properly
Have you tested this function?
Code:
vBSEO Custom Rewrite Rules
Add to form Custom Rewrite Rules:
'^ozzmodz_classifieds\.php\?do=main&catid=(.*)$' => 'classifieds/category-$1/'
'^ozzmodz_classifieds\.php\?do=viewitem&itemid=(.*)$' => 'classifieds-$1/'
'^ozzmodz_classifieds\.php\?do=whatsnew&timeframe=(.*)$' => 'classifieds/new-days-back-$1/'
'^ozzmodz_classifieds\.php\?do=seller&sellerid=(.*)$' => 'classifieds/seller-$1/'
'^ozzmodz_classifieds\.php\?do=search$' => 'classifieds/searchresults/'