Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
new improved quick reply box Details »»
new improved quick reply box
Version: , by Thewnagchung Thewnagchung is offline
Developer Last Online: Dec 2003 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-27-2002 Last Update: Never Installs: 0
 
No support by the author.

Here is a new and improevd version of the quick reply box.
Although I can not take created for this hack, it is just a reworking of a template modification submited by Porter at Vbulletintemplates.com. So PLEASE do not give me credit for this hack, please give Porter credit.

go to the showthread template and find
PHP Code:
<img src="https://vborg.vbsupport.ru/images/subscribe.gif" alt="" border="0" align="absmiddle">
    <
a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
    </
smallfont></td
and insert below that

PHP Code:
</tr>
</
table>
</
td></tr></table>
<!-- /
thread options links -->
<
form $enctype action="newreply.php" name="vbform" method="post" onSubmit="true">
<
input type="hidden" name="s" value="$session[sessionhash]">
<
input type="hidden" name="action" value="postreply">
<
input type="hidden" name="threadid" value="$threadid">

<
table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E"  width="95%" align="center"><tr><td>
<
table cellpadding="4" cellspacing="1" border="0"  width="100%">
$logincode

<tr>
<
td bgcolor="#1C5780" width="18%"><normalfont><b>Subject:</b></normalfont><smallfont> (Optional)</smallfont></td>
<
td bgcolor="#1C5780" width="82%"><normalfont><input type="text" class="bginput" name="title" value="$titlesize="40" maxlength="85" tabindex="1">
<
SELECT name=iconid> <OPTION selected value=0>No icon</OPTION> <OPTION value=1>text</OPTION
<
OPTION value=2>arrows</OPTION> <OPTION value=3>idea</OPTION
<
OPTION value=4>Alert!</OPTION> <OPTION value=5>Questins</OPTION
<
OPTION value=6>DNF</OPTION> <OPTION value=7>Smile</OPTION
<
OPTION value=8>mad</OPTION> <OPTION value=9>:(</OPTION
<
OPTION value=10>smile-32</OPTION> <OPTION value=11>shuffle</OPTION> <OPTION value=12>wink</OPTION
<
OPTION value=13>Down</OPTION> <OPTION value=14>Up</OPTION></SELECT>
</
normalfont
<
br><input type="checkbox" name="signature" value="yes" $signaturechecked><smallfont> <b>Show Signature:</b> include your profile signature.  Only registered users may have signatures.
    </
smallfont></td>

<
tr>
<
td width="18%" bgcolor="#1C5780" valign="top"><normalfont><b>Quick Reply:</b></normalfont>
<
smallfont>
</
smallfont>

</
td>
<
td width="82%" bgcolor="#1C5780">
<
textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2">$message</textarea><br><align="right"
</
td>
</
tr></table>
<
table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<
tr>
<
td align="center" bgcolor="000000"><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">
    </
normalfont></td>
</
tr>
</
table>
</
td></tr></table>
</
form
thats it

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-27-2002, 10:29 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks like a template mod to me, not as a full release
Reply With Quote
  #3  
Old 07-27-2002, 10:31 PM
Thewnagchung's Avatar
Thewnagchung Thewnagchung is offline
 
Join Date: Jul 2002
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Xenon
looks like a template mod to me, not as a full release
Im sorry, my bad. I wasnt quite sure where to put it
Reply With Quote
  #4  
Old 07-27-2002, 10:37 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got a screenshot?
Reply With Quote
  #5  
Old 07-27-2002, 10:44 PM
Thewnagchung's Avatar
Thewnagchung Thewnagchung is offline
 
Join Date: Jul 2002
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.videogametheater.com/forum/showthread.php?threadid=26" target="_blank">http://www.videogametheater.com/foru...hp?threadid=26</a>

there is a working demo
Reply With Quote
  #6  
Old 07-27-2002, 10:56 PM
Matt's Avatar
Matt Matt is offline
 
Join Date: Oct 2001
Location: UK
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have a version using the boards colors? Rather than hardcoded ones?
Reply With Quote
  #7  
Old 07-27-2002, 11:02 PM
Thewnagchung's Avatar
Thewnagchung Thewnagchung is offline
 
Join Date: Jul 2002
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Matt
Do you have a version using the boards colors? Rather than hardcoded ones?
I dont understand what you mean. please forgive me but ima REAL n00b at this
Reply With Quote
  #8  
Old 07-27-2002, 11:05 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I guess that won't work for me. I don't allow guests to post or see the quick reply box. And you can use the hidden feature for the signaturechecked in there, too, so you don't have to have the checkbox for the sig, you do know that, right?
Reply With Quote
  #9  
Old 07-27-2002, 11:06 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look at your first post here
every {firstaltcolor} and other replacementvars are parsed in the board here
put a space between the { and the rest of the var to prevent this parsing
Reply With Quote
  #10  
Old 07-27-2002, 11:07 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those colors were put in there by vb.org when it parsed the code after he entered it. Just change the colors to firstaltcolor and secondaltcolor where needed.

Quote:
Originally posted by Matt
Do you have a version using the boards colors? Rather than hardcoded ones?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:01 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.05301 seconds
  • Memory Usage 2,338KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete