Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,901 through 13,925 (of 64,535 total)
  • Author
    Search Results
  • #166813
    Robkk
    Moderator

    I think it is how the subscriptions work, this might be a reason TinyMCE was disabled by default too, and also for security reasons.

    There may not be an easy way to fix this without editing the core files of bbPress.

    Like I said I created this trac ticket awhile ago that is about this issue. It might take awhile before a patch is made into the bbPress plugin update though.

    https://bbpress.trac.wordpress.org/ticket/2865

    #166808
    Robkk
    Moderator

    Closing in favor of your other topic.

    Displaying value in every first reply. which function ?

    Please do not create duplicate topics.

    #166806
    Robkk
    Moderator

    That template taxonomy-topic-tag.php should be in the root of your theme, you can try that with your custom theme.

    I am not sure what else to suggest as this is custom development. You might need to study how topic-tag is used in bbPress possibly.

    #166802

    In reply to: bbPress and Yootheme

    Robkk
    Moderator

    Okay I tested this theme again today and found some issues are actually in the bbPress plugin right now, but it is fixed in the latest dev version.

    The user profile page being transparent is related to this bug listed here for theme compatibility.

    https://bbpress.trac.wordpress.org/ticket/2545

    This is what the profile page and its sub pages looks like this with the modification in the bbPress plugin and without any WP Fix plugins, a custom bbpress.php, without transferring the bbPress templates into the theme.

    There is also a possibility to fix the forum search, views listing, topic tag archive, moving replies, easily by either using archive and single for most of these bbPress pages to have better compatibility with these type frameworks. For example it might be best to use is_tax() for topic tag archives but using is_archive() will definitely work for most themes and theme frameworks.

    Creating a bbpress.php is sort of a workaround for this. I do not have that much familiarality with the theme and framework that you have to know exactly how it needs to be to post anything to help with this quite yet.

    I thought that guide would help you get most of the way there, since all you would need to change is the urls of your site, but I guess you are just transferring basically from bbPress to bbPress.

    Something like this would definitely help in your case though.

    https://bbpress.trac.wordpress.org/ticket/2605

    I guess you can try Exporting and Importing through the regular WordPress tools provided in the Tools section. I tried just exporting all the bbPress post types Forums, Topics, Replies, then run the repair tools, but that did not help and kind of messed up my test site. You can try that, maybe using ALL content instead or not running the repair tools though I recommend using a test server/local development area first.

    #166801

    In reply to: Social Links

    Robkk
    Moderator

    I think the Jetpack team have contacted the bbPress devs especially for this. I bet in a new Jetpack update it will be fixed.

    #166800
    Robkk
    Moderator

    If the amember software unifies with the wordpress accounts it should work fine with bbPress. You do not need to use the bbPress authentication forms if it does this as bbPress just uses WordPress for authenticating users.

    #166798
    Robkk
    Moderator

    I think this is somewhat related to your other topic here.

    Recently edited replies to the top

    I guess you have to make sure the reply sorting is only working on the single topics and not the user profile pages.

    You can try something like this to see if it works. You may not even need the second conditional bbp_is_single_user() but I was making sure.

    function custom_bbp_has_replies( $args ) { 
        if ( bbp_is_single_topic{} && !bbp_is_single_user() ) { 
            $args['orderby'] .= 'post_modified';
            $args['order'] .= 'DESC';
        } 
        return $args; 
    } 
    add_filter('bbp_before_has_replies_parse_args', 'custom_bbp_has_replies' );' );

    Since I am not 100% sure that I have the right conditionals since I haven’t tested this you can double check here.

    bbPress Conditional Tags

    #166795
    Robkk
    Moderator

    It is missing on the frontend of your site on the topic and reply forms right??

    Did you make sure you have the Post Formatting enabled in Settings > Forums?

    You can also see if it is a plugin issue by trying some troubleshooting. You can also see if you have some code snippet in your theme by switching to a default theme temporarily to see if it fixes the issue.

    Troubleshooting

    #166794

    In reply to: Alphabetic Pagination

    Robkk
    Moderator

    Since I can tell this is related to this topic.

    Sort topics alphabetically

    Explain what you mean by pagination with ABC, like sorting through each the first letter of each topic?? That might be custom development, but explain exactly what you mean to make sure.

    #166790
    grbarrie
    Participant

    Hello, I’ve installed bbPress on my development server and everything worked perfectly. Now I have installed on my live site and the installation went smooth but when I create a new forum the tool bar for the editor doesn’t appear. I can add content and hit submit, but there is no way to format it with the absence of the toolbar. Any suggestions?

    Thanks,

    Graeme

    #166755
    project_subdomain
    Participant

    Solved it, maybe it’s helping others as well.
    It’s been caused by a custom code in my functions that did sort the replies and with which I had no problems so far. As bbpress now has this reply order feature integrated, it has not only become redundant but conflicting. First appearing when I star to use bbpress’ integrated reply order feature, resulting in showing all replies of a users as “my replies” instead of the user’s only.

    So without looking into the code I’m assuming it’s detected by the user’s ID as usual.

    #166754
    AilyRoot
    Participant

    Hello

    We have 2 invision boards to move into bbpress, but we want to merge 2 bbpress forum into one, is it possible? and how to do it please?

    #166750
    tw_crowther
    Participant

    WordPress Version: 4.3.1
    Theme: Omega
    bbPress Version: 2.5.8

    Issue: I installed the bbPress plug-in. Created a Forum called Forum, and created one Topic so I can test. All bbPress settings are left as default.

    I created a Page called Forums and added this page to my site navigation.

    My issues are 3 fold.
    1) When I click on “Forum” in the site navigation to access the page I created I do not see any forum imbedded on this page, all I see is are the words “Archives” then the title “Forums” in the main body of text.
    2) If I click on the title Forums this does direct me to the bbPress Forum I created – How do I integrate the Forum directly onto the “Forums” custom page I created?
    3) I notice the Forum URL is <sitename>/forums/forum/forum/ is there a way to remove 2 of these levels so the URL is simply <sitename>/forums

    I hope this makes sense and you are able to help.
    Kind regards,
    Tom.

    #166749
    tvirtual
    Participant

    I am trying to add a forum to my site and have it protected by aMember. The user must have access to a certain product in aMember in order to access the forum. I’m totally confused as to whether I should be creating a bbPress login page or if the user should login through aMember. Nothing seems to be working.

    Can someone help map out how this should look with the two integrated? I don’t want the user to have to login twice and I don’t believe they should since aMember and WordPress share a database (I think). Thanks for any assistance you can provide. Or if you know someone that would do this for a fee that would be great too. 🙂

    Thank you,
    Tanya

    #166740
    Robkk
    Moderator

    It could be a caching plugin or just cache in general. You may need to clear the cache on your site to see if everything works out well. Just deactivating a cache plugin will not clear whatever cache is still saved on your site.

    Troubleshooting

    Robkk
    Moderator

    Try to see if it could be a plugin issue, like a spam plugin scanning a reply before it is posted or something.

    Troubleshooting

    It could also be the bbPress subscriptions hogging everything down. This plugin will hopefully help things out.

    https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/

    #166735
    Robkk
    Moderator

    bbPress authentication forms are incomplete in functionality. It should stay on the same form and show the errors above the forms and all that, but it doesn’t just yet.

    I recommend just using the default WordPress authentication forms.

    #166734

    In reply to: log error

    Robkk
    Moderator

    Try to see if it is a plugin issue, a code snippet in your child theme causing the issue.

    Troubleshooting

    #166733
    Robkk
    Moderator

    Try a default theme, disable all plugins except bbPress, and hopefully you didn’t try to modify the roles and permissions.

    Troubleshooting

    #166732
    Robkk
    Moderator

    and not any other plugin that might of had their settings modified

    I knew it had to be a plugin like the bbPress notify plugin 🙂 Glad you resolved your own issue.

    #166731
    Robkk
    Moderator

    1) Are Private forums visible to all logged in users? I thought for sure it restricted access to only moderators and keymasters, but when I did some testing I noticed they’re very much visible. I didn’t see anything about it in the Layout and Funcionality article, so any tips on having a truly private forum for me and my forum staff?

    Hidden Forums are only seen by Mods and Keymasters. Layout and Functionality article is basically a code snippet collection not something explaining how bbPress works.

    The information you need to know are somewhat in here.

    Creating Content

    2) I wanted to prevent users changing their display name, so they would be forced to display themselves as whatever their username is, however, when editing form-user-edit.php they still had access to do so in the WP-Admin. Following the steps in Restricting access to WP Admin did nothing. The WP Admin Bar was still visible, and Participants or lower still have access to it.

    Deny Ability To Change Display Name

    #166725
    Robkk
    Moderator

    Try to see if there is a plugin issue also.

    Troubleshooting

    #166723
    Anonymous User 7517021
    Inactive

    I have trouble setting up bbPress.

    I have created forums but when I try to create a topic (front-end) I get the following error:

    ERROR: Are you sure you want to do that?

    What does it mean? I have tried several times and with different themes (Twenty Twelve, Twenty Fourteen) but I get the same error every single time…

    #166718
    AilyRoot
    Participant

    just want to add that

    editing bbpress/includes/common/shortcodes.php method resolve our problems of cloud size is too big

    #166717
    AilyRoot
    Participant

    Hi
    we use bbpress 2.5.8, we use shortcode to show tag cloud, is there any way to control cloud’s length? it is way too long for us now

Viewing 25 results - 13,901 through 13,925 (of 64,535 total)
Skip to toolbar