1
gerren
extCal 2.38 RC1 input textarea too large
  • 2015/3/31 6:56

  • gerren

  • Just popping in

  • Posts: 8

  • Since: 2006/10/18


Hi,

Regarding extCal 2.38 RC1
Having problems that the input text area are too large when adding New Event
And it expands outside the theme on the right side.

Are there any way to solve this problems?

Br / Gerry

Details:
Fixed Page Width, 3-Column Theme
FlashInsBusie Theme from INSRAQ
(Have tried out other themes to but still same problems)

XOOPS Version XOOPS 2.5.7.1
PHP Version 5.6.7
mySQL Version 5.5.32-cll-lve
Server API cgi-fcgi
OS Linux
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
post_max_size 64M
max_input_time 120
output_buffering 4096
max_execution_time 120
memory_limit 64M
file_uploads On
upload_max_filesize 64M

Modules:
extCal 2.38 RC1
ExtGallery 1.11 Final
Publisher 1.02 RC1
xfGuestbook 2.5


2
gerren
Re: extCal 2.38 RC1 input textarea too large
  • 2015/3/31 17:54

  • gerren

  • Just popping in

  • Posts: 8

  • Since: 2006/10/18


Problem solved:

extcal\class\event.php

Row 1272 $options['cols'] = '100%';

Row 1312 $options['cols'] = '100%';

Change to:

Row 1272 $options['cols'] = '70%';
Row 1312 $options['cols'] = '70%';

Don't know if this is this is the right way but it works

3
Mamba
Re: extCal 2.38 RC1 input textarea too large
  • 2015/4/1 1:25

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thank you so much for following up and posting up your solution!

This is always very helpful, but not everybody does it!!!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

172 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 172


more...

Donat-O-Meter

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

Latest GitHub Commits