Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,476 through 63,500 (of 64,411 total)
  • Author
    Search Results
  • #52088

    In reply to: bbPress post 0.03

    Trent Adams
    Member

    mbyte has released a special version of this plugin (that I requested) that adds the ability to use the Custom Field options in WP to add tags to your posts in bbpress. It is available at:

    http://dev.mbzeus.net/forum/topic.php?id=10&replies=5#post-33

    Trent

    #52028

    In reply to: Post Moderation

    Trent Adams
    Member

    Arrariv,

    bbpress can moderate posts. By default, the administrator (key master) can moderate posts and if they go into the admin, you can set other members of your forum as moderators.

    Trent

    #52152
    intellivision
    Participant

    hi blake,

    https://bbpress.org/plugins/topic/4?replies=1

    i tried that, no dice.

    i also found my WP install to be at version 2.0, so I upgraded to 2.0.5, still no dice.

    if you come up with anything, please respond in this thread.

    thx

    #1072
    ear1grey
    Member

    I have an experimental bbPress instance which I’m using as a feed reader (it beats Google reader because several of us can annotate and discuss the things it discovers). Something I’m learning quickly is that some feeds are unstable, and this is resulting in dupes, so I’m thinking an admin tool that highlights duplicate articles (based on content or title perhaps) and then makes deletion easy might be useful.

    Then I started thinking that it would be a good anti-spam tool. Then I wondered if anyone had developed something like that as a plugin already… or fancied giving it a go… my hands are tied for time at the moment, or I’d hack it up myself.

    #49534
    pilkster
    Member

    I have done a fresh install of the latest WP (2.0.5) and latest bbPress (0.73) earlier today and installed the WordPress plugin as described. I have also added the code described above to bbPress’s config.php.

    Wordpress is installed on my root domain, and bbPress in a folder named /forums/

    User registration integration is not working, is there something I have missed?

    Thanks – pilks (AWSpress.com)

    #51139
    zentehflash
    Member

    Any progress update on this?

    #52150
    intellivision
    Participant

    Do I need to install the WP-bbPress integration plugin(s)?

    Maybe I’ll try them anyway. TIA.

    #51412
    topiq
    Member

    i get this error with the new version:

    Fatal error: Call to a member function query() on a non-object in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/my-plugins/onlinelist.php on line 26

    #1052
    arrariv
    Member

    Hi there all,

    I have to moderate posts!

    Is it possible to do in bbPress, I have no idea. I found out that vBulletin does that, but I use WordPress on my blog, don’t need any other php script interfere with my blog. I just add a simple forum in it. Not a shiny thing!

    =)

    Anything will be too helpful.

    Thanks in Advance!

    #51179

    In reply to: Private Forum script

    topiq
    Member

    ok. uploaded the new version of private forum. then there was this message that i have not installed the newest version of bbPress. i downlaoded the 3 new files and uploaded them. now i get this kind of error if i want to access the forum:

    Fatal error: Call to undefined function is_serialized() in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/bb-includes/functions.php on line 364

    greets topiQ

    PS: since this is as far i can guess not related to your plugin i posted it here and not on your site…

    EDiT: i solved the problem by installing the new version of the site options plugin. thanks a lot!

    but if i install the 3 new files in the bb-include i get this error:

    Fatal error: Call to undefined function option() in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/bb-templates/header.php on line 44

    #1069
    andrabr
    Member

    So, I uploaded bbpress, configured config.php, punched bb-admin/install.php in my browser and saw… nothing. Not even an error message.

    Ok, I went poking around. Deleted config.php and got the error message as expected.

    Next line in the code is: require_once(‘../config.php’);

    I do not believe I get over this hurdle (if I recall correctly, require_once dies quietly).

    I changed it to require config-sample.php, and got as far as database error message. config-sample.php and config-php sit next to each other with exactly same permissions.

    I cannot think of a reason for require_once to see one but not the other…

    Mystery…

    Any ideas?

    #51877

    In reply to: Problem with my Domain

    benebomber
    Member

    Thanks a lot, Trent!

    But I did it like You told me, loaded it up once again with another table prefix and when I tried to start the install, there was an empty page.

    Do You have an idea what I did wrong?

    Here’s my config.php:

    `<?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘xxxxxxx’); // The name of the database

    define(‘BBDB_USER’, ‘xxxxxxx’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘xxxxxxx’); // …and password

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘pfeilfor_’; // Only letters, numbers and underscores please!

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://www.fh-augsburg.de/~steinle/Pfeil&#8217;; // Example: ‘http://bbpress.example.com&#8217;

    // There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

    $bb->path = ‘/Forum/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘Das Forum zum Pfeil’;

    // This must be set before running the install script.

    $bb->admin_email = ‘benedikt.steinle@fh-augsburg.de’;

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = false;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = +1;

    // 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 BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = 40b50b4582b5;

    // 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 = pfeil_; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://www.fh-augsburg.de/~steinle/Pfeil&#8217;; // WordPress – Options->General: Blog address (URL) // No trailing slash

    $bb->wp_siteurl = ‘http://www.fh-augsburg.de/~steinle/Pfeil&#8217;; // WordPress – Options->General: WordPress address (URL) // No trailing slash

    /* Stop editing */

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    … I’ve got no idea what’s going wrong.

    Thanks.

    Bene

    #1068
    #52023

    In reply to: Site Options Plugin

    hanbit
    Member

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/kim/domains/mydomain.com/public_html/bbpress/my-plugins/private-forums.php on line 29

    value=”2″ > family

    when i click the Private Forums it’s appearance

    how to solve?

    #52022

    In reply to: Site Options Plugin

    so1o
    Participant

    I have updated the plugin with release 1.02. it will check for other requirements. if also has migration function from site options to bbpress get option function.

    #52021

    In reply to: Site Options Plugin

    so1o
    Participant

    https://bbpress.org/documentation/faq/#customization-folders

    do the default plugin installation routine..

    please note that you need site-options plugin and the latest code from the bbpress repository

    #52020

    In reply to: Site Options Plugin

    suleiman
    Member

    nope. i see no instructinos on that site. I also don’t have a /plugins/ folder in my bbpress root.

    #51174

    In reply to: Private Forum script

    nickbouton
    Member

    Interesting thread. I’m curious, has anyone made a mod that will support role-based permissions on forums? I mean, every private forums thread I’ve seen is just trying to require a login to post / view the forum, but has anyone made a plugin that requires different roles to see specific forums?

    I’d like to have a forum for moderators or admins only (or based on a custom user role), has anyone got anything like that going?

    See my other thread here, on the same subject..

    https://bbpress.org/forums/topic/376?replies=2

    Thanks-

    -nick

    #1066
    Null
    Member

    Hi,

    I am running bbpress and created 2 pages using the header, footer and css from bbpress. The pages are called:

    Blog.php

    Downloads.php

    Now I want a menu in my header just like the one on this site (see top of this page). How do I create one like this??

    Pref I want the menu in the header aligned right, just below the bbpress logo image in this order:

    Blog | Forums | Downloads.

    I had no luck trying myself…

    Thx

    #51171

    In reply to: Private Forum script

    topiq
    Member

    i installed the site_opitons plugin. but i get some kinds of errors.

    in the “private forum management” i get this errors:

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/my-plugins/private-forums.php on line 29

    value="2" > News

    and if i want to change the message a user gets if he is not allowed to access a private forum:

    Fatal error: Call to undefined function is_serialized() in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/my-plugins/site-options.php on line 190

    thanks for your help!

    PS: in the SITE OPTIONS tab i get nothing but a submit button…

    #874
    anotherbrick
    Member

    Hi,

    Is there a BBpress plugin that implements a points system for contributors? I am looking for something that will give points to people who answer questions, etc.

    Is there anything like that already implemented?

    Thanks in advance-

    #51169

    In reply to: Private Forum script

    topiq
    Member

    it does not work for me. when i want to access the private forum plugin in the admin panel i get this error:

    Fatal error: Call to undefined function get_option() in /srv/www/httpd/phost/c/com/pytalhost/cessi/web/bbpress/my-plugins/private-forums.php on line 22

    #50134

    In reply to: UTW Error

    bbpress already support tagging. I wonder why u need UTW?

    #50133

    In reply to: UTW Error

    peiqinglong
    Member

    I too would like to be able to use UTW with bbpress.

    #52116

    In reply to: Private Forums Plugin

    so1o
    Participant
Viewing 25 results - 63,476 through 63,500 (of 64,411 total)
Skip to toolbar