WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1[HELP]change topics and post Empty [HELP]change topics and post Fri Mar 02, 2012 10:58 am

mioshi11

mioshi11
Registered Member
Registered Member
help me how to do this??
im using INVISION...

[HELP]change topics and post Hjhjhj10

thanks

http://angelicsoyeon.4ulike.com

2[HELP]change topics and post Empty Re: [HELP]change topics and post Fri Mar 02, 2012 9:32 pm

ankillien

ankillien
Administrator
Administrator
Hi,

I'm working on this. It can take some time, so please wait. Smile

3[HELP]change topics and post Empty Re: [HELP]change topics and post Fri Mar 02, 2012 11:03 pm

mioshi11

mioshi11
Registered Member
Registered Member
ok ok im just waiting

http://angelicsoyeon.4ulike.com

4[HELP]change topics and post Empty Re: [HELP]change topics and post Sat Mar 03, 2012 7:24 pm

ankillien

ankillien
Administrator
Administrator
Here it is...

Code:
$(function(){

  $('.index-box th.replies , .index-box td[class="row2 centered"]').hide();

  $('.index-box td[class="row1 centered"]').each(function(){
   
    var postsNo = $(this).text();
    var topicsNo = $(this).next('td[class="row2 centered"]').text();

    $(this).html('Topics : '+topicsNo+'<br>Posts : '+postsNo);

  });

});

Add it in Admin CP > Modules > Javascript management. For all pages.
Hope it helps Smile

5[HELP]change topics and post Empty Re: [HELP]change topics and post Sun Mar 04, 2012 6:46 am

mioshi11

mioshi11
Registered Member
Registered Member
but it nothing happen????

http://angelicsoyeon.4ulike.com

6[HELP]change topics and post Empty Re: [HELP]change topics and post Sun Mar 04, 2012 9:42 am

ankillien

ankillien
Administrator
Administrator
Link to your forum please?

7[HELP]change topics and post Empty Re: [HELP]change topics and post Thu Mar 08, 2012 3:18 pm

mioshi11

mioshi11
Registered Member
Registered Member
http://speedboys.forumotion.com/

http://angelicsoyeon.4ulike.com

8[HELP]change topics and post Empty Re: [HELP]change topics and post Thu Mar 08, 2012 6:56 pm

ankillien

ankillien
Administrator
Administrator
I just tried it on your forum and it works fine. Make sure you added the script correctly...

Code:
    $(function(){

      $('.index-box th.replies , .index-box td[class="row2 centered"]').hide();

      $('.index-box td[class="row1 centered"]').each(function(){
     
        var postsNo = $(this).text();
        var topicsNo = $(this).next('td[class="row2 centered"]').text();

        $(this).html('Topics : '+topicsNo+'<br>Posts : '+postsNo);

      });

    });

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum