Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,151 through 24,175 (of 64,518 total)
  • Author
    Search Results
  • #137425
    Stephen Edgar
    Keymaster

    Have a look at the support forum for ‘bbPress Genesis Extend’, it looks like @jaredatch has a new version is on its way shortly.

    https://wordpress.org/support/plugin/bbpress-genesis-extend

    The specifics of Genesis compatibility with bbPress 2.4x I am not sure, @jaredatch is the one who can answer all these questions and probsbly the best place would be in the support forum link above if he doesn’t answer them directly here.

    #137420
    seoshnek
    Participant

    Hello guys!

    I have a specific question about adding forums, threads and replies in Bbpress.
    Some times ago i made a script that’s sending data to fill the DB in wordpress – i just send via POST: author, post, title etc via php script, that add it all to DB. It was simple.

    Now i have to make it in Bbpress, and there is a problem: besides the ‘wp_posts’ data i see many cells in ‘wp_post_meta’ when i create a forum, topic and a reply such as:

    _bbp_topic_count
    _bbp_total_reply_count
    _bbp_forum_subforum_count
    _bbp_reply_count
    _bbp_last_active_time
    
    etc

    The problem is that I want to do it in the future delayed (this future posts date). And the question is: how do I write this posts and Bbpress helps me and refreshes that data in ‘wp_post_meta’.

    I googled my problem and found this functions in functions.php:

      function bbp_update_topic_topic_id( $topic_id = 0 ) {
         $topic_id = bbp_get_topic_id( $topic_id );
      
         update_post_meta( $topic_id, '_bbp_topic_id', (int) $topic_id );
     
          return apply_filters( 'bbp_update_topic_topic_id', (int) $topic_id );
      }

    That’s what I’m looking for? I will be happy if Bbpress has some API or xml-rpc method to add a topics and replies, but there is none 🙁

    Thank you and sorry for my bad english.

    francishunger
    Participant

    resolved at least the language part. (Put the language files in the right folder, which is wp-content/languages/bbpress).

    #137406
    BinaryOptionsSites
    Participant

    I used the plugin with no change.
    At the moment the site is down because all the changes made in order to make it work created a process that overloads the server and I will probably need a fresh install.
    The appearance of the content was like a broken list with misplaced borders. I am sure I am not the only site owner that uses Genesis and bbPress (hence the plugin) and I wonder if there are any known issues or special customizations needed to be done. I saw a post about some bug fixes planned for 2.4.1 regarding Genesis compatibility and some users downgrading the bbPress version. Is there a connection to these cases?

    #137405
    Steven Hodson
    Participant

    Hey all you plugin developers – and aspiring ones – I have a bit of an FYI for you when it comes to the naming of your files.

    A bit of backstory to this – recently when I installed a set of bbPress powered forums on a new site I would suddenly find myself unable to connect to the site – both the blog and the forums. I was lucky that the many times this happened my host provider (and a good friend) was able to find out what happened to lock me out. It turned out that for some reason my IP was triggering the data center (where the hosting service is located) firewall and locking me out.

    The question was – what was causing the trigger to be hit?

    Well after some investigation by the engineers at the data center they found it one was one specific javascript file that was being called by two different plugins being used that were the cause of the firewall being triggered.

    What both of these files had in common was a javascript file called jquery.cookie.js

    The two plugins in question are bbPress WP Tweaks and bbPress Like Button. They both apparently make use of this javascript file.

    Now of course this might just be a one off problem that will never actually happen to other users of these plugins (after all the engineers at the data center might be overly anal when it comes to their firewall rules 🙂 ) but if you use them and you suddenly get emails saying that your members can’t access the blog or forums this might just be the cause. Better to be forewarned than to be pulling your hair out trying to figure out what the problem is.

    To the two plugin authors of the plugins mentioned – I like using your plugins and for now the engineers have put a global rule in place so that the calling of that javascript file won’t trigger the firewall, but you might want to think about alternatives to it.

    As I said this is just an FYI but I thought it would be better to post about the problem just in case it happens to someone else as well as letting developers know that there could be a problem using this javascript file.

    #137404
    Venny1962
    Participant

    Thanks Stephen! Turns out Postie was conflicting with bbPress!

    #137403
    koendb
    Participant

    Hi JJJ,

    I really appreciate your effort on this forum!

    I understand you can’t spend to much time here, but I guess your answers are still quite complicated for most of the bbpress users, an example would be great. I managed to write this with your hints, and some further googling. Thanks!

    
    	function user_favorites_link( $args ) {
    		$args['favorite'] = 'Maak favoriet';
    		$args['favorited'] = 'geen favoriet meer';
    		return $args;
    	}
     add_filter( 'bbp_after_get_user_favorites_link_parse_args','user_favorites_link'); 
    #137400
    Travis S.
    Participant

    Now I know this question has been asked every which way to sunday, but I just can’t figure it out for my particular setup. I’m a little annoyed at myself that i’ve been working w/ bbpress for a couple weeks and can’t figure it out on my own.

    Now my home page url is simply mysite.com (id give you a link but its parked). So to clean up the breadcrumbs a bit I made the homepage static so I could use that as the archive/index page. That way breadcrumbs could just be “home > forum-name”.

    Now a couple issues which I can’t seem to figure out. If my homepage is simply mysite.com what could I use as the forums slug? Based off of some previous semi-related topics posted here, I could just add the [bbp-topic-index] short code to the homepage in the high hopes it would redirect the “forums” breadcrumb to the homepage.

    So the ultimate goal here, 2 breadcrumbs. Make homepage the archive/index page so the forum breadcrumbs would be home > forum-name”

    Anyone got any ideas?

    Stephen Edgar
    Keymaster

    Thanks, I will dig around a bit more tomorrow and see what I can find.
    https://bbpress.trac.wordpress.org/ticket/2433

    #137397
    Stephen Edgar
    Keymaster

    See this bbPress Trac ticket for more information, the fix will be included with bbPress 2.4.1
    https://bbpress.trac.wordpress.org/ticket/2405

    #137395
    Stephen Edgar
    Keymaster

    I can’t access your site ‘forbidden’

    Try resaving your permalinks
    https://codex.bbpress.org/faq/#404

    #137393
    Stephen Edgar
    Keymaster
    #137391
    Stephen Edgar
    Keymaster

    Try running the repairs tools (one at a time)
    https://codex.bbpress.org/repair-forums/

    #137390
    Stephen Edgar
    Keymaster

    Check to see if you have a conflict with another WordPress plugin
    https://codex.bbpress.org/faq/#plugin-conflicts

    #137389
    Stephen Edgar
    Keymaster

    Are you using the Genesis bbPress plugin?
    https://wordpress.org/plugins/bbpress-genesis-extend/

    #137387
    Stephen Edgar
    Keymaster

    The shortcode uses the same setting as ‘Topics per page’ setting.
    https://codex.bbpress.org/forum-settings/#per-rss-page

    Stephen Edgar
    Keymaster

    Thanks for that, it appears it’s not related to another bug I was testing for 🙁

    As per above using your bbPress.org/wordpress.org username and password can you create a ticket on Trac and we can then track it much better there.

    #137381
    asabnis
    Participant

    Hello, I am using bbPress 2.4; the option for using the Fancy Editor isn’t showing up in Settings > Forums. Do I need to add another plugin for this? I am using the Expound theme.

    Stephen Edgar
    Keymaster

    Can you open the bbPress ‘Settings’ -> ‘Forums’ panel in your WordPress dashboard:
    eg. http://example.com/wp-admin/options-general.php?page=bbpress

    Change a setting eg. Topics from 15 per page to 14 per page click ‘Save Changes’
    (It doesn’t really matter what is changed here as we are just forcing bbPress to update its setting in the wp_options table)

    Go check your site at eg. http://example.com/forums

    Is the issue fixed?

    If Yes, go back and change the setting back to its original setting

    If not, now go to the ‘Tools’ -> ‘Forums’ panel in your WordPress dashboard:
    eg. http://example.com/wp-admin/tools.php?page=bbp-repair

    Run each of these individually:

    • Recalculate the parent topic for each post
    • Recalculate the parent forum for each post
    • Recalculate private and hidden forums
    • Recalculate last activity in each topic and forum
    • Recalculate the sticky relationship of each topic
    • Count topics in each forum
    • Count replies in each forum
    • Count replies in each topic
    • Count voices in each topic
    • Count spammed & trashed replies in each topic
    • Count topics for each user
    • Count replies for each user

    Again go check your site at eg. http://example.com/forums

    Is the issue fixed?

    #137378

    In reply to: BBPress in italian

    Stephen Edgar
    Keymaster

    See https://codex.bbpress.org/bbpress-in-your-language/

    It looks like %96 of bbPress is already translated to Italian 🙂

    #137377
    Crayz
    Participant

    Hello, I have a default WordPress install (latest version) with a default bbPress 2.4 install using TwentyTwelve, no files have been modified. The replies pagination does not work, though the pagination for topic listings is.

    Does anybody else have this issue? I’m going to take a look at the pagination functions and see if I can come up with a fix

    Thanks.

    #137375
    BinaryOptionsSites
    Participant

    Hi,
    I am trying to “fight” with the bbPress installation on top of the existing Genesis / Dynamik installation.
    The forum and all other elements look like a bad experiment in html links by a novice.
    The site details:

    http://www.binaryoptionsclasses.com/forums/forum/binary-options-forum/

    WordPress version 3.6.1
    bbPress version 2.4

    Thanks,
    John.

    #137374
    Venny1962
    Participant

    I’ve just installed bbPress on my WordPress site through my admin and when I click activate plugin I get this message

    “You do not have sufficient permissions to access this page.”

    It does show it’s activated when I look at it in “installed plugins” but if I click “settings” or “about” I get the same message!

    I’ve tried deleting bbPress and reinstalling it but still no change!

    I’ve also searched the forums for an answer but haven’t able to find anything.

    Any Ideas?

    Thanks,
    Marc

    #137371
    nightsmusic
    Participant

    Vs 2.4 in WordPress 3.6.1

    I have installed BBPress and am trying things out, posting topics and forums but looking in the admin Forum section under All Replies, all but the first is marked Mismatch with 0 counts. Why is this and what will it affect? It’s still not listed on our site, but it’s live and working. I would like to work the bugs out before going live.

    Anyone have any ideas on what this means?

    #137370
    gcipriani
    Participant

    Hallo,
    I want to install bbpress on my site (with word press last revision). Is there a version in italian? Or I must to set the language into administrator setup?
    best regards
    Giulio

Viewing 25 results - 24,151 through 24,175 (of 64,518 total)
Skip to toolbar