Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 12,126 through 12,150 (of 14,313 total)
  • In reply to: Size font bbpress

    @robin-w

    Moderator

    Without a url or screenshot I can’t really help further – there are several places where bbpress has font sizes eg

    
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results {
    	font-size: 12px;
    	}
    
    #bbpress-forums .bbp-forums-list li {
    	font-size: 11px;
    }
    
    #bbpress-forums div.bbp-forum-title h3,
    #bbpress-forums div.bbp-topic-title h3,
    #bbpress-forums div.bbp-reply-title h3 {
    	font-size: 16px;
     	}
    
    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta {
    	font-size: 11px;
    	}
    

    and lots more

    I can only suggest you try some of the above in your custom css BUT put ‘!important’ after the px part to ensure that it is not overwritten eg

    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results {
    	font-size: 12px !important;
    	}
    
    In reply to: Size font bbpress

    @robin-w

    Moderator

    it’s not policy to go into private sites on this forum !

    1. I presume that you played with font-size: 12px; to see if that made a difference, I only put 12px as a guess – maybe 14px would be better!

    2. Can you post a screenshot?

    In reply to: 404 on Edit my post

    @robin-w

    Moderator

    They both have lots of functions that are different for each.

    Two directories that deal with their functions

    wp-content/plugins/bbpress/includes/replies
    wp-content/plugins/bbpress/includes/topics

    @robin-w

    Moderator

    @josuawahyudi – you’re fixed now from your other post (just to save other helpers responding)

    In reply to: Just change ALL Text.

    @robin-w

    Moderator

    not as such

    There is a POT file

    bbpress/languages/bbpress.pot

    see

    https://codex.wordpress.org/Translating_WordPress

    so you could in theory translate bbpress into your words

    In reply to: Size font bbpress

    @robin-w

    Moderator

    link to your website please, I need to see what you are seeing

    In reply to: 404 on Edit my post

    @robin-w

    Moderator

    Since you paid for a theme (and it has so much “we are great” on it’s website), suggest you raise this with them first to see if they can give you amended code

    @robin-w

    Moderator

    great – glad you’re fixed !

    In reply to: 404 on Edit my post

    @robin-w

    Moderator

    what theme are you using?

    @robin-w

    Moderator

    can you post a link to a page on your site showing this plesae

    @robin-w

    Moderator

    great – glad you’re fixed

    @robin-w

    Moderator

    Presuming you have default permalinks (don’t worry if you have no idea what this means) then it is a known issue with wordpress 4.0 and is in the queue for a fix on the next release.

    in the meantime you can either

    move you child themes up a level

    or (better) change your permalinks to ‘pretty’ ones.

    see https://codex.wordpress.org/Using_Permalinks for explanation of what a permalink is

    go to

    Dashboard>settings>permalinks and set them to ‘postname’

    In reply to: 404 on Edit my post

    @robin-w

    Moderator

    @creator2000

    ok, if you haven’t already try

    dashboard>tools>forums>repair forums run all of them but only one at a time
    the run the permalink reset again.


    @solosails

    Presume you have tried resetting permalinks, have disabled all the plugins and switched to default theme as above?

    @robin-w

    Moderator

    can you post a url to an example of a page you would like this on, and say wherabouts would be ideal

    In reply to: bbp_setup_current_user

    @robin-w

    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    @robin-w

    Moderator

    Great – glad you’re fixed !

    In reply to: Hiding closed subject

    @robin-w

    Moderator

    Not an easy one.

    I presume that you mean automatically do this ? Manually you can of course ‘trash’ a topic and it will cease to appear on the forum

    Also what would you like to happen to ‘closed’ topics, presume you would like to keep these, but in being hidden, presume you mean that they never show up in any forums/searches etc. but still show in the backend, or are you happy to actually delete them permanently?

    @robin-w

    Moderator

    in the widget php file, but i couldn’t figure out how to remove the avatar. is there a simple way to do it?

    Yes, line 807 says

    $author_link = bbp_get_topic_author_link( array( ‘post_id’ => $topic_id, ‘type’ => ‘both’, ‘size’ => 14 ) );

    The type can be ‘avatar’ for avatar or ‘name’ for just name, or ‘both’ to display both

    So change this to ‘name’

    Remember to make a not of changes to this file, as they may well be lost on bbpress upgrades, so you would need to go back in and reply them.

    In reply to: Size font bbpress

    @robin-w

    Moderator

    you should change it as per the previous post

    bbPress Styling Crib

    No. 5 is what you need to change, and the guide link at the top of the link above tells you how to do it.

    @robin-w

    Moderator

    great – glad you’re fixed

    @robin-w

    Moderator

    my plugin should allow you to only see the required forums

    https://wordpress.org/plugins/bbp-private-groups/

    In reply to: Size font bbpress

    @robin-w

    Moderator

    @robin-w

    Moderator

    you should see

    (bbpress) Forum serach Form
    (bbpress) Forums List
    (bbpress) Login Widget
    (bbpress) recent replies
    (bbpress) Recent topics
    (bbpress) Statistics
    (bbpress) topics views list

    do you not see all these?

    @robin-w

    Moderator

    No, you’re right that’s as far as my plugin goes.

    I don’t know of anything that would go further.

    I don’t plan outside of bespoke work to add this functionality.

    In reply to: "Reply" button

    @robin-w

    Moderator

    If I have understood you correctly you want to change the reply form you’ll be looking at

    wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php which sets up the forum and on line 57 calls

    bbp_the_content
    

    this function is in

    wp-content/plugins/bbpress\includes\common\template.php

    line 1706

    you’d probably want to write a filter fro that function

    if you’re familiar with wordpress args parsing, bbpress does it in the same way

    apply_filter (‘xx’ , ‘bbp_before_get_the_content_parse_args’)

    and then write a function xx that adds you initial text to $args[‘before’] should do it

    Don’t; have time to write and test it at the mo, but come back if you need further help

Viewing 25 replies - 12,126 through 12,150 (of 14,313 total)