vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Advanced Reply Box (https://vborg.vbsupport.ru/showthread.php?t=38997)

Webmasta XT 05-24-2002 01:24 PM

Advanced Reply Box
 
1 Attachment(s)
hey how can I get this stuff in my Quick Thread Box and Quick Reply box? the stuff thats circled in the attachments.. :squareeyed:

Mone' 05-24-2002 01:29 PM

heheh that's not going to be a quick reply.....
that's going to be just a full reply box !!
no time know but i will have a look at it unless someone as done already

Webmasta XT 05-25-2002 12:21 AM

I just want to know how to add POst Icons to Both, Quick Reply and Quick Thread Box..

Webmasta XT 05-31-2002 08:45 PM

can someone plz reply? or is this thread closed?

Chris M 05-31-2002 09:22 PM

PostIcons...

Like they are in the Quick Reply? No idea...

In a DropDown Box? I can and have done that...

Add :

Code:

<SELECT name=iconid> <OPTION selected value=0>No icon</OPTION>
<OPTION value=10>BigGrin</OPTION> <OPTION value=2>Arrow</OPTION> <OPTION value=3>Idea!</OPTION> <OPTION value=1>Text</OPTION>
<OPTION value=4>Warning!</OPTION> <OPTION value=5>Question/OPTION>
<OPTION value=6>Cool</OPTION> <OPTION value=7>Smile</OPTION>
<OPTION value=8>Mad</OPTION> <OPTION value=9>Sad</OPTION>
<OPTION value=11>Embarrassed</OPTION> <OPTION value=12>Wink</OPTION>
<OPTION value=13>Tdown</OPTION> <OPTION value=14>Tup</OPTION></SELECT>

after :

Code:

<td bgcolor="{secondaltcolor}" width="82%"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1">
in the "showthread_replybox" template...

Satan

N!ck 06-01-2002 12:53 AM

check out the quick reply thread...i think on the second page there is some stuff about how to do it like the regular reply

Chris M 06-01-2002 09:00 AM

Oh I found the code for PostIcons like in the Normal Reply :

Add anywhere you like, this code :

Code:

<tr>
        <td bgcolor="{firstaltcolor}" valign="top"><normalfont><b>Message Icon:</b></normalfont><br>
        <smallfont><input type="radio" name="iconid" value="0" $iconchecked>&nbsp;&nbsp;No icon</smallfont></td>
        <td bgcolor="{firstaltcolor}"><smallfont>$posticonbits</smallfont></td>
</tr>

Satan

DelFDgfd_gT 11-24-2002 01:02 PM

1 Attachment(s)
how did I got it working ?

I got the post icons visible, but after you replied with quick reply you only get default icon :(

N9ne 11-24-2002 03:34 PM

Personally I think SomethingLeet went over the top with their "quick" reply box, on my forums I have the box for the message, and nothing else what-so-ever, because:

(1) it will slow down the showthread page loading time.
(2) If they want all that, they can just click on newreply and it will take just as long to load as showthread does with all of that.

Mike11212 11-24-2002 06:53 PM

what would be cool is if we could like have a mini reg form in the reply thread it self so u can actually register and post at the same time


All times are GMT. The time now is 11:17 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.01063 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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