Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 52,851 through 52,875 (of 64,396 total)
  • Author
    Search Results
  • #72112
    marjolein
    Member

    Thanks for those, I’ll use them!

    #72242
    psheld
    Member

    Thanks again Chris for coming back on this thread. I am surprised to read your statement about integration though, as it was this feature of bbpress that made me go for it over other forums! Oh well, may be it’ll come out good in the end.

    Here’s the code for wp-blog-header.php. Line 14 simply says “wp();”.

    <?php

    /**

    * Loads the WordPress environment and template.

    *

    * @package WordPress

    */

    if ( !isset($wp_did_header) ) {

    $wp_did_header = true;

    require_once( dirname(__FILE__) . '/wp-load.php' );

    wp();

    require_once( ABSPATH . WPINC . '/template-loader.php' );

    }

    ?>

    #69483

    In reply to: del Sol Owners Club

    teddyc
    Member

    Thanks for the advice and keep up the good work! I look forward to hearing about your bbpress integration if it happens.

    #57552

    In reply to: bbpress wysiwyg status

    shinku
    Member

    I use the latest stable verson and doe not work for me. I think i finnaly i had to use the tinymce and have more secs loading it.

    #4940
    _ck_
    Participant

    If you are using the Private Messaging plugin

    by Joshua Hutchins / ardentfrost.rayd.org

    or even Detective’s mod version of it, you need to take it offline immediately.

    There are some very serious, multiple security problems with it.

    If you are running it, your site can easily be hacked.

    Please take this warning seriously, it’s not worth the headache.

    Make sure you delete not only the plugin file

    but the additional files it uses in the bbPress root.

    #72111
    johnmc
    Member

    These are awesome. I’m working on converting at least one of them into Zenphoto themes.

    #4947
    tunjica
    Participant

    I’m having trouble with blank RSS feeds. All the feed links generate correct URLs but have no markup (completely blank)… not 404 pages. I’ve tried changing themes, turning off permalinks, disabling all plugins, using different browsers, selecting different types of feeds (topics, forums, tags, etc.)— all with no results.

    This is an independent installation without WP integration (separate database too), though this bbPress installation is a subdirectory in a WP blog. Here’s a link.

    http://www.rockbrookcamp.com/staff/forums/

    I’ve got to be missing something here. Permissions?

    Thanks

    #71336
    chrishajer
    Participant
    #71335
    hpguru
    Member

    Link manually to bbPress profile link field?

    #71334

    I have the same problem with WP 2.7.1 and bbPress 0.9.4

    #72225

    In reply to: User Roles

    chrishajer
    Participant

    WordPress 2.7 (or anything after 2.5.1 really) does not integrate well for logins with bbPress 0.9.x., although I have heard recently of a couple different ways of getting the two to talk to each other.

    https://bbpress.org/forums/topic/bayanimecom-wp26-and-bbpress-09-complete-cookie-integration

    https://bbpress.org/plugins/topic/freshly-baked-cookies/

    Regarding user roles in 0.9.0.4, there is a user role map section to the bbPress admin where you can map the WordPress roles to the bbPress roles.

    http://www.example.com/bb-admin/options-wordpress.php

    #72241
    chrishajer
    Participant

    The latest stable bbPress (0.9.0.4) does not integrate nicely with WordPress 2.7.1.

    What does line 14 of wp-blog-header.php look like?

    #4945
    hpguru
    Member

    <title>Tilastot « – Mediapalsta</title>

    Where i delete «?

    Example: http://keskustelu.hpguru.net/statistics.php

    Why bbPress title is same in many pages? Example register.php title is Forum name, search.php title is Forum name… etc. Why?

    Sorry, bad English.

    najkiie1
    Member

    Alright. Thanks a lot for your help :) I started working on it yesterday, it might actually work.

    And on the bbpress forum, i will have the forum categories in the sidebar, and then just a list of all the topics. So i don’t think that’ll be a prob :)

    Oh and i like the way your sidebar works, how it changes all the time. Pretty cool.

    Thanks again :)

    #4942

    Topic: error when logging out

    in forum Themes
    ste1988
    Member

    Hi, im getting this error on bbpress installation when trying to log out.

    Can anyone help a n00b please :()

    bbPress database error: [Table 'theforum_bbpress.bb_online' doesn't exist]
    SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1

    Warning: Cannot modify header information - headers already sent by (output started at /home/theforum/public_html/bb-includes/db-mysql.php:130) in /home/theforum/public_html/bb-includes/pluggable.php on line 232

    #71975

    Hi, i read

    “In the “WordPress Integration” section of the “Settings” area in your bbPress admin you will find a “User Role Map” where you can set which roles will be applied to users who register on your forums. Users who register on your WordPress blog will have the appropriate role applied to their account when they first login to bbPress.”

    but since i dont see the “Settings” area in my bbPress admin, how can i set it the proper way?

    thank you very much,

    the Process

    #72240
    psheld
    Member

    Thanks Chris. My version of bbpress is the latest stable one at the time of writing: 0.9.0.4.

    Just changed the secret key in both bb-config.php and wp-config.php to a 37 character long string of letters only, and we have success at http://www.atcv.net/bbpress :-). Awesome. Thanks v much.

    But I get the following at my wordpress root http://www.atcv.net:

    Fatal error: Call to undefined function wp() in /home/philipsh/public_html/wp-blog-header.php on line 14

    so perhaps my integration with WordPress remains flawed?

    #72222

    In reply to: User Roles

    swaymedia
    Member

    yeah but for 0.9 is the user WP roles/permissions intergrateed with the user/permissions of BBpress?

    #72221

    In reply to: User Roles

    chrishajer
    Participant

    Best? Well, Alpha is not recommended for production sites since it’s in a state of flux. For stability, you want 0.9.

    When is 1.0 going stable? I don’t think there’s an answer for that yet:

    https://bbpress.org/forums/tags/10

    And re: RSS feeds for each forum: yes (any version.)

    #72239
    chrishajer
    Participant

    BTW, I was just looking at line 22 in bb-config.php in the trunk. You didn’t mention what version of bbPress you installed.

    #72238
    chrishajer
    Participant

    I think the problem is with the secret key from WordPress. There have been problems in the past with characters that are allowed by WordPress causing problems in bbPress. If you can change it in both places, I would do that.

    #72235
    chrishajer
    Participant

    My guess is you have a config error in your bb-config.php. Loading this page:

    http://www.atcv.net/bbpress/

    Gets me this error:

    Parse error: syntax error, unexpected T_STRING in /home/philipsh/public_html/bbpress/bb-config.php on line 22

    Line 22 is around the database password. Maybe the previous line is not quoted properly or is missing the semi-colon. My guess is that you have an error in that file and if you fix that, things will probably be OK.

    If you have a text editor with syntax highlighting, it will be easy to find the PHP syntax error that is causing this.

    #72170
    cldnails
    Member

    Actually it’s not broken, until Google crawls my page it won’t pick up any results. This forum has not been opened yet, a la no G bots taking a peak yet.

    As for the looks, it’s fine that it may look like others out there. From what I’ve seen, in the niche’s I follow, bbPress is not common…at all. Therefore slight modifications of the usual theme seems to work.

    #4943
    psheld
    Member

    Hi,

    New WP install 2.7.1 at /.

    Working just fine.

    Downloaded bbpress and uploaded to /bbpress

    Went to /bbpress in my browser and went through the install screens.

    wp-config.php did not have a secret key, so generated one, inserted, and FTPd over.

    Completed the installation.

    But now I can’t see my wordpress at http://www.atcv.net, but get this error:

    Fatal error: Call to undefined function wp() in /home/philipsh/public_html/wp-blog-header.php on line 14

    Can’t access wp-admin either, get this error:

    Fatal error: Call to undefined function get_option() in /home/philipsh/public_html/wp-admin/admin.php on line 21

    Any and all help gratefully received.

    #4941

    Topic: User Roles

    in forum Troubleshooting
    swaymedia
    Member

    Hi,

    In the latest version of BBPress, are the user roles/permissions well intergrated with the WP roles/permissions.. ?

Viewing 25 results - 52,851 through 52,875 (of 64,396 total)
Skip to toolbar