Bobocop wrote: [View Post]
Looked to the code of my forum and was wondering if this really should be a problem as my site is XHTML valid.
So here are the results:
- <!-- END postrow -->
- <!-- IF not S_IS_BOT -->
- <tr><td class="cat-bottom" colspan="2"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td></tr>
- <!-- ENDIF -->
- </table>
the table close tag just comes some lines below the <!-- END postrow -->
If you insert another </table> then you might have some more problems!
Can you check it Bobocop?
And another prob that i found is your code:
- <!-- IF postrow.S_FIRST_ROW == 2 -->
- <div class="post bg3">
- <div class="inner"><span class="corners-top"><span></span></span>
- <div align="center">
- <img src="http://altecart.com/pics/bannertest.jpg" />
- </div>
- <span class="corners-bottom"><span></span></span></div>
- </div>
- <!-- ENDIF -->
<!-- IF postrow.S_FIRST_ROW == 2 --> can never be happen as S_FIRST_ROW is either TRUE or FALSE. So what you could try instead is: <!-- IF postrow.S_FIRST_ROW != TRUE --> but that would display the advertisement on every row except the first
Hence you could try this code:
<!-- IF postrow.S_ROW_COUNT == 2 -->
I didn't tried it - but for me it seems a possible solution!










Brunswick, Germany






Borgo San Michele


[Censor]


