Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 17,251 through 17,275 (of 26,877 total)
  • Author
    Search Results
  • #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!

    #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.

    #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!!!

    you need to tell the prefix whether they are in the same database or not. Better keep it in the same database.

    You can follow instructions from here – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    you need to tell the prefix whether they are in the same database or not. Better keep it in the same database.

    You can follow instructions from here – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    heartarget
    Member

    Hello everyone,

    I have created a new database for bbpress and entered that into

    the fields when required during bbpress installation.

    Now I am trying to do the WP integration by entering ‘wp_’ in the user database table prefix field… I get kicked out and can’t login again and receive the following alert: User doesn’t exist.

    I have read that I could use the same database as the one used by the WP installation… I have tried to do that in one of the installations but it didn’t go through.

    I am thinking that the ‘wp_’ thing mentioned above would work only if I was using the same database between bbpress and wordpress, is that true?

    Thank you very much,

    #94495
    citizenkeith
    Participant

    bbpress wordpress plugin delayed??

    I don’t think anybody has ever said the plugin would be released on October 15 (formerly September 15). We’re looking at a soft release of an early testable version (there’s probably a better word for that, maybe pre-alpha? I don’t know, I’m not a coder).

    EDIT: JJJ said this in the original thread:

    https://bbpress.org/forums/topic/bbpress-plugin-september-15

    Quick update – Aiming for October 15 for the aforementioned super-pre-alpha.

    So, super-pre-alpha it is! :D

    We won’t see a usable version for some time. But the community can start testing and reporting bugs now.

    #94493
    intimez
    Participant

    bbpress wordpress plugin delayed??

    lmsook10
    Member

    Hello, I’m using WP Twenty Ten and latest BB Press and I made BB Press forum accessible from my website (using Twenty Ten). thanks to http://1plusdesign.com/articles/bbpress-wordpress-integration/

    And I’ve been trying to make the forum look like my Twenty Ten theme, but have not succeeded.

    I also followed several sites including http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/ , but not worked for me.

    Is there someone who made bbPress Theme Match with WP Twenty Ten and be so kind to share the specific steps you did with me?

    Thanks,

    #94490

    Just tried to activate the plugin on the sub-blog on the wordpress ms site . Works quite well although there are a few things confusing. Understandably, the plugin has not been released. I will patiently wait.

    #96516

    if you can see an admin link, then its a cookie problem.

    Are you integrating with WordPress? You will need the bbPress integration plugin.

    #101616

    if you can see an admin link, then its a cookie problem.

    Are you integrating with WordPress? You will need the bbPress integration plugin.

    #94485
    citizenkeith
    Participant

    @citizenkeith – you need to copy the bbp-twentyten directory to your themes directory, or it doesn’t work correctly.

    I did this, but still no luck. I tried both the bbpress plugin theme directory and the wordpress theme directory.

    #35725
    s-kacperski
    Member

    Hi there,

    I’ve got bbPress version 1.0.2 and WordPress version 3.0.1 without MU.

    I’ve deep integrate WP and bbpress everything is working but…

    When new user register at WP and i’m approving him the role in bbpress is not changing. I’m sure that i have linked roles correctly because i was checking this hundred times.

    I’m using few plugins:

    – Disable Registrations

    – Force Login

    – Support Forums

    – zaerl Visibility

    And i also tryied to do something with plugin “User Roles Table for bbPress” but nothing helps.

    In WP i use:

    – bbPress Integration

    – Theme My Login

    – User Role Editor

    I’m also using theme “iBlogPro Forum” and “iBlogPro”.

    When i’m in bbpress admin and i’m clicking on “edit” user i got right link to edit with correct user ID but it’s showing my data and my profile, furthermore there is no option or select when i can change user role.

    Is there any way to change this role in MySQL direct?

    #85126
    lexayo
    Member

    I shared my user table with a wordpress in order to use the “bulk password reset” for wordpress

    > https://wordpress.org/extend/plugins/bulk-password-reset/

    #96118
    kiddbin
    Member

    WordPress and phpbb so people can use their account from one, with the other. Say I used WordPress with phpbb, and then used wp-united to link the two. One day the wp-united team ceases support, and their latest version is incompatible with the new phpbb/WordPress. Now what happens to the huge install base I’ve developed? Do new users now have to register twice? Is my database going to be completely screwed up? bbPress eliminates this problem by having seemless integration with WordPress, but it just shows an example of how plugins can be both a good and bad thing, and how some features (like poll creation) need to be made a part of the main software despite, ‘less code being more’.

    Friendship jewelry wholesale

    And lastly, arguably the number one issue preventing me from using bbPress, is the state of bbPress itself; the development of this software is up in the air with there being two completely different places to discuss it’s progress (this being one of them), and the other claiming talks of turning bbPress into a BuddyPress plugin. So the people new to bbPress, such as myself, don’t know what to do.wholesale tiffany Should we install the software now? Or wait until it’s a plugin? If we install now and they change it to a plugin, what happens to the standalone installations? Do they get screwed? Are they forced to install BuddyPress and switch everything over? Now I’m only human. I have no problem admitting when I’m wrong, I make mistakes. But even if not all my facts are straightwholesale Pandora

    #101218
    kiddbin
    Member

    WordPress and phpbb so people can use their account from one, with the other. Say I used WordPress with phpbb, and then used wp-united to link the two. One day the wp-united team ceases support, and their latest version is incompatible with the new phpbb/WordPress. Now what happens to the huge install base I’ve developed? Do new users now have to register twice? Is my database going to be completely screwed up? bbPress eliminates this problem by having seemless integration with WordPress, but it just shows an example of how plugins can be both a good and bad thing, and how some features (like poll creation) need to be made a part of the main software despite, ‘less code being more’.

    Friendship jewelry wholesale

    And lastly, arguably the number one issue preventing me from using bbPress, is the state of bbPress itself; the development of this software is up in the air with there being two completely different places to discuss it’s progress (this being one of them), and the other claiming talks of turning bbPress into a BuddyPress plugin. So the people new to bbPress, such as myself, don’t know what to do.wholesale tiffany Should we install the software now? Or wait until it’s a plugin? If we install now and they change it to a plugin, what happens to the standalone installations? Do they get screwed? Are they forced to install BuddyPress and switch everything over? Now I’m only human. I have no problem admitting when I’m wrong, I make mistakes. But even if not all my facts are straightwholesale Pandora

    #96007
    kiddbin
    Member

    Just to summarize my questions:

    1) Can the old anon plug-in be fixed while we all wait for the next version of BBPREss.

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    3) Is the current development version stable enough to use live?

    4) How does a normal person get a version of the development version to install.

    If the answers could be phrased in ways that don’t assume I already know the answers that would be helpful.

    wholesale Pandora jewelry

    #101107
    kiddbin
    Member

    Just to summarize my questions:

    1) Can the old anon plug-in be fixed while we all wait for the next version of BBPREss.

    2) When will this next version be released (1.1? 1.03? a wordpress plug-in??)

    3) Is the current development version stable enough to use live?

    4) How does a normal person get a version of the development version to install.

    If the answers could be phrased in ways that don’t assume I already know the answers that would be helpful.

    wholesale Pandora jewelry

    #54448

    In reply to: Add nofollow to links

    Alex
    Participant

    This is driving me crazy. I cannot get any of the target=”_blank” or “nofollow” plugins to work. I’m using the default kakumei theme with the latest WordPress installation. Has the plugin code changed?

    #94472
    Ricardo
    Participant

    when trying the new bbpress pluggin i get the following error message:

    Warning: require_once(C:wampwww/wp-content/plugins/bbpress/bbp-filters.php) [function.require-once]: failed to open stream: No such file or directory in C:wampwwwwp-contentpluginspluginbbp-loader.php on line 144

    Fatal error: require_once() [function.require]: Failed opening required ‘C:wampwww/wp-content/plugins/bbpress/bbp-filters.php’ (include_path=’.;C:php5pear’) in C:wampwwwwp-contentpluginspluginbbp-loader.php on line 144

    with notepad ++ i opened the bbp-loader.php file and on line 144 i found the following:

    require_once ( BBP_DIR . ‘/bbp-filters.php’ );

    i checked if i had that file in the pluggin folder and its there

    trying to activate the pluggin brought the wordpress installation off, all i can see is the error about line 144.

    Can anyone help?

    #96458

    In reply to: bbPress uses WP theme?

    blahman29
    Member

    Hey decas,

    I followed this tutorial here..

    http://www.adityanaik.com/integratepress-part-i/

    And was able to style my theme within wordpress like this..

    http://www.designsaga.com/forum

    You will need to coding knowledge to get it working though.

    #101558

    In reply to: bbPress uses WP theme?

    blahman29
    Member

    Hey decas,

    I followed this tutorial here..

    http://www.adityanaik.com/integratepress-part-i/

    And was able to style my theme within wordpress like this..

    http://www.designsaga.com/forum

    You will need to coding knowledge to get it working though.

    #94462
    doobadabba
    Member

    JJJ, thanks for all your work on the new bbpress!

    I run a wordpress site that uses a premium classifieds theme, and I have a bbpress forum integrated on the site.

    One little issue is that members of my site have both a forum profile and another profile associated with the classifieds section.

    It would be best if members of my site had only a single profile, that could be linked to from both the forum and from the classifieds section.

    And the profile could show both recent forum posts of that member, as well as recent classified ads.

    I’m not sure if this issue is best to bring up here with bbpress of maybe with the developers of the classifieds theme, or if it’s something I should try to handle myself.

    #35675
Viewing 25 results - 17,251 through 17,275 (of 26,877 total)
Skip to toolbar