1
timgno
Register TestArea Form
  • 2010/12/30 22:37

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Hi everyone!

Why this code does not work properly as indicated by the parameter 8 of the function-class in file include/registerform.php:
$disc_text = new XoopsFormTextArea('''disclaimer'$xoopsConfigUser['reg_disclaimer'], 8);

it should display only 8 rows...!
while displaying the entire disclaimer...

2
culex
Re: Register TestArea Form
  • 2010/12/31 13:29

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


What happens if you use this syntax ?

//XoopsFormTextArea($caption, $name, $value, $rows, $cols);

$disc_text = new XoopsFormTextArea('''disclaimer'$xoopsConfigUser['reg_disclaimer'], $rows=8$cols=1);
Programming is like sex:
One mistake and you have to support it for the rest of your life.

3
timgno
Re: Register TestArea Form
  • 2010/12/31 13:57

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


nothing, same result:
Resized Image

4
ghia
Re: Register TestArea Form
  • 2011/1/4 9:58

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Did you check the HTML source for the presence of the rows= attribute?

Are there CSS instructions that overrides the settings?

5
timgno
Re: Register TestArea Form
  • 2011/1/4 10:52

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


There is no id or class registration form in xoops.css file does not exist in system/templates for the html file a registration form and there is no file type CSS style in system/css. I have not found these, if any, given them to me? Thanks!

Login

Who's Online

229 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 229


more...

Donat-O-Meter

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

Latest GitHub Commits