![]() |
I've got a mother of a problem.
When I have a stuck thread and use the quick reply, it makes that thread not stuck anymore. Anybody know how to fix this? UPDATE: Oh yeah, it also unlocks threads that are locked. |
I have one of my forums excluded from default autoparsing. Can anyone tell me how I can also apply this exclusion to the quickreply box? It seems to ignore my hack, which is this.
Replace this in newthread.php and newreply.php PHP Code:
PHP Code:
Code:
<input type="hidden" name="parseurl" value="yes"> But if I remove that line, it stops parsing globally. Hmmmm |
Questa ? la versione in Italiano.
This is the Italian Version. |
Quote:
Dangit, that means I have to figure out how to fix it on my own :p |
Yo Firefly......I re-installed this hack :)
|
Works flawlessly on 2.3.0. Nice work!
blackice192: I don't have the problem you're experiencing.. Sorry. :( |
Quote:
|
sorry, but this thread is a little too long to search through.
Does anyone know if this can be locked to specific parts of the forums. I want to be able to use this hack in specified forums on the board. thanks.:) |
That would also solve my problem, if I could just exclude the quickreply from one forum. I'd much rather fix it as stated above though.
|
Quote:
|
Please have mercy on us poor php challenged souls. :( I know there are some php gurus out there that can figure these things out in no time at all. :(
Think back to when you relied on others to help make things make some sort of sense for you. :( |
Quote:
thanks alot buddy! |
Does this hack require the file_upload option on in the server's php.ini to be turned on? My host for my forums has the file_upload option in the server's php.ini turned off.
|
Will the signature be added when you make a quick reply? I note that on www.worldzonesupport.com the signature is not being added with a quick reply.
sjau |
It does on my forum. :)
|
You have the option of doing a lot of things
<input type="hidden" name="s" value="$session[sessionhash]"> <input type="hidden" name="action" value="postreply"> <input type="hidden" name="threadid" value="$threadid"> <input type="hidden" name="title" value=""> <input type="hidden" name="iconid" value="0"> <input type="hidden" name="parseurl" value="yes"> <input type="hidden" name="email" value=""> <input type="hidden" name="disablesmilies" value=""> <input type="hidden" name="closethread" value=""> <input type="hidden" name="hiddenreply" value=""> <input type="hidden" name="signature" value="yes"> <input type="hidden" name="rating" value="0"> just make this line <input type="hidden" name="signature" value="no"> turn the value off and on :) It's located in the quick reply template |
Just installed it... thx guys!
|
umm i installed it now what do i do , i am not sure what to do or where to put it
|
thankx
|
Quote:
where to put what?? did you create the quick reply template?? and add "$replybox" to the "showthread" template?? |
How do I alow unregistered/guests to use the quick response box?
They have permission to post, and the box shows up for them, but when they try to post, I get an error message: "You did not specify a username for your post" Is there any way to have the reply box just default to unregistered when the user is not logged in/guest? Thanks so much! |
How do I alow unregistered/guests to use the quick response box?
They have permission to post, and the box shows up for them, but when they try to post, I get an error message: "You did not specify a username for your post" Is there any way to have the reply box just default to unregistered when the user is not logged in/guest? Thanks so much! |
has anyone tested this in 2.2.9 or 2.3? i can't get it to work but i really want to!!!
|
Thanks for telling me about the experience mmmender. I was about to try myself also on vB 2.3.
So, anyone tried this on 2.3 and does it work (except mmmender)? |
It works for vB 2.3.0. No errors.
What error are you receiving? |
No. I don't get any errors. Just checking to see if there are errors or not. Thanks WEForums.
[EDIT] I CAN'T FIND THIS!!! :alien: 3. 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 </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> <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 --> // ################################################## |
I tried using the smilie box with this and didn't like the way it affected the display of the QRB or how it took longer to load the page.
To solve this problem and still enable the use of smilies, I just added a link similar to the "get more" in the normal reply. If anybody is interested, in the showthread_replybox template replace: <td bgcolor="{ secondaltcolor}" valign="top" nowrap><normalfont><b>Your Reply:</b></normalfont></td> with: <td bgcolor="{ secondaltcolor}" valign="top" nowrap><normalfont><b>Your Reply:</b><br><br>[<a href="javascript:opensmiliewindow(240,280,'')">Get Smilies</a>]</normalfont></td> |
I'm not gonna read through all the pages, but in my forums i keep getting this error in 2.3.0 (Both of my forums get it)
Fatal error: Cannot redeclare stripslashesarray() (previously declared in /home/*******/public_html/talk/global.php:31) |
Quote:
|
Does the following really exist in vB 2.3?
// ################################################## <!-- first unread and next/prev --> <table cellpadding="2" cellspacing="0" border="0" width="95%" align="center"> <tr> <td><smallfont>$pagenav </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> <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 --> // ################################################## |
I did everything on 2.3 and it does not show up for me. I checked everything over 4 times. Help? :(
Do I only have to replace the first set of code in showthread.php once? |
Quote:
<script language="Javascript" src="vbcode.js"></script> <script language="Javascript" src="vbcode_language.js"></script> |
Dohh!!! I should have remembered that. Thanks for bailing me out on that one. ;)
|
Just installed on 2.2.9... when modding the Showthread.php $templatesused =
decleration, just tack in the showthread_replybox,newthread_closeopen because the version in your showthread.php in the txt isn't the same as the one in my showthread that came with vbulliten. Wasn't working before but is working great now :D |
i'm using 2.2.9 and i've followed all the steps, including adding the step above and the quick reply box doesn't even show for me at all.
help? :cry: leesa |
Anyone? It seems it doesn't work properly in 2.3.0 since it gives me errors randomly
|
Quote:
hmm, i wish i was at least getting errors! i don't see a damn thing! :paranoid: |
It works, just get errors in a few different places sometimes with it
|
Quote:
Start from scratch, and do what I mentioned above. I had the exact problem, and it works fine now. |
This needs to be updated for 2.30. The line where you call the box is no longer in showthread.php and others are saying above. Need new line to insert the code $replybox
|
All times are GMT. The time now is 03:15 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|