Deprecated: Joomla\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/vendor/joomla/input/src/Input.php on line 41

Deprecated: Return type of Joomla\Input\Input::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /homepages/13/d380392445/htdocs/Jlive/libraries/vendor/joomla/input/src/Input.php on line 170

Deprecated: Joomla\CMS\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Input/Input.php on line 31

Deprecated: Joomla\CMS\Input\Cookie implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Input/Cookie.php on line 21

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Uri/Uri.php on line 141
Textarea to small - Macrotone Forum

Unknown Error 8192: KunenaControllerApplicationDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in libraries/kunena/controller/application/display.php on line 21


Unknown Error 8192: Automatic conversion of false to array is deprecated in libraries/kunena/route/route.php on line 437


Unknown Error 8192: ComponentKunenaControllerWidgetAnnouncementDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/widget/announcement/display.php on line 18


Unknown Error 8192: ComponentKunenaControllerTopicItemDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/item/display.php on line 25


Unknown Error 8192: Automatic conversion of false to array is deprecated in libraries/kunena/forum/category/category.php on line 415


Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /homepages/13/d380392445/htdocs/Jlive/libraries/src/Date/Date.php on line 112

Unknown Error 8192: Automatic conversion of false to array is deprecated in libraries/kunena/bbcode/bbcode.php on line 107

Textarea to small


Unknown Error 8192: ComponentKunenaControllerTopicItemActionsDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/item/actions/display.php on line 23


Unknown Error 8192: ComponentKunenaControllerTopicPollDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/poll/display.php on line 21


Unknown Error 8192: ComponentKunenaControllerTopicItemMessageDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/topic/item/message/display.php on line 23

9 years 8 months ago #1 by crimle
Textarea to small was created by crimle
How can I change the width of the textarea "jform_issue_description"? It is only 206px and is obviously defined in bootstrap.min.css. I think this is far to small.

Unknown Error 8192: ComponentKunenaControllerMessageItemActionsDisplay implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in components/com_kunena/controller/message/item/actions/display.php on line 25

Please Log in or Create an account to join the conversation.

9 years 8 months ago - 9 years 8 months ago #2 by geoffc
Replied by geoffc on topic Textarea to small
Can you please provide some more information. Is this on the front end or the back end? I ask because the bootstrap.min.css file might be in use on either, depending upon the template in use. Which Joomla version is this?

If you could provide a screen shot as well that would also assist so I can see the problem on your site.

Regards
Geoff

Please Log in or Create an account to join the conversation.

9 years 8 months ago - 9 years 8 months ago #3 by crimle
Replied by crimle on topic Textarea to small

Unknown Error 8192: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2115


Unknown Error 8192: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2115


Unknown Error 8192: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2022


Unknown Error 8192: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2070

On the frontend when the customer creates a new ticket (see screenshot).
Edit: for some unknown reason, I'm not able to insert attachments here...

Please Log in or Create an account to join the conversation.

9 years 8 months ago - 9 years 8 months ago #4 by geoffc
Replied by geoffc on topic Textarea to small
Is this Joomla 3.x with the protostar template?

Can I assume that the user is also NOT presented with a WYSIWYG editor? i.e It is a simple textarea.

Re the attachment there is a limit on the file size that may be attached in the forum. You could be hitting that size limit.

Regards
Geoff

Please Log in or Create an account to join the conversation.

9 years 8 months ago #5 by geoffc
Replied by geoffc on topic Textarea to small

Unknown Error 8192: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in libraries/kunena/external/nbbc/src/BBCode.php on line 2263

The size of the textarea boxes are actually defined in the model. The file is site/components/com_issuetracker/models/forms/itissues.xml.

The settings for the description field is around line 29 which reads:
size="2000" rows="10" cols="50"

The rows and cols values are expressed as characters and can/could be modified to suit your preference. The multiple of the chosen values should not exceed 4000 which is the maximum size of the field when it is stored in the database. Edit the file and save it, then after clearing cache etc. the new field size should be seen in the front end 'create an issue' form.

Regards
Geoff

Please Log in or Create an account to join the conversation.

9 years 8 months ago #6 by crimle
Replied by crimle on topic Textarea to small
HI Geoff

It's Joomla 3.3.3 but not the protostar template. I'm using a JSN template. Yes, it's a simple textarea, no WYSIWYG. I made the following changes to components/com_issuetracker/models/forms/itissues.xml:
size="4000" rows="10" cols="500"

The Firefox source code inspector shows rows="10" cols="500" but the size of the textarea remains the same size it was before. You may have a look here: www.rimle.ch/support-service/neues-support-ticket

The CSS says width: 206px; textarea 206px bootstrap.min.css:9

Kind regards
Christof

Please Log in or Create an account to join the conversation.

Time to create page: 0.160 seconds
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries