Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 19,976 through 20,000 (of 26,846 total)
  • Author
    Search Results
  • #80133

    Dear Arturo, thank you very much for the help. I really appreciate it.

    I was studying how WordPress internationalization works, and figured the same procedure out myself 5 seconds ago !!

    Anyway, thank you 100 times !!

    #80051

    <?php if ( $wp_profile_user = bb_get_user( get_post_author_id( $post_id ) ) ) : $wp_profile_link = esc_attr( "/members/{$wp_profile_user->user_nicename}/" )?><a href="<?php echo $wp_profile_link?>">View profile</a><?php endif?>

    Your profile pages from bbPress and WordPress should be in sync anyway if you’ve integrated properly…

    #80050
    anaon
    Member

    Any other idea maybe?

    Actually, it would be really great if I could use WordPress profile page instead of BBpress profile page, you know? Because on my WordPress, members (users=authors) can change their profile and fill up some custom fields I added and I think it’s better if they don’t have to fill up two profile pages…

    Thanks

    #80119
    johnhiler
    Member

    I was researching this for ya, and noticed that your host had fixed it for you:

    https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/page/9/#post-4698

    Glad it worked out! Let us know if your host ever lets you know what they changed/fixed, if you could… thanks!

    #31961
    Jim R
    Participant

    I’m not getting a lot of help where the plug-in is actually posted. As best I can tell my settings are correct. I’m getting this response though:

    URL is incorrect or connection error, please verify it (full variant): http://hoosierhoopsreport.com/bbpress/my-plugins/wordpress-bbpress-syncronization/bbwp-sync.php

    When you click on that link, it brings up a 404 page, but having checked my server files, it’s there. The plugin has been uploaded in the my-plugins folder of my bbPress folder.

    #31953
    #79769

    In reply to: WordPress Integration

    > can you check if you use www. in any of the urls.

    If I remove www in WP – website become unreachable.

    If I remove www in BB (from http://www.mnenie.dp.ua to http://mnenie.dp.ua in integration section), login and logout in forum and www becomes independent at all.

    #79768

    In reply to: WordPress Integration

    gerikg
    Member

    okay, not it. I know you probably check but check again in your admin section both WP and BB, I know I wrote this before but can you check if you use www. in any of the urls.

    #79767

    In reply to: WordPress Integration

    > after you made those changes you have to “reset” your browser. Clear your cache/cookies

    Obviously.

    > and yes it can be the htaccess file…

    for www:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    for forum:

    <IfModule mod_rewrite.c>

    Options +MultiViews

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    #79766

    In reply to: WordPress Integration

    gerikg
    Member

    after you made those changes you have to “reset” your browser. Clear your cache/cookies and yes it can be the htaccess file…

    #80063
    chrishajer
    Participant

    It does suck. I always just use google like “site:bbpress.org/forum/” or “site:bbpress.org/plugins/” with my keyword.

    The WordPress.org search used to suck equally hard but it got better a while back. Still sucks here. I accept that it sucks and move along.

    There were some plugin attempts at better search for bbPress, but I don’t think they’d install a plugin just to improve the plugin search here. I think they used Sphinx at WordPress.org to fix their search:

    https://wordpress.org/development/2009/02/new-and-improved-plugins-directory-search/

    #79970

    In reply to: removing tags

    Everything dynamic in bbPress/WordPress is stored in the database, and tags are stored in one table but referenced in others. Better to fix the underlying problem.

    #71850
    skixc
    Member

    Hi – I’m getting a similar error – only it occurs for some general users. I integrated BBPress 1.02 with WordPress 2.7. Everything seems to be working fine, but some users report getting a “user not found error” when the click on the “view Profile” link. I checked the database, and all have user nicenames. Any thought?

    #80049
    anaon
    Member

    Thanks a lot for your help!

    Actually it displays a link “view your profile” as you can see here : http://www.spleenarcana.com/forums/topic/what-are-you-listening-to-right-now

    But I explained it in a bad way because I’d like a link to my WordPress profile pages, for example :

    http://www.spleenarcana.com/members/admin/ (where “admin” is the nicename and I changed “author” for members)

    Do you think it’s possible?

    #79765

    In reply to: WordPress Integration

    Could it be due to some .htaccess stuff? I mean cookie trouble.

    #79764

    In reply to: WordPress Integration

    > try adding define( ‘COOKIE_DOMAIN’, ‘.mnenie.dp.ua’ ); to bb-config

    Done. Same result.

    #80011
    gerikg
    Member

    The way I did it was to duplicate kakamei theme (not the blue) and put it in the my-template.

    Then started with the BB header, I copied what was in the WP header. I took everything out after the body tag except for the “main” div. The BB footer I did the same. I just made sure there were enough div closing tags. Then copied over the codes that apply for the header and footer from the WP css. Most WP theme has two column one main and one sidebar. I treated BB like it was wordpress, one side the main section and the other sidebar. I treated the MAIN div as the main section and View/Hottags as the sidebar. I know this is not the best explanation but I hope you get the idea. It just takes a lot of css work.

    #79763

    In reply to: WordPress Integration

    gerikg
    Member

    try adding define( 'COOKIE_DOMAIN', '.mnenie.dp.ua' ); to bb-config

    #79762

    In reply to: WordPress Integration

    Cookie integration trouble.

    1. When I’m trying integrate http://127.0.0.1/wordpress and http://127.0.0.1/forum – everything works fine.

    2. But when I’m trying integrate http://www.mnenie.dp.ua and http://forum.mnenie.dp.ua – everything is bad. Login to www – causes logout forum, and login forum causes logout www.

    The only difference between configurations is define( ‘COOKIE_DOMAIN’, ‘.mnenie.dp.ua’ ); in wp-config.php.

    Any ideas?

    #64197

    I guess the most simple (and painless) way to do this will be to redirect/rewrite the profile URL from bbPress to point to the profile URL in WordPress.

    You can reference the profile by the ID – in bbPress it goes like http://example.com/bbpress/profile.php?id=1 and it is equivalent to http://example.com/wordpress/?author=1

    You just need some .htaccess magic :)

    anaon
    Member

    Hello,

    I would like to display a link to the profiles of my WordPress website on the post.php file, just below the username and avatar.

    I tried a code that I found in the profile.php file : <?php echo get_user_display_name( $user->ID ); ?>

    But I can’t even make it work. Is it possible to get the Worpress user nicename to create this link? I did a complete WP/BBpress integration…

    Thanks a lot for your help

    carlosdelab
    Member

    Thanks, John

    I will try again this night installing out of wordpress.

    best

    c.

    #80017

    In reply to: buddybar

    MJ
    Member

    on the plugin, BuddyBar in bbPress

    https://wordpress.org/extend/plugins/buddybar-in-bbpress/

    I just updated to buddypress 1.1 so that it can work, would you like to get admin info!

    #80016

    In reply to: buddybar

    chrishajer
    Participant

    Where did you get instructions to do it like that? I seem to recall someone posting with that status 200 “all rosy” in the past but I don’t know where those instructions are coming from.

    https://bbpress.org/forums/topic/next-page-link-redirects-to-wordpress-login-page

    https://bbpress.org/forums/topic/integrating-wpmu-trunk-and-bbpress-rc2#post-36959

    https://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36984

    How about this WordPress plugin, if you’re integrated?

    https://wordpress.org/extend/plugins/buddybar-in-bbpress/

Viewing 25 results - 19,976 through 20,000 (of 26,846 total)
Skip to toolbar