Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,451 through 16,475 (of 26,891 total)
  • Author
    Search Results
  • Tomcraft1980
    Member

    Hi there,

    I upgraded from 1.0.2 to 1.0.3 (deep integrated into WP 3.1.0) and now the recount tools give me erros when using the tag-recounts:

    Fatal error: Call to a member function query() on a non-object in /var/www/clients/client1/web26/web/xtcmodified/wordpress/forum/bb-admin/includes/functions.bb-recount.php on line 141
    Fatal error: Call to a member function get_terms() on a non-object in /var/www/clients/client1/web26/web/xtcmodified/wordpress/forum/bb-admin/includes/functions.bb-recount.php on line 167
    Fatal error: Call to a member function get_terms() on a non-object in /var/www/clients/client1/web26/web/xtcmodified/wordpress/forum/bb-admin/includes/functions.bb-recount.php on line 189

    Any ideas on that issue?

    Best regards

    Tom

    #104891

    In reply to: bbPress 1.0.3 released

    citizenkeith
    Participant

    This does get frustrating. I run three bbPress forums and I don’t read the buddypress forums, I don’t subscribe to any feeds and don’t log in to the WordPress dashboard unless I’m working on some Pages (I don’t use WP to blog), so there would have been no way for me to hear this news unless I came here. And still, it wasn’t posted here for two weeks.

    Some may find Kevinjohn’s posts to be overly dramatic, but he DOES have a point.

    #99791

    In reply to: bbPress 1.0.3 released

    citizenkeith
    Participant

    This does get frustrating. I run three bbPress forums and I don’t read the buddypress forums, I don’t subscribe to any feeds and don’t log in to the WordPress dashboard unless I’m working on some Pages (I don’t use WP to blog), so there would have been no way for me to hear this news unless I came here. And still, it wasn’t posted here for two weeks.

    Some may find Kevinjohn’s posts to be overly dramatic, but he DOES have a point.

    #103044

    In reply to: HIde Sub-forums

    Hello,

    I read that works for bbpress. Is there some wordpress plugin I must install? Basically, with everything installed, how to I add an active, functional forum page to my wordpress website?

    Regards,

    stainless steel stair railings

    #97944

    In reply to: HIde Sub-forums

    Hello,

    I read that works for bbpress. Is there some wordpress plugin I must install? Basically, with everything installed, how to I add an active, functional forum page to my wordpress website?

    Regards,

    stainless steel stair railings

    #37764
    tyskkvinna
    Member

    My forums- http://www.thegeekgroup.org/bb

    are running ridiculously slow. A new post takes roughly 30 seconds to a full minute to go through, and we’re getting a lot of people double-posting unintentionally. (A LOT of people) Sometimes it just times out, and people then hit refresh, and find out that they in fact posted 3 or 4 times…. or it just times out and the post is lost.

    All other stuff running on my server is fine, including a WordPress install, so I have to believe it is central to the BBPress installation.

    This has been happening for a few weeks/maybe a month or two. Would love insight as to how I can make this move along faster.

    #37762
    cclynes
    Member

    Hi

    I am relatively new to wordpress and bbpress and I am trying to install a forum onto one single page in my wordpress blog.

    I installed BBpress but now when I try to visit my sie it takes me to my BBpress log in (please see http://www.the8lossplan.com)

    I did not want my whole blog to be a forum, have I put the files in the wrong folder or is there something else I have done wrong?!

    Please help – for a university project I absolutely have to finish tonight :(

    Thanks!!

    If anyone knows how to set this up for me I’m happy to give them my details to help set up?

    I am using GoDaddy as my webhosting.

    #37761

    Topic: soundcloud embed

    in forum Plugins
    benwayy
    Member

    hallo there. I’m having trouble finding a way to get soundcloud embeds working within the bbpress that comes with buddypress. While the soundcloud plugin makes it straightforward to embed the players into standard wordpress posts, it isn’t recognised by bbpress. Has anybody had an experience of getting soundcloud embeds working in bbpress?

    #104883

    In reply to: bbPress 1.0.3 released

    tyskkvinna
    Member

    Any word if this version will play better with login integration on WordPress?

    #99783

    In reply to: bbPress 1.0.3 released

    tyskkvinna
    Member

    Any word if this version will play better with login integration on WordPress?

    #37733
    pbul2004
    Member

    I want to be able to perform a bulk delete of spammed topics and posts on my form? I have 100’s of spam topics and it would take forever to delete them all?

    Is there a plugin that would do similar to wordpress where you can use checkboxes, select all the topics and perform a bulk delete?

    Cheers

    #104880

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    Upgrade the same way you upgrade wordpress.

    You can install the new version over the old copy, just don’t delete anything.

    Just make sure your template directory is not the same as bbpress default (kakumei) which you seem to be using “mytheme” so that’s fine.

    #99780

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    Upgrade the same way you upgrade wordpress.

    You can install the new version over the old copy, just don’t delete anything.

    Just make sure your template directory is not the same as bbpress default (kakumei) which you seem to be using “mytheme” so that’s fine.

    #104877

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    bbPress 0.9 users should install my unofficial “block-long-queries” mini-plugin to avoid the security bug that 1.0.3 fixes and similar unknown attacks in the future.

    (it also works in 1.0 and WordPress)

    <?php
    /*
    Plugin Name: Block Long Queries (for bbPress and WordPress)
    */

    if (strlen($_SERVER['REQUEST_URI'])>255 ||
    preg_match('@(eval|base64|unescape)[^a-zA-Z0-9]@si',$_SERVER['REQUEST_URI']))
    {
    header('HTTP/1.1 414 Request-URI Too Long');
    header('Status: 414 Request-URI Too Long');
    header('Connection: Close');
    exit;
    }

    #99777

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    bbPress 0.9 users should install my unofficial “block-long-queries” mini-plugin to avoid the security bug that 1.0.3 fixes and similar unknown attacks in the future.

    (it also works in 1.0 and WordPress)

    <?php
    /*
    Plugin Name: Block Long Queries (for bbPress and WordPress)
    */

    if (strlen($_SERVER['REQUEST_URI'])>255 ||
    preg_match('@(eval|base64|unescape)[^a-zA-Z0-9]@si',$_SERVER['REQUEST_URI']))
    {
    header('HTTP/1.1 414 Request-URI Too Long');
    header('Status: 414 Request-URI Too Long');
    header('Connection: Close');
    exit;
    }

    #103643
    _ck_
    Participant

    They just announced it to the world this morning so I hope the 1.x users have upgraded to 1.0.3

    http://seclists.org/fulldisclosure/2011/Mar/155

    I suspect it was not enough time but there never is.

    Note that my “block-long-queries” mini-plugin will protect you from this kind of attack and other yet unknown ones via the URL (GET requests)

    https://bbpress.org/forums/topic/bbpress-103-released#post-84690

    It will work in both bbPress and WordPress

    There is really no reason to allow URIs to be longer than 255 characters but apache will allow up to 4000 by default which can carry a massive payload. I have seen some wordpress installs that need that limit bumped up to 320 or even 512, something about the akismet plugin needs very long URIs for some bad reason.

    #98543
    _ck_
    Participant

    They just announced it to the world this morning so I hope the 1.x users have upgraded to 1.0.3

    http://seclists.org/fulldisclosure/2011/Mar/155

    I suspect it was not enough time but there never is.

    Note that my “block-long-queries” mini-plugin will protect you from this kind of attack and other yet unknown ones via the URL (GET requests)

    https://bbpress.org/forums/topic/bbpress-103-released#post-84690

    It will work in both bbPress and WordPress

    There is really no reason to allow URIs to be longer than 255 characters but apache will allow up to 4000 by default which can carry a massive payload. I have seen some wordpress installs that need that limit bumped up to 320 or even 512, something about the akismet plugin needs very long URIs for some bad reason.

    #104871
    adbydesigns
    Member

    i would love a layout like this one

    #99771
    adbydesigns
    Member

    i would love a layout like this one

    #37742
    adbydesigns
    Member

    All i have just started using word press and i have to say i like it, what i am trying to do is setup a client with wordpress and bbpress so they have a forum to use and can serach with , in one area of there forum the people have to pay to post but not read waht do u think would be best for this i have been trying to use BBPRESS but everything i try to get the connection from WP to BB working i have issues, the current one is when i go to my bbpress page it will go direct to my wp page, i am not usre what i have done here

    #37740
    Super Artsy
    Member

    Alright, so after running the install. I get these errors:

    Your installation completed with some minor errors. See the error log below for more specific information.

    SQL ERROR!

    >>> Database: wp_blog (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bbs_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

    Key master email not sent!

    I have tried dropping all the bbPress tables and reinstalling it, but the problem still persists. I get this error message everytime after running the install script. I am running PHP 5.3.5 and MySQL 5.5.8 on a WAMP localhost server. Also, I am trying to integrate bbPress with my current WordPress blog…

    Thanks in advance,

    -Deuce

    #104835

    In reply to: Cannot Edit Users

    Ben L.
    Member

    I don’t understand what you did. When you change the folder name, the pretty permalinks gets confused. All you have to do is go into permalinks settings and save without making any changes. This works the same way in WordPress.

    #99735

    In reply to: Cannot Edit Users

    Ben L.
    Member

    I don’t understand what you did. When you change the folder name, the pretty permalinks gets confused. All you have to do is go into permalinks settings and save without making any changes. This works the same way in WordPress.

    #104787
    Ben L.
    Member

    My turn! I did one for the whole plugin repository: http://nightgunner5.wordpress.com/2011/03/11/bbpress-plugin-repository-the-movie/

    #99687
    Ben L.
    Member

    My turn! I did one for the whole plugin repository: http://nightgunner5.wordpress.com/2011/03/11/bbpress-plugin-repository-the-movie/

Viewing 25 results - 16,451 through 16,475 (of 26,891 total)
Skip to toolbar