Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,326 through 51,350 (of 64,091 total)
  • Author
    Search Results
  • #14864

    Please can anyone help. I tried to integrate bbpress with my wordpress blog by going into bbpress admin page and doing something with -wp admin

    Now none of my users or me as admin are recognised and it won’t even send me an e mail.

    Is there any way back in?????

    #73585
    Detective
    Member

    The plugin doesn’t work right out the box in my installation. I’ve configured the settings and added the needed lines to my wp-config.php file, but after doing that I can’t even login in WP (after entering user & pass I just get the same login screen with my username already filled).

    However, if i change the defined ‘SITECOOKIEPATH’ from ‘/wp-admin’ to ‘/’ it works good. I don’t know it this is the right thing. Is it ?

    edit: i have WPMU 2.7.1, BuddyPress 1.0 and bbPress 1.0 RC1.

    #14863
    #14862
    fpierron
    Member

    Hi,

    I have a wordpress mu install + buddypress. All the stuff works fine. I have installed bbpress. As it was difficult to tune the installation, I don’t know if what I can’t do if the consequence of a bad installation or only a limitation of bbpress.

    I thought bbpress was buillt to work with wordpress mu : then I should be able to automatically enable a forum per blog created. But it is not the case : there’s one forum belonging to the first blog wp mu, and other blogs do not have one’s.

    I don’t know if I am clear so I describe what I need.

    Let’s say I create a WordPress MU on example.org.

    I install bbpress to the example.org/forums path. Ok, it works.

    Now, I create another blog, let’s say myblog.example.org.

    When I enter the url myblog.example.org/forums, I should get a new forum space, not the forum that belongs to the main blog.

    How to do that ?

    Regards,

    Fred

    #73736

    Ah….In what way re VHOSTs?

    #73874
    RWB
    Member

    I dleted the tables. I deleted the user files for bbpress.

    This is the error message I get now.

    The database failed to install. You may need to replace bbPress with a fresh copy and start again.

    SQL ERROR!

    >>> Database: lilienbr_wpmu (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_forums (

    forum_id int(10) NOT NULL auto_increment,

    forum_name varchar(150) NOT NULL default ”,

    forum_slug varchar(255) NOT NULL default ”,

    forum_desc text NOT NULL,

    forum_parent int(10) NOT NULL default 0,

    forum_order int(10) NOT NULL default 0,

    topics bigint(20) NOT NULL default 0,

    posts bigint(20) NOT NULL default 0,

    PRIMARY KEY (forum_id),

    KEY forum_slug (forum_slug)

    ) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;

    >>>>>> Unknown collation: ‘uft8_general_ci’

    SQL ERROR!

    >>> Database: lilienbr_wpmu (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_meta (

    meta_id bigint(20) NOT NULL auto_increment,

    object_type varchar(16) NOT NULL default ‘bb_option’,

    object_id bigint(20) NOT NULL default 0,

    meta_key varchar(255) default NULL,

    meta_value longtext,

    PRIMARY KEY (meta_id),

    KEY object_type__meta_key (object_type, meta_key),

    KEY object_type__object_id__meta_key (object_type, object_id, meta_key)

    ) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;

    >>>>>> Unknown collation: ‘uft8_general_ci’

    SQL ERROR!

    >>> Database: lilienbr_wpmu (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_posts (

    post_id bigint(20) NOT NULL auto_increment,

    forum_id int(10) NOT NULL default 1,

    topic_id bigint(20) NOT NULL default 1,

    poster_id int(10) NOT NULL default 0,

    post_text text NOT NULL,

    post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

    poster_ip varchar(15) NOT NULL default ”,

    post_status tinyint(1) NOT NULL default 0,

    post_position bigint(20) NOT NULL default 0,

    PRIMARY KEY (post_id),

    KEY topic_time (topic_id, post_time),

    KEY poster_time (poster_id, post_time),

    KEY post_time (post_time),

    FULLTEXT KEY post_text (post_text)

    ) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;

    >>>>>> Unknown collation: ‘uft8_general_ci’

    SQL ERROR!

    >>> Database: lilienbr_wpmu (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_terms (

    term_id bigint(20) NOT NULL auto_increment,

    name varchar(55) NOT NULL default ”,

    slug varchar(200) NOT NULL default ”,

    term_group bigint(10) NOT NULL default 0,

    PRIMARY KEY (term_id),

    UNIQUE KEY slug (slug),

    KEY name (name)

    ) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;

    >>>>>> Unknown collation: ‘uft8_general_ci’

    SQL ERROR!

    >>> Database: lilienbr_wpmu (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_term_relationships (

    object_id bigint(20) NOT NULL default 0,

    term_taxonomy_id bigint(20) NOT NULL default 0,

    user_id bigint(20) NOT NULL default 0,

    term_order int(11) NOT NULL default 0,

    PRIMARY KEY (object_id, term_taxonomy_id),

    KEY term_taxonomy_id (term_taxonomy_id)

    ) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;

    >>>>>> Unknown collation: ‘uft8_general_ci’

    SQL ERROR!

    >>> Database: lilienbr_wpmu (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_term_taxonomy (

    term_taxonomy_id bigint(20) NOT NULL auto_increment,

    term_id bigint(20) NOT NULL default 0,

    taxonomy varchar(32) NOT NULL default ”,

    description longtext NOT NULL,

    parent bigint(20) NOT NULL default 0,

    count bigint(20) NOT NULL default 0,

    PRIMARY KEY (term_taxonomy_id),

    UNIQUE KEY term_id_taxonomy (term_id, taxonomy),

    KEY taxonomy (taxonomy)

    ) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;

    >>>>>> Unknown collation: ‘uft8_general_ci’

    SQL ERROR!

    >>> Database: lilienbr_wpmu (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bb_topics (

    topic_id bigint(20) NOT NULL auto_increment,

    topic_title varchar(100) NOT NULL default ”,

    topic_slug varchar(255) NOT NULL default ”,

    topic_poster bigint(20) NOT NULL default 0,

    topic_poster_name varchar(40) NOT NULL default ‘Anonymous’,

    topic_last_poster bigint(20) NOT NULL default 0,

    topic_last_poster_name varchar(40) NOT NULL default ”,

    topic_start_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

    topic_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

    forum_id int(10) NOT NULL default 1,

    topic_status tinyint(1) NOT NULL default 0,

    topic_open tinyint(1) NOT NULL default 1,

    topic_last_post_id bigint(20) NOT NULL default 1,

    topic_sticky tinyint(1) NOT NULL default 0,

    topic_posts bigint(20) NOT NULL default 0,

    tag_count bigint(20) NOT NULL default 0,

    PRIMARY KEY (topic_id),

    KEY topic_slug (topic_slug),

    KEY forum_time (forum_id, topic_time),

    KEY user_start_time (topic_poster, topic_start_time),

    KEY stickies (topic_status, topic_sticky, topic_time)

    ) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;

    >>>>>> Unknown collation: ‘uft8_general_ci’

    Database installation failed!!!

    Is bbpress compatible with wordpress or am I wasting my time?

    #73873
    chrishajer
    Participant

    Trac is a bug tracking application, found here for bbPress:

    https://trac.bbpress.org/

    #71802
    michael3185
    Member

    Ahem. Spoke too soon. I tested my forum in Firefox and IE7 after working in Chrome, my default browser. I got an error page in IE7 from Bad Behaviour;

    Error 403

    We’re sorry, but we could not fulfill your request for / on this server.

    You do not have permission to access this server.

    Your technical support key is: (blah blah).

    You can use this key to fix this problem yourself.

    If you are unable to fix the problem yourself, please contact badbots at ioerror.us and be sure to provide the technical support key shown above.

    On the ‘fix it yourself’ page there are no useful details of how to, and the email I sent got returned as failed.

    Any ideas?

    #70351
    Arturo
    Participant

    i’m integrated the rc-1 of bbpress and wp 2.7.1 (not mu) but when i login in wp i’m logout to bbpress and if i login to bbpress i’m logout to wp.

    i’ve checked all the key and are the same, i’ve installed the plugin… so i’ve followed step-by-step the screencast…

    please can anyone help me? thanks!

    #71801
    michael3185
    Member

    Thanks Ipstenu. Just installed it as you instructed, got no errors. I now have Akismet (with Skip Akismet for admins), Human Test, and Bad Behaviour. Hopefully I’ll see a spam once in a blue moon.

    #73937
    Nnyan
    Member

    That stinks I was able to integrate punBB by just adding header/footer of my theme. Would be nice if bbPress were made more “theme” friendly.

    #73885

    In reply to: bbPress Polls

    johnhiler
    Member

    Ah that must be it… kingscast, did you drag all the files directly into the /bb-plugins/ folder?

    The files should all go into a /bbpress-polls/ subfolder instead… including the icon.png one.

    ps while you’re at it, you probably want to put the plugins into a /my-plugins/ folder instead of the /bb-plugins/ one…

    #73884

    In reply to: bbPress Polls

    _ck_
    Participant

    bb-polls should be in it’s own sub-directory with the icon.png inside of it.

    You must have installed the plugin and not copied the icon over from the package.

    johnhiler
    Member

    Btw, do you need to have only one point of signin? I used to do that too (only use the bbPress signin, in my case)… but eventually I gave up and started using both. There has been no confusion or technical problems from users, and each signin does a good job with its side of the *Press fence!

    #73936
    chrishajer
    Participant

    bbPress is not a plugin for WordPress, so what you’re looking for requires some work on your part. You need to create a theme for bbPress that mimics the look of your WordPress theme. We’re all spoiled with finding WordPress themes for free, pretty much all over the place. The same thing does not exist yet for bbPress themes, although there are a few bbPress themes that match their WordPress counterparts. If you have a WordPress theme you like already, you’re probably going to have to create a theme for bbPress that looks like that one.

    #14856
    onlined
    Member

    I worked through the screencast to integrate bbPress with wordpress and all seems to be working well.

    The thing is I can not figure out how to get bbPress to work within my theme, I want the wordpress theme to be a kind of ‘wrapper’ for the forum, putting just a link in the header to the forum, then for bbPress to come up on the page.

    Is there a simple code tag I can put on a page to make this happen or else how do I do it?

    #73910
    Windhamdavid
    Member

    Disable all plugins! upgrade the bbpress RC-1,

    try again. if persist it sounds like your user tables are mangled probably due to something similar to dragunoff

    https://bbpress.org/forums/topic/not-able-to-make-new-posts-database-error

    you try to clean up using – http://lesterchan.net/portfolio/programming/php/#wp-dbmanager

    .. are you sharing tables with your wordpress installation?

    #73898
    aetorre
    Member

    Thank you very much johnhiler, I should have searched better.

    I will try these plugins.

    #73735
    Ramoonus
    Member

    i think its got to do with the host using VHOSTs

    #14859
    lemon001
    Member

    I’m interested in anti-spam measures that the moment, with just setting up two forums. I use Akismet and the Human Test plugin. I guess this berk was human (almost), but Akismet hasn’t flagged it as spam and removed it. I get the impression from their site that it should. If it doesn’t flag it, does an admin have to mark it as spam and delete it..?

    HeroicNate
    Member

    Ok so I started the install of bbPress and ran into this same issue so I stopped at step 2. Now I know I need to install the 1.0 version, but since I’ve already configured the database( Part 1 of install ), does that mean I’ll have to erase/change/do something to the database besides just deleting the bbPress files and uploading the new version?

    Also, I never put the secret keys in when I installed wordpress. Does that mean I’ll have to resintall to put the secret keys in, or can I simply change the config file and over-write the old one and everything will work that way?

    #73897
    johnhiler
    Member

    This plugin should send all moderators/admins an email whenever a post is made by any non-moderator/admin:

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

    Or alternatively, this one should hold all posts in moderation until a moderator/admin has approved it:

    https://bbpress.org/plugins/topic/bb-moderation-hold/

    Hope one of those does the trick for you!

    #73896
    aetorre
    Member

    Thanks for your response.

    In fact, I’m just interested in sent a mail to one moderator (or mail list of moderators) when every comment or topic is post. Other option could be to impose previous moderator revision to all comments before they are post. However, I have not found any plugin to do so. I tested Moderation-suite but it doesn’t fit our necessities. Any idea?

    #73734

    So what cookies do you see when you login through bbPress?

    What cookies do you see when you login through WordPress?

    What are the differences? Either you’re missing a hash, or your host is wrong, or the path is off. Something is missing.

    jpmendoza
    Member

    I’ve tried this as well: if( !wp_validate_auth_cookie() )

    but haven’t had any luck.

Viewing 25 results - 51,326 through 51,350 (of 64,091 total)
Skip to toolbar