0
Welcome Guest! Login
0 items Join Now

Where to change the 100 characters input area of articles...

  • Where to change the 100 characters input area of articles...

    Posted 13 years 6 months ago
    • I would apreciate any idea how to modify the arfticle form submit of Joomla! 1.5.

      Place the selection of Sections & Categories in Joomla 1.5 before the Title and Maintext (editor)
      Change the "title" of form from 100 character limits to more 200 maybe.... We use long titles in spanish...

      <input class="inputbox" type="text" id="title" name="title" size="50" maxlength="100" value="">

      Or any idea about a component or plugin to make that?

      Thanks in advance
      Francisco
    • Swedish & Spanish translations - Webdesign - App - Hosting Support
  • Re: Where to change the 100 characters input area of articles...

    Posted 13 years 6 months ago
    • You may check edit this file:
      <Joomla Root>/components/com_content/views/article/tmpl/form.php

      and find the following:
      <input class="inputbox" type="text" id="title" name="title" size="50" maxlength="100" value="<?php echo $this->escape($this->article->title); ?>" />

      You can change the maxlength value there

Time to create page: 0.068 seconds