Topic: php include unordered list title length
At the moment I am including the top five most recent forum posts on my main websites home page via
include('http://www.p11dorganiser.co.uk/p11dforum/extern.php?action=active&show=5');
however this method currently clips the length of the posts title to 21 letters is there any way of displaying the whole title via the php include method.
It would be cool if there was an action that allowed this on the url without having to mess with the core files