Modify ↓
#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. ' '. 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. ' '. 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. ' '. 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. ' '. 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 , 12 years ago
comment:2 by , 8 years ago
| Milestone: | modified-shop-2.1.0.0 |
|---|
comment:3 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Zeichenlängen sind bereits im Adminbreich einstellbar.
comment:4 by , 6 years ago
| Milestone: | → modified-shop-2.0.0.0 |
|---|
Note:
See TracTickets
for help on using tickets.

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