I have this current code in a page for vBulletin, but I've now migrated to XenForo so it does't work.
Is the URL for threads stored in the database, or is there a way I can pass a thread-id to a URL similar to the above but for XenForo?
<strong class="title"><a href="http://mysite/forum/showthread.php?s=&threadid=%threadid%">%title%</a></strong>
Is the URL for threads stored in the database, or is there a way I can pass a thread-id to a URL similar to the above but for XenForo?