enlarge field

  • Posts: 155
  • Thank you received: 4
10 years 7 months ago #122348

Hallo.

where can i change the field size of the popup-window when i insert images

The field i want to make larger is the field NAME

Attachments:

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

  • Posts: 26004
  • Thank you received: 4004
  • MODERATOR
10 years 7 months ago #122400

Hi,

You can override the view "backend / your backend template / product / addimage" and change the size of the input box for the "name".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Cattelan

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

  • Posts: 155
  • Thank you received: 4
10 years 7 months ago #122746

Thanks. I tried

<td class="order"><input type="text" size="100" value="<?php echo $row->file_ordering;?>" name="imageorder[<?php echo $row->file_id;?>]" class="text_area" style="text-align:center"/></td>

but no change in my bluestork template i use.
thanks

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

  • Posts: 26004
  • Thank you received: 4004
  • MODERATOR
10 years 7 months ago #122789

Hi,

Sorry, the view is "selectimage".
"addimage" is the next view, when the image has been added.

<input type="text" name="data[file][file_name]" value="<?php echo $this->escape(@$this->element->file_name); ?>"/>

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum