vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Reply Box (https://vborg.vbsupport.ru/showthread.php?t=34597)

snakes1100 06-06-2002 04:07 PM

Well I seen the first one and that is the one to use, anything after that is most likely a add on like the smilies. I'll read thru all 30 pages and see if I can see the mysterious 2nd attachment your talking about. :rambo:

desi 06-06-2002 04:45 PM

well i did all that reinstalled everthing and still the same error but this time better ......... a runtime error when i pree the submit button

lol

thankx for helping out bro

:)

NavyMaster2002 06-06-2002 11:56 PM

Godd Hack i love it

desi 06-07-2002 06:16 PM

seems like noone can solve my problem
now i installed 2.2.6 and still get the same error ............

==============================================
No thread specified. If you followed a valid link, please notify the webmaster
==============================================

i haven't installed any hack and i'm getting this error

cheers

McKannabis 06-07-2002 08:46 PM

Excellent Hack, dude. Awesome idea.

Takara 06-08-2002 08:10 AM

Nice hack firefly. Though by accident at first I installed the reply box at the top of my forums, hehe.

Limpkinw 06-10-2002 01:50 AM

Great hack thanks!

I had the reply on top at first but fixed dat!

desi 06-10-2002 02:59 AM

fixed it thanks for the help sweet hack :)

wolfe 06-10-2002 10:53 AM

m8 if you look @ your code in the showthread_replybox it has in ther threadid you have to put

threadid="$threadid"

JackDawson 06-10-2002 01:27 PM

Cool hack!!

Thx!!

Jacky

Lucrecia 06-11-2002 02:54 PM

I saw on this site that they also have a drop down option to choose a smilie. What would be the code to put that in?

http://www.ffimpulse.com/forum/showt...?threadid=7900

Sal Collaziano 06-12-2002 02:31 AM

How exactly do you get the EMAIL and SIGNATURE feature in there? Is there simply something in the code you must turn on? Or is it a recent addition? When I installed this hack, I never saw these options anywhere. But now, I'm seeing them...

rharbison 06-13-2002 02:12 AM

Your members will love this one!

I installed it and traffic has probably doubled...

Pabs 06-15-2002 08:39 AM

I'm getting script errors after installing this hack.

It says this:


Line: 1388
Char: 63
Error: Unterminated String Constant
Code: 0

N.B. 06-16-2002 12:37 PM

Thanks, nice work :)

BigJohnson 06-17-2002 09:02 AM

Very great hack but having one problem here though. My checj message length button doesnt work and my smilies when i click on them dont work. What could be the prob? I am so lost i think it is something with the java or something i don't know so i diced to ask the professionals ;)

Here is my Template for ReplyBox

Code:

<script language="javascript">
<!--
var postmaxchars = $postmaxchars;
function validate(theform) {
        if (theform.message.value=="") {
                alert("Please complete the message field.");
                return false; }
        if (postmaxchars != 0) {
                if (theform.message.value.length > $postmaxchars) {
                        alert("Your message is too long.\n\nReduce your message to $postmaxchars characters.\nIt is currently "+theform.message.value.length+" characters long.");
                        return false; }
                else { return true; }
        } else { return true; }
}
function checklength(theform) {
        if (postmaxchars != 0) { message = "\nThe maximum permitted length is $postmaxchars characters."; }
        else { message = ""; }
        alert("Your message is "+theform.message.value.length+" characters long."+message);
}
//-->
</script>

<form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
<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="$emailbox">
<input type="hidden" name="disablesmilies" value="">
<input type="hidden" name="closethread" value="">
<input type="hidden" name="hiddenreply" value="">
<input type="hidden" name="rating" value="0">
<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>

<tr>
        <td bgcolor="{tableheadbgcolor}" colspan="2"><normalfont color="{tableheadtextcolor}" class="thtcolor"><b>Post Reply</b></normalfont></td>
</tr>
<tr>
        <td bgcolor="{secondaltcolor}" valign="top" nowrap><normalfont><b>Your Reply:</b></normalfont></td>
        <td bgcolor="{secondaltcolor}">
                <table cellpadding="0" cellspacing="0" border="0">
                <tr valign="top">
                        <td><textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea><br>
                        <smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td>
                <td nowrap valign="bottom"><smallfont>
                  <input type="checkbox" name="email" value="yes" $emailchecked> Subscribe to thread<br>
                  <input type="checkbox" name="signature" value="yes" $signaturechecked> Show signature<br>
                  <br> </smallfont></td>
                </tr>
                </table>
        </td>
</tr>
</table>
</td></tr></table>

<br>

<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
        <td align="center"><normalfont>
        <input type="submit" class="bginput" name="submit" value="Submit Reply" accesskey="s" tabindex="2">
        <input type="reset" class="bginput" name="reset" value="Reset Form" accesskey="r" tabindex="3">
<input type="submit" class="bginput" name="preview" value="Preview Reply" accesskey="p" tabindex="4">
        </normalfont></td>
</tr>
</table>

</form>

Please help thanks so much. I took out the smilies just for now because they were causing to much hassle. thanks.

mentalblocks 06-17-2002 04:14 PM

just tried to install this. Didn't work. I'm not sure on the #3 in the instructions,

I've put $replybox into the template just as that. Does it need to be in {} or some other syntatic supports?

BigJohnson 06-17-2002 07:46 PM

Please help. If i cant get the smilies to work then i dont think I am going to keep this hack then. Please help i really enjoy this feature.

RobP 06-17-2002 08:16 PM

This hack worked with vb version 2.2.5 but after we upgraded to 2.2.6 this has now stopped working, the code is in place where it should, the reply box doesn't appear :(

BigJohnson 06-18-2002 08:35 AM

^^^BUMP^^^

BigJohnson 06-18-2002 09:00 AM

ok i fixed the prob nevermind sorry guys.

jbell 06-18-2002 06:12 PM

I installed the hack but when I tried to add $clickysmilies into the replybox - after the <form> I can't get it to show up - where exactly does this belong ???

FleaBag 06-19-2002 06:27 PM

Working great on 2.2.6! :)

Doyler 06-19-2002 08:17 PM

sweet hack, Greet thing about vb all old hacks seem to work perfectly on new boards. :D

Razor 06-21-2002 01:07 AM

I followed the instructions step by step in the text file, but the reply box doesnt show up. Running on 2.2.6

inetd 06-21-2002 02:07 PM

Quote:

no comprendo
nicksaunders, WHAT? :? I don't understand you... :(

inetd 06-21-2002 02:07 PM

Quote:

The gambling addon will not be included in v1.3 since it's way to big
to add it in the Store Hack script. I will release it 'maybe' as an
addon.
Please release it... This is super idea!

5861king 06-21-2002 06:09 PM

nice, one

Kinox 06-27-2002 05:24 AM

This will generate 2 forms for you...

1 for showthread.php as quick reply.
1 for forumdisplay.php as quick thread.

Enjoy!

Kinox 06-27-2002 05:25 AM

reply

Kinox 06-27-2002 05:26 AM

thread

scsa20 06-27-2002 06:06 AM

hmm...so it's basicly the same if you download the hacks sepretly from the actuly user who made it either the quick reply and/or quick thread??

Kinox 06-28-2002 01:57 AM

yeah, made this for me, its easyer to run a hack file then do it by hand..

roxics 06-29-2002 08:46 PM

I am so confused by the instructions in the this hack.

It says "Create a new template, with the name "showthread_replybox"

So I did that. But then it lists all this code underneth that I have no idea what to do with.

Then it says "In the "showthread" template add $replybox right after the following:"

Where in the Showthread template do I add that stuff? I'm in the Admin CP and it gives me this whole list to stuff under it
Code:

showthread_replybox [edit] [remove] [add template] [show all] [collapse groups]
activateform [change original]
activate_requestemail [change original]
aim [change original]
aimmessage [change original]
announcebit [change original]
announcement [change original]
avatar [change original]
avatarbit [change original]
avatars [change original]
bbcode [change original]
Calendar Templates [expand]
coppaform [change original]
editpoll [change original]
editpost [change original]
editpost_attachment [change original]
Email Subject Templates [expand]
Email Templates [expand]
Error Message Templates [expand]
FAQ Templates [expand]
footer [change original]
Forum Display Templates [expand]
Forum Home Page Templates [expand]
forumjump [change original]
forumjumpbit [change original]
forumrules [change original]
User Info Display Templates [expand]
gobutton [change original]
header [change original]
headinclude [change original]
head_newpm [change original]
icq [change original]
listbit [change original]
listedit [change original]
lostpw [change original]
mailform [change original]
Member List Templates [expand]
User Option Templates [expand]
navbar [change original]
nav_joiner [change original]
nav_linkoff [change original]
nav_linkon [change original]
New Posting Templates [expand]
Page Navigation Templates [expand]
phpinclude [change original]
Polling Templates [expand]
Postbit Templates [expand]
posticonbit [change original]
posticons [change original]
printthread [change original]
printthreadbit [change original]
Private Messaging Templates [expand]
quotereply [change original]
Redirection Message Templates [expand]
Registration Templates [expand]
reportbadpost [change original]
Search Templates [expand]
sendtofriend [change original]
Show Groups Templates [expand]
showpost [change original]
Show Thread Templates [expand]
signupadult [change original]
signupcoppa [change original]
signupverify [change original]
smiliebit [change original]
smilies [change original]
standarderror [change original]
standardredirect [change original]
Subscribed Thread Templates [expand]
threadreview [change original]
threadreviewbit [change original]
threadreviewbit_ignore [change original]
Thread Management Templates [expand]
timezone [change original]
User Control Panel Templates [expand]
username_loggedin [change original]
username_loggedout [change original]
vB Code Templates [expand]
whoposted [change original]
whopostedbit [change original]
Who's Online Templates [expand]
yahoo [change original]
That's all folks


Chris M 06-30-2002 01:59 PM

Code:

Show Thread Templates [expand]
Click expand, and this :

Code:

Show Thread Templates [expand]
showthread [change original]
showthread_adminoptions [change original]
showthread_firstunread [change original]
showthread_hideposts [change original]
showthread_polloptions [change original]
showthread_pollresults [change original]
showthread_pollresults_closed [change original]
showthread_pollresults_voted [change original]
showthread_ratingdisplay [change original]
showthread_threadrate [change original]

Should appear...

Click on "[change original]" on the "showthread" value, and then search for the 4th occasion of what is asks you to search for...

Satan

nuno 06-30-2002 02:34 PM

Sweet
Installed :)

Boofo 06-30-2002 02:37 PM

Can you please post the code to add the attachment option to the reply box? I already ahve them installed and just need that. :)

Quote:

Originally posted by Kinox
This will generate 2 forms for you...

1 for showthread.php as quick reply.
1 for forumdisplay.php as quick thread.

Enjoy!


nuno 06-30-2002 02:47 PM

I think you guys are missing the point with Chen's hack, notice that it is called Quick Reply Box :p

Trommsdorff 07-02-2002 05:27 PM

Awesome hack. I just installed and will be posting the change in daily posts. You guys are smart folks - thanks for the great hack.

HiSquad 07-04-2002 12:05 AM

Hello
I would like all that hack in notepad

Thank you


All times are GMT. The time now is 10:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02365 seconds
  • Memory Usage 1,831KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete