The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Ok, hold on let me try it out.
|
#12
|
||||
|
||||
HTML Code:
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">Reply</a> |
#13
|
|||
|
|||
Thanks Ryan, I will try that as soon as I can get into my site. I am getting a mysql error.
|
#14
|
|||
|
|||
I don't understand it, I copied and pasted just what you had (and I think I tried this one myself one or 20 times) and I am still getting that darn error message!
This is what I have above and below it HTML Code:
<td align="right" nowrap><font class="sf"> <a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]">Edit Post</a> <a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">Reply</a> <a href="#top">Back To Top</a> |
#15
|
||||
|
||||
Quote:
|
#16
|
|||
|
|||
It's kind of a relief to know I haven't been losing my mind.
|
#17
|
||||
|
||||
I see the problem, $threadid isn't a variable supported in the postbit template. You'd have to hack it in.
Sorry, but you'll have to check over at vBulletin.org. |
#18
|
|||
|
|||
Thanks for the help Ryan, I'll go over there and check.
Well that didn't take long, if it ever comes up again over here, this is the code: HTML Code:
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$post[threadid]">Reply</a> |
#19
|
||||
|
||||
... oh.
I shoulda known that... |
#20
|
|||
|
|||
Quote:
Now to straighten out the rest..... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|