Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 21,426 through 21,450 (of 26,876 total)
  • Author
    Search Results
  • #73416

    In reply to: Username Issue

    braddock16
    Member

    I have the following plugins installed:

    1. Private forums:

    http://www.adityanaik.com/projects/plugins/bb-private-forums/

    2. Akismet

    3. VIPUsers:

    I downloaded this on bbpress.org somewhere.

    I don’t have the bbpress signups separate from wordpress. The 2 is integrated. But you probably know that from my first post.

    In wordpress every user has the option to give themselves a “nickname”. I would actually like the forum to display that….if possible.

    #73414

    In reply to: Username Issue

    braddock16
    Member

    I don’t think it’s the template either because inside the forum area, bbpress shows that the username is the same as the email used when signing up to wordpress. that doesn’t make sense because when they signed up with wordpress they chose a real username.

    #73413

    In reply to: Username Issue

    braddock16
    Member

    My WORDPRESS theme/template shows the usernames correctly.

    The BBPress forum template does NOT.

    The template I’m using for BBpress is the “blank 3 column

    1.0 by refueled”

    BBpress version 0.9.0.4

    I’m using wordpress 2.6.2.

    I cannot change my wordpress version under any circumstances because I have certain vital plugins that only operate under that version and it’s a paid membership site.

    So what can the problem be here?

    Thanks for the support so far!

    #73412

    In reply to: Username Issue

    chrishajer
    Participant

    Wherever the username is displayed properly – what theme is in use there? And what version of bbPress and WordPress did you integrate?

    If you are seeing the username displayed incorrectly in bbPress, maybe the template author used the wrong function to display the username, or something like that.

    #73411

    In reply to: Username Issue

    braddock16
    Member

    Are you talking about the wordpress template theme or bbpress?

    I wouldn’t mind paying for help also.

    Regards,

    Braddock

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

Viewing 25 results - 21,426 through 21,450 (of 26,876 total)
Skip to toolbar