Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 2,926 through 2,950 (of 6,788 total)
  • Author
    Search Results
  • #150632
    Stephen Edgar
    Keymaster

    This is working per design of bbPress.

    Removing the “forums prefix” removes be default “forums” or in your case “classes”

    What you are alluding to is you want the “forum” slug removed, similar are the “topic” and “reply” slug settings, these cannot be removed in bbPress at this stage though you can change them.

    #150597
    Robkk
    Moderator

    really any plugin that has an included insertable template tag will work.

    im going to use jetpack sharing as an example .

    first i take every instance of each default area jetpack sharing shows.(also jetpack likes)

    function jptweak_remove_share() {
        remove_filter( 'the_content', 'sharing_display',19 );
        remove_filter( 'the_excerpt', 'sharing_display',19 );
        if ( class_exists( 'Jetpack_Likes' ) ) {
            remove_filter( 'the_content', array( Jetpack_Likes::init(), 'post_likes' ), 30, 1 );
        }
    }
     
    add_action( 'loop_start', 'jptweak_remove_share' );

    and then i could just display it anywhere on the reply. in loop-single-reply.php

    with this

    if ( function_exists( 'sharing_display' ) ) {
        sharing_display( '', true );
    }

    this code also removes it from content like posts and pages. but you can just manually insert it into your wordpress templates to with the above code.

    #150596

    In reply to: Help with styling css

    Robkk
    Moderator

    bumping too soon ?

    at least you did not create an entirely new topic

    bbpress has that tabled layout by default , its your child theme

    Stargazer Colloquium added that kind of layout to your theme.

    what you can do is find each changed template you dont want and just replace it with some of the original bbpress template code by copying it there.

    and also check on the bbpress.css in your child theme

    Halo Diehard
    Participant

    To add to the above post, I just tested with default theme and all plugins of except bbPress, BuddyPress and bbp buddypress profile information and the issue persists. Just wanted to rule out any conflicts, since I hadn’t done the first rule of testing plugins.

    Clint Mallon
    Participant

    Hi Robin,

    Not sure what was confusing about my questions? I’ll try and make them a bit more clear.

    1. The only place within bbPress that says: “Sorry, this forum is for verified users only. Please Login or Register to continue” is on the page after clicking on a topic if you’re not logged in. This is what needs to be edited and I can’t find the php code to edit this.

    I need to edit the text that’s contained in the yellow box because the default links to Login and Register take you to the default WordPress login and register screen. I don’t want that and would like to:

    A. Remove the links altogether and just leave the text.
    B. Edit those two links to lead to my front-end Login / Register pages instead.

    In other words, If you go to the default forums page, after clicking on a forum you are taken to the discussions page. If you’re not logged in, at the bottom is a yellow box that says “You must be logged in to create new topics.” This is fine because it not only says exactly what I want it to say, it doesn’t have links to Login and Register.

    Next step…

    After clicking on any of the listed discussions, you are then taken to the topics within that discussion. If you’re not logged in, at the bottom is a yellow box that says “Sorry, this forum is for verified users only. Please Login or Register to continue. This is the text that I need to edit because the login and register links don’t take my users to the pages I want them to go to. Instead of the front end login and register pages that I’ve created, these two links go to the default WordPress login register. I can’t have this.

    How can I:

    A. Remove the links altogether.
    B. Edit the links to lead to my front-end Login / Register page.

    Thank you so much for your time!!

    Cheers!

    #150438
    Robin W
    Moderator

    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.

    #150416
    pjsaran
    Participant

    Hi,

    Lets say I have 2 forums, Forum A and Forum B and two custom fields CF1 and CF2. I want to make the two custom fields available only while creating topic in Forum A, where as for Forum B it should load with default topic form.

    Is it possible to do this? Any help or link which help will be helpful.

    #150344

    In reply to: 404 Error-Replies page

    kimmiekarma
    Participant

    Also tried going to a default theme and I am still getting 404 error when trying to see the replies through the backend: http://theelitehobbyist.com/wp-admin/edit.php?post_type=reply

    Already reuploaded the wp-admin and wp-includes folder as well

    #150301
    Robin W
    Moderator

    When I migrated the site to my clients server for testing I was disappointed to find that neither topic creation or reply posting was working.

    when you say not working, exactly what do you mean, the ability to reply doesn’t appear? or it appears but doesn’t work?

    I suggest that you also positively eliminate the theme as a contender and as a test switch to a default theme such as twentytwelve, and see if this fixes.

    #150300
    Robin W
    Moderator

    maybe 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.

    #150197
    lizbeck
    Participant

    Hi all,

    I just installed bbpress using the shortcode to display the forums on my frontpage, but I don’t think the lists are displaying as intended. In the part2 instructions it says the default look is:

    But, by default my forum is displaying as a list: http://pubs.hamlin.org/tech/

    I’d be happy to use the default view if I could make it work. Does anyone have an idea of what’s going on here? I’m using the twentyeleven theme.

    Thank you in advance for your help!
    – Liz

    #150172
    ttmt
    Participant

    Hi all

    I’m using the default bbPress to which I have added custom css – nothing crazy just some colour changes etc.

    Everything seems to working fine apart for the user settings page.

    The avatar shows with the navigation underneath.

    The information about post started shows and I can edit the user details.

    ‘Your Posts Started’ doesn’t show any posts.

    If I checked the page source it shows the code but it’s offset to the right of the window and just shows it as empty boxes.

    #150165
    Robkk
    Moderator

    Is it difficult to do so?

    i dont know how jquery works so yes.

    but i looked at the plugins info and there is a doc embedder button in the visual editor

    so maybe try to enable visual editor in bbpress

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    then click enable the full default TinyMCE mode, and see if the google doc button shows up.

    #150161
    ttmt
    Participant

    Hi all

    I’m using the default bbPress theme.

    I have a forums page thats shows the forums and a search box at the top.

    I have a topics page for topics in the forums with no search box at the top.

    How do I have a search box at the top of the topics page.

    #150147
    Stephen Edgar
    Keymaster

    @farsite281 Thanks for this though you should submit your translations in the GlotPress project you linked above:

    https://translate.wordpress.org/projects/bbpress/2.5.x/ca/default
    https://translate.wordpress.org/projects/bbpress/dev/ca/default

    Catalan Language

    • /dev 43% translated, 466 strings translated, 602 Strings untranslated and 401 strings waiting approval
    • /2.5 44% translated, 467 strings translated, 572 Strings untranslated and 160 strings waiting approval

    The best resources to help get you started are:

    The main transators handbook: https://make.wordpress.org/polyglots/handbook/

    The WordPress translator community blog: https://make.wordpress.org/polyglots/

    bbPress translations reference: https://codex.bbpress.org/bbpress-in-your-language/

    WordPress Catalan project site: https://ca.wordpress.org/

    The reason I state that it is best to provide (and update) the bbPress (including WordPress, BuddyPress and Akismet) translations at https://translate.wordpress.org/projects is because each of these projects can have the translations updated as part of WordPress’ “Automatic Updates”, just like you see updates for your plugins and themes, if any of these projects are 100% translated you will be offered to update all of your translations from the WordPress dashboard updates page.

    Robkk
    Moderator

    @robin-w

    ok this works great when i tryed it on a default theme.

    but on my custom bbpress theme , i seperated each item in the bbp_get_reply_author_link code and wrapped them in a class so i could better position each item.

    so im using

    <div class=bbp-reply-author-av><?php bbp_reply_author_link( array( 'show_role' => false, 'type' => 'avatar' ) ); ?></div>

    <div class=bbp-reply-author-name><?php bbp_reply_author_link( array( 'show_role' => false, 'type' => 'name' ) ); ?></div>

    <div class=reply-author-role><?php bbp_reply_author_link( array( 'show_role' => true, 'type' => 'role' ) ); ?></div>

    now i have 3 avatars, 3 author links, 3 author roles displaying on 1 reply now.

    how should the code be if i dont want to mess with the args and i just want to display this..

    <div class=reply-author-role><?php bbp_reply_author_link( array( 'show_role' => true, 'type' => 'role' ) ); ?></div>

    if the display user in the reply is only a keymaster and a moderator.

    something kind of like this but where it actually works for my bbpress custom theme.

    <?php 
    $displayed_user = bbp_get_reply_author_id() ;
    $role = bbp_get_user_role( $displayed_user);
    if ( bbp_is_user_keymaster($displayed_user) ||$role == 'bbp_moderator');
    
     echo " <div class=\"reply-author-role\">";
    	
    	echo bbp_reply_author_link( array( 'show_role' => true, 'type' => 'role' ) );
    	
    	echo "</div>";
    	
            else {
    
    }
    ?>
    
    #150121

    In reply to: Last post first

    Robkk
    Moderator

    found this code, add this to your function.php in your child theme

    function custom_bbp_has_replies() {
      $args['order'] = 'DESC'; // 'ASC' (Ascending, Default), 'DESC' (Descending)
      
      return $args;
    }
     
    add_filter('bbp_before_has_replies_parse_args', 'custom_bbp_has_replies' );
    #150041
    Robin W
    Moderator

    ok, could be a number of issues

    start with theme and plugin as 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.

    Then look at the documentation to see what else you might need to do

    Step by step guide to setting up a bbPress forum – Part 1

    #149965
    kopperwoman
    Participant

    I’m having a similar problem to dustinarmstrong. But its not exactly the same.

    I’m trying to fix a broken forum set up for a client. I did not do the forum installation (he did it himself) AND the forum is installed on a live site that gets lots of web traffic so I don’t want to do anything that might impact the website overall.

    Here’s my situation:
    1) BBPress was installed (I don’t have details about when and how),
    2) a page was created with the [bbp-forum-index] shortcode on it
    3) the forum didn’t work, so my client contacted me to fix it
    4) I went into settings > forums and changed the forum root slug from the default “forum” to “travel-forums” (the name of the page where the shortcode lives. The error message “Possible bbPress conflict: Forum slug” showed up next to the slug field after saving the settings.
    5) I also changed the single forum slug from the default “forum” to “travel-forums”. The error message “Possible bbPress conflict: Forums base” showed up next to the slug field after saving.

    In my case, the forum page DOES show up at http://foobar.com/travel-forums but it is empty except for the welcome text that I had entered into the forum main window. (So it just says “Welcome to our forum” without any of the discussion topics showing up.

    Also, I have the “Recent Topics” widget enabled on my sidebar and my three test discussion topics DO show up there. When I click on any of them they take me to the correct URL but the pages are blank. So, for example, when I click on “test topic” in the widget I land on http://foobar.com/travel-forums/topic/test-topic/ and the page displays the topic header “Test topic” and the topic question “what do you think about travel?” but it doesn’t display any of the posts.

    I’m not sure if this behavior is related to the slug conflict error messages or if something else is wrong.

    I’m trying to follow the advice that Stephen Edgar gave.

    First up, I think this is probably true in my case:

    most likely you have something else either titled or using the slug discuss and this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.

    This is probably a stupid question but How do I empty the trash to make sure that the old slug is removed?

    Second, I’d like to try this:

    To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    but since my website is live and has been for a long time (and has lots of blog posts using the custom structure already) I’m concerned that this could permanently break the existing links. Any thoughts on this?

    #149934

    In reply to: Forum subscriptions

    rzelnik
    Participant

    So I tried a different e-mail configuration plugin: WP SMTP. The forum post notification emails are now delivered well. It’s strange that in the e-mail header there is the right sender address, while in the captured log there is still the default wordpress noreply@domain address, see here:

    https://dl.dropboxusercontent.com/u/9349232/bbpress-email-testing/wp-mail-log-wp-smtp-forum-post.txt

    Anyway, it is working well for me now.

    #149930

    In reply to: Forum subscriptions

    rzelnik
    Participant

    Thank you Stephen for your answer. You are right with the BCC, it works as described. However, something causes that in the forum post notifications the “From” is set back to the default <noreply@domain.com>, although it is set to different/custom address by the WP Mail SMTP plugin. Here are two e-mail logs captured by the WP Mail Log plugin:

    1. Forum post, e-mail notification sent to subscribed user(s):
    https://dl.dropboxusercontent.com/u/9349232/bbpress-email-testing/wp-mail-log-forum-post.txt

    2. BuddyPress Friend request sent to the requested user:
    https://dl.dropboxusercontent.com/u/9349232/bbpress-email-testing/wp-mail-log-friend-request.txt

    Both messages are sent from the same installation with the same configuration. You can see that the friend request has “From” address set to neodpovedaj@tvorivo.sk (the desired address), while the forum post notification has “From” set to noreply@forum-vyvoj.tvorivo.sk (which is wrong).

    My web hosting service blocks the PHP mails sent from unknown addresses, so that’s the reason why the e-mails are not delivered. I will try if it works with some other E-mail/SMTP configuration plugins.

    #149915

    In reply to: Forum subscriptions

    Stephen Edgar
    Keymaster

    Emails previous to bbPress 2.5.4 were sent out out to each recipient email individually (one email per user), since bbPress 2.5.4 we now only send a single email with all the recipients as BCC (Blind Carbon Copy) and all emails are sent using as you state a default email address of noreply@domain.tld.

    bbPress also works fine to send emails with many of the WordPress mail plugins and should work as we are using WordPress’ wpmail function to send them.

    #149904

    In reply to: My impressions so far

    Stephen Edgar
    Keymaster

    That ‘warning system’ will remain plugin territory for a while even though I have a specific use case that this is important for it, it will still remain that way for a while, just because the functionality CAN be performed does not explicitly mean that it should be included with bbPress core.

    As I mentioned above ‘Featured Plugins’ will most likely evolve to become a more refined list and the power and flexibility of bbPress allows us to do this without forcing/giving every user the ‘kitchen sink’ just because we can.

    “bbPress is forum software, made the WordPress way.” and just like WordPress’ philosophy we are making “Decisions, Not Options”. And for example this decision extends to user profile custom fields, if you want these for post authors in WordPress, you look to a custom function or plugin, bbPress is the same, a custom function or a plugin.

    bbPress utilizes WordPress Template Hierarchy to allow sites, theme authors and plugin developers to make amazing forum sites powered by bbPress and simply creating a set of pages that work with all the themes out there is not a one size fits all, some themes use tables, some divs, some unordered lists, responsive, non responsive, the combinations are endless and as said we try our best to ensure template compatability but removing the flexability just to limit designers and developers to no longer have these options available to them is something I doubt we will change for quite a while. We would like to include an additional set of default templates in bbPress, but that’s another project we just have not got to yet, bbPress already fully supports numerous templates though currently it only ships with one set.

    I come from a phpBB background and have spend many weeks in ‘other’ forums databases whilst supporting the ~25 importers included with bbPress, the current way the WordPress database schema is structured is partially a limitation on what options we have available to us and still keep bbPress light and compact without adding new tables to the database.

    #149862

    In reply to: Forum subscriptions

    rzelnik
    Participant

    Update to my previous post: I have tried to debug the wp_mail input via WP Mail Log plugin. It seems that the bbPress doesn’t respect the e-mail settings. I have set outgoing (from) email address via WP-Mail-SMTP plugin. The rest of the WordPress email functions respect this setting, but the forum/topic notifications send the mails with default outgoing/from address (<noreply@domain.tld>). In addition, the recipient/to address of the sent emails is also noreply@domain.tld, despite the fact, that the recipients have their own email addresses set in their user profiles.

Viewing 25 results - 2,926 through 2,950 (of 6,788 total)
Skip to toolbar