Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,151 through 53,175 (of 64,431 total)
  • Author
    Search Results
  • #4848
    Michael Tieso
    Participant

    Fatal error: Call to undefined function: bb_get_option() in wp-contentpluginsbbpressbb-pluginsakismet.php on line 72

    This is the error im receiving (i removed the full path). First time trying these forums out and I get this error when trying to activate the plugin.

    #71875
    chrishajer
    Participant

    Also, there’s this opposing view of allowing people to get email notification of replies to their topic:

    https://bbpress.org/forums/topic/email-notifications#post-20324

    #71874
    chrishajer
    Participant

    If you mark an item as a favorite, you can have an email notification sent when there’s a reply to one of your favorites.

    Post Notification:

    https://bbpress.org/plugins/topic/post-notification/

    or

    Subscribe to topic:

    https://bbpress.org/plugins/topic/subscribe-to-topic/

    #71870
    wiseacre
    Member

    1 Documentation

    2 Installation

    3 http://svn.automattic.com/bbpress-i18n/

    4 pot

    5 trunk

    #68473

    Sumit1988 has it right.

    yokima, how did you share login with MediaWiki and bbPress/Wordpress?

    #66514

    In reply to: Threaded comments

    hoppie
    Member

    If people want threaded comments, that’s fine, but please always keep the non-threaded option in bbPress as well.

    I have had numerous requests from users to remove threading from forum software (not bbPress obviously). This seems one of those things where “advanced” users like it and my grand mom hates it.

    Threaded as a plugin is perfect. Same level as “comments with their own title”.

    Jeroen

    #71854
    12thharmonic
    Member

    Never mind. I restored the database from backup, did it all again and it came good. No idea what I did wrong last time.

    This thread never happened.

    #66513

    In reply to: Threaded comments

    johnhiler
    Member

    I haven’t tested this, but at least one person was able to get this plugin to work:

    https://bbpress.org/plugins/topic/threaded-posts/

    #71866
    tfab69fr
    Member

    Unfortunately this causes an error:

    Fatal error: Cannot redeclare _http_build_query() (previously declared in E:wampwwwrs_prod_nextforumbb-includesbackpressfunctions.compat.php:21) in E:wampwwwrs_prod_nextwp-includescompat.php on line 45

    #71867
    johnhiler
    Member

    You could use create a new Role, and then restrict access to a specific forum only to people in that role or higher using Hidden Forums:

    https://bbpress.org/plugins/topic/hidden-forums/

    You’d still need a hook into Paypal, if you wanted to automate purchasing of access to your premium forum… but you could take that code from some of the existing WordPress or WordPress MU programs out there?

    #68472
    sumit1988
    Member

    i think i remember, that here in the forum are a lot of threads that says:

    WP 2.7 + bbPress 0.xx = Nope!

    WP < 2.7 +bbPress 0,xx = yes

    and finally

    WP 2.7 + bbpress 1.0 = yes

    So, either you downgrade your WP or you use the alpha version of BBpress.

    You shouldn’T get issues with login then…

    #68471
    yokima
    Member

    Ah yes, I did have issues with logout as well. I did however combine it together with MediaWiki shared login so that’s pretty good for me so far..

    #71840
    chrishajer
    Participant

    Looks like the message is from this plugin:

    https://bbpress.org/plugins/topic/automated-forum-moderation

    Line 40 of automated-forum-moderation.php

    #66512

    In reply to: Threaded comments

    I wish that bbPress could incorporate the same type of threaded functionality that WordPress has, because I think it just works amazingly well.

    #66511

    In reply to: Threaded comments

    rboatright
    Member

    I know I’m commenting on an old thread, but there you go.

    I -love- the threaded comments in Intense Debate, but it’s a blog-comments system not a forum.

    I wish-to-heck that bbPress had threading, and if it did, we would switch from ID in about oh, 2 seconds.

    Rick

    #71839
    Sam Bauers
    Participant

    That isn’t an error caused by core bbPress.

    #71865
    chrishajer
    Participant

    Shouldn’t that require_once be at the top of the wp-config.php file, right after the opening <?php ?

    #71864

    In reply to: Just a few questions

    chrishajer
    Participant

    > The forums has a whack load of sub forums along with ones only visible by certain

    > members, I’m wondering if it is possible to make sub forums along with special ranks

    > along with moderator and admin?

    Yes, you want the hidden forums plugin:

    https://bbpress.org/plugins/topic/hidden-forums/

    > I’m also wondering if bbpress is easy to setup with Yahoo Small business hosting?

    So long as the server has PHP and MySQL, and can send email, then it will be fine. If it can’t send email, then there are plugins to use an external SMTP server.

    #71869
    hoppie
    Member

    Additional: I noticed that the tags field is being pre-filled when I look at the Add A New Topic form that sits below the list of posts tagged with tag X. That’s great.

    What remains is the behaviour of bbPress when sending it a URL …/tags/X where X does not exist yet. The Forum now decides to revert to the default query and shows all available tags. It could, like a Wiki, have chosen to show an empty Topic list with the pre-filled Add A New Topic form. That would make sense to me.

    #59105

    In your bb-config:

    $bb->wp_table_prefix = 'wp_econome'; // WordPress table prefix. Example: 'wp_';

    In your wp-config:

    $table_prefix = 'wp_econome_'; // Only numbers, letters, and underscores please!

    Looks like you’re missing an underscore in bb-config.

    Also try changing this on your bbconfig: $bb->sitecookiepath = '/starteconome/blog/';

    hoppie
    Member

    I have linked up a bbPress Support Forum (i.e. with (un)resolved indicators) to a web application that it is supposed to support. The web application generates tags that are context-sensitive and links with these to the bbPress Forum, so users are one click away to do a …/tags/abcdef query to the Forum and hey presto, all posts concerning the application page come up.

    If somebody has a problem, they can click another link and insert a new Topic post into the same Forum. However this comes up with blank title, post body, and tag fields.

    It would be brilliant if there were a way to insert the new topic’s title, part of the post body, and the tag into the New Topic form. Nothing fancy, just three parameters on the #postform URL would do. These parameters are cleaned and stupidly inserted in the form fields, ready to be accepted by the user.

    Jeroen

    #59104
    lasthero
    Member

    I have done all the above directions but still can’t seem to get anything to work. It is not detecting the cookie and having be already logged in to bbpress after wordpress login. I have been working on this for some time.

    I have the exact same scenario that schmitt has at the beginning of this thread.

    Please help me out here, I have posted several thread but no one has helped me or taken a look at my config files.

    Here they are:

    bb-config.php

    <?php

    // ** MySQL settings ** //
    removed for security

    define('BBDB_CHARSET', ''); // If you are *upgrading*, and your old bb-config.php does
    define('BBDB_COLLATE', ''); // not have these two contstants in them, DO NOT define them
    // If you are installing for the first time, leave them here

    // Change BB_SECRET_KEY to a unique phrase. You won't have to remember it later,
    // so make it long and complicated. You can visit https://www.grc.com/passwords.htm
    // to get a phrase generated for you, or just make something up.
    // If you are integrating logins with WordPress, you will need to match the value
    // of the "SECRET_KEY" in the WordPress file wp-config.php
    define('BB_AUTH_KEY', '7k67k67k76'); // Change this to a unique phrase.
    define('BB_SECURE_AUTH_KEY', '67k67k76k67k76'); // Change this to a unique phrase.
    define('BB_LOGGED_IN_KEY', '67k76'); // Change this to a unique phrase.
    define('BB_SECRET_KEY', 'thisisone{crazy}sectret9084biugfhKey'); // Change this to a unique phrase.

    // If you are running multiple bbPress installations in a single database,
    // you will probably want to change this.
    $bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!

    // Change this to localize bbPress. A corresponding MO file for the
    // chosen language must be installed to bb-includes/languages.
    // For example, install de.mo to bb-includes/languages and set BB_LANG to 'de'
    // to enable German language support.
    define('BB_LANG', '');

    /* Stop editing */

    if ( !defined('BB_PATH') )
    define('BB_PATH', dirname(__FILE__) . '/' );
    require_once( BB_PATH . 'bb-settings.php' );

    // The rest is only useful if you are integrating bbPress with WordPress.
    // If you're not, just leave the rest as it is.

    $bb->wp_table_prefix = 'wp_econome'; // WordPress table prefix. Example: 'wp_';
    $bb->wp_home = 'http://www.fabuso.com/starteconome/blog'; // WordPress - Options->General: Blog address (URL) // Example: 'http://example.com'
    $bb->wp_siteurl = 'http://www.fabuso.com/starteconome/blog'; // WordPress - Options->General: WordPress address (URL) // Example: 'http://example.com'

    $bb->usercookie = 'wordpress_logged_in_my has here';
    $bb->passcookie = 'wordpress_logged_in_my has here';
    $bb->cookiedomain = 'fabuso.com';
    $bb->cookiepath = '/';

    ?>

    wp-config.php

    <?php
    // ** MySQL settings ** //
    removed for security

    // Change each KEY to a different unique phrase. You won't have to remember the phrases later,
    // so make them long and complicated. You can visit https://api.wordpress.org/secret-key/1.1/
    // to get keys generated for you, or just make something up. Each key should have a different phrase.
    define('AUTH_KEY', '7k67k67k76'); // Change this to a unique phrase.
    define('SECURE_AUTH_KEY', '67k67k76k67k76'); // Change this to a unique phrase.
    define('LOGGED_IN_KEY', '67k76'); // Change this to a unique phrase.
    define('SECRET_KEY', 'thisisone{crazy}sectret9084biugfhKey');
    define('COOKIE_DOMAIN', 'fabuso.com');
    define('COOKIEPATH', '/');

    $wp->cookiepath = '/';
    $wp->sitecookiepath = '/';
    define('SITECOOKIEPATH', '/');

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_econome_'; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');

    /* That's all, stop editing! Happy blogging. */

    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    require_once(ABSPATH . 'wp-settings.php');
    ?>

    #71858
    Dwenaus
    Participant

    thanks for the reply chris. I looked at the alpha 6 version and as far as I can tell it can be used as long as I don’t mind unsupported plugins and major changes in the eventual 1.0 release. any other hints or comments on this.

    #4843
    tfab69fr
    Member

    Hi all

    After upgrading:

    WP2.5 -> 2.7

    BBPress 0.9.4 -> 1.0 alpha 6

    WP is running badly.

    In order to get access to functions of BBPress, I have these lines at the end of wp-config.php:

    if ( !defined('BBDB_NAME') )

    require_once(ABSPATH.'forum/bb-load.php');

    Into the index.php of my WP theme, I wish to display the last topics of the forums, by doing:

    <?php

    $forums = get_forums();

    $topics = get_latest_topics();

    $super_stickies = get_sticky_topics();

    for ($i=0;$i<3;$i++){

    $topic = $topics[$i];

    ?>

    " title="See the message of <?php topic_author();?>"><?php topic_title();

    <?php } ?>

    The display of the latest messages was working well and still working well after the upgrade, BUT WORDPRESS GETS INTO TROUBLE:

    – the css style for the back admin of WP is not working

    – the hooks into the plugins are not called anymore (add_action(‘wp_head’, ‘init_js’); where init_js() is never run)

    – custom query vars are not detected into the url

    Well, when I remove the require_once into the wp-config.php (see below), the trouble disappear.

    //if ( !defined('BBDB_NAME') )

    //require_once(ABSPATH.'forum/bb-load.php');

    How to get it working with the bbpress function without trouble in WP ?

    I think this is a very important point for the BBPress integration in WordPress

    Thanks

    #4841
    mikedb
    Member

    I’m just wondering if bbpress has a few features that I require, I currently maintain a website that has wordpress and phpbb on it. The forums has a whack load of sub forums along with ones only visible by certain members, I’m wondering if it is possible to make sub forums along with special ranks along with moderator and admin?

    Because currently trying to make my wordpress theme work on the forums is being a real pain, I’ve gotten it to work for firefox but in IE its a mess, so I’m hoping bbpress could be my salvation if you will.

    I’m also wondering if bbpress is easy to setup with Yahoo Small business hosting? I also maintain another site in works that requires a way to post “ads” kind of like craigs list but can only be posted by an admin.

    Help on any of these issues would be great.

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