Closed (fixed)
Project:
Similar By Terms
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 12:18 UTC
Updated:
5 Jul 2011 at 00:52 UTC
I would like to set the maximum length of the displayed titles in the similar block so that each title fits on one line. If the title does not fit, 3 points are added, for example: Title 1 ...
Now I have:
> Title 1 etcetc etc
etc etc.
> Title 2 etc etc
> Title 3
And I would like to show them like this:
> Title etcetc ...
> Title 2 etc etc
> Title 3
I think that this will look better.
Comments
Comment #1
schnippy commentedI had the same issue with this but resolved it in the template file. I copied the similiarterms.tpl.php file from the module directory into my theme directory and added this to my template file:
Comment #2
tomsm commented@ schnippy
works great. Thanks!
Comment #3
rmiddle commented