PDA

View Full Version : links length on the frontpage


avenir
02-27-2007, 09:55 AM
Hello,

I added the 10 most visited links on the frontpage of my directory on the left side. I would like to reduce the length of the link titles but I didn't find a solution on the forum.

In my index.php file, I have this code to get the 10 most visited links:

Content visible to registered users only.Thanks in advance for your help!

coolweb
02-28-2007, 09:30 AM
can you paste URL of your directory want to see how it looks like.

avenir
02-28-2007, 09:33 AM
The url is in my signature: http://www.links4se.com

Thanks.

James
03-01-2007, 05:24 AM
truncate:20:""

If you paste me the code from your for each I will place the above for you.

anon
03-01-2007, 06:07 AM
easiest to give full sample.

{$YOUR_VARIABLE|truncate:35:""|espace|trim}

Where YOUR_VARIABLE is the name you are using within your foreach loop to grab display the info. similar to {$link.TITLE|truncate:35:""|espace|trim}

James
03-01-2007, 06:21 AM
one would think ;)