Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 6,701 through 6,725 (of 26,879 total)
  • Author
    Search Results
  • #166863
    Robkk
    Moderator

    Interesting survey results!! I keep forgetting to comment my thoughts on this!!

    I am surprised that theming bbPress is split between all three of the choices listed, I expected most people to rely on their custom built themes and theme compatibility of bbPress like last year. So it seems not just developers/knowledgeable coders know how to use bbPress with any theme.

    I can see there is a small increase of developers creating sites with bbPress forums for others, but a decrease in users creating themes and plugins. So at least more developers are interested in bbPress, but I bet once the plugin and theme development guides are finally up, that there will be an increase in plugin and theme development.

    There is an increase in multisite usage of bbPress, which is good to see.

    I believe Gaming, Academic, and Music site types could possibly use an increase in site types using bbPress.

    Users contributing to bbPress has seem to have lowered quite a bit, which is not good. Hopefully there are a few things that can change that. People are joining slack though, so there is that.

    Desktop and Laptop is being mostly used by users, while they seem to want a better mobile experience. I will keep that definitely in mind as times are changing, and people browse while on mobile more than in the past.

    I am surprised unread replies and quotes have dropped a tad for being a requested feature, but there are some great plugins that can add that functionality.

    People want bbPress topics to replace WordPress comments more than ever.

    There is a lot more positive feedback on the comments left in the survey listed at the very bottom on this. Which is very good. I also think these comments are one of the most important parts to pay attention to of the survey.

    http://mercime.github.io/bbPress-2015-survey-results/


    @mercime
    thanks for doing a wonderful job with the survey. πŸ™‚

    #166859
    Robkk
    Moderator

    Hmm, the repair tools should have fixed it. There is even a repair tool named

    Recalculate the sticky relationship of each topic

    There is not really a setting for sticky topics, it is basically a post status similar to sticky posts in WordPress. The query for topics just displays sticky posts first then the rest of the topics after that.

    Did you sort the topics differently by using a code snippet from this website, like sort topics by date or something different??

    #166853
    Robkk
    Moderator

    I think this plugin will allow you to customize how the notifications look in Settings > Forums. There might be shortcodes to change the content to use excerpt instead.

    https://wordpress.org/plugins/bbpress-custom-reply-notifications/

    #166852
    Robkk
    Moderator

    They shouldn’t be able to create blog posts in the WordPress backend by default.

    Make sure that you have the New User Default Role set to Subscriber in Settings > General in the WordPress backend. Make sure to also set the default forum role in Settings > Forums to Participant for any new users to get for the bbPress forums on your site.

    If the social login plugin/or any other plugin you are using has a setting to configure the default role make sure to check on that.

    Also know that the SUbscriber role can go into the WordPress backend, but since they have low level capabilities compared to an Admin or an Author, they can only edit their profile in the WordPress backend.

    If you need to disallow users from the backend entirely by user role, install a plugin like WP No Admin.

    #166843

    In reply to: bbpress themes

    Robin W
    Moderator

    you can play with the styling using

    https://wordpress.org/support/plugin/bbp-style-pack

    #166842
    Robkk
    Moderator

    Why did you contact bbPress support??

    I think that plugin is for WordPress themes??

    Also links to that plugin are quite about 5 years old, and it is not on the wordpress.org repository.

    You may need to contact the plugin author, if it is still supported.

    #166841
    KubiK888
    Participant

    Hi all, I am new to bbpress support forum and I have no idea how to create a new support topic, and no way to contact site admin directly, so please forgive me to post it here.

    Could someone please tell me how I can create a new support topic on bbpress.org support forum? I am able to login using my wordpress account information, but nowhere I can see any button for me to create my own request of support topic. Any help is highly appreciated.

    #166837
    Kasi Salyer
    Participant

    Hi,

    Here is what I see using codestyling localisation :

    Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.

    Thanks.

    #166830
    Robkk
    Moderator

    It is weird that you got this new issue. I just tested the snippet again on my WAMP server to check with the latest version of WordPress, switched to German again, and also see if it conflicts with the last code snippet I gave you, but I do not see an issue on my side.

    #166829
    dayan89
    Participant

    Hi,

    I have two menu areas on my website: main and top. I would like to add user profile link to top menu only.

    I found this example, which was were useful: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#8-add-edit-profile-to-a-wordpress-menu But it adds link to both menus, top and main. I would like to add user profile link only to top menu, without adding it to main menu.

    Can you help me please?

    #166828
    project_subdomain
    Participant

    just had the problem that on all not bbpress-related pages the title was ” ‘s “.
    When commenting out the part for “User is viewing someone else’s profile” it’s working correctly on all pages, also when viewing another profile:

    else {
    			$new_title['text'] = sprintf( esc_attr_x( "%s's", 'User viewing another users profile', 'bbpress' ), get_userdata( bbp_get_user_id() )->display_name );
           }

    fyi new occurred, just had a wordpress update recently

    #166813
    Robkk
    Moderator

    I think it is how the subscriptions work, this might be a reason TinyMCE was disabled by default too, and also for security reasons.

    There may not be an easy way to fix this without editing the core files of bbPress.

    Like I said I created this trac ticket awhile ago that is about this issue. It might take awhile before a patch is made into the bbPress plugin update though.

    https://bbpress.trac.wordpress.org/ticket/2865

    #166812
    Robkk
    Moderator

    This might do it since it says it works with custom post types.

    https://wordpress.org/plugins/aspose-pdf-exporter/

    #166802

    In reply to: bbPress and Yootheme

    Robkk
    Moderator

    Okay I tested this theme again today and found some issues are actually in the bbPress plugin right now, but it is fixed in the latest dev version.

    The user profile page being transparent is related to this bug listed here for theme compatibility.

    https://bbpress.trac.wordpress.org/ticket/2545

    This is what the profile page and its sub pages looks like this with the modification in the bbPress plugin and without any WP Fix plugins, a custom bbpress.php, without transferring the bbPress templates into the theme.

    There is also a possibility to fix the forum search, views listing, topic tag archive, moving replies, easily by either using archive and single for most of these bbPress pages to have better compatibility with these type frameworks. For example it might be best to use is_tax() for topic tag archives but using is_archive() will definitely work for most themes and theme frameworks.

    Creating a bbpress.php is sort of a workaround for this. I do not have that much familiarality with the theme and framework that you have to know exactly how it needs to be to post anything to help with this quite yet.

    I thought that guide would help you get most of the way there, since all you would need to change is the urls of your site, but I guess you are just transferring basically from bbPress to bbPress.

    Something like this would definitely help in your case though.

    https://bbpress.trac.wordpress.org/ticket/2605

    I guess you can try Exporting and Importing through the regular WordPress tools provided in the Tools section. I tried just exporting all the bbPress post types Forums, Topics, Replies, then run the repair tools, but that did not help and kind of messed up my test site. You can try that, maybe using ALL content instead or not running the repair tools though I recommend using a test server/local development area first.

    #166800
    Robkk
    Moderator

    If the amember software unifies with the wordpress accounts it should work fine with bbPress. You do not need to use the bbPress authentication forms if it does this as bbPress just uses WordPress for authenticating users.

    #166750
    tw_crowther
    Participant

    WordPress Version: 4.3.1
    Theme: Omega
    bbPress Version: 2.5.8

    Issue: I installed the bbPress plug-in. Created a Forum called Forum, and created one Topic so I can test. All bbPress settings are left as default.

    I created a Page called Forums and added this page to my site navigation.

    My issues are 3 fold.
    1) When I click on “Forum” in the site navigation to access the page I created I do not see any forum imbedded on this page, all I see is are the words “Archives” then the title “Forums” in the main body of text.
    2) If I click on the title Forums this does direct me to the bbPress Forum I created – How do I integrate the Forum directly onto the “Forums” custom page I created?
    3) I notice the Forum URL is <sitename>/forums/forum/forum/ is there a way to remove 2 of these levels so the URL is simply <sitename>/forums

    I hope this makes sense and you are able to help.
    Kind regards,
    Tom.

    #166749
    tvirtual
    Participant

    I am trying to add a forum to my site and have it protected by aMember. The user must have access to a certain product in aMember in order to access the forum. I’m totally confused as to whether I should be creating a bbPress login page or if the user should login through aMember. Nothing seems to be working.

    Can someone help map out how this should look with the two integrated? I don’t want the user to have to login twice and I don’t believe they should since aMember and WordPress share a database (I think). Thanks for any assistance you can provide. Or if you know someone that would do this for a fee that would be great too. πŸ™‚

    Thank you,
    Tanya

    Robkk
    Moderator

    Try to see if it could be a plugin issue, like a spam plugin scanning a reply before it is posted or something.

    Troubleshooting

    It could also be the bbPress subscriptions hogging everything down. This plugin will hopefully help things out.

    https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/

    #166735
    Robkk
    Moderator

    bbPress authentication forms are incomplete in functionality. It should stay on the same form and show the errors above the forms and all that, but it doesn’t just yet.

    I recommend just using the default WordPress authentication forms.

    #166708
    Matoca
    Participant

    I resolved this with some exploration. The plugin that was providing this notificatoin function is called bbPress Notify. When I went to its WordPress page I discovered that the developer had not updated this in quite a while and the forum had plenty of topics asking for help, but there had been no response.

    Doing a quick plugin search I discovered the plugin bbPress (No Spam) was up to date. So I uninstalled bbPress Notify and installed bbPress Notify (No Spam). I sent a message through the forum and the notification sent had content in it!

    I am not sure why bbPress Notify continued to work until just last week but clearly one of the other plugins was updated and prevented this one from inserting the content into the emails. This plugin also prevented the forum notification from attaching content.

    If you need to use a notification plugin (by role), this would be the current one that works well. It is essentially the same plugin as bbPress Notify but with the addition of being able to set it to not send notification of spam via email. This is actually a great benefit. Recently a topic notification email that contained spam was sent out to the moderators from the dashboard via bbPress Notify and my hosting service locked my email down for over a week for sending unsolicited spam. They sent me a warning letter that they would close my account if I did it again. I was clueless what had happened until I found this plugin today.

    https://wordpress.org/plugins/bbpress-notify-nospam/
    my best
    patrice

    #166700
    osarusan
    Participant

    Hello, I just installed bbpress on my site, and I am having a weird issue where users have to log in twice.

    When I log in from the bbpress login widget, it redirects me to the “answer this math question” wordpress captcha page. After answering the math question, it then redirects me to the main wordpress backend login. After logging in again there, it takes me back to my wordpress front page, rather than the bbpress login page… What is going on here? This will be very confusing to users. How do I make it so once you log in from the bbpress login widget, it takes you to the forum (and so you only have to log in once)?

    Robkk
    Moderator

    bbPress uses the WordPress registration process, they are unified. THe bbPress shortcodes for lost password, registration, and login are there for frontend forms but they are incomplete in functionality, there shouldn’t be a problem with using the default WordPress registration form by default.

    You can customize the default the WordPress forms by a plugin, or using some PHP functions too.

    double guard
    Participant

    Hello. I appreciate this great plugin.

    I have a problem.
    Google webmaster says. You have duplicated titles on following pages.
    http://honeys-anime.dev/forums/topic/death-parade-wallpaper-you-always-seek-for/
    http://honeys-anime.dev/forums/topic/death-parade-wallpaper-you-always-seek-for/?bbp_reply_to=12994&_wpnonce=2f272af7eb

    Actually, I want to set “noindex” meta tag in head section in under /?bbp_reply_to=*** all topics.
    Please how to do that or please tell me which “bbp_is_***” shows these topics pages.
    Thank you.

    === My Site ===
    wordpress 4.3
    bbpress 2.5.6

    #166674

    In reply to: Missing menu items

    Robkk
    Moderator

    It is just the WordPress backend menu items for managing forums. topics, and replies right??

    what version of bbPress do you have??

    Also I do not think IP address should be a cause to this issue.

    #166657

    In reply to: Forum Role

    Robkk
    Moderator

    Create me a participant/subscriber account and send the login details to my email, then I will will try to find the issue using the account you created and see if regular participants can participate in the forums.

    Contact

Viewing 25 results - 6,701 through 6,725 (of 26,879 total)
Skip to toolbar