1
john_la
How to change size of txtarea ?!
  • 2005/8/24 19:24

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


I have big problem, i have try all... and nothing work.. i need to change size of textarea ( Signature, Extra Info... ) in "edit profile" or any other place if i need... how to do this ?
I need to change number of cols ( tag: cols="" )

tnx.

2
talunceford
Re: How to change size of txtarea ?!

You have to edit the actual htmltarea class files. I've had to do this on all of my sites. I had to specify a class for them. Edit the class' and you should be fine.
Tim
www.tswn.com | www.bf2online.com | aquaria.tswn.com | www.bf2142online.org

3
john_la
Re: How to change size of txtarea ?!
  • 2005/8/24 22:36

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


...class\xoopseditor\dhtmltextarea
- dhtmltextarea.php

Quote:
$this->XoopsFormDhtmlTextArea("", $name, empty($value)?"":$value, empty($rows)?5:$rows, empty($cols)?50:$cols, empty($hiddentext)?"xoopsHiddenText":$hiddentext);


Changed to:

Quote:
$this->XoopsFormDhtmlTextArea("", $name, empty($value)?"":$value, empty($rows)?5:$rows, empty($cols)?10:$cols, empty($hiddentext)?"xoopsHiddenText":$hiddentext);


and there is no change...
Anything i change is not updated, language... nothing... i think cache\profilefields.tmp is "BAD" thing here, i cant turn off cache...
I think i allways load cache and not orginal files...

@talunceford - Where can i define class ( style ) for textarea ?!

Login

Who's Online

145 user(s) are online (71 user(s) are browsing Support Forums)


Members: 0


Guests: 145


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits