|
|
Administrator
|
Posts: 1190
Join Date: Mar 2005
|
|
The url anchor is generated by the get_topic_link(..) function in /code/skinning.php, which calls the trunc_url_title() function in /code/functions.php which has a parameter $maxchars by default set to 70 characters. You can make your own version by copying these and changing the maxchars, or you can change the $maxchars globally and all the urls will be truncated shorter.
|