Hi guys,
I have a little problem with this mod on my vB 3.8.2
In my SHOWTHREAD.PHP I have placed the button NEW THREAD against the button ANSWER.
The Code looks like this:
PHP Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /> <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" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
The new code for the button NEW THREAD is:
PHP Code:
<img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" />
Everything is working fine, when the mod MARKED AS SOLVED is not activated!
But when I activate the mod, it's not possible to use the NEW THREAD button, because in the URL the forum ID is no longer transmitted.
The end of the URL line looks like this: ...newthread&f=
instead of: ...newthread&f=27
Please help me to fix this problem because the mod is needed!
Thx for your help. And sry for my bad english.
Greetz
DaPike