Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,151 through 51,175 (of 64,515 total)
  • Author
    Search Results
  • #74885
    johnhiler
    Member

    1. Yup, there’s something similar in bbPress! Both versions are listed here:

    https://bbpress.org/forums/topic/bbpress-faster-than-wordpress#post-20920

    2. This plugin should do the trick:

    https://bbpress.org/plugins/topic/edit-history/

    3. That’s a tough one! I don’t know how to do it. Are you going to be changing X a lot? If not, maybe it’s a pain but you could hardwire X into the template…

    #15062
    infected
    Participant

    Hi!

    I´m new to bbPress and try to create a theme that suites to my wp-theme. It´s based on the blank theme by refueled. At the moment i have 3 little questions:

    1) I´d like to show the amount of db-queries and the duration of loading the page in my footer. In WP i can add this information by adding a code like this <?php echo $wpdb->num_queries; ?> Queries, <?php timer_stop(1); ?> Seconds. Is there something similar in bbPress?

    2) Is there a way to display a text if a post was edited by a user? Something like “this post was last edited on X at X?

    3) The last point: In the backend i can define how long a post is editable. Is it possible to display this value somewhere above the textarea when writing a post? I´d like to add a short notice like “You can edit your post for X minutes after saving it.” The X-value should change if i change it in the backend.

    That´s it for now… :-) I hope someone can help me.

    Thanks in advance!

    infected

    #74722
    the_Wish
    Member

    • No more images… bbpress just eats the code. allow images plugin installed, and activated.

    This, however, is still true. Has anyone else encountered this trouble?

    Trying to determine if it’s a plugin in need of update, or if it’s an error on my part, or an actual issue in RC3

    Yep, I’m having the same issues since RC2, see this topic (starting bottom page 1):

    https://bbpress.org/forums/topic/final-release-candidate-10-rc-2-is-available

    #74877
    johnhiler
    Member

    Just edit the post.php file in your active template – it probably looks something like this:

    https://trac.bbpress.org/browser/trunk/bb-templates/kakumei/post.php

    Remove the line that prints the role of the user:

    <?php post_author_title_link(); ?>

    Make sure to backup your templates before you edit them. Good luck!

    #74875
    johnhiler
    Member

    This page on bbshowcase links to various translations, including one for French:

    http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages

    It looks like you can download the version you are looking for here:

    http://svn.automattic.com/bbpress-i18n/fr_FR/tags/

    #15008
    Immelody
    Member

    Okay. I figured out what I was doing wrong with everything else, but this one has me stumped.

    I’m attempting to deep integrate WP 2.8 and BP 1.0 RC3.

    I’m using the following:

    if ( !defined( ‘ABSPATH’ ) ) {

    include_once( ‘/home/content/a/m/a/amaron11/html/wp-load.php’ );

    }

    From here: http://bbpress.org/forums/topic/first-pass-at-a-fix-for-deep-integration-in-trunk#post-21572

    I will note that even changing that to wp-blog-header.php gives me the same problem.

    When not commented out, that set of lines causes a 500 Internal Server Error when attempting to access the dashboard.

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    However, it does not cause this error for either the blog page or the forum page. They do load quite slowly though.

    I’m utterly confused by this one. And ready to go to bed. I hope someone has some sort of guidance when I wake up in the morning!

    #74630
    onel0ve
    Member

    General Error

    SQL ERROR [ mysqli ]

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘s links’, ’21’, ’20’, ’80’, ‘157’)’ at line 1 [ 1064 ]

    An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.

    when i try to convert i get this errror massage please help

    cheinyeanlim
    Member

    The plugin was designed to stop hackers from gaining access to your blog via trial and error, something which is quite common with WordPress blogs since most people use the default username login ‘admin’….

    http://www.pupuweb.com/blog/protect-blog-with-login-lockdown/

    #74719
    jimgroom
    Member

    Hey everyone,

    Testing out RC3, and it works in terms of bbPress/BuddyPress/WPMu 2.7.1 integration far better than RC2, which had me stumped. I do have one lingering issue with the integrated signon between WPMu and bbPress for anyone who might have a lead. When I login to either WPMu or bbPress it logs me into both applications, however, if I try and logout of bbPress when I originally logged in to WPMu, for example, it won’t log me out. I have to actually go and logout of WPMu to be logged out of bbPress. This was a similar/common issue in a version that was in the 0.7.x or 0.8.x series. And I have the sneaky suspicion there is something in my config files that is baling it. Anyone having a similar issue? Anyone know of a fix? Below are my config files for both wp and bbPress.

    Right now I have this in my wp-config:

    define( ‘COOKIE_DOMAIN’, ‘.umwblogs.org’ );

    define( ‘SITECOOKIEPATH’, ‘/’ );

    define( ‘COOKIEPATH’, ‘/’ );

    define( ‘COOKIEHASH’, ‘#################’ );

    And this in my bb-config:

    // WordPress cookie integration speedup

    $bb->wp_siteurl = ‘http://umwblogs.org&#8217;;

    $bb->wp_home = ‘http://umwblogs.org&#8217;;

    $bb->cookiepath = ‘/’;

    $bb->authcookie = ‘wordpress_###################’;

    $bb->secure_auth_cookie = ‘wordpress_sec_###################’;

    $bb->logged_in_cookie = ‘wordpress_logged_in_###################’;

    $bb->admin_cookie_path = ‘/forums/bb-admin’;

    $bb->core_plugins_cookie_path = ‘/forums/bb-plugins’;

    $bb->user_plugins_cookie_path = ‘/forums/my-plugins’;

    $bb->sitecookiepath = ‘/’;

    $bb->wp_admin_cookie_path = ‘/wp-admin’;

    $bb->wp_plugins_cookie_path = ‘/wp-content/plugins’;

    // End integration speedups

    define( ‘WP_AUTH_COOKIE_VERSION’, 1 );

    #74872

    In reply to: i lost admin password

    johnhiler
    Member

    Did you lose the password… or did you lose admin/keymaster access after integrating?

    If it’s the latter, try this plugin:

    https://bbpress.org/plugins/topic/fix-admin-access/

    #74718
    dss
    Member

    • bb latest discussions wordpress plugin now reports an error.

    This was not actually true… Seems I only needed to remove the trailing slash on my bbpress URL and voila! It works fine.

    • No more images… bbpress just eats the code. allow images plugin installed, and activated.

    This, however, is still true. Has anyone else encountered this trouble?

    Trying to determine if it’s a plugin in need of update, or if it’s an error on my part, or an actual issue in RC3

    However, it looks like integration actually works (for the very first time ever!)

    This remains true. So happy about that!

    #74717
    dss
    Member

    Just updated to RC3 with WP2.8

    • No more images… bbpress just eats the code. allow images plugin installed, and activated.

    • bb latest discussions wordpress plugin now reports an error.

    However, it looks like integration actually works (for the very first time ever!)

    #74613
    Marcomail
    Member

    Johnjamesjacoby could you give us some more information ? Thanks :)

    #74850
    aditya2311
    Member

    Thanks for your reply.

    I have installed WordPress 2.8. and bbpress 0.9.0.5. I have used the same database named “wordpress” for both. Please check http://bits-oasis.org/blog and http://bits-oasis.org/forum

    johnhiler
    Member

    You’re in luck (I think) – ck wrote a plugin that I believe does just that:

    https://bbpress.org/forums/topic/counting-forums

    jfcarter
    Member

    I am using bbPress 1.0-alpha 6 and the bbpress-forum theme (same as the one used on these forums).

    I have forums and subforums and have hidden the subforums on the main page, so that only the parent forums and latest topics are showing.

    The challenge is that the parent forums are showing 0 topics and 0 posts, even when their subforums do have topics and posts.

    How can I get the number of subforum posts and topics included in the parent forums’ count on the main page.

    Thanks in advance. :)

    #74840
    yakusha
    Member

    ı downloaded old database

    after deleted old tables like bb_ on database, using phpmyadmin tools.

    after re-installed bbpress and integreted to wordpress

    after opened downloaded sql file and re uploaded 3 tables:

    bb_post

    bb_forum

    bb_topic

    forum is fasted :)

    yes, bbpress rc3 faster older versions…

    #74121
    plrk
    Member
    #15056
    plrk
    Member

    I have finished a Swedish translation based on a .pot file found in Subversion repository, specificially revision 438 if memory serves me right. Info in Swedish about the translation and how to install it can be found at: http://luftslott.org/2009/06/ny-svensk-oversattning-av-bbpress/

    The actual translation files, both .po and .mo, cna be found at: http://dropbox.jobjorn.se/bbpress-sv_SE.zip

    #74142

    In reply to: 500 error

    johnhiler
    Member

    500 Internal Server Errors are usually either related to your .htaccess file or to your file permissions:

    https://bbpress.org/forums/topic/500-internal-server-error-1#post-13073

    Here’s a number of reports from users who ran into similar issues – it was usually resolved by one of those two solutions:

    https://bbpress.org/forums/tags/500-error

    Good luck! Let us know how it goes…

    #74849
    johnhiler
    Member

    What versions of bbPress and WordPress are you using? And what was your method for integrating the two?

    #15055
    aditya2311
    Member

    I have installed both wordpress blog and bbpress forums. But on integrating them, i am facing a problem of login into my account while using firefox. Although it is working properly in other browsers. Please check http://bits-oasis.org/blog and http://bits-oasis.org/forum

    Ryan Hellyer
    Participant

    Hi,

    I’m involved with organising a community project which is to be launched shortly. We’re intending to create a community driven theme development project for bbPress.

    We’re working out the details behind closed doors at the moment before launching the project in public. We would like to chat with Sam Bauers about the project if possible but I haven’t had any luck in finding contact details. If you are out there Sam it would be great if you could drop me a link on my contact form … http://pixopoint.com/contact/

    Thanks :)

    #14906

    Topic: 500 error

    in forum Installation
    stickleback
    Member

    Hello – I have a WP blog running and I want to add BBPress forum. I have added a folder on my main site : http://www.givemebackmygame.com and it should simply be /forum to take me to the folder where all the files are uploaded.

    However, I have tried and I get a 500 server error.

    I have tried with the files exactly as they are d/l and I have tried doing what has to be done with WP – namely changing the bb-config-sample.php file to bb-config.php with the same information added as in the WP installation, i.e. DBName, DBUsername password.

    I’m stuck – and I’ve only just started!

    Can someone please point me in the right direction?

    Thanks

    #74554
    infected
    Participant

    Could solve my problem by adding new keys to wp & bbpress.

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