iguanaairs - finally found it! The article bit was missing the $scrolltothis
In GAS_article_pb find:
Code:
<if condition="$post['postid'] == $thread['firstpostid']">
<!-- Articles -->
<tr>
<td class="alt2" align="left" style="padding:10px 10px 10px 10px">
REplace with:
Code:
<if condition="$post['postid'] == $thread['firstpostid']">
<!-- Articles -->
<tr>
<td class="alt2" align="left" style="padding:10px 10px 10px 10px" $scrolltothis>
corbint - Shouldnt matter what your forums folder is called. Check the readme for instructions on folder creation errors. Bascially you just need to manually create the folder structure.
fabz - this has been debated in this thread a few times. It is a lot more work to extrapolate those types of values out in a logical pattern. However it is something ill mull about for a good way to do for maybe the next major version.