Harald_T,
regarding of this attractive idea :
Quote:
take an example (IPB):
http://www.lifejourney.com.sa/community/
its displaying the last 4 Thumbnails from ( forum # 143 ) which is for ( digital arts )
(AND )
displaying the last 4 Thumbnails from ( forum # 144 ) which is for ( Photography images )
|
But ..
the first row displays last 4 Thumbnails from cat #143 (under the cat itself )
and the other row doing tha same for another cat ..
you can use <IF conditon > in the tamplate to do this ..
some thing like this ..
-------------------------------------------
<IF condition="show forums">
forum content .. bla bla bla
<IF condition="forumID=XX, XX">
display the last 4 Thumbnails row
</IF>
</IF>
-------------------------------------------