×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Problem with "Columns number of the input area"

Problem with "Columns number of the input area" 14 years 2 months ago #8869

  • Pawel
  • Pawel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
This function seems not to work at all for me (4.0 RC1). I had to modify box width in pixels in Layout/CSS, which is probably overriding that option:
#joomlacommentform textarea {
    width: 600px;/*400px;*/
    height: 150px;/*200px;*/
    border: 1px solid #999999;/*#CCCCCC;*/
    background-color: #BABABA; /*zmieniono*/
}

Problem with "Columns number of the input area" 14 years 2 months ago #8899

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
You are right, this is all styled with css and this setting is obsolete now.

Problem with "Columns number of the input area" 14 years 2 months ago #8916

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
What do you mean? This CSS selector works 100% and is used in the modern template.

EDIT: If you mean the rows="123" columns="456" in the HTML, yeah they are only there for backwards compatibility incase CSS is not recognized (they don't need to be there really but they are not code-depreciated as far as I know so they can stay)

Problem with "Columns number of the input area" 14 years 2 months ago #8926

  • Pawel
  • Pawel's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I mean that setting in the component menu shouldn't be there if it doesn't work anymore. I also think that changing size of those boxes from admin pannel would be handy.

Problem with "Columns number of the input area" 14 years 2 months ago #8938

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
Oh I see. Well, the admin backend setting would be handy but I think the best idea is to let the template/CSS decide how big the textarea should be.

New versions will have a seperate "Template" tab which will allow further customization of template specifics (with real-time preview) without diving into CSS code. I'm working on this right now actually.

Thanks for sharing your thoughts Pawel, and reminding me how important it is to make options for everything!
  • Page:
  • 1
Time to create page: 0.177 seconds