1

Topic: extern settings

Hi,

I want to know if it is possible to modify extern.php in order to display more caracters. I want to specify the number of caracters displayed. So I won't have any ...
I take an example:
On my frontpage, I have the 5 last new topics displayed. I have this:
"the name of the topic..."

I want to display the topic in the whole or o define the number of caracters displayed.

Thanks,

Ludo

2

Re: extern settings

Open extern.php and look for this near the top
$max_subject_length = 30;
Change the number to something higher.