Posts Number Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Posts Number

    avatar
    VoxThePie
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    In progress Posts Number

    Post by VoxThePie Tue 6 Jan 2015 - 15:03

    How i can show the  Numbers of Topics And Posts in the category ?


    And where do i get like this  Follow us tab  ---> http://prntscr.com/5otkft
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    In progress Re: Posts Number

    Post by Rupture Tue 6 Jan 2015 - 15:58

    The number of the announcements and staff MAY come automatically if you have your Sticky and Announcements separated from your topics with a table. Check if you have it by going to: Admin Panel > General > Messages and e-mails > Configuration
    and check to the option named 'Separate announcements and stickies from the messages:' if you have it, 'With a table' as the picture below:
    Posts Number F7eEibN

    If that doesn't do it, then, for the Announcment and Stickies, you need to do some editing in the templates. So:
    go to Admin Panel > Display > Templates > General > topic_list_box and press to edit the template.
    Find this: {topics_list_box.row.L_TITLE} and replace it with the below:
    Code:
    <span class="numberannst">{topics_list_box.row.L_TITLE} ({topics_list_box.row.COUNT_TOTAL_TOPICS})</span>

    Then, for the topics, go to the same template and do the below:
    Find {topics_list_box.row.topic.table_sticky.L_TITLE} delete it and add the below:
    Code:
    <span class="topicnumbercounter">{topics_list_box.row.topic.table_sticky.L_TITLE} ({topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS})</span>

    Save the template and publish it.That should work!
    Mati
    Mati
    Active Poster


    Posts : 1927
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: Posts Number

    Post by Mati Tue 6 Jan 2015 - 16:54

    VoxThePie wrote:
    And where do i get like this  Follow us tab  ---> http://prntscr.com/5otkft

    Follow this tutorial -> http://fmfocus.forumotion.net/t1040-add-social-media-buttons-to-your-forum-all-version
    avatar
    VoxThePie
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    In progress Re: Posts Number

    Post by VoxThePie Tue 6 Jan 2015 - 23:25

    I want the post number and view and the style of my category to be as fine as in forumotion forum:
    http://prntscr.com/5pd58a



    http://prntscr.com/5pd5p2  <-- my forum 



    As for the  Follow US button got any idea how to make them animated like in forumotion forum ?>
    Mati
    Mati
    Active Poster


    Posts : 1927
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    In progress Re: Posts Number

    Post by Mati Tue 6 Jan 2015 - 23:27

    Add this to your CSS

    Code:
    #my_social img:hover {
        transform: rotate(-10deg);
    }
    avatar
    VoxThePie
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    In progress Re: Posts Number

    Post by VoxThePie Wed 7 Jan 2015 - 14:23

    not the same rotate as forumation forum has up there  the one they got more nicer and unique 


    http://prntscr.com/5pd5p2  <-- any about this ? can it get fixed
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    In progress Re: Posts Number

    Post by Rupture Wed 7 Jan 2015 - 16:25

    Okay you said you wanted to show the number of topics, but now I don't really understand what you want.. On that screenshot it looks like your category is messed up a little bit. Post the link to your forum and please be specific as to what it is you want to fix.
    Thx
    avatar
    VoxThePie
    New Member


    Posts : 21
    Reputation : 1
    Language : English

    In progress Re: Posts Number

    Post by VoxThePie Wed 7 Jan 2015 - 21:33

    ¬_¬ don't you see how in the forumotion sorted out i mean the table of the categories are quite nice and it doesn't scale when you zoom in or out and the post  topic  title is not shown for me ... as well it keep moving around when ever i scroll.
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    In progress Re: Posts Number

    Post by Rupture Fri 9 Jan 2015 - 10:46

    Hi, I may not be the best to help you, however no one can give you a code with the info you provided. You need to give us your Forum link please, and I will see if I can help you, if not I'll get someone from Forumotion staff to check this topic. But as I said please post your Forum link. Thanks!