The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Here's an easy one, it barely took 4 minutes to do. :china:
This hack will add a quick replying box at the bottom of all threads, only if the user has permission to reply, so when you need to reply to something real quickly you don't need to click the Post Reply button and wait for the page to load. Instructions are in the attached .txt file, and if you want a demo... just look below. NOTE: For the vB 2.3.2 version please see this post. Extras:
Show Your Support
|
Comments |
#242
|
|||
|
|||
Patience never was a good quality of mine.
I fixed this by adding the USERNAME input box from the REGISTER page. If you are logged in it overrides it though. Meaning if you enter TEST as username it will take your logged in name (which is good). If you are not logged in it will USE what you entered in the box. However while that override is good i'd rather have it just DID NOT appear if the user is regged. Code:
<tr> <td bgcolor="{secondaltcolor}"><normalfont><b>User Name:</b></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="username" size="25" maxlength="$maxuserlength"></normalfont></td> </tr> Gen |
#243
|
||||
|
||||
Is there a way to only show the quick reply for users who are logged in?
I allow guests to post, but would prefer if unregistered users post with the standard full post screen: 1.) So that they can enter their name in the username field (so the post is posted from John LastName/Guest User rather than Unregistered/Guest User) 2.) To reduce spam. I really want this to be avaible for registered logged-in users to make posting for them quicker, but I don't want to make it too easy for visitors to spam my board, even though I do want to allow guest users to post (just not this easily |
#244
|
||||
|
||||
Has anyone tried to make it so the quick reply box only appears on the last page of the thread (so people won't reply having read only the first page without reading the whole thread first?)
|
#245
|
||||
|
||||
Great hack! Works perfectly.
|
#246
|
|||
|
|||
Hmmm. The fix i did to allow a username box seems to have backfired. It works great for unregged users however if you are registered and you type in a username the post is MADE AS YOUR REGGED NAME BUT if you look at the thread it says Last post by "username you entered" and not the one you where logged in. It also does this on the mainpage. Firefly any help plz ?
/Gen |
#247
|
|||
|
|||
How could make this hack automatically subscribe to the just replied thread if the user config has subscription enabled ?
Is the proper hidden var enough ? Thanks |
#248
|
||||
|
||||
Yes Jaweli and Genesis try using $logincode in the showthread_replybox template.
|
#249
|
|||
|
|||
Quote:
It seems to work on most of the threads if used on "Page 1" and not on pages 2-3 etc. However on some pages it won't work on "Page 1" and they don't have multiple pages. |
#250
|
|||
|
|||
Quote:
This is why i opted for a paying solution rather than using one of those free boards on the net. Quality support I don't know if FF gets payed for what he does but he sure does it GOOD. Thanks It works perfectly now. Keep up the good work FireFly. Tis appreciated. Greetz Gen |
#251
|
|||
|
|||
I installed everything, but the box came at the top of the thread, not the bottom.
|
#252
|
||||
|
||||
Quote:
|
#253
|
|||
|
|||
this is how I have it, and its still at the top:
<!-- first unread and next/prev --> <table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center"> <tr> <td><smallfont>$pagenav $firstunread </smallfont></td> <td align="right"><smallfont> <img src="{imagesfolder}/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="{imagesfolder}/next.gif" alt="" border="0"> </smallfont></td> </tr> </table> <!-- first unread and next/prev --> $replybox |
#254
|
|||
|
|||
Ok I just tried installing the other quick reply box metioned in the second post in this thread and it wouldn't work either. S I set up a testboard with 2.2.4 (same version my main board is on) and both of the qrb's work perfect. So I'm assuming this is a database problem of some sort, but when I try to run repair.php from the admin directory it says all tables are "OK" using the 2 default lines listed on the page. Any help?
|
#255
|
||||
|
||||
the hack calls for you to look for this...
Quote:
*cough* it's the second occurence of a <!-- first unread and next/prev --> section |
#256
|
|||
|
|||
who me? is that what I am looking for? b/c my reply box is still at the top
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|