Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 32,876 through 32,900 (of 64,516 total)
  • Author
    Search Results
  • lmoon
    Member

    Hello,

    I really appreciate someones help here.

    I put wp_debug to true as suggested by the creator of the Graphene theme and it wasn’t showing the forums.

    Lot’s of errors came up and I deactivated all the plugins I had, bbpress was the problem. Never, at any time, did I delete and reinstall bbpress.

    I set the wp_debug to flase and the errors went away, but now all my forums, that still show up in the backend dashboard of wordpress, come up as “Page Not Found” on the front end.

    When I create a new forum and view it BEFORE it’s published, I can see it, but once it’s published again, it comes up page now found.

    Please can you help me with this?

    THANKYOU

    #42567

    How I could make bbPress not visible to users not logged in?

    Now one can see super sticky topics of private forums and the profile page.

    #112016
    Jimfire
    Member

    Ok, I have BBPress working fairly well with one exception. I’m using WordPress Access Control and WP-Members to limit user access. My website is a completely closed, member-only site for my employee group. However, the BB Press forums appear on the main menu to unregistered visitors, unlike everything else that remains invisible until I validate them. How do I get BB Press to remain hidden until my users get bumped p in status?

    Is there a way to have BB Press totally accessed via a page, so that I can control the page the same way I control other pages?

    kannued
    Participant

    On my home page which is straight html/css, I would like to pull the latest discussions, about 3 entries, from my bbpress page. How would I do this so it would automically update on my home page as new posts occur?

    #112111

    In reply to: 2.1 release date

    From IRC this morning:

    [11:16:40] <jjj> […] Soon. It’s pretty stable as-is, sans the BuddyPress integration.

    [11:18:03] <jjj> Wanted end of February, but alas. :)

    [11:27:17] <jjj> [next 2-3 weeks] probably a safe bet

    The main thing holding up the release at this point is a few bbPress->BuddyPress integration issues.

    #112102

    In reply to: Best SEO Plugin?

    You can use https://wordpress.org/extend/plugins/seo-data-transporter/ to move SEO settings around from plugin to plugin, this is what I would recommend to use.

    In theory all SEO functions should work in bbPress *except* the page title because bbPress filters that.

    #42314
    SK
    Participant

    @JJJ: Any plans to provide an option to replace bbPress textfield with wp_editor?

    #111763

    Thanks for the response jaredatch, but I’m afraid it doesn’t work. I’d done it before, but I just tried again to be sure. I disabled all plugins (aside from bbPress) and refreshed the permalink structure. Still no dice.

    I don’t have a post or page with “users” as the slug. Just to be sure I went into the forum settings and changed the ‘User base’ to something else (“userxyzwq” – definitely nothing else on the site called that!) and it still threw a 404. Changed it back, the same. Switched off the ‘Forum Prefix’ as someone suggested, and still the same.

    Very frustrating as I spent a good while getting everything else working. And, as I say, even though the 404 status is being returned in the header, the page still appears in most browsers… which is confusing the hell out of me.

    And sadly it’s not something I can just live with, as “most browsers” isn’t good enough for this project.

    #111762

    You might have already done this, but if not:

    1. Disable ALL plugins except bbPress.

    2. Go to Settings > Permalinks so a permalink flush is triggered.

    3. Try going to a user profile.

    You don’t have a post or page with the slug users by chance, do you?

    #112100

    In reply to: Best SEO Plugin?

    bbPress overrides the page titles. See what I posted in the other topic.

    You would use add_filter. Check out https://codex.wordpress.org/Function_Reference/add_filter

    You can see how the title is constructed if you look at bbpress/bbp-includes/bbp-common-template.php starting around like 2026 or so. Look for function bbp_title().

    #112084

    You would need to post that in the support forum for that plugin, which is here

    https://wordpress.org/tags/bbpress-latest-discussion?forum_id=10

    Unfortunately, according to https://wordpress.org/support/topic/plugin-bbpress-latest-discussion-dropping-all-bbld-support-and-development it seems the plugin is no longer supported.

    I would suggest trying to find a different one to use, that is actively being maintained.

    #110958

    In reply to: Edit the title tag

    You don’t need to bump 3 threads on this :)

    As I said in the others..

    You can use the bbp_title filter that is in place to change/tweak the titles bbPress uses.

    However there is no simple switch in place to disable the prefixes from being used.

    You can use the bbp_title filter that is in place to change/tweak the titles bbPress uses.

    However there is no simple switch in place to disable the prefixes from being used.

    Actually I don’t see any classes in place for this, but I think its a good idea.

    Ticket created https://bbpress.trac.wordpress.org/ticket/1763

    #111761

    Bump. I’m going to refresh this topic once in the hope that someone can help (with my query, above). If not, with regret, I’m going to have to abandon bbPress and try some other forum plugin. bbPress does almost everything I want it to, but obviously the 404 error for user profiles makes it unusable.

    Anyone?

    #112098

    In reply to: Best SEO Plugin?

    There are some excellent SEO plugins out there, but the question is which ones play well with bbPress. The best way to find out is to install them and give them a go.

    Personally, I recommend Yoast SEO or All-in-one SEO as I believe those are the two best.

    #42555
    SK
    Participant

    I have found that this plugin imports users AND imports topics, but doesn’t make the connection. So basically it imports users twice – once from user table and another time as authors of something (or nothing).

    The usernames shown as post authors have imported_ prefixed to them.

    So we have

    username, and

    imported_username

    So I tried deleting imported_username using bbpress function of assigning all its topics/replies to username. The operation was successful and now I see username as author of those topics/replies, but one problem lingers: I still don’t see any topics/replies by username if I go to its profile page.

    I can’t go the opposite way and delete username and then change imported_username to username as WordPress doesn’t allow changing usernames.

    P.S. I imported from phpBB 3.0.9

    #42559

    Topic: Best SEO Plugin?

    in forum Plugins
    Haris Nadeem
    Member

    I’m using bbPress 2.0.2 – What is the best SEO plugin available for bbPress?

    Haris Nadeem
    Member

    bbPress adds a prefix in the META title of Forum and Topic pages. Please tell how to remove that?

    For example, see the META title of these pages:

    1. http://www.androidpakistan.com/forums/android-apps-games/

    2. http://www.androidpakistan.com/topic/facebook-for-android/

    I believe this has been asked before, but no clear answer. I’d really appreciate if someone would help me get this fixed.

    Thanks!

    #110957

    In reply to: Edit the title tag

    Haris Nadeem
    Member

    What published pages? I don’t see them. I just want to remove Forum: and Title: prefixes from the start of the title on every page of bbPress.

    SK
    Participant

    Umm…except that the usernames (in frontend only) appear as imported_username instead of username. Anyone know the fix?

    SK
    Participant

    Actually, I take that back.

    If you click on “Activate Plugin” immediately upon installation from the Add New Plugin area, the plugin does throw up the error

    The plugin does not have a valid header.

    However, if I later to to installed plugins, and then click “Activate”, then I am able to activate and use the plugin.

    I am also happy to report that I was able to successfully convert a phpBB 3.0.9 forum. It’s not perfect…I need to fix a few things here or there, but it is good enough…as good as can be expected from a general-purpose automated converter.

    SK
    Participant

    @JJJ: Which version are you trying?

    I am using the latest version of WordPress 3.3.1

    I have tried both bbPress 2.0 and 2.0.2

    I installed bbConverter through WP’s admin panel so the plugin version is 1.3

    When I click Activate immediately upon installation, I get

    The plugin does not have a valid header.

    #42554

    Topic: Topic Page Width

    in forum Themes
    mudechevy
    Member

    It seems I have the other pages looking fine with the sidebar but the single topic page shoves my sidebar below the forums. How can I fix this? I’m using custom community theme with bbpress & buddypress. http://www.wisewahm.com/forum/topic/test/

Viewing 25 results - 32,876 through 32,900 (of 64,516 total)
Skip to toolbar