Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 41,076 through 41,100 (of 64,535 total)
  • Author
    Search Results
  • Rich Pedley
    Member

    Try submitting a bug via Trac.

    Rich Pedley
    Member

    Try submitting a bug via Trac.

    #101707

    In reply to: Can´t create a topic

    zaerl
    Participant

    It has been clarified a lot of times. I take the most recent one:

    https://bbpress.org/forums/topic/not-working-in-buddypress

    #96607

    In reply to: Can´t create a topic

    zaerl
    Participant

    It has been clarified a lot of times. I take the most recent one:

    https://bbpress.org/forums/topic/not-working-in-buddypress

    #35809
    Rixos
    Member

    Hello, I tried integrating my website with BBpress today.

    When I finaly completed the integration settings, I couldn’t log into my keymaster account on the forums anymore, it says the user doesn’t exist.

    I reuploaded my old php config and bb config files from before the integration but it still doesn’t work.

    Anyone know what to do?

    lmsook10
    Member

    Sorry, but I can not find the instructions for TwentyTen in the site.

    The error I’m having is

    Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15

    The original page.php was

    <?php get_header(); ?>

    <div id=”container”>

    <div id=”content” role=”main”>

    :

    :

    </div><!– #content –>

    </div><!– #container –>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    And I changed it into this

    <?php bb_get_header(); ?>

    :

    :

    <?php bb_get_footer(); ?>

    Did I something wrong?

    lmsook10
    Member

    Sorry, but I can not find the instructions for TwentyTen in the site.

    The error I’m having is

    Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15

    The original page.php was

    <?php get_header(); ?>

    <div id=”container”>

    <div id=”content” role=”main”>

    :

    :

    </div><!– #content –>

    </div><!– #container –>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    And I changed it into this

    <?php bb_get_header(); ?>

    :

    :

    <?php bb_get_footer(); ?>

    Did I something wrong?

    #35801
    mt_hh
    Member

    first off all: … hi! ;)

    i installed bb and now i try to use parts of it on other areas of my website (outside of bbpress). i still found out, that i can get a lot of informations when i include

    require_once('/path/to/bbpress/bb-load.php');

    i also found an “api-plugin”, but unfortunately it won’t work with the latest version of bb (1.xxx)

    now i’am very interessed how you work width functions and plugins outside your bbpress-installation.

    for example: i will have an contact-form. if the user fill out the form, he will automatically get a board account.

    so i need to include the sign-in functions within the validation and stuff.

    how would you do it…?

    greets from hh/germany

    #101748
    SB_beginner
    Member

    Ignore this post the problem seems to have gone away. Sorry to have wasted anyones time.

    Thanks.

    #96648
    SB_beginner
    Member

    Ignore this post the problem seems to have gone away. Sorry to have wasted anyones time.

    Thanks.

    #101696
    zaerl
    Participant
    #96596
    zaerl
    Participant
    #35800
    SB_beginner
    Member

    I had bbPress up and running. I hadn’t managed to integrate it with WordPress but I wasn’t bothered about that. I’ve come to login to my bbPress account today but when I enter my user name and password it just does nothing. I get no incorrect password message or anything it just returns me to my main forum page and that’s it. Anyone got any ideas?

    I know I can just re-install bbPress but that really is no solution. At the moment my forum only has posts from myself but if I had other posts and more users signed up I would be really pi*!ed about losing the data. Anyone with any help on what I can do would be much appreciated.

    miruru
    Member

    I’m currently testing the bbpress plugin with the trac version. It’s going great however, i’ve noticed that the front page only displays the main forums but not the subforums/subsubforums. For example:

    MAIN FORUM 1

    MAIN FORUM 2 etc.

    Now within these forums I have subforums and subsubforums.

    MAINFORUM 1

    -Subforum

    MAINFORUM 2

    -Subforum

    –subsubforum 1

    –subsubforum 2

    What is the code, if any, to allow the front page to display all the forums/subforums/subsubforums?

    If there isn’t, i assume that I will have to wait until the trac version is updated, however any help would be most appreciated.

    #101703

    In reply to: Can´t create a topic

    zaerl
    Participant

    bbPress isn’t compatible with BuddyPress.

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

    #96603

    In reply to: Can´t create a topic

    zaerl
    Participant

    bbPress isn’t compatible with BuddyPress.

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

    #94503

    I’m gona follow up the updates on this (subscribed!)

    Keep up the good job guys ;)

    Regards.

    #35794
    Frosty8o
    Member

    Hi there,

    I just have installed WordPress with Buddypress and then I installed bbPress (all latest versions). The Forum Tab shows up, but I can´t create a Topic and the Groups in the dropdown menu doesn´t show up. When i press “suimit” I´m on the frontpage of the forum? Why is that so?

    Installation worked fine.

    Please help!

    #94502

    Wednesdays @ 2100 GMT

    irc.freenode.net

    #bbpress

    I just committed a first pass at New Topic and Reply forms. They need escaping and a security sweep, but appear to work well enough so far.

    I’ve also opened a few tickets for a few things that I haven’t started, for those that are interested in getting involved and dirty with some code.

    #94501
    Rich Pedley
    Member

    Please confirm the date rather than saying next week ;)

    I’d be interested in it.

    #35784
    rvrzl
    Member

    I’ve successfully integrated BBPress and WordPress and have the roles setup and what not.

    However, now that it’s been successfully integrated, I can no longer get into the admin panel. Clicking “admin” just redirects me back to the main forums page.

    After checking on the permissions, I have a bb_capabilities row in my wp_usermeta which is correctly set to keymaster (a:1:{s:9:”keymaster”;b:1;}), so I’m not really sure what’s going on.

    There is no .htaccess file in my bbpress directly to redirect anything.

    #94500

    Will be trying to hammer out the topic/reply counts this week, as well as a very basic front end New Topic/New Reply form.

    That’s all it needs to be functioning in a skeletal capacity for initial proof of concept testing and iteration.

    I didn’t write a single line of code during WordCamp NYC; spent most of the time supporting BuddyPress questions with our two new core committers, Paul Gibbs and Boone Gorges.

    I leave again this Friday through Monday for the Google Summer of Code Mentor Summit, so this week is a short dev week.

    Any interest in doing a development chat in IRC next week?

    #35774
    tdarcy
    Member

    I am trying to install bbpress for my website and unfortunately it doesn’t seem to matter what I put in the boxes I get the following error(s). Now I am not trying to integrate it with WordPress just yet so it should be fairly straight forward (however it apparently is not). Any help and suggestions would be greatly appreciated. Oh, and I have tried disabling all my security features and that didn’t work either. Knowing my luck it is something stupid and it will work like a charm in two seconds but whatever it is, I’m not seeing an immediate solution to the problem.

    Here is the code:

    SQL ERROR!

    >>> Database: taylordarcy_com (mysql.taylordarcy.com)

    >>>>>> CREATE TABLE IF NOT EXISTS wp_7w6sfp_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;

    >>>>>> Unknown character set: ‘DB_CHARSET’

    SQL ERROR!

    >>> Database: taylordarcy_com (mysql.taylordarcy.com)

    >>>>>> CREATE TABLE IF NOT EXISTS wp_7w6sfp_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;

    >>>>>> Unknown character set: ‘DB_CHARSET’

    SQL ERROR!

    >>> Database: taylordarcy_com (mysql.taylordarcy.com)

    >>>>>> CREATE TABLE IF NOT EXISTS wp_7w6sfp_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;

    >>>>>> Unknown character set: ‘DB_CHARSET’

    SQL ERROR!

    >>> Database: taylordarcy_com (mysql.taylordarcy.com)

    >>>>>> CREATE TABLE IF NOT EXISTS wp_7w6sfp_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;

    >>>>>> Unknown character set: ‘DB_CHARSET’

    SQL ERROR!

    >>> Database: taylordarcy_com (mysql.taylordarcy.com)

    >>>>>> CREATE TABLE IF NOT EXISTS wp_7w6sfp_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;

    >>>>>> Unknown character set: ‘DB_CHARSET’

    SQL ERROR!

    >>> Database: taylordarcy_com (mysql.taylordarcy.com)

    >>>>>> CREATE TABLE IF NOT EXISTS wp_7w6sfp_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;

    >>>>>> Unknown character set: ‘DB_CHARSET’

    SQL ERROR!

    >>> Database: taylordarcy_com (mysql.taylordarcy.com)

    >>>>>> CREATE TABLE IF NOT EXISTS wp_7w6sfp_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 ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;

    >>>>>> Unknown character set: ‘DB_CHARSET’

    Database installation failed!!!

    #94499
    moshthepitt
    Member

    Wow, looking good. Just started testing – thanks a mil JJJ, and everyone else!

    #76460
    Rich Pedley
    Member
Viewing 25 results - 41,076 through 41,100 (of 64,535 total)
Skip to toolbar