Thanks Lynne, I thought I had replied here a long time ago. Unfortunately I'm not that comfortable with PHP and therefore wouldn't know where to start with changing the code to enable the links to become 'clickable'.
Is there any downside to enabling links in the archive? I find we get a lot of users to our archive area and not being able to click links in posts must be frustrating for them.
--------------- Added [DATE]1268072137[/DATE] at [TIME]1268072137[/TIME] ---------------
Just to confirm I found the code:
PHP Code:
$output .= "\n<div class=\"post\"><div class=\"posttop\"><div class=\"username\">$post[username]</div><div class=\"date\">$post[postdate], $post[posttime]</div></div>";
$output .= "<div class=\"posttext\">" . nl2br(htmlspecialchars_uni($post['pagetext_simp'])) . "</div></div><hr />\n\n";
The problem is I just want to enable the a href tag and not all the others, anyone out there have a suggestion?