I got help on the old site with adding a down arrow to posts . When clicked on, it would take you to the bottom of the posting page. I don't see it here. I may have registered as ladybug on the old site.
Styles/Template folder: Open your viewtopic_body.html and FIND
(around line 139 in Prosilver and around line 153 in Subsilver2)
Code: Select all
<p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --></a><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> » {postrow.POST_DATE} </p>
After <!-- ELSE --> ADD
Code: Select all
<a href="#bottom"><img src='images/down.jpg' border='0'></a>
This is still working fine in prosilver but not in subsilver2 since we've switched hosts for our forum. I came back to review directions but can't find them in case I forgot to document another step for subsilver2. Is it possible to find and add the directions here at this late date?