Quote:
Originally Posted by jluerken
I found a small bug in version 1.1.1
On the Showthread page I added a NEWTHREAD link next to the REPLY link.
Its a simple Template edit like this
Code:
<img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a> <a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
If on the SHOWTHREAD page the New Thread link is not working cause the
do=newthread&f= $foruminfo[forumid] is empty meaning if you hover the link its showing do=newthread&f= and not do=newthread&f=12345 for example.
If I disable your addon its working fine again so I think your addon is messing around with the $foruminfo[forumid] part.
Can you please check this?
|
Second that, having the same problem
Also still the phrase is missing, so please fix this