PDA

View Full Version : Large Edit Box & Button for Newthread.php/NewRepy.php (with /admincp/textarea.php)


h75
12-25-2004, 10:00 PM
DE: Halloo. Dies ist meine 2. Ver?ffentlichung hier auf vBulletin.org
EN: Helloo. This ist my 2.nd Share here @ vBulletin.org :nervous:

DE: Was bringt dir diese Modifikation? Ein gr?sseres Textfeld, wenn du Themen erstellst, oder auf vorhandene antwortest.
EN: What brings you this modification? A larger text field, if you post or reply threads.

DE: Was ist zu tun? - Daf?r habe ich die deutsche Beschreibung DE-large-edit-box.txt (https://vborg.vbsupport.ru/attachment.php?attachmentid=22895) angeh?ngt.
EN: What have you to do? - See EN-large-edit-box.txt (https://vborg.vbsupport.ru/attachment.php?attachmentid=22896) (Attachment)

Thanks to Mystics :knockedout:

ps: (EN) Large Edit Box = (DE) Gr??eres Textfeld

Mystics
12-26-2004, 03:06 PM
DE: Anschauen kannst du dir das in meinem Forum @ Halloo.de
EN: A Live-Demo (also Guests) you can find @ Halloo.de - TestLounge
http://halloo.de/n.php?f=17 (Add new thread)
http://halloo.de/r.php?t=358 (Add new reply to Test-Thread)I can't see the button :confused:

h75
12-26-2004, 03:56 PM
I can't see the button :confused:
Oh, as Guest i see another Edior. Sorry. Now you can see the Button ;)

I ad in newthread and newreply-TEmplate this Button:

BUTTON ONLY FOR GUESTS
Search for:
<!-- message area -->
<div class="smallfont">$vbphrase[message]:</div>
$messagearea
<!-- / message area --> below ad: <if condition="$show['guest']"><div class="smallfont"><input type="button" unselectable="on" value="Large Edit Box" class="button" style="font-weight:normal" onclick="window.open('./textarea.php?name=message','textpopup','resizable= yes,width=' + (screen.width - (screen.width/10)) + ',height=560');" /></div></if>

Floris
12-27-2004, 12:11 AM
I'll use the increase/decrease feature from next version of vb on anyway :p

Boofo
12-27-2004, 06:01 PM
Please make a text file for this for easier downloading and saving for future use. ;)

h75
01-09-2005, 11:31 PM
Please make a text file for this for easier downloading and saving for future use. ;)
A added a Text-file for easier downloading... ;) In English an German.

Moparx
01-12-2005, 01:55 AM
if you use the smilie box, it looks so much nicer as a text link under it.

instead of following the original directions, you change

<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>

to:

<if condition="$smiliebox"><td class="controlbar">$smiliebox<br /><div class="smallfont" align="center">[<a href="#" onclick="window.open('./textarea.php?name=message','textpopup','resizable= yes,width=' + (screen.width - (screen.width/10)) + ',height=560');" />Expand Textbox</a>]</div> </td></if>