Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 23,001 through 23,025 (of 26,834 total)
  • Author
    Search Results
  • #4084
    qlister
    Member

    I’m using WordPress 2.6 and I was trying to install bbPress 0.9.0.2 and integrate it and it came up with this error at the end of the installation:

    “Duplicate key name ‘user_nicename’

    >>> User tables will already exist when performing a database integrated installation.”

    My forum got installed, however when I try to click on the topics or the forums or tag, it doesn’t open anything, I can’t get to read any of those. It just stays on the same page.

    The only function I am able to use is the add topic, but I can’t get to read anything I click.

    What should I do? Any advice is greatly appreciated :)

    fandangoflip
    Member

    I’m working on a site for creatives (photographers, models, make up artists, film makers) to develop their craft and offer advice to those considering entrting an educational route, setting up a business or freelancing.

    Its still under heavy development and most of the content is yet to be uploaded, but I’d love to hear any feedback or suggestions to make the site better… Particularly the wordpress & bbpress funtions as I’m hoping the community aspect to be rather strong.

    http://www.creativelittlesoul.com

    #67997

    In reply to: Reply by Email

    chrishajer
    Participant

    As far as I know, there is no plugin like that for bbPress. WordPress allows you to post by email, and even if updates were sent out via an RSS to Email solution, the person receiving that wouldn’t be able to reply and have that posted to the blog.

    Sounds like a better application for a mailing list, not a forum.

    Or, does Basecamp do all that already?

    #66104
    eschen
    Member

    Something I could not find in this or any other thread concerning integration of 0.9.0.2 with wp 2.5. Problem is that a login to either bbPress or WordPress will log a user OUT of the other, can not be logged into both at same time. Common problem but different question. Several people have suggested adding the following to the bb-config.php:

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    Questions: are these really needed, should the full hash number (wordpressuser_full.hash.number) also be included and if so, where do I find the hash code? Using Firefox, the I see two cookies when logged into either bb or wp:

    wordpress_test_cookie

    wordpress_cabxxxxxxxxxxxx

    The Secret keys are identical for both bb and wp config files. Also I have:

    In bb-config file:

    $bb->wp_table_prefix = ‘wp_’;

    $bb->user_bbdb_name = ‘xxxxxxxxxx’;

    $bb->user_bbdb_user = ‘xxxxxxxxxx’;

    $bb->user_bbdb_password = ‘xxxxxxx’;

    $bb->user_bbdb_host = ‘xxxxxxxxxxx’;

    $bb->custom_user_table = ‘wp_users’;

    $bb->custom_user_meta_table = ‘wp_usermeta’;

    $bb->authcookie = ‘wordpress_cabxxxxxxx’; //identical to what is shown in Firefox cookie

    $bb->cookiedomain = ‘.alleventsadviser.com’;

    define(‘COOKIE_DOMAIN’, ‘.alleventsadviser.com’);

    $bb->cookiepath = ‘/’;

    define(‘COOKIEPATH’, ‘/’);

    $bb->sitecookiepath = ‘/’;

    In wp-config:

    $table_prefix = ‘wp_’;

    $wp->cookiedomain = ‘.alleventsadviser.com’;

    define(‘COOKIE_DOMAIN’, ‘.alleventsadviser.com’);

    $wp->cookiepath = ‘/’;

    define(‘COOKIEPATH’, ‘/’);

    $wp->sitecookiepath = ‘/’;

    define(‘SITECOOKIEPATH’, ‘/’);

    A registered user is shown in both bb and wp.

    Thanks for any help.

    #67916
    gogoplata
    Member

    Another option which I have had success with is to use bbPress 0.9 with WPMU 2.6.2 but only integrate the users, not the cookies. Users will need to login separately to the forums but their same login/password combination will work on WPMU and bbPress.

    Hope that helps.

    #4077
    iuxc
    Member

    I’m attempting to upgrade a website I run for a group to both WordPress and BBPress. I have integrated the two and the user accounts are in sync. Everything is working fine, except…

    When a user logs in from the WordPress index page, it doesn’t log them in for BBPress. This is a problem, because I want to have administration links for accounts on the homepage of my website. I want a user to login and be able to click on ‘Settings’ and go to their BBPress settings page. Also, I want them to be able to click on “Messages” and go to their BBPress messages.

    So, my question is – when a user logs in to the WordPress homepage, how can I make sure they are logged into the BBPress forums as well, without requiring them to log in a second time when they go to the forums?

    Thanks for your help!

    chrishajer
    Participant

    You are the only one who can resolve this, unless you have local help or remote help you trust to look at the connection details provided by your host, and you config, to find the problem.

    If there’s a failure to connect, maybe the host setting is incorrect? What are the settings in your WordPress config? If you’re using the same database, then the settings here will be the same, other than the table prefix, which comes later. That should be unique inside your database.

    #67918
    Sam Bauers
    Participant

    I’m not exactly sure what you mean. There comes a point where we can’t reduce query count any further without resorting to complex joins, and to allow ourselves flexibility we need to avoid those. Caching solutions prefer simple queries and 1.0 has much better caching capabilities thanks to the use of the object cache functions in BackPress.

    Also take a look at the WordPress memcached plugin, which is a drop-in replacement for the BackPress object cache functions and class, which hooks into a memcache server.

    MySQL query caching should alleviate most speed problems though.

    I created a database with full privileges and a user on the host and then entered it into the script. I received a message saying there was a failure to connect to the database.

    The user name and password fields were populated with the admin login and pass from my WordPress installation. I used that login and name to create a user for the database, and then I re-ran the script with the default entries. Still can’t connect.

    Any help would be appreciated.

    #67990
    chrishajer
    Participant

    I think you could do something like this:

    https://bbpress.org/forums/topic/wordpress-bbpress-register-plusgtgtgtgt

    There are two different solutions there.

    To redirect the member back where they came from after they’re done, you could do this:

    https://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268

    #4075
    finigan
    Member

    Hi,

    I’ve successfully integrated WordPress 2.5.1 with bbPress 0.9.2, but I’ve encountered some issues with registering (display_name, multiple sign-ups with same email, etc.).

    What I’m trying to do now is redirect all registration to the WordPress register page. My main questions are:

    (1) how/where do I change the bbPress code to point to the WordPress register page.

    (2) is there a way for the system to know where a user came from (forums or blog) and redirect the user appropriately after sign-up?

    Thanks.

    #4074
    Clicknathan
    Participant

    Hello,

    I’ve recently set up a BBPress forum for non-profit Bike Pittsburgh and their host, Pair Networks, shut down their database because of the load BBPress was putting on the server. Pair has since reinstated the db, but I was wondering if anyone could offer any insight as to how I might trim down the size of the queries that BBPress is putting through. A little background:

    1. I used this method to convert a WordPress XDForum into BBPress. I know the author of that post mentions that the method he uses might not be the most efficient, however at this point (after the conversion), I wouldn’t think that BBPress is using any of this info any more, correct?
    2. We’re running BBPress v. 0.9.0.2
    3. We’re using the following plugins: Akismet, Use Display Name, BBPress Private Messaging, Post Count Plus, Forum Last Poster, and Images Allowed

    The information from the host was this:

    With that said, we wanted to provide a follow up in terms of the nature of the problem itself. The problem is that the database is running some very inefficient queries, trying to sort through 2.5 million rows and are returning very few to no results. These queries take a long time to run and are called “slow queries”. As you gain in traffic, the more of these slow queries that are run, the higher the load on the server, and therefore the more affect you have on other customers.

    I’ve included some examples of these queries below for your review:

    # Time: 080930 20:55:01

    # User@Host: bikepgh[bikepgh] @ [209.68.4.180]

    # Query_time: 54 Lock_time: 0 Rows_sent: 10 Rows_examined: 2469001

    SELECT forum_id, topic_id FROM bb_topics WHERE topic_last_post_id IN

    (SELECT MAX

    (topic_last_post_id) FROM bb_topics WHERE topic_status=0 GROUP BY

    forum_id);

    # Time: 080930 20:56:05

    # User@Host: bikepgh[bikepgh] @ [209.68.4.180]

    # Query_time: 71 Lock_time: 0 Rows_sent: 10 Rows_examined: 2469001

    SELECT forum_id, topic_id FROM bb_topics WHERE topic_last_post_id IN

    (SELECT MAX

    (topic_last_post_id) FROM bb_topics WHERE topic_status=0 GROUP BY

    forum_id);

    # Time: 080930 20:56:43

    # User@Host: bikepgh[bikepgh] @ [209.68.4.180]

    # Query_time: 67 Lock_time: 0 Rows_sent: 10 Rows_examined: 2469001

    SELECT forum_id, topic_id FROM bb_topics WHERE topic_last_post_id IN

    (SELECT MAX

    (topic_last_post_id) FROM bb_topics WHERE topic_status=0 GROUP BY

    forum_id);

    # Time: 080930 20:57:38

    # User@Host: bikepgh[bikepgh] @ [209.68.4.180]

    # Query_time: 52 Lock_time: 0 Rows_sent: 10 Rows_examined: 2469001

    SELECT forum_id, topic_id FROM bb_topics WHERE topic_last_post_id IN

    (SELECT MAX

    (topic_last_post_id) FROM bb_topics WHERE topic_status=0 GROUP BY

    forum_id);

    # Time: 080930 21:20:46

    # User@Host: bikepgh[bikepgh] @ [209.68.4.180]

    # Query_time: 263 Lock_time: 0 Rows_sent: 10 Rows_examined: 2469001

    SELECT forum_id, topic_id FROM bb_topics WHERE topic_last_post_id IN

    (SELECT MAX

    (topic_last_post_id) FROM bb_topics WHERE topic_status=0 GROUP BY

    forum_id);

    # Time: 080930 21:22:35

    # User@Host: bikepgh[bikepgh] @ [209.68.4.180]

    # Query_time: 281 Lock_time: 0 Rows_sent: 0 Rows_examined: 1952752

    SELECT forum_id, topic_id FROM bb_topics WHERE topic_last_post_id IN

    (SELECT MAX

    (topic_last_post_id) FROM bb_topics WHERE topic_status=0 GROUP BY

    forum_id);

    As you can see, these queries are taking almost 300 seconds to complete

    (query_time). This is an extremely high time, as a query on a shared server

    should take under 10 seconds to complete.

    I hope this helps provide some needed details for you. If we can be of any

    further assistance, please do not hesitate to ask.

    Any help as to what I might do in PHPMyAdmin or otherwise to help lower the load on the db would be VERY MUCH appreciated!

    beernews
    Member

    I believe this glitch occurs on fresh/re-installs? of the current stable version.

    Rather than clear cookies and sign into EVERY site again (I go on like 20-30 sites, what a nightmare).

    Use the search function when you’re in the cookie list and type in, “wordpress_bb”

    You will see a list of them. Notice below the list there is info for each cookie. See where it says path? The cookie you need to remove will say ‘bb-admin’ somewhere in the path. Remove it. Click the admin link and you should be good to go.

    I logged out and logged in and looked at a few pages and can still access admin. Havent closed the browser yet so we’ll see if this holds.

    #67510

    In reply to: Plugin suggestions

    Olaf Lederer
    Participant

    A syntax highlighter in wordpress/bbpress is always a hard to do.

    Geshi and tinyMCE = forget it

    I have finally a parser in WP but need to work in code view only.

    #67960
    chrishajer
    Participant

    Regarding permalinks, you will find lots of people expressing some problem with permalinks on GoDaddy. Just check the tag for other discussions.

    That .htaccess would not work for the forum directory. That just looks like the WordPress rewrite rules changed slightly for your forum directory. You need to follow these directions:

    https://bbpress.org/documentation/faq/#pretty-permalinks

    #63950
    chrishajer
    Participant

    Norvu, those version are incompatible. You don’t integrate the cookies. If you want integrated logins, you need to use bbPress 0.9.* with WordPress 2.5 or bbPress Alpha with WordPress 2.6.

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17409

    #63949
    norvu
    Member

    WordPress version 2.6.2 and bbPress version 0.9.0.2

    #63948
    chrishajer
    Participant

    Norvu – what versions of bbPress and WordPress are you using?

    #4050
    keress
    Member

    You were right about the templates. I used Dreamhost’s webftp client to move my wordpress site. It tells you to create the folder first. I took that to mean the main folders, and didn’t create all the many subfolders. I’m assuming that had something to do with why our template folder was not quite there. I could see it in webftp, but my ftpclient on my computer wasn’t showing it. Once I’d ftp’d all the files back, the site reappeared.

    Dreamhost is saying that can’t happen, but that’s what I experienced.

    Thanks for the help.

    blankpoint
    Member

    I was thinking this might have something to do with the fact that when I log in through the WP admin, I do not have access to the bbpress admin interface (though I show up as logged in as admin there, and can do admin functions that are on the forum pages etc). I need to login through bbpress to be able to access the bbpress admin. But this DOES allow me access to the WP admin too (as it should).

    blankpoint
    Member

    I have a WordPress 2.6.2 installation (xxxxxxx.com) sharing a user tables with bbPress 1.0 Alpha (xxxxxxx.com/forum). There are two separate databases, and bbPress uses the user tables from the WP database. The installations are integrated, but something strange is happening.

    If I try to integrate WordPress into bbpress (I need to for everything I am doing), using the following call at the beginning of bb-config.php:

    require_once(‘/homepages/15/d202815449/htdocs/wordpress/wp-blog-header.php’);

    then my keymaster accounts immediately become admin accounts (and lose the admin tabs of “design”, “settings”, and so on in the admin interface). They show up as admins instead of keymasters on the user page in bb-admin. As soon as I take the call to wp-blog-header.php out again, the accounts go back to keymaster status. Any idea why this could be happening?

    #63947
    norvu
    Member

    So how does one integrate the cookies?

    #67915
    chrishajer
    Participant

    WordPress 2.6.* is not compatible with bbPress 0.9.0.2. The alpha bbPress release is cookie-compatible with WordPress 2.6.* and the 1.0 release will be compatible as well.

    The solution is to use compatible versions of the software.

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    #4056
Viewing 25 results - 23,001 through 23,025 (of 26,834 total)
Skip to toolbar