Quote:
Originally Posted by RetroDreams
1) How do you disable the reply button above the article? I know it's in the showthread template, but what conditional would I need to use to check to see if it's an article as opposed to the forums?
2) If I enable parse bbcode, then the article preview length quits working and it displays the whole article on the index. Is this a known bug?
|
Use template code
HTML Code:
<if condition="!$articleforum">Button code here - will only display for non- article forums</if>
2. I will look into this.