Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 3,226 through 3,250 (of 26,830 total)
  • Author
    Search Results
  • #198811

    In reply to: Newby Question

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Rely Display item 13

    #198806
    Robin W
    Moderator

    the link all looks good

    couple of other suggestions

    1. This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings->Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    2. A reinstall of bbpress. You won’t lose any data if you decactivate and then delete the plugin.

    #198804
    Robin W
    Moderator

    bbp_has_forumms is just a forum version of wordpress has_posts.

    The code you first posted – where is it, in your functions, in a plugin or where?

    Robin W
    Moderator

    ok, given that I probably amswered your original Q too literally let’s re-phrase that –

    bbpress requires you to have an account on your website that is hooked to the wordpress software running on your website – which is what my original answer was. The username, password and all other details are only held only on your website. Nothing is passed to any other site (unless you add code to do so).

    You are not required to have a wordpress.org username to use bbpress

    w3215
    Participant

    And just as an fyi, bc we seemed to be talking past each other a little:

    The goal is to have users sign in without the users having any wordpress involvement at all. For example, nytimes.com (the new york times’ website) is, I believe, run by wordpress. But if you sign up for nytimes.com, users don’t have any connection to wordpress–when you sign up for nytimes.com you don’t become a member of wordpress, and most users don’t even know what wordpress is.

    I am looking for something similar here. So the solution in this case is not just to hide the wordpress user sign-up admin screen, it is to not have the users have wordpress accounts at all. (creating an account at nytimes.com does not create a wordpress acount–if you use your log-in at nytimes.com for wordpress.org, it won’t work.)

    There are plugins that enable you to do this, or at least mimic this behavior. Ultimate Member is one of the most prominent. But it has its own configuration. My hope was I could skip that configuring, in the case I could use the bbpress registration as a pure front-end registration, without any user-wordpress interaction at all. Looks like that is not the case.

    This might have all been clear already, but just thought I’d throw it in there. Thanks for your help.

    w3215
    Participant

    Thanks. Ok–sounds like I will need something like Ultimate Member so people can register without any wordpress account.

    Robin W
    Moderator

    Yes they have wordpress accounts – that is how it works. but you do not need to see a wordpress page

    you would use something like theme my login to hide that

    w3215
    Participant

    Hi. On the issue of whether bbpress registration goes through WordPress registration–it appears that it does.

    I put the bbpress registration page on my test site, and tried to create a new user. It took me to a WordPress page that said email not recognized. I believe what was happening was that in order to register for bbpress, I had to be a wordpress user, and I was taken to the wordpress page when wordpress could not find the email address.

    So, based on this, indeed it does seem like in order to use bbpress users have to have WordPress accounts. This is what I do not want. Users should never be taken to a wordpress page to check if they are wordpress users.

    Rather, users should be able to register directly on the site without having to have wordpress accounts.

    Does anyone have a good way around this?

    I am assuming the only way is through a front end registration plugin like Ultimate Member, but I would be happy if there was another way.

    Robin W
    Moderator

    1. I’m just a user who helps out on the forums, you’ll need to judge for yourself if this will work capacity wise, but bbpress supports the wordpress forums which are huge.

    2. you have to enable nothing – I can only suggest that you set up a wordpress site with just forums, and you’ll soon realise that your iste doens;t neeed to look wordpressy and that users can just register on that site fro the forums using the forum registration (which is just a front end for WordPress site registration. You don’t need to use any other plugins to get bbpress working.

    3. Many people have a ‘just forum’ site, it is more common to have a forum as part of a site, but by no means necessary.

    w3215
    Participant

    Thanks, but I think my situation is still slightly different than you have in mind, and maybe the difference is instructive. (or maybe I am not understanding what you mean.)

    Let’s say I want to build a question and answer site, like stackoverflow or these discourse sites: https://discuss.atom.io/ or https://meta.discourse.org/. The question/answer piece (the forum piece) is THE site. It is not an add-on to a blog. It is an online tool like those sites are.

    I understand that the common use case for bbpress is to be a modest forum that supplements an existing wordpress blog or wordpress advertising site. This is not what I have in mind. I am interested in seeing if bbpress can be used to build a web tool that would have its own (potentially large and active) user base.

    I have considered other options out there–coding from scratch, discourse itself, NodeBB–but I have not seen anything as developed and creator friendly out of the box as bbpress. So I thought I’d give it a spin. For this to work, a few things have to be true:

    1) Can BBPress handle many thousands of users and many many thousands of topics (or more)? It seems like the answer is yes, given there are forums out there with a lot of users/topics that seem ok. But a common reply here is “wait for version 2.6”–and version 2.6 has been 4 years+ in the making(!) So this brings up the question of whether BBPress is being maintained. (I asked that here: https://bbpress.org/forums/topic/is-bbpress-being-maintained/). And whether bbpress can be performant at scale.

    2) What do I have to do to enable anyone in the world to register for the bbpress-focused site? To use stackoverflow, you don’t need to be a wordpress user; same with those discourse sites. To run bbpress at all, I understand I have to have an underlying wordpress site. But I was hoping to use bbpress’ registration so people could sign up for the forum–and they would not even know wordpress was being used under the hood.

    From what you are saying, sounds like this is not possible out of the box? Do I have to use a wordpress front end registration plugin like Ultimate Member and have that coordinate with bbpress, so that a user’s registration page–generated by ultimate member or some other like plugin–shows their posts and replies (just like your registration page at stackoverflow)?

    3) I understand what I have in mind is not the common use case for bbpress–but based on what I am seeing, bbpress should be up to the job. Is there something I am missing–some reason you would not want to use bbpress to power a question and answer web app?

    Thank you very much for your info.

    Robin W
    Moderator

    ‘users register directly on the site without need to have an underlying account somewhere else’

    If you install bbpress on a wordpress site, then anyone who registers with that site will be a bbpress user. They can then use the forum. They don’t need to be registered ‘somewhere else’ – just on your site.

    You can also allow anonymous posting (but it does tend to get you spammed a lot!)

    w3215
    Participant

    Thank you for your reply.

    Here is the issue: I am considering using bbpress as an important part of a site that anyone can use. Imagine it like stackoverflow, discussion sites run by discourse, or practically any web app–users register directly on the site without need to have an underlying account somewhere else. It seems to me that if someone wanted to build a site like these–entirely separate from a wordpress blog– bbpress would be a good place to start. (Please let me know if you disagree.)

    So I will require a way for anyone who wants to use my site–wordpress user or not–to register and use the site. One of the great things about bbpress is that out of the box it covers so much and it has been around long enough to be thoroughly tested; so I had hoped I could just use bbpress’s registration, without having to configure a separate registration process.

    In particular, I like how bbpress generates a user profile page that summarizes a user’s activity in a simple way.

    Is there a way to allow non-wordpress users to register, while still utilizing bbpress’s tools like its user profile page? Maybe a bbpress plugin?

    I know there are general wordpress plugins that allow registration on the front end by non-wordpress users, like Ultimate Member. I am not familiar with how those could work with bbpress.

    Thanks!

    #198783

    In reply to: Breadcrumb

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>breadcrumbs and select item 4

    Robin W
    Moderator

    bbpress just uses wordpress registration – so yes a wordpress subscriber account is needed – is there an issue with this ?

    w3215
    Participant

    Using bbpress registration for my forum, can anyone–including people without any wordpress account–register?

    I would assume so and hope so, but I saw that this bbpress-powered forum requires a wordpress account for registration.

    #198768

    Topic: Breadcrumb

    in forum Troubleshooting
    raugul
    Participant

    Hello!

    Help please, I would like to duplicate bread crumbs under forum.
    How do I do this??
    WordPress 5.1 with Woodmart theme.

    To make it so.

    To make it so.

    Thank you very much

    chezsheles
    Participant

    Hi,

    We’ve got a demo set-up running a site that uses both bbpress and memberpress. We’re pretty close to being able to move this to the production site, but in running through what a user/member would be experiencing, we noticed that logged-in users are able to view the forum (we have one forum, many topics) just fine. They/we can click on another user’s name that is linked to their bbpress profile — and we can edit another person’s profile details.

    Memberpress told me to use a rule to restrict access, but I don’t see how to block it unless the Edit portion on a profile page is a specially named post? I’ve tried and don’t seem able to block it. They are unable to tell me what else to do.

    bbPress version 2.5.14
    wordpress version 5.1

    Any help in this matter would be so appreciative.

    #198761
    w3215
    Participant

    Hi. I recently installed BBPress and was surprised the latest version for installation was 2.5.14. I also get a notice that the plugin “has not been tested with your current version of WordPress.”

    Is BBPress being maintained? What is the expected timing for 2.6?

    Performance/speed is important to me, and last I looked into it 2.6 was supposed to be a big improvement.

    #198730
    w3215
    Participant

    Hi. What is the expected timing for 2.6?

    I recently installed BBPress and was surprised the latest version for installation was 2.5.14. I also get a notice that the plugin “has not been tested with your current version of WordPress.”

    Performance/speed is important to me, and last I looked into it 2.6 was supposed to be a big improvement.

    #198688
    Pankaj Bisane
    Participant

    I have two wordpress sites, one with bbpress forum running since 7 years and one is new which is running since 2 years.

    I want to migrate forum from old site to new site. But i have checked that post ids of old forum already present in new wordpress site which may conflict.

    I tried Export import from WP tool but not working as topics and replies and authors are not mapped properly. Also i am not sure if import can update existing posts as forum if post id is matched while import.

    Also tried bbpress import feature but there no way to transfer from bbpress to bbpress

    I don’t want to loos any forum, topic, replies and relationship during import.

    Thanks,
    Pankaj

    #198672
    Robin W
    Moderator

    bbp style pack


    lets you do this

    once activated go to

    dashboard>settings>bbp style pack>Buttons

    Pankaj Bisane
    Participant

    Hi All,

    I am facing an issue while importing bbpreess forum data to another wordpress bbpress forum.

    I have checked that new wordprees setup Post ids are matching with the bbpress forum, topics and replies post ids. So it could lead in conflict.

    Is there best way to migrate forum properly with new post ids for forum, topics and replies with proper relationship/linking of forums, topics and replies.

    Looking for help Urgently !!

    Note: I am using new bbpress Version 2.5.14 and old bbpress version is also 2.5.14

    Thanks,
    Pankaj

    #198635
    Ikenna Duru
    Participant

    Hallo,
    I run https://figeria.com , a forum based on WordPress. but please I need help addding a related forum topic to the forum.
    So if anyone have a plugin that can display “related forum topics” or similar topic for BBPRESS, please kindly share. Thanks in advance!.

    #198598
    Robin W
    Moderator
    #198587
    Robin W
    Moderator

    That looks like an issue with the bbp-messages plugin, which is not part of bbpress, you’ll need to post on their forum

    https://wordpress.org/support/plugin/bbp-messages/

Viewing 25 results - 3,226 through 3,250 (of 26,830 total)
Skip to toolbar