Hello,
I'm having an odd issue with the "internal linking (threads)".
I deleted the definition and then re-imported it to be sure it wasn't something I messed up, but I still have the issue:
When I post a link to a thread (for example my-site.net/forums/showthread.php?t=123456), it is resolved as:
[favicon]**Internal Linking (Threads) (as opposed to actually using the linked thread's title) and the URL leads to
my-site.net/forums/showthread.php?p=123456. (Notice the
P instead of the
T that it should be)
This is the replacement code (which is the default) (and it looks fine to me):
Code:
<a href="$url" target="_self" title="$title"><img src="favicon.ico" border="0" alt="$title" height="16" width="16" /> $title</a>
I'm really not sure what the issue is. Any advice is appreciated.