Robkk (@robkk)

Forum Replies Created

Viewing 25 replies - 3,501 through 3,525 (of 3,784 total)
  • @robkk

    Moderator

    you will most likely need a filter to do this, but this is kind of not really necessary so all i can say is dont really worry about this.

    @robkk

    Moderator

    read some of this

    My Thoughts on BBPResss

    In reply to: Help with styling css

    @robkk

    Moderator

    yeah just remove the “topics” and “posts” words in the header by the “latest post” word

    it should be in loop-forums.php

    the rest i guess you can look at the default bbpress stylesheet and use that to help you get it looking right.

    In reply to: Text Color and Font

    @robkk

    Moderator

    no problem, but hey if i figure out how that function works ILL update this.

    It wont be really soon, because i have to learn about that function and how it works a little bit more.

    In reply to: Inconsistent font

    @robkk

    Moderator

    no idea its actually kind of weird though.

    i thought it was just the signature , but yeah kind of weird

    @robkk

    Moderator

    enhancements should most likely go to freelancers , if its something somebody can find out in a less than ten minutes why not share it with the rest of the bbpress community.

    if its something that might take time , then it will take time.

    you dont always get your question answered in an hour of posting it might take more time.

    so it is dumb to start complaining on how you dont get your questions answered lightning fast.

    In reply to: Hide author/admin

    @robkk

    Moderator
    #post-entry article div.post-meta {
    display: none;
    }

    i dont know how to only hide it on forums, but you can figure that out.

    @robkk

    Moderator

    Ok, The BBpress.org support forums are pretty useless

    this picture should sum up how i feel about your entire topic.

    you disappoint me

    and try to know the difference between a problem and an enhancement.

    Forum search in menu is an enchanement.
    adding color coordinated user roles is an enhancement
    post rating only on certain subforums is an enhancement
    custom styled submit button is an enhancement

    In reply to: My impressions so far

    @robkk

    Moderator

    as im reading this all i can think is that bbpress better not turn into the jetpack of forum software.

    it could have a bunch of features but all im going to do is just deactivate more than half of them.

    and then later ILL be thinking will this slow down my site.

    i think some features should really be considered if it should go into plugin territory or be part of the core.

    In reply to: Help with styling css

    @robkk

    Moderator

    look at the bbpress default stylesheet , then look at your stargazer child themes bbpress stylesheet and see what you need.

    heres some code that you might need …i dont know right all that you need

    #bbpress-forums div.bbp-reply-content {
    margin-left: 130px;
    padding: 12px 12px 12px 0;
    text-align: left;
    }

    #bbpress-forums div.bbp-reply-author {
    float: left;
    text-align: center;
    width: 115px;
    }

    In reply to: Text Color and Font

    @robkk

    Moderator

    only thing i can do now is i guess suggest something else ,

    https://wordpress.org/plugins/bbpress-post-toolbar/

    it has font style, and font color .

    but it hasnt been updated in years and adds 2-4 seconds extra loading time to your site.

    it would be a great plugin still if it was updated or forked on github.

    In reply to: Text Color and Font

    @robkk

    Moderator

    @desiamerican26

    you can go ahead , but i seriously do not know much about this so i can barely help here.

    In reply to: Help with styling css

    @robkk

    Moderator

    yeah most likely css

    @robkk

    Moderator
    In reply to: Help with styling css

    @robkk

    Moderator

    if its just how the replies content looks like on a topic , i guess just copy loop-single-reply.php from the bbpress plugin templates and put it into your bbpress folder in your child theme.

    there might be some css from your bbpress stylesheet in your child theme that might make it look weird though.

    In reply to: Help with styling css

    @robkk

    Moderator

    i guess this might work.

    li.bbp-header ul.forum-titles li.bbp-forum-info a.bbp-forum-title {
    color:#fff!important;
    }

    @robkk

    Moderator

    I want (topic 2) and any newer one to to be above previous topic

    okay bbpress already does this.

    so if i comment on topic 1 or topic 2 , topic 2 will be at top until a new topic is created??

    @robkk

    Moderator

    okay i create a new topic called topic 1, its the only topic in my forum

    if i create another one called topic 2 where do you want it to be below or above the previous topic

    (bbpress has it where the newest topic is at the top, as long as no other activity has happened)

    In reply to: Help with styling css

    @robkk

    Moderator

    hmm this looks rough , i guess remove the words in li.bbp-forum-reply-count, and li.bbp-forum-topic-count

    to leave just to latest post.

    and

    add some red or white to the category forum title

    @robkk

    Moderator

    How can I display the published date ?

    i dont know at the moment , but i know its possible , because in the backend in topics>all topics you see it shows the created date.

    as for example if a post is new and another one is old, and if a comment is posted on the old one, the arrangement will change such that the old will be on the top of the newer one !!

    But I think still the arrangement will be based on (last activity date) !?

    yeah bbpress arranges topics by latest activity

    In reply to: Help with styling css

    @robkk

    Moderator

    if you mean like this http://thefastdiet.co.uk/forums/

    follow this topic https://bbpress.trac.wordpress.org/ticket/1958

    and read tharsheblows posts and take his code

    or read Bob1nz and go to his pastebin links and take his

    In reply to: Topics Page template

    @robkk

    Moderator

    i need pictures to understand this

    @robkk

    Moderator

    This is a wordpress thing than a bbpress thing.

    you can see on settings>general in the wordpress backend when you go to email its says right below it

    This address is used for admin purposes, like new user notification.

    to disable that add this plugin

    https://wordpress.org/plugins/disable-new-user-notifications/

    more info here

    http://www.wpbeginner.com/plugins/how-to-disable-new-user-notifications-in-wordpress/

    @robkk

    Moderator

    im able to do this all using a child theme and copying bbpress templates into my child theme of course, so that i am safe when a new bbpress upgrade happens.

    @robkk

    Moderator

    bbpress does exactly what your talking about.

    the only thing you want is just to display the published date , while not showing latest activity at all??

Viewing 25 replies - 3,501 through 3,525 (of 3,784 total)