PDA

View Full Version : increasing the truncation?


entnetwork.com
11-15-2006, 02:13 AM
Hi,

I would like to increase the truncation of the descriptions on the frontpage and category pages. Which file do I need to edit and where?

Thanks

kip
11-15-2006, 02:55 AM
You would need to edit top_videos, top_rated, index_content, category_content, and find:

$game_name = substr($game_name,0,18);

And change the 18 to a higher number.

entnetwork.com
11-15-2006, 03:50 AM
nice. Thanks for the quick response.

kip
11-15-2006, 04:20 AM
thats what you get, when I get no sleep =]

blank
11-15-2006, 10:25 AM
maybe I'll move those to a seperate file to make it easier to change them in all the places.

bigarte
11-15-2006, 04:22 PM
Your support is second to none guys. Thanks so much.

kip
11-15-2006, 05:47 PM
No, thank you! =] Without you guys participating we wouldn't be where we are, or getting! =]