craigwh wrote:how can i link a news category to a specific forum?
like you post in the forum, and it gets auto created in the news category.
You have same problem..
Code: Select all
<!-- BEGIN newest_users -->
<tr>
<td class="<!-- IF newest_users.S_ROW_COUNT is even -->row1<!-- ELSE -->row2<!-- ENDIF --> genmed"><span class="{S_CONTENT_FLOW_END}-column"> {newest_users.TIME}</span> <br />{newest_users.USERNAME}</td>
</tr>
<!-- END newest_users -->
Code: Select all
<!-- BEGIN newest_users -->
<tr>
<td class="<!-- IF newest_users.S_ROW_COUNT is even -->row1<!-- ELSE -->row2<!-- ENDIF --> genmed"><span class="{S_CONTENT_FLOW_END}-column"> {newest_users.USERNAME}</span> <br />{newest_users.TIME}</td>
</tr>
<!-- END newest_users -->