iamdecal - 2004-09-22

Logged In: YES
user_id=1126528

in

/templates/index.tpl.htm

find the line like this (line 75 in my code, but i may have
made other changes)

<a title="[{POST.topic_name}]"
href="{SITE_URL}topic.php/{POST.topic_id}">

and change it to this

<a title="[{POST.topic_name}]"
href="{SITE_URL}topic.php?/{POST.topic_id}">

(added the ? - this fix is from memmory -but i hope it helps)