hi freind ,,, I have this code javascript for similar topics in veiwtopic tamplate
I need some edit for appear thumbnails of these topic , I mean (( first image in these topics ))
with name of writer this topic
please help me ++ my forum version phpbb2
thank u , I'm waiting
- Code:
<script type="text/javascript">
$(function () {
$('#cungchuyenmuc').load('/f{FORUM_ID}-forum td:not("td:contains("Announcement"), td:contains("Sticky"), td:contains("Global announcement")") .topic-title a.topictitle:lt(15)', function () {
$('#cungchuyenmuc a.topictitle').wrap("<tr><td></td></tr>");
});
var topictitleFMvi = '{TOPIC_TITLE}';
var fmviTopictitle = topictitleFMvi.replace(/ /gi, '+');
$('#bailienquan').load('/search?mode=searchbox&search_keywords=' + fmviTopictitle + '&show_results=topics td:not("td:contains("Announcement"), td:contains("Sticky"), td:contains("Global announcement")") .topic-title a.topictitle:lt(15)', function () {
$('#bailienquan a.topictitle').wrap("<tr><td></td></tr>");
});
});
</script>
I need some edit for appear thumbnails of these topic , I mean (( first image in these topics ))
with name of writer this topic
please help me ++ my forum version phpbb2
thank u , I'm waiting