Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,526 through 16,550 (of 26,846 total)
  • Author
    Search Results
  • #104659

    No! You can hack your way out by deep integration though.

    Read this tutorial I wrote

    But also read the advantages disadvantages of deep integration.

    #37577
    Carl_bbDood
    Member

    basically what I’m asking is can I upload a WP theme to bbpress the normal way as I always have done using WP?

    Thanks all!

    Carl.

    #99562

    In reply to: is this not a plugin?

    zaerl
    Participant

    into plugins folder

    If you aren’t using the experimental plugin version which can be downloaded only by the SVN repository THEN you aren’t actually using a WordPress plugin.

    bbPress is a standalone software.

    #104662

    In reply to: is this not a plugin?

    zaerl
    Participant

    into plugins folder

    If you aren’t using the experimental plugin version which can be downloaded only by the SVN repository THEN you aren’t actually using a WordPress plugin.

    bbPress is a standalone software.

    #99567
    #104667
    #99520

    Thing is, you configure role mapping before changing table so that roles of members from the new user table can have proper bbPress roles.

    So WP admin will be your bbPress keymaster

    #104620

    Thing is, you configure role mapping before changing table so that roles of members from the new user table can have proper bbPress roles.

    So WP admin will be your bbPress keymaster

    #99541

    In reply to: My Website Sitemap

    This is not the right place for WordPress questions.

    Still, just delete and reinstall the plugin

    #104641

    In reply to: My Website Sitemap

    This is not the right place for WordPress questions.

    Still, just delete and reinstall the plugin

    #99566
    mwdewitt
    Member

    Okay, I figured out I had to go to my wp-config file where I installed WordPress to find all that stuff. Okay, now I have a new problem. Now that I have bbPress installed, it is giving me this error:

    SQL ERROR!

    >>> Database: acidhouse-forums (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’;

    >>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_users DROP PRIMARY KEY;

    >>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_users ADD PRIMARY KEY (ID);

    >>>>>> Multiple primary key defined

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_usermeta DROP PRIMARY KEY;

    >>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_usermeta ADD PRIMARY KEY (umeta_id);

    >>>>>> Multiple primary key defined

    Key master email not sent!

    And when I try to go to bb-login it gives me a 404 error, saying that the page was not found. Okay, what did I do wrong?

    I am running…

    Windows XP SP3

    Apache 2.2.17

    PHP 5.3.5

    MySQL 5.5.8

    #104666
    mwdewitt
    Member

    Okay, I figured out I had to go to my wp-config file where I installed WordPress to find all that stuff. Okay, now I have a new problem. Now that I have bbPress installed, it is giving me this error:

    SQL ERROR!

    >>> Database: acidhouse-forums (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’;

    >>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_users DROP PRIMARY KEY;

    >>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_users ADD PRIMARY KEY (ID);

    >>>>>> Multiple primary key defined

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_usermeta DROP PRIMARY KEY;

    >>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

    SQL ERROR!

    >>> Database: acidhouse (localhost)

    >>>>>> ALTER TABLE wp_usermeta ADD PRIMARY KEY (umeta_id);

    >>>>>> Multiple primary key defined

    Key master email not sent!

    And when I try to go to bb-login it gives me a 404 error, saying that the page was not found. Okay, what did I do wrong?

    I am running…

    Windows XP SP3

    Apache 2.2.17

    PHP 5.3.5

    MySQL 5.5.8

    #37583
    mwdewitt
    Member

    I am new to this and I am trying to integrate WordPress and bbPress, but I am having a few issues. How do I find out what the WordPress “auth” cookie key is, along with the WordPress “secure auth” cookie key, and WordPress “logged in” cookie key, including all of the “cookie salt.” Also, what should the user database table prefix be (right now it is wp_) and what is the WordPress MU primary blog ID? If someone could explain all of this to me, I would greatly appreciate it. Thank you in advance!

    #99519
    Psyber
    Member

    So how the heck am I supposed to log back in to my forum as an admin to change the settings back?

    #104619
    Psyber
    Member

    So how the heck am I supposed to log back in to my forum as an admin to change the settings back?

    #37578
    nickellison
    Member

    Hi. I have uploaded via ftp into plugins folder but it doesn’t show up. Your instructions indicate to go to the url of the installation. Is bbpress for a sole wordpress site usage not just a plugin for forum within a site?

    #99487
    Cordelia0704
    Member

    I have a password protected directory on a sub domain. wordpress is the only thing installed on it. I want the forums to fall under the same password protection so that my members don’t need to use 2 logins to use what *should* be a functional part of the site their used to. so I tried uploading it into a directory called bbpress on that sub domain with wordpress installed.

    I guess my post was a little confusing, but trust me, so is my server set up :P

    #104587
    Cordelia0704
    Member

    I have a password protected directory on a sub domain. wordpress is the only thing installed on it. I want the forums to fall under the same password protection so that my members don’t need to use 2 logins to use what *should* be a functional part of the site their used to. so I tried uploading it into a directory called bbpress on that sub domain with wordpress installed.

    I guess my post was a little confusing, but trust me, so is my server set up :P

    #99486
    terraling
    Participant

    I just joined the forums to be able to ask about my failed install, but I think I see your problem having just gone through the install myself (albeit unsuccessfully).

    You say you uploaded the files to your wordpress directory.

    You’re not supposed to.

    If your site is example.com and you want bbpress to live at example.com/forums/ then use your ftp program to create a directory called forums in your root directory (ie at the *same level* or alongside your wordpress directory, not *in* it), and copy all of the bbpress files into that directory.

    Then in your browser visit example.com/forums/ and an installation wizard should start up (not that it does for me).

    #104586
    terraling
    Participant

    I just joined the forums to be able to ask about my failed install, but I think I see your problem having just gone through the install myself (albeit unsuccessfully).

    You say you uploaded the files to your wordpress directory.

    You’re not supposed to.

    If your site is example.com and you want bbpress to live at example.com/forums/ then use your ftp program to create a directory called forums in your root directory (ie at the *same level* or alongside your wordpress directory, not *in* it), and copy all of the bbpress files into that directory.

    Then in your browser visit example.com/forums/ and an installation wizard should start up (not that it does for me).

    #99552

    In reply to: emoticons question

    Ben L.
    Member

    I’m pretty sure the old plugin still works. With the upcoming bbPress plugin version, emoticons will be handled by WordPress.

    #104652

    In reply to: emoticons question

    Ben L.
    Member

    I’m pretty sure the old plugin still works. With the upcoming bbPress plugin version, emoticons will be handled by WordPress.

    #99518
    Psyber
    Member

    I am experiencing the same issue. Everything was integrated just fine until I assigned roles in the bbPress backend and added wp_ as the table prefix, now I can’t login.

    #104618
    Psyber
    Member

    I am experiencing the same issue. Everything was integrated just fine until I assigned roles in the bbPress backend and added wp_ as the table prefix, now I can’t login.

    #37573
    Sredna
    Member

    Hello

    I’m trying to fit my Superbold bbpres style to my modified Twenty10 WordPress style. Basically I would like to copy the navigation bar of the Twentyten to the bbpress forum. Any idea on how to do that?

    My wordpress http://krusty.dk/

    My forum http://krusty.dk/forum/

    Any help is greatly appreciated :D

    Sredna

Viewing 25 results - 16,526 through 16,550 (of 26,846 total)
Skip to toolbar