Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 21,401 through 21,425 (of 26,846 total)
  • Author
    Search Results
  • #7857
    braddock16
    Member

    Hi guys

    My forum member’s usernames show their email addresses!?

    I did the integration correctly and the forum/wordpress database get’s updated accordingly when new people register.

    But what on earth can I do about the username issue?

    I want it to display their real usernames.

    Regards,

    Brad

    #66163
    gera3d
    Member

    Hello Everyone,

    So let me start with I am on day 3 trying to get this working right. I have tried 5 different methods to getting the forums to workd with my WordPress MU install but I just cant get it working. Please Help.

    Everything is fresh and current.

    Latest Attempt:

    Following this guide.

    https://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt

    At the end of bbpress install I got this error. Check Code below.

    I also cant do step 6 because buddypress-enable.php is not there. What should I do?

    Referrer is OK, beginning installation…

    >>> Setting up custom user table constants

    Step 1 – Creating database tables

    >>> Modifying database: 40knetwork (mysql.dbmethod.com)

    >>>>>> Table: bb_forums

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_meta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_posts

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_terms

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_relationships

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_taxonomy

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_topics

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    Step 2 – WordPress integration (optional)

    >>> Fetching missing WordPress cookie salts.

    >>>>>> WordPress “auth” cookie salt not set.

    >>>>>> WordPress “secure auth” cookie salt not set.

    >>>>>> WordPress “logged in” cookie salt not set.

    >>> User database table prefix: wp_

    Step 3 – Site settings

    >>> Site name: Warhammer Social Network

    >>> Site address (URL): http://warhammernetwork.us/forum/

    >>> From email address: gera3d@gmail.com

    >>> Key master role assigned to existing user

    >>>>>> Username: admin

    >>>>>> Email address: gera3d@gmail.com

    >>>>>> Password: Your existing password

    >>> Description: Just another bbPress community

    >>> Forum name: Warhammer Social Network

    >>>>>> Topic: Your first topic

    >>>>>>>>> Post: First Post! w00t.

    >>> Key master email sent

    There were some errors encountered during installation!

    bobbyh
    Member

    This sounds reasonable but painful. :-)

    Some tips:

    * Only upgrade bbPress to 0.9

    * Upgrading to WordPress 2.7.1 almost made this impossible, but ck and superanne saved your bacon with plugins for WP 2.7 <=> bbPress 0.9 cookie compatibility. :-)

    * Don’t forget to assign your WP users privileges (e.g. Keymaster) by adding a row to the usermeta table

    * How are you going to handle user_id conflicts between bbPress and WordPress? For instance, if the WordPress “asdf” user/author has a user_id of 17, and there’s also a user on bbPress with a user_id of 17, you’ll have to do a bunch of UPDATE queries to wp_posts (post_author field) and wp_comments (comment_author and user_id), because when you create a new author with a user_id of 1000, it won’t match up with the post_author_field (etc.) which will have the old 17 number in it.

    * Also what about username conflicts, e.g. two users named “asdf”, etc.? That might result in more UPDATE queries… You’ll have to rename the WordPress user, probably.

    * The benefit to integrating the databases completely is you don’t have to make two connections to two databases. I’d go for it.

    * That extra index on user_nicename is the least of your problems. :-)

    * Are you sure that bb_users and wp_users has the exact same database schema? Confirm this! :-) Also, make sure to add any “missing indexes” that are currently in wp_users to “the new wp_users”.

    Good luck!

    Ben L.
    Member

    Can you put the HTML source code of a page where the css and jquery are missing from <head> to </head> in http://bbpress.pastebin.com/ ?

    #73337
    paultjuh2
    Member

    No wordpress, bbPress 0.9.0.4.

    Im using Instant Password now, I prefer mailing.. still open for solutions.

    (sry for bad english)

    ^Paul

    #68579
    eclipsei
    Member

    Thanks, looks interesting if I can figure out how to get it working :)

    #73336
    chrishajer
    Participant

    What version bbPress? Are you integrated? If so, what version of WordPress?

    #68578
    Ben L.
    Member

    The development version of Bavatars has untested compatibility with deep integration. Use it at your own risk, though.

    #4198
    eclipsei
    Member

    Hello,

    I followed this guide http://www.cssjockey.com/wordpress/deep-integrating-wordpress-271-and-bbpress-0904 (which is very helpful for a beginner) and now have bbPress integrated with WordPress.

    What I want to do now is let users upload their own avatar which will appear with their posts/profiles in the forum but also with any comments/profile on the wordpress side.

    There seem to be various standalone avatar plug-ins for wordpress and bbpress but is there anything which is compatible with both systems?

    I’d rather not use Gravatars if at all possible so user’s don’t have to rely or register on an external site.

    Any help, suggestions or pointers would be appreciated.

    plop
    Member

    bbPress 1.0-Alpha-6 and Wp 2.7

    #72426
    nickaster
    Member

    If “it’s easier to integrate with WordPress if you install bbPress in the same database as WordPress” They why does the installer not advise you of that during the config process? I’ve gotten to the same headache. There is no variable in wp-config called “SECRET_KEY”. There are however, “AUTH_KEY” “SECURE_AUTH_KEY” “LOGGED_IN_KEY” “NONCE_KEY”…

    #72751
    Ben L.
    Member

    Actually, BuddyPress uses bbPress, so it could be argued that bbPress is a modification for BuddyPress.

    BuddyPress is a modification for WordPress MU.

    #73107
    mizparker
    Member

    As if this guy’s problem isn’t bad enough, I’ve been through the install for the fourth time and when I try to go to the forum, at http://www.noseyparkernews.com/bb2/ I am always returned to the ‘Yada, yada, let’s get started’ page. I click on that button, and I get several hundred instances of this:

    Warning: cannot yet handle MBCS in html_entity_decode()! in /homepages/19/d271430659/htdocs/Nosey/bb2/bb-includes/wp-functions.php on line 113

    until it gets tired, and asks me to stop or continue the script. All the correct information is in bb-config.php, and the first step of the installation confirms that that is true.

    I’m using WordPress 2.7.1, with a standard, off the shelf theme.

    #67494
    Ben L.
    Member

    plop, are you using integration? If so, what versions of bbPress and WordPress are you using, and what are their URLs?

    Ben L.
    Member

    What versions of bbPress and WordPress are you using?

    plop
    Member

    I still didn’t find a way to resolve this, it’s really weird.

    I can access to the bbpress functions on my wp template now with no problem, but my wp admin section is still “broken” (no css, no jquery)

    plop
    Member

    It’s on localhost unfortunately :/

    #73323
    chrishajer
    Participant

    Have you asked Godaddy?

    Also, Google returned quite a few results, but I am not certain exactly where you are seeing this problem to know what results are relevant.

    And finally, is this a WordPress or bbPress problem?

    chrishajer
    Participant

    Please post a link to your site and someone should be able to help.

    #60881
    plop
    Member

    I think you have to add it at the bottom of your wp-config file.

    plop
    Member

    Hi everyone,

    I just integrated bbpress functions on my wp by adding :

    require_once(‘path/to/wp-blog-header.php’);

    It works, but now the CSS is broken on my Wp admin, and also the jQuery.

    Is there a way to fix it ?

    Many thanks.

    #7840
    tom_b
    Member

    I’ve got wordpress running on a windows server through Godaddy. I’m having problems with wordpress using a local host full path as “D:Hosting4218749htmlwp-contentcache/ ?” when it should be “http://www…&#8230;..htmlwp-contentcache”.

    How do I go about changing the path to my server URL on Godaddy’s Windows server ?

    I’ve reinstalled mySQL and wordpress over with no effect.

    Any help would be greatly appreciated…

    #66162
    _ck_
    Participant

    As long as they all point to the same user table and usermeta table, you can share the login across as many domains as you’d like, the cookies simply won’t be sync’d (however I have a plugin coming out soon that will share cookies across domains, but it’s not meant for wpmu, just regular wp/bbpress).

    Database secret is covered near the start of this topic, it’s hidden in your bb/wp admin menus.

    #73314
    johnhiler
    Member

    Nightgunner5 is right – you shouldn’t install them in the same directory. You have two real options if you’re using the same server for both:

    1) install the blog in the root and the forum in a subfolders

    2) install them both in separate subfolders

    There’s a good explanation on why this all matters here:

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

    Personally, I use a separate subdomain for each bbpress install… so I guess that’s yet another option. :-)

    Good luck!

    #73313
    Ben L.
    Member

    Don’t install it in the same directory – Try WORDPRESS DIRECTORY/forums.

Viewing 25 results - 21,401 through 21,425 (of 26,846 total)
Skip to toolbar