I tried searching but I could not find the answer. I installed a VBAdvance module that displays the hot threads of the week. The module displays the native VB thread URLs and does not display the VBSEO URLs? Is there a document I can read that will help me figure out how to change the URL format?
Here is the code where the URL is written
$topicstring.="<strong><a href='showthread.php?t=".$hottopic[threadid]."'>".$hottopic[title]."</a></strong> - ($hottopic[replycount] reply)<br />";
I am using the VBSEO format for my URL Rewrite Settings.







Reply With Quote
Thanks works perfectly now.