Nice cool hack! installed.
I got a problem here. Got vBa at the top / and forums under it as domain.com/forums/ and I added the global output variable for vBa and the mod does show latest threads in the home page
But instead of domain.com/forums/showthread.php?t=xxx it shows domain.com/showthread.php?t=xxx
I am sure it could be solved by adding a rewrite url in htaccess at the domain level.But i am wondering can't we work with the mod to get the same solution?
this was the rewrite rule i used at the domain
Quote:
RewriteRule ^(showthread\.php)$ http://www.domain.com/forums/$1?%{QUERY_STRING} [L,R=301]
|