Never Mind. I managed to fix the problem by changing the following in the .htaccess file
RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]
to
RewriteCond %{QUERY_STRING} ^topic=([0-9]*).(.*)
RewriteRule ^(.*)$ seo4smf-redirect.php?t=%1&o=%2 [R=301,L]
I don't know if it will cause some other problem but I haven't had any problems.
Thanks for this great mod. It works perfectly now.