Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,301 through 16,325 (of 26,891 total)
  • Author
    Search Results
  • #105299
    Gautam Gupta
    Participant

    Good that it is working now. :)

    #100199
    Gautam Gupta
    Participant

    Good that it is working now. :)

    #105298
    markusdrake
    Member

    Right now, for some reason unknown to me, the database IS showing roles for users now. I’m going to try and revist any steps I’ve done prior to this and post them here.

    I didn’t get a chance to test out your steps above before it (by magic) decided to work.

    Though I don’t understand why this would have resolved any issues I was experiencing, the last thing I did to the site was:

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.

    ** I found this via another post while searching Google, so reluctantly I performed the steps. **

    #100198
    markusdrake
    Member

    Right now, for some reason unknown to me, the database IS showing roles for users now. I’m going to try and revist any steps I’ve done prior to this and post them here.

    I didn’t get a chance to test out your steps above before it (by magic) decided to work.

    Though I don’t understand why this would have resolved any issues I was experiencing, the last thing I did to the site was:

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.

    ** I found this via another post while searching Google, so reluctantly I performed the steps. **

    #105297
    Gautam Gupta
    Participant

    Please ensure that User database table prefix option in WordPress Integration panel is set to the appropriate value. That is a must and I’m pretty sure that that would be the problem.

    #100197
    Gautam Gupta
    Participant

    Please ensure that User database table prefix option in WordPress Integration panel is set to the appropriate value. That is a must and I’m pretty sure that that would be the problem.

    #105296
    Gautam Gupta
    Participant

    Hmm. Browse into your wp_usermeta table, and check the wp capability of any user (preferably a member). And check if there is any bb capability for that user or not. If there is, then what it is? If not then paste this code in bb-config.php, refresh your forums and then delete this line. Check again.

    bb_apply_wp_role_map_to_orphans();

    #100196
    Gautam Gupta
    Participant

    Hmm. Browse into your wp_usermeta table, and check the wp capability of any user (preferably a member). And check if there is any bb capability for that user or not. If there is, then what it is? If not then paste this code in bb-config.php, refresh your forums and then delete this line. Check again.

    bb_apply_wp_role_map_to_orphans();

    #105170
    markusdrake
    Member

    Have you guys been able to fix this using Ashfame’s link?

    One of my issues happens to be this exact problem.

    #100070
    markusdrake
    Member

    Have you guys been able to fix this using Ashfame’s link?

    One of my issues happens to be this exact problem.

    #105295
    markusdrake
    Member

    Guatam,

    Right now I am using standard settings but bbpress and wpress use separate databases. Also – bbpress IS seeing the user tables just fine because I am able to log in with wpress users into my message forums.

    My only db related issue is that the bpress “User Role Map” has no relevance to newly (or already-existing) users.

    ** I actually had to modify a entry in my wp_usermeta table to re-establish keymaster access to an admin account. (meta_key = bbpcapabilities) **

    The other issue really lies with the cookie wordpress is creating not being seen/recognized/considered by bpress. And having gone through the instructions provided on the site and through the wordpress integration section – one site cannot see the other site’s cookie.

    #100195
    markusdrake
    Member

    Guatam,

    Right now I am using standard settings but bbpress and wpress use separate databases. Also – bbpress IS seeing the user tables just fine because I am able to log in with wpress users into my message forums.

    My only db related issue is that the bpress “User Role Map” has no relevance to newly (or already-existing) users.

    ** I actually had to modify a entry in my wp_usermeta table to re-establish keymaster access to an admin account. (meta_key = bbpcapabilities) **

    The other issue really lies with the cookie wordpress is creating not being seen/recognized/considered by bpress. And having gone through the instructions provided on the site and through the wordpress integration section – one site cannot see the other site’s cookie.

    #105294
    Gautam Gupta
    Participant

    What is the database prefix of your WP install? Have you set the correct value in the bbPress settings?

    #100194
    Gautam Gupta
    Participant

    What is the database prefix of your WP install? Have you set the correct value in the bbPress settings?

    #38193
    markusdrake
    Member

    So I’m a compentent user / php programmer and maybe I’ve just skipped over the same steps over and over again? Not sure.

    My wordpress install operates on the base domain address

    http://www.domain.com

    My forums operates on a subdomain address

    forums.domain.com

    Now bbpress has no problem allowing WP users to log in. However everyone is assigned to an inactive role. Also the user has to sign in again at the bbpress site.

    Now I know what you’re going to say about issue 1 – user role mapping has to be setup. Done. Doesn’t work. Weird huh? I even re-submitted my user role mapping, and then created a new user in wp, and logged in as him. He also has no role assigned in bbpress.

    And I know what you’ll initially ask about the cookies. I’ve verified my site and blog address (www.domain.com) and I’ve made changes to both wp and bb config.php files for the auth key, secure auth key, and logged in keys to match between the two installations. I’ve also addedd the definitions for cookie_domain (.domain.com) and cookiepath (/). I’ve also cleared all cookies and confirmed the new cookie assigned has the .domain.com address.

    (Off-topic, but a lot of content on this site is related to older and outdated versions of software – this site is in dire need of updating. And since wordpress.org uses the forum software you should probably maintain a clean well documented site over here.)

    #38189

    Topic: Two Questions!

    in forum Installation
    Syrinxie
    Member

    I would like to have bbpress use the wordpress sidebar widget, anyone tell me how?

    Secondly, Is it possible to have it so the wordpress frontpage(without using “Pages”) to show the “Announcements” Forum as posts?

    #71203
    jcnetsys
    Member

    Dunno what conflicts this might cause but I modified lines 86-91 of bb-settings.php to:

    if ( defined( 'ABSPATH' ) ) {
    //$wp_filter = array();
    //$wp_actions = array();
    //$merged_filters = array();
    //$wp_current_filter = array();
    }

    This prevents wordpress filters and hooks from being removed.

    #92991
    jcnetsys
    Member

    When BBpress loads it wipes all actions/filters that were registered during the wordpress load. It does this so that all the feeds and sitemaps and external files (js etc.) don’t get put in the bbpress forum.

    That is exactly what I want it to do so I am trying to figure out how to stop it from wiping them and will let you know how I get on.

    #38183
    CherylS
    Member

    I installed WordPress, everything working fine. Then I installed bbPress in folder called /forums. But when I enter username/forums in my browser, “I get This link appears to be broken.” I thought it was supposed to install bbPress at that point and then I would enter the database information.

    #38176
    Syrinxie
    Member

    I was thinking… I’m using bbpress, wordpress/buddypress..

    Buddypress has @mentions, is it possible to make Buddypress stream forum activity?

    (forums is separate yet fully integrated) (including @mentions)

    #104984
    campbellduke
    Member

    I am having a very hard time understanding the instructions. I have uploaded the unzipped bbpress files to the following folder:

    campbellduke.com/sandbox/bbpress (sandbox.campbellduke.com – as it’s an addon domain).

    When I go to sandbox.campbellduke.com/bbpress, it redirects correctly to the bb-admin/install, but the page gives the following error:

    Parse error: syntax error, unexpected $end in /home/camp2909/public_html/sandbox/bbpress/bb-includes/backpress/pomo/translations.php on line 139

    If, on the other hand, I go to: sandbox.campbellduke.com/bb-admin I end up back in my wordpress dashboard.

    Help!

    Beth

    #99884
    campbellduke
    Member

    I am having a very hard time understanding the instructions. I have uploaded the unzipped bbpress files to the following folder:

    campbellduke.com/sandbox/bbpress (sandbox.campbellduke.com – as it’s an addon domain).

    When I go to sandbox.campbellduke.com/bbpress, it redirects correctly to the bb-admin/install, but the page gives the following error:

    Parse error: syntax error, unexpected $end in /home/camp2909/public_html/sandbox/bbpress/bb-includes/backpress/pomo/translations.php on line 139

    If, on the other hand, I go to: sandbox.campbellduke.com/bb-admin I end up back in my wordpress dashboard.

    Help!

    Beth

    #38166
    #95109

    @yutt – It’s my official job responsibility at Automatic to contribute a relatively large percentage of my time directly to the development of both bbPress and BuddyPress. The past negativity of the bbPress community has played a part in the lack of developer contributions, but I think a bigger part is the need for integrated forums not being as large as some of us perceive it to be. If everyone wanted it, more people would naturally contribute. Either way, I’m happy to keep things moving, and I’m always around if someone needs to contact me, has questions, etc… It’s also not a matter of “WordPress HQ” since bbPress is its own project, it’s more a matter of someone committing to seeing it through, which I plan to. :)

    @qprints – Good eye :)

    #38160

    Topic: Security

    in forum Installation
    justmichael2
    Member

    I have a blog that is integrated with my WordPress blog. Just testing it out for now.

    – What options are available to keep our Spam and other spurious sign-ups? How can I protect my integrated WP user database?

    Thanks!

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