How to enlarge posting area text box

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
DragonMaster
Registered User
Posts: 10
Joined: Fri Sep 10, 2004 4:06 am
Location: U.S.A.
Contact:

How to enlarge posting area text box

Post by DragonMaster »

Where do I look to enlarge the text box that is used when posting a new message or a reply....and PM?

Thanks Much in Advance! :D

User avatar
Raimon
Former Team Member
Posts: 67
Joined: Sun Mar 19, 2006 1:21 pm
Contact:

Re: How to enlarge posting area text box

Post by Raimon »

Moved to MOD/Styles support.

What for style are you using? on a default prosilver the text area is already on a max width, so why do you want to enlarge it ?

DragonMaster
Registered User
Posts: 10
Joined: Fri Sep 10, 2004 4:06 am
Location: U.S.A.
Contact:

Re: How to enlarge posting area text box

Post by DragonMaster »

I use Divine Black based on subsilver2 using ver 304

I am more wanting to make it higher rather than wider

Thanx

User avatar
COD3M4ST3R-X
Registered User
Posts: 228
Joined: Wed Nov 05, 2008 7:52 am
Location: Lahore,Pakistan
Contact:

Re: How to enlarge posting area text box

Post by COD3M4ST3R-X »

DragonMaster wrote:I use Divine Black based on subsilver2 using ver 304

I am more wanting to make it higher rather than wider

Thanx
Theirs a MOD recently Validated "JQuery Text Area Resize"
It resizes the Posting area.But i guess it resizes the posting areas height.
Image
Long Live PhpBB!

DragonMaster
Registered User
Posts: 10
Joined: Fri Sep 10, 2004 4:06 am
Location: U.S.A.
Contact:

Re: How to enlarge posting area text box

Post by DragonMaster »

That would be what I want

I’ll try it once phpbb.co is back online unless you know a better link?

User avatar
COD3M4ST3R-X
Registered User
Posts: 228
Joined: Wed Nov 05, 2008 7:52 am
Location: Lahore,Pakistan
Contact:

Re: How to enlarge posting area text box

Post by COD3M4ST3R-X »

DragonMaster wrote:That would be what I want

I’ll try it once phpbb.co is back online unless you know a better link?
Download

Code: Select all

http://www.mediafire.com/?srenbbt9gcl
Authors website

Code: Select all

mod.web.id
Image
Long Live PhpBB!

User avatar
James N
Posts: 143
Joined: Thu Jun 29, 2006 7:35 pm

Re: How to enlarge posting area text box

Post by James N »

open

posting_body.html

and look for the 'textarea' tags

change the value of the rows and cols as you wish

Save, upload, and purge the cache.

I dont know the style (so its totally untested) but it should do what you want. Remember to back up first

DragonMaster
Registered User
Posts: 10
Joined: Fri Sep 10, 2004 4:06 am
Location: U.S.A.
Contact:

Re: How to enlarge posting area text box

Post by DragonMaster »

COD3M4ST3R-X wrote:
DragonMaster wrote:That would be what I want

I’ll try it once phpbb.co is back online unless you know a better link?
Download

Code: Select all

http://www.mediafire.com/?srenbbt9gcl
Authors website

Code: Select all

mod.web.id
This won’t work

It does:

After installing this simple mod, you can easily resize textarea editor by drag and drop it.

The template already allows this but thanx anyway

DragonMaster
Registered User
Posts: 10
Joined: Fri Sep 10, 2004 4:06 am
Location: U.S.A.
Contact:

Re: How to enlarge posting area text box

Post by DragonMaster »

James N wrote:open

posting_body.html

and look for the 'textarea' tags

change the value of the rows and cols as you wish

Save, upload, and purge the cache.

I dont know the style (so its totally untested) but it should do what you want. Remember to back up first
Worked PERECTLY

Thank You VERY Much

User avatar
James N
Posts: 143
Joined: Thu Jun 29, 2006 7:35 pm

Re: How to enlarge posting area text box

Post by James N »

No problem

Locked