Quote:
Originally Posted by The Geek
emtee - edit your GAS_threadbit template and change the link to whatever you need.
nJoy
|
Thanks for your tip but it doesn't work. :ermm:
I took a quick look at the codes and the templates. It seems like I have to edit
threadbit template to tell it to go to the article itself, not the last comment or the unread comment. So now
I want to know the condition for my <if> statement for templates, not for .php files. Do you know what the condition is? Please help, thanks.
I know I can't use <if condition="THIS_SCRIPT == 'showthread'"> because the article use showthread.php to view it. I need the condition somewhat like this: <if forum is marked article> <showthread.php?t=$thread[threadid]"> <else /> <showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]"> or <showthread.php?goto=lastpost&t=&t=$thread[threadid]">.