vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Quick answer form.. (https://vborg.vbsupport.ru/showthread.php?t=83642)

Cypher720 09-15-2002 03:14 AM

there should be a box under the reply box, and you check that to show your sig

legocorp 09-15-2002 08:02 AM

Nice contribution

But.... I have a forum and i installed the "Quick answer form", but i only can see the name of the icons, is there anyway to see the image icons...

The users of the forum (include me) dont know the icons names =P...

If anyone could resolve that. the Quick answer form will be mutch bether (for me!)

Keep the Good Work!

imported_SylEm 09-15-2002 07:56 PM

is there a way to make it so peeps don't have to "check" the sig box, and it can be defualt?

1

imported_killjoy 09-16-2002 06:53 PM

add
Code:

checked="true"
to whichever box u want to be checked by defualt

ossi69 09-17-2002 02:00 AM

Can anyone tell me how to get attachments back with this please? :)

Crusades 09-24-2002 10:06 PM

thak's a lot!!

ossi69 10-06-2002 04:43 AM

When I add this, it kicks my whole page to the right . Any idea wassup? Here is the code:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>$bbtitle - $thread[title] </title>
$headinclude
<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=n o,location=no,menubar=no,scrollbars=no,width=175,h eight=275,resizeable=yes,status=no")


}
// -->
</script>
</head>
<body>
$header

<!-- breadcrumb, nav links -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>$navbar</td>
$ratingdisplay
</tr>
</table>
<!-- /breadcrumb, nav links -->

<a name="posttop"></a>



$poll

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td><smallfont>$pagenav $firstunread&nbsp;</smallfont></td>
<td align="right"><smallfont><b>
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest"><img src="images/prev.gif" alt="" border="0"></a> Prev&nbsp;|&nbsp;Next
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest"><img src="images/next.gif" alt="" border="0"></a>
</b></smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#69727A" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td background="images/catbg.gif" width="175" nowrap><smallfont color="69727A"><b>Author</b></smallfont></td>
<td background="images/catbg.gif" width="100%">
<!-- Thread nav and post images -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><smallfont color="69727A"><b>Thread</b></smallfont></td>
<td><a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="images/newthread.gif" border="0" alt="Post New Thread"></a></td>
<td><normalfont>&nbsp;&nbsp;</normalfont></td>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>
</tr>
</table>
<!-- /Thread nav and post images -->
</td>
</tr>
</table>
</td></tr></table>
<br>
<table align="center" width="98%" border="0">
<tr><td><b><font size="4" face="Arial">$thread[title]</font></b><br></td></tr></table>

$postbits


<table cellpadding="0" cellspacing="0" border="0" bgcolor="#6A737C" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<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="#6597D9" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">

<tr>
<td width="175" nowrap bgcolor="#F9F9F9" valign="top"><normalfont><b>Fast Reply:</b></normalfont>
<smallfont>
</smallfont>
</td>
<td width="100%" bgcolor="#F9F9F9">
<textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2">$message</textarea>
</td>
</tr>

$logincode

<tr>
<td bgcolor="#F9F9F9" width="175" nowrap><normalfont><b>Subject:</b></normalfont><smallfont> (Optional)</smallfont></td>
<td bgcolor="#F9F9F9" width="100%"><normalfont><input type="text" class="bginput" name="title" value="$title" size="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>
<input type="submit" class="bginput" value="Send" accesskey="s" tabindex="3"></normalfont>
<br><input type="checkbox" name="signature" value="yes"
checked="true"
$signaturechecked><smallfont> <b>Show Signature:</b> include your profile signature. Only registered users may have signatures.
</smallfont></td>
</tr>
</table>
</td></tr></table>
</form>

<td background="images/catbg.gif" width="100%">
<!-- time zone and post buttons -->
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><smallfont color="6A737C"><b>$timezone</b></smallfont></td>
<td><a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="images/newthread.gif" border="0" alt="Post New Thread"></a></td>
<td><normalfont>&nbsp;&nbsp;</normalfont></td>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>
</tr>
</table>
<!-- /time zone and post buttons -->
</td>
</tr>
</table>
</td></tr></table>

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td><smallfont>$pagenav&nbsp;</smallfont></td>
<td align="right"><smallfont><b>
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest"><img src="images/prev.gif" alt="" border="0"></a> Prev&nbsp;|&nbsp;Next
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest"><img src="images/next.gif" alt="" border="0"></a>
</b></smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->




<!-- thread options links -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#6597D9" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="#FFFFFF" align="center"><smallfont>
<a href="printthread.php?s=$session[sessionhash]&threadid=$threadid">Show Printable Version</a> |
<a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid">Email this Page</a> |
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscr ibe to this Thread</a>
</smallfont></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->

<br>

<!-- forum jump and rate thread -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>$forumjump</td>
<td align="right">$threadrateselect</td>
</tr>
</table>
<!-- /Rate this thread -->

<br>

<!-- forum rules and admin links -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr valign="bottom">
<td><smallfont><b>Forum Rules:</b>$forumrules</smallfont></td>
<td align="right">
$adminoptions
</td>
</tr>
</table>
<!-- /forum rules and admin links -->

$footer

</body>
</html>

Nokia 10-17-2002 12:51 PM

Great one m8

Installed it ;)
Tnx a lot for this one

bonnmac 10-20-2002 12:48 PM

Thanks :) this is very nice. I'm very pleased with it and so easy to install. I do have one question though. Does anyone know how I can add the smilies to it?

kreatiV 10-28-2002 08:06 AM

I would also like to know if there is a way to add the smilie box to this mod. Any chance?


All times are GMT. The time now is 08: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
  • Page Generation 0.02574 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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