Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,276 through 16,300 (of 26,881 total)
  • Author
    Search Results
  • #105233

    In reply to: bb-admin won't load

    GYNGA
    Member

    Try this plugin:

    https://bbpress.org/plugins/topic/fix-admin-access/

    After you install and activate the plugin then go to bbPress admin page and set User Role Map settings. WordPress administrator should be set as your bbPress admin’s role, probably ‘Key Master’ or ‘Administrator’. Mine was Key Master.

    If you don’t know what to set up in other roles (WP Editor, WP Author, WP Contributor, WP Subscriber) I suggest you to set all of them as bbPress member.

    Well, it helped for me :)

    #91505
    tyz0101
    Member

    I have wrote article about it

    #38211
    mecors
    Member

    Hi guys,

    I installed the bbpress but I didn’t the integration with wordpress. So I tried to do now but not work. How do I do to reset installation of bbpress and to get the integration with data of wp-config.php file? Anyone please? Thanks.

    #95121
    Arjun S Kumar
    Participant

    In past i’ve request user signature

    @DarkWolf.it

    The user signature plugin is now available in the plugin repository!

    https://wordpress.org/extend/plugins/bbp-signature/

    The plugin currently supports a max length of 500 char and allowed tags.

    This is the basic release, so more updates will come soon

    #100073
    arpowers
    Member

    We are having a similar issue, all of the sudden the sync between bbPress and WordPress stopped working.

    Debating regenerating salts, but we have several systems integrated, would have to switch em all, and don’t know if this would fix the problem..

    Ap

    #105173
    arpowers
    Member

    We are having a similar issue, all of the sudden the sync between bbPress and WordPress stopped working.

    Debating regenerating salts, but we have several systems integrated, would have to switch em all, and don’t know if this would fix the problem..

    Ap

    #100072

    I remember I had similar issue before a while back, not exact the same, I end up reinstalling the whole thing several times coz I had thought it was my installation problem. Finally I just gave up. I may try it some time later again.

    #105172

    I remember I had similar issue before a while back, not exact the same, I end up reinstalling the whole thing several times coz I had thought it was my installation problem. Finally I just gave up. I may try it some time later again.

    #95119
    Anonymous User 7670885
    Inactive

    @JJJ: Ok, thank’u very much :)

    My actual forum is with smf but i want migrate to wordpress + forum (and bbpress plugin promises[?] very good) ;)

    But i’ve many topic that need to move inside blog. My future work is: smf to bbpress to bbpress_plugin + migration of many topic in blog – maybe thanks to: https://wordpress.org/extend/plugins/post-type-switcher/ :D

    PS: you can call me if you need a betatester ;)

    Small bug: i’ve maked a forum and put a new topic in it. After of this i’ve changed this forum in category and maked a new sub-forum inside it. Finally i’ve move topic from category[when i’ve changed forum in category no topics deleted or migrated] to forum and counter results with two topics and two posts (in realty i’ve just one post in one topic) ;)

    #100071
    markusdrake
    Member

    I don’t know why, but changing my salts in the config file and through the admin portion of the site to match new ones got things rolling for me.

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

    #105171
    markusdrake
    Member

    I don’t know why, but changing my salts in the config file and through the admin portion of the site to match new ones got things rolling for me.

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

    #100201
    markusdrake
    Member

    Actually scratch that, it is working now. Changing the salts for wordpress has solved everything. I’ll post again if I figure out any thing specific that I may have changed or done that enabled the user role permissions to start working again.

    #105301
    markusdrake
    Member

    Actually scratch that, it is working now. Changing the salts for wordpress has solved everything. I’ll post again if I figure out any thing specific that I may have changed or done that enabled the user role permissions to start working again.

    #100200
    markusdrake
    Member

    Looking at the cookies in my browser (after clearing them, then re-logging in) bbpress still insists on setting and using forums.domain.com as the cookie path and not using the base domain cookie.

    #105300
    markusdrake
    Member

    Looking at the cookies in my browser (after clearing them, then re-logging in) bbpress still insists on setting and using forums.domain.com as the cookie path and not using the base domain cookie.

    #100199
    Gautam Gupta
    Participant

    Good that it is working now. :)

    #105299
    Gautam Gupta
    Participant

    Good that it is working now. :)

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

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

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

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

    #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();

    #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();

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

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

Viewing 25 results - 16,276 through 16,300 (of 26,881 total)
Skip to toolbar