Modify

Opened 12 years ago

Closed 6 years ago

Last modified 6 years ago

#162 closed Erweiterung (fixed)

Anzahl der erlaubten Zeichen bei der Artikelbearbeitung erhöhen?

Reported by: Torsten Riemer Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.0.0
Component: Admin Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description

Wir könnten mal überlegen, ob wir die Anzahl der erlaubten Zeichen in der Artikelbearbeitung erhöhen. Das folgende Thema hat mich darauf gebracht: Meta Title Länge zu kurz?

Datei "/admin/includes/modules/new_product.php":

          <div class="main" style="vertical-align:top; padding: 3px; line-height:20px;">
              <?php echo $lng_image. '&nbsp;'. TEXT_PRODUCTS_KEYWORDS . ' (max. 255 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_keywords[' . $languages[$i]['id'] . ']',(isset($products_keywords[$languages[$i]['id']]) ? stripslashes($products_keywords[$languages[$i]['id']]) : $products_desc_fields['products_keywords']), 'style="width:100%" maxlength="255"'); ?><br/>
              <?php echo $lng_image. '&nbsp;'. TEXT_META_TITLE. ' (max. 50 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_meta_title[' . $languages[$i]['id'] . ']',(isset($products_meta_title[$languages[$i]['id']]) ? stripslashes($products_meta_title[$languages[$i]['id']]) : $products_desc_fields['products_meta_title']), 'style="width:100%" maxlength="50"'); ?><br/>
              <?php echo $lng_image. '&nbsp;'. TEXT_META_DESCRIPTION. ' (max. 140 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_meta_description[' . $languages[$i]['id'] . ']',(isset($products_meta_description[$languages[$i]['id']]) ? stripslashes($products_meta_description[$languages[$i]['id']]) : $products_desc_fields['products_meta_description']), 'style="width:100%" maxlength="140"'); ?><br/>
              <?php echo $lng_image. '&nbsp;'. TEXT_META_KEYWORDS. ' (max. 180 '. TEXT_CHARACTERS .')'; ?> <br/>
              <?php echo xtc_draw_input_field('products_meta_keywords[' . $languages[$i]['id'] . ']', (isset($products_meta_keywords[$languages[$i]['id']]) ? stripslashes($products_meta_keywords[$languages[$i]['id']]) : $products_desc_fields['products_meta_keywords']), 'style="width:100%" maxlength="180"'); ?>
          </div>

Attachments (0)

Change History (5)

comment:1 by Ronald Parcinski, 12 years ago

Kann man bei Metatagseinstellungen im Admin hinzufügen, dann kann sich das jeder selber einstellen.

comment:2 by Torsten Riemer, 8 years ago

Milestone: modified-shop-2.1.0.0

comment:3 by Gerhard Waldemair, 6 years ago

Resolution: fixed
Status: newclosed

Zeichenlängen sind bereits im Adminbreich einstellbar.

comment:4 by Torsten Riemer, 6 years ago

Milestone: modified-shop-2.0.0.0

comment:5 by Torsten Riemer, 6 years ago

In 8314:

fix #162 - Revised metatags handling and added google verification key

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.