Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 22,476 through 22,500 (of 64,518 total)
  • Author
    Search Results
  • #141121
    sagaroth
    Participant

    Hello everyone and Happy New Year 🙂

    That is my problem,
    I have a multi-site project.
    Each site will have a different language.
    I would like to assign a bbpress language has a website, but I do not know how.

    How can I do?

    Thank you in advance 🙂

    ps: sorry for my english not so good: P

    #141119
    jimmycrow
    Participant

    Stephen you are the best!!!

    That was exactly what I needed and it fixed my problem. Thank you for staying on top of EVERYTHING concerning bbPress!!

    Jimmy

    #141109

    In reply to: Thousands of revisions

    inspirationally
    Participant

    Thanks, Edgar, I can see, if this solves the problem, but actually…well…I don’t even want to disable revisions completely. For my blog pages, they were a nice feature…to have an older version available if one of the editors did something wrong.

    //edit: deleted those revisions again, there were over 1000 since yesterday evening. if they come, they seem to come in a batch. All posts (or some posts) of one topic, i guess. As if a google bot or something calls all edit pages of the posts at the same time.

    //edit2: no new revisions so far, but if it is possible to just disable those revisions just for bbpress (even if that checkbox IS checked), it’d be great.

    #141107
    shearamariz
    Participant

    Is there any chance that if the topic is under moderation will it be redirect to homepage or a thank you page? I’m hoping someone here can enlighten me here.

    By the way I am using the bbpress moderation plugin for the topic moderation.

    Thanks and have a great day ahead.

    Best regards,
    Mariz

    #141105
    Stephen Edgar
    Keymaster

    I can’t confirm a specific date though we do have bbPress 2.5.3 to ship in a couple of days, we just need to make sure what we have ready is good to ship and that nothing else pops up as an issue from what we have ready to ship.

    Stephen Edgar
    Keymaster

    This has been fixed for bbPress 2.5.3 that will be released soonish.

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

    #141103
    Stephen Edgar
    Keymaster

    Make a copy of your themes full width template eg. page.php file and rename it to bbPress.php and you should be good to go. 🙂

    #141102
    jilliannec
    Participant

    PS. In addition to the above – I have tried creating a new site with the TwentyThirteen theme (different than the Buddyboss theme I am using on my main site), and activating bbPress (with Buddypress) and am having the same ‘no content’ displaying issue.

    Thanks for any insights!

    Jillianne

    #141101

    In reply to: 404 on Edit my post

    Stephen Edgar
    Keymaster

    https://codex.bbpress.org/faq/

    My Forum posts are returning 404 messages. How can I fix this?

    This could be an issue with your rewrite rules. 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.

    #141098
    Stephen Edgar
    Keymaster

    Ok, that’s pretty weird, your other forums appear to work fine as do topics even in that forum.

    Can you try switching to the Twenty Thirteen theme and see if it still occurs.

    Also can you try changing the ‘Topics per page’ setting for bbPress down to 2 or 3 and see how that behaves (try this with both your theme and the Twenty Thirteen theme).

    #141097
    Oken
    Participant

    I was directed to this topic when I asked about the particular features this customization was said to have solved. I too have also tried to follow the directions and entered the codes from this post, but to no avail. I get the same crashed website.

    Here’s where I put each peace of code. Maybe someone can point out where I went all wrong.

    http://pastebin.com/GLhCHYze – I put this in my functions.php file.

    http://pastebin.com/8K0pkKs5 – I put this in my theme’s bbpress/loop-single-forum.php file.

    http://pastebin.com/FGptZmiQ – I put this in my theme’s bbpress/loop-single-topic.php file.

    As someone mentioned, The creator of this code seems to have a stand alone version of bbpress instead of the plugin type that I use with Buddypress. Perhaps this is why it hasn’t worked for a few folks. I’d be interested to hear from someone that has Buddypress installed on their copy of wordpress and have successfully been able to make the customization work for them in their template files. If we could hear how they went about installing the code, it might help out some that might be stuck.

    Many thanks in advance! 🙂

    #141096
    jilliannec
    Participant

    Hi All,

    I am having the exact same issue. When a topic is started the new post content is not being displayed so what my users are doing is posting a ‘reply’ with the same content and then it appears. Although – what is really happening is they are posting twice!

    So – a new topic is being created, along with the link to the topic in the forum but when a user clicks on it there is not content.

    I have tried the css fixes to no avail and am not using the WP-WishList plugin as indicated in some other similar bbPress.org forum posts. Any ideas would be helpful!

    Jillianne

    Mod: I moved this to it’s own topic as it was not the same issue as the original topic.

    #141090
    NarOneR
    Participant

    Hello everyone,
    I currently have a WordPress 3.8 site with bbpress 2.5.2-5234,
    tinyMCE advanced module and module bbPress Enable TinyMCE Visual Tab.

    bug ?

    but I is not no buttons and I can not click on Visual.

    Someone can help me ?
    Thx

    #141089
    #141088

    Topic: WP PAGE

    in forum Installation
    Peter Kegels
    Participant

    I like to include one category from BBPress inside of my wordpress page.
    How to do that?
    Many thanks.
    Peter

    #141086
    aje_1985
    Participant

    Hi, my website is http://www.findgreatness.com and I am using Kopatheme circle, I have installed and setup a page with forums as the permalink and the bbpress short code, and added two forums to see how it looks. Although I can see some format with the forums if I add them additionally as a drop down menu, I cannot see the table format on the forum index page. Any help appreciated, thanks, Andy.

    #141083
    mth75
    Participant

    Hello all,

    On my website i’m trying to use the wp-editor as editor for my bbpress forum (always latest stable version). I use the same code as I use for my WP comments section (to keep the appearances the same).

    The code I use does show the tinymce, doesn’t “parse” the content though (with an “ERROR: Your reply cannot be empty” as result.

    My guess is that I haven’t found the right parameters (***) in the wp_editor function. Help is much appreciated.

    Regards.

    Marc

     
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
    function bbp_enable_visual_editor( $args ) {
    	wp_editor( '****', '****', array(
    		'media_buttons' => true, // show insert/upload button(s) to users with permission
    		'textarea_rows' => '10', // re-size text area
    		'dfw' => false, // replace the default full screen with DFW (WordPress 3.4+)
    		'tinymce' => array(
            	'theme_advanced_buttons1' => 'bold,italic,underline,strikethrough,bullist,numlist,code,blockquote,link,unlink,outdent,indent,|,undo,redo,fullscreen',
    	        'theme_advanced_buttons2' => '', // 2nd row, if needed
            	'theme_advanced_buttons3' => '', // 3rd row, if needed
            	'theme_advanced_buttons4' => '' // 4th row, if needed
      	  	),
    		'quicktags' => array(
     	       'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close'
    	    )
    	) );
    }
    
    #141079
    Chitcher1
    Participant

    This is my second time posting this. There has been no response to my first post. I do apologize for reposting but this seems like a critical error.

    I have correctly installed the current version of bbPress(Version 2.5.2). In my WP-Admin panel, the Forums tab does not exist. There is nothing. The only evidence I have to show that bbPress is installed is the widgets DO show up in my widgets section. I eagerly want to use this product, however if i can’t create a Forum page then this product is pointless. Any help would be GREATLY appreciated!

    My site is BudgetDr.com

    JiveDig
    Participant

    I’m seeing the same thing.

    bbPress 2.5.2
    WP 3.8

    Anybody find a fix?

    #141074
    inspirationally
    Participant

    Hey there,

    I have a problem I can’t find a solution for (all latest versions, but it was the same before) at deppheads.com:

    Every few seconds, I can see a new revision coming up in the database. I just removed the revisions of the last month and there were over 50000! I mean my forums have a few hundred thousand posts, and they are some kind of reply/topic revisions to existing posts/topics as copies of existing replies (I think). Very curious.

    I have no idea how to disable them from being created. I already set auto_save to define('AUTOSAVE_INTERVAL', 86400);

    and added

    
    add_action('admin_init', 'disable_revisions');
    function disable_revisions(){
           remove_post_type_support('revision', 'revisions');
     remove_post_type_support('topic', 'revisions');
        remove_post_type_support('reply', 'revisions');
    }
    

    to my functions.php, but they still appear.

    And I disabled revisions for bbpress posts in the settings page.

    Any ideas??

    Visitors are allowed to post, and I’d like to keep it like that, because it is also my comments system and I know many would not comment if they needed to register.

    Here are the last 20 exported as sql (couln’t copy it in, so as a link:)

    http://deppheads.com/insert.txt

    Here one example of the “parent” http://deppheads.com/forums/reply/359207/

    #141072
    Mailhilfe.de
    Participant

    I know that is possible to outcomment these parts

    add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
    add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );

    in the bbpress/includes/core/filters.php

    But I want to set only internal links to do follow, external should to on nofollow.

    How I can do it?

    #141070
    piccart
    Participant

    Hello!

    I am using the default template of bbpress and I’d like to customize it

    My issue is divisible in 3 parts:

    1- I’d like to cut off the “add your reply form” from the bottom of the comments list
    2- I’d like to make a custom page with the form, which I’ve seen I can make with a shortcode
    3- I’ll need to build up a button “post reply” on the topic page, which I think it will have to pass to the form page a variable with the id of the topic, otherwise it won’t be possible for that form to append the reply to the correct topic, isn’t it?

    I think I’ve found where to cut off the displaying of the form but I’d like you to confirm before I make mess. is it in this file:
    bbpress/templates/default/bbpress/content-single-topic.php
    and if I’d like to cut off the form from the topics archive lists as well, the file should be this:
    bbpress/templates/default/bbpress/content-single-forum.php

    point 2 should be easy, but I am wondering how I’ll have to pass the variable of the topic which has to be commented.. anyone can explain me how this works?

    in point 3 I have no idea.. I’ve browsed millions of files today and found millions of functions and hooks so I don’t know which I have to use and how. by instance I’ve found a bb_get_forum_id() and a get_forum_id() and who knows if there are more similar that I’ve missed. which has to be used to retrive the current topic id? and how it has to be used?

    Thank you very much for reading this topic, I hope someone will help me.
    Cheers!
    Andrea

    #141068
    piccart
    Participant

    Hello!

    I have a client who wants to display the bbpress sidebar in the forum pages in a different way.
    He want to make it narrow and with smaller fonts.

    the problem is that the bbpress sidebar is registered with no particular wrapper id, so if I edit the css, all the sidebars in the website will be changed and not only the forum one.

    I am looking to find the file where the sidebar is registered, in order to alter the code and add a specific id (like #bbpress-sidebar) to the sidebar, so I’ll be able to make a custom css for the sidebar sub-classes only for the children of that id.

    I’ve looked into millions of files but I haven’t found it, can someone please help me?
    Thanx!
    Andrea

    #141060
    nyhotdogman
    Participant

    Hi guys,

    I have a weird problem – no changes made to the site or plugins what so ever. bbpress worked just fine. But from one day to another my main forum/category does not load correctly anymore. So all others still show without problems, but the main forum just shows up blank. Could this be a server issue? I have contacted admin, but he says all ok from server side.

    Have a look here: Regular loading forum (as it should look): bit.ly/19YsTma

    Not working forum: bit.ly/19YsU9K

    Any ideas or suggestions? May bbpress be running into memory issues or so? This is the forum with the mosts topipcs and replies…but not aure if that is the reason for the problem.

    I already tried resaving permalinks and settings, nothing helped. Wp debug also did not show up anything unusual.

    Thanks a lot, I really appreciate your help,
    Peter

    #141059
    Stephen Edgar
    Keymaster

    You probably want to use bbp_get_user_profile_url rather than comment_author_url

    bbp_get_user_profile_url

Viewing 25 results - 22,476 through 22,500 (of 64,518 total)
Skip to toolbar