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.
The forum of the forums
5 posters

    Removing "Topics" and "Posts"

    ANGrey
    ANGrey
    Forumember


    Female Posts : 400
    Reputation : 39
    Language : English
    Location : OK

    Solved Removing "Topics" and "Posts"

    Post by ANGrey Thu 31 Jan - 11:42

    So, I was browsing the tips and tricks section again, and came across this,
    https://help.forumotion.com/t81777-deleting-columns-topics-and-messages

    Has any way to do this been found on phpbb3 yet? O:


    Last edited by Calιbuяn on Sat 2 Feb - 22:31; edited 1 time in total
    ANGrey
    ANGrey
    Forumember


    Female Posts : 400
    Reputation : 39
    Language : English
    Location : OK

    Solved Re: Removing "Topics" and "Posts"

    Post by ANGrey Fri 1 Feb - 11:42

    Bump~
    Zacbonic/Albinotiger
    Zacbonic/Albinotiger
    Forumember


    Male Posts : 92
    Reputation : 3
    Language : English, Spanish, French,And Dutch
    Location : United states

    Solved Re: Removing "Topics" and "Posts"

    Post by Zacbonic/Albinotiger Fri 1 Feb - 19:50

    Hello Hello No it will only work for phpbb2.It isn't meant for phpbb3, usually tips and tricks don't end up being for other versions
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Removing "Topics" and "Posts"

    Post by levy Sat 2 Feb - 1:46

    Code:
    $(function(){$('dd.lastpost span strong').prev('br').css('display','none');$('dd.lastpost span strong').css('margin-right','5px')});$(function(){if($('.forabg ul.forums')[0]){$('.hierarchy').next().remove();x=$('.forabg ul.forums dl.icon').get();for(i=0;i<x.length;i++){var topics=x[i].childNodes[1].childNodes[0].nodeValue;var posts=x[i].childNodes[2].childNodes[0].nodeValue;$(x[i]).find('.hierarchy').after('<div class="topicsposts" style="margin-bottom:3px;font-size:1.1em;"><b>'+topics+'</b> Subjects, <b>'+posts+'</b> Posts</div>')}$('.forabg').addClass('index-box');$('.forabg dd.topics').remove();$('.forabg dd.posts').remove()}})

    Make a new javascript and placament: hit index(default)
    ANGrey
    ANGrey
    Forumember


    Female Posts : 400
    Reputation : 39
    Language : English
    Location : OK

    Solved Re: Removing "Topics" and "Posts"

    Post by ANGrey Sat 2 Feb - 3:09

    Woo!

    is there any way to maybe shrink that remaining area?~
    Razvy.
    Razvy.
    Forumember


    Male Posts : 25
    Reputation : 1
    Language : Romanian|English
    Location : Focsani

    Solved Re: Removing "Topics" and "Posts"

    Post by Razvy. Sat 2 Feb - 10:45

    Hello Calιbuяn,

    Posted you link forum here.
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Removing "Topics" and "Posts"

    Post by levy Sat 2 Feb - 12:00

    Code:
    ul.topiclist dd {
    border-left: 1px solid #000;
    display: block;
    float: right;
    padding: 4px 0;
    }

    Try that
    ANGrey
    ANGrey
    Forumember


    Female Posts : 400
    Reputation : 39
    Language : English
    Location : OK

    Solved Re: Removing "Topics" and "Posts"

    Post by ANGrey Sat 2 Feb - 20:15

    Emanuel Pascu wrote:Hello Calιbuяn,

    Posted you link forum here.
    Hasn't been needed yet, but http://eternalchaos.forumotion.com/

    RicYiu wrote:Try that
    You're being amazing so far, but now the actual forums still look like they're cut off where the old one was. Anyway to stretch the forum over?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Removing "Topics" and "Posts"

    Post by SLGray Sat 2 Feb - 20:35

    Try this (CSS):
    Code:
    ul.topiclist dd.dterm, ul.topiclist dt {
        width: 75%;
    }
    You can change the 75%, but if you pick 80% or more it will mess up the last topic area.



    Removing "Topics" and "Posts" Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    ANGrey
    ANGrey
    Forumember


    Female Posts : 400
    Reputation : 39
    Language : English
    Location : OK

    Solved Re: Removing "Topics" and "Posts"

    Post by ANGrey Sat 2 Feb - 21:08

    Woo!

    Last request: Can we find a way to place the "276 Subjects, 677 Posts" on the right side, instead of the left? Very Happy and, if you can, on the same line as the Forum's name?

    Edit; this ended up screwing with the topics in each forum directly, so I scrapped it. The initial part of getting rid of the subjects/posts worked perfectly though. Thanks!

    You can close this now.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Removing "Topics" and "Posts"

    Post by SLGray Sun 3 Feb - 2:09

    You're welcome.
    Topic Solved & Locked



    Removing "Topics" and "Posts" Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is Sun 22 Sep - 18:35