Biplob_Mondol
Put this on a place that you want to show forum update
.
<div class="list" name="fix" id="upd"> <div name="themethumb" class="thumb"><img src="http://i.imgur.com/ZiYifSC.jpg" width="60px" height="60px" /></div> <div class="thlink">:forum-0/theme-link/1:</div> <div name="ftext" class="btext"></div></div>
Copy code
.
* change '0' to your all forum id.
.
Under the above code add this 2 scripts that uses to load/get thumbnail image and some text from threads
.
http://mycsstrap.wapdale.com/forum/__xt/perfect-thumbnail-v1-get-first-img-from-article/thread-owv6eo2sq0kyzb7m91cc45qp6yi2mk0estv7g9.html?__xtforum_posts_page=1
.
http://mycsstrap.wapdale.com/forum/__xt/perfect-blog-style-forum-update-v2-read-more-button/thread-osr2ak8om6guvx3i51cb15ml2ue8ig6aopr3c5.html?__xtforum_posts_page=1
.
Then put this on head tag of your site.it use to style the update
.
<style> #upd .list {padding: 7px; display: block;}
.thumb {display: inline-block; padding: 1px; margin: 2px; border: 1px #ddd solid; float: left;}
.thumb img {display: inline-block; float: left;}
.thlink { display: table-cell; width: auto;}
.btext { color: grey!important; text-align: justify!important;} </style>
Copy code