I have also used the identical advanced last topic mod. However, it is used alongside Zero-dupe v. 0.4.8 and the advanced mod rewrite package. Two questions:
1. Will the query string links on the index page really hurt me SEO-wise? They are immediately being 301 redirected to the correct ones.
2. Is there a simple way to correct the urls. The relevant code from the last topic mode is in the forumlist_body.html template file:
- Code: Select all
<!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><a style="font-weight: bold;" href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a><br /><!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><a style="font-weight: bold;" href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a><br /><!-- ENDIF -->