Hello
I want to show image post of the topic in sub-forum, i need this feature so that the forum members can post their artwork. but, i have some problem with this...
design plan will look like this:
my results:
i'm trying code:
anybody help me, please?
@Ange Tuteur
I want to show image post of the topic in sub-forum, i need this feature so that the forum members can post their artwork. but, i have some problem with this...
design plan will look like this:
my results:
i'm trying code:
- Code:
$(function(){
     var isPunbb = '';
     if ($('.pun').length) var isPunbb = 'class="pun"';
     $('h2.topic-title a').after(' <span id="imgtopicshow"></span>');
     $('span#imgtopicshow').show(function() {
      $('.tlbstats').prepend('<div id="topicimg-container" '+isPunbb+'><div id="imgtopicbox"></div></div>');
      $('#imgtopicbox').load($(this).siblings('h2.topic-title a').attr('href')+' .entry-content img:not(img[src*="/smiles/"]):eq(0)');
     });
    });
anybody help me, please?
@Ange Tuteur
Last edited by Herry Sudrajat on September 6th 2016, 8:03 pm; edited 1 time in total