PDA

View Full Version : 2.2.6 No thread specified error.


Warrior
06-18-2002, 12:41 AM
Anyone ever get the no thread specified error?

I am having the no thread specified error. My members sometimes can't reply. Sometimes if the hit the back button and than submit it works. I thought it had something to do with my admin account. It happened occasionally. I would just hit the back button or do something little like hit the back button - or even try a second time and it would work. But now a member brought it up...

Warrior
06-18-2002, 01:42 AM
I have my attachments on too. Looking for ways others fixed this. Thanks. I think it has someting with the authentication of the new thread because it seems to be happening less with replies. I dunno...

Warrior
06-18-2002, 09:40 AM
I figured out my problem. :D It was the quick reply hack.

The Quick Reply Box:

In the "showthread" template adding the $replybox right after the following. I had it placed in my own area, I think it was even before. Reverting "showthread" will make it work or cutting and pasting the reply box variable as indicated by the instructions ;) . And the way to test it is to select outside the box before hitting submit. If the cursor is in the box you do not get the error.

In the "showthread" template add $replybox right AFTER the following:

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
<tr>
<td><smallfont>$pagenav&nbsp;</smallfont></td>
<td align="right"><smallfont>
<img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
&nbsp;
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="https://vborg.vbsupport.ru/images/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->