You are here:  » Product mapping with very long names

Support Forum



Product mapping with very long names

Submitted by Paddy on Wed, 2009-07-29 13:53 in

Hi,
I've been trying to map some product names. Unfortunately the names are to long to fit on a single line. Is there a way of lengthening the box so I can fit it in?
Thanks,
Patrick

Submitted by support on Wed, 2009-07-29 13:59

Hi Patrick,

Sure - the textarea is generated by the following code on line 53 of admin/productsmap_configure.php:

  print "<textarea name='alternates' rows='10' cols='50'>".widget_safe($productmap["alternates"])."</textarea>";

...just change the cols='50' as required - something like cols='150' should just about fill normal view..

Cheers,
David.

Submitted by Paddy on Wed, 2009-07-29 14:04

Thanks David, Another quick question I wanted to go back and look at my previous posts in the forum. Is there a easier way than searching for posts with the name "paddy" in?

Submitted by support on Wed, 2009-07-29 14:13

Hi Patrick,

Unfortunately not as it stands - a search is probably the best way - the forum is well indexed.

Cheers,
David.

Submitted by Paddy on Wed, 2009-07-29 14:18

it is well indexed, I'm just being a bit lazy.

Thanks for your quick and helpful response, as ever.
Paddy