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 |
#977
|
||||
|
||||
Quote:
|
#978
|
||||
|
||||
It's impossible to help anyone unless they have a clue what went wrong, or can at least tell us what kind of problem they're having. I mean, if they just say, "It doesn't work", there isn't anything anyone can say or do, really. I've been there myself a few times. It can be frustrating. :ermm: Basically, we just wanted to assure you that there is absolutely nothing wrong with this hack. It does indeed work perfectly.
|
#979
|
|||
|
|||
No thread specified. If you followed a valid link, please notify the webmaster
any solution for it ? |
#980
|
||||
|
||||
Try using this
No thread specified in the Search this thread box at the bottom of this page. |
#981
|
|||
|
|||
when typed the messge and clicked sumbit i got that error
No thread specified. If you followed a valid link, please notify the webmaster |
#982
|
||||
|
||||
Quote:
|
#983
|
|||
|
|||
|
#984
|
|||
|
|||
People said this works for V 2.3.0 but it doesn't work for me. First of all...in showthread.php it says to find this code but I can't:
<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> Also, it said to find: if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) { show_nopermission(); } if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") { $pagenumber=1; } and replace it with text but in showthread.php if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) { show_nopermission(); } ----These two are seperated by a bunch of code...---- if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") { $pagenumber=1; } Hope im not making some mistake |
#985
|
||||
|
||||
It does work in 2.30-- should work on all 2.X.X forums
the <table> things should be the template not the file |
#986
|
|||
|
|||
Great hack, very easy to install.
|
#987
|
|||
|
|||
Great hack, very easy to install.
|
#988
|
|||
|
|||
It is a great hack...
Can anyone tell me if there is a way to CENTER This text box? I'm killing myself on this one... Thanks. |
#989
|
|||
|
|||
And here is the code for the text box..
|
#990
|
||||
|
||||
Quote:
Code:
<td bgcolor="{secondaltcolor}"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td><textarea name="message" rows="18" cols="66" wrap="virtual" tabindex="1" style="background-image: url('images/head/tmr.gif'); background-repeat: no-repeat; background-attachment: fixed;" class="quick"></textarea><br> <smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td> </tr> </table> </td> Code:
<td bgcolor="{secondaltcolor}" align="center" valign="middle"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td><textarea name="message" rows="18" cols="66" wrap="virtual" tabindex="1" style="background-image: url('images/head/tmr.gif'); background-repeat: no-repeat; background-attachment: fixed;" class="quick"></textarea><br> <smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td> </tr> </table> </td> |
#991
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|