Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 9,151 through 9,175 (of 26,874 total)
  • Author
    Search Results
  • Stephen Edgar
    Keymaster

    The topic or reply you will only see via WordPress’ topic or reply admin sections, you’ll see them with a status of ‘pending’, you won’t see them in any form of moderation queue in the front end.

    #149927
    Stephen Edgar
    Keymaster

    You can also use WordPress’ custom profile fields:

    https://codex.wordpress.org/Plugin_API/Filter_Reference/user_contactmethods

    And an example plugin here using the above method:

    https://gist.github.com/ntwb/c70caf5a0aa9d3062a6d

    Stephen Edgar
    Keymaster

    Much of what happens when the ‘moderation’ is triggered from comment moderation has not been added to bbPress until the code I’ve added recently.

    If your comfortable with PHP you could take a look at what I have thus far in the following tickets:

    This first one handles post of what is coming for moderation:
    https://bbpress.trac.wordpress.org/ticket/2645

    This second one is for the template to notify the user that there topic/reply is pending moderation, I haven’t started on this due to needing to implement everything in the above #2645 first, now that I got most of the code finished for that yesterday I plan on looking at this in the next few days.

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

    Keep an eye on those tickets and that should give some hints of what is happening.

    #149917
    Stephen Edgar
    Keymaster

    You cannot have both the ‘forum root’ and ‘forum slug’ the same as you have seen in that you get a ‘slug conflict’ warning, I’d suggest you leave the ‘forum root’ slug as travel-forums but change your forum slug back to forum.

    To check the ‘trash’ visit your ‘posts’, ‘pages’, and ‘forums’ sections in WordPress and you should see if you have any posts, pages, or forums in the ‘trash’ (or bin if your using English UK WordPress language packs).

    Have a look at those and let me know how it goes.

    #149915

    In reply to: Forum subscriptions

    Stephen Edgar
    Keymaster

    Emails previous to bbPress 2.5.4 were sent out out to each recipient email individually (one email per user), since bbPress 2.5.4 we now only send a single email with all the recipients as BCC (Blind Carbon Copy) and all emails are sent using as you state a default email address of noreply@domain.tld.

    bbPress also works fine to send emails with many of the WordPress mail plugins and should work as we are using WordPress’ wpmail function to send them.

    #149911

    In reply to: bbPress Codex

    Stephen Edgar
    Keymaster

    As to the details of a project for what UI/UX changes are install for bbPress we will continue to flesh these out and post something when we think we have both the goals of these projects and resource and requirements to help contribute ready to go at the same time.

    Much of all this is core to the feedback we received from the survey and just a bit more time for us to get our ducks in a row is in order to get these up and running, but they are important to get up and running πŸ™‚

    I haven’t looked at HipChat except for a quick glance now and maybe this is something WordPress may look at in the future.

    It’s been a while since one of ‘these’ conversations has occurred here on bbPress.org so it’s been fun and I do look forward to hoping we can find an area that you’d be willing to donate some of your time to help out the project. πŸ™‚

    #149904

    In reply to: My impressions so far

    Stephen Edgar
    Keymaster

    That ‘warning system’ will remain plugin territory for a while even though I have a specific use case that this is important for it, it will still remain that way for a while, just because the functionality CAN be performed does not explicitly mean that it should be included with bbPress core.

    As I mentioned above ‘Featured Plugins’ will most likely evolve to become a more refined list and the power and flexibility of bbPress allows us to do this without forcing/giving every user the ‘kitchen sink’ just because we can.

    “bbPress is forum software, made the WordPress way.” and just like WordPress’ philosophy we are making “Decisions, Not Options”. And for example this decision extends to user profile custom fields, if you want these for post authors in WordPress, you look to a custom function or plugin, bbPress is the same, a custom function or a plugin.

    bbPress utilizes WordPress Template Hierarchy to allow sites, theme authors and plugin developers to make amazing forum sites powered by bbPress and simply creating a set of pages that work with all the themes out there is not a one size fits all, some themes use tables, some divs, some unordered lists, responsive, non responsive, the combinations are endless and as said we try our best to ensure template compatability but removing the flexability just to limit designers and developers to no longer have these options available to them is something I doubt we will change for quite a while. We would like to include an additional set of default templates in bbPress, but that’s another project we just have not got to yet, bbPress already fully supports numerous templates though currently it only ships with one set.

    I come from a phpBB background and have spend many weeks in ‘other’ forums databases whilst supporting the ~25 importers included with bbPress, the current way the WordPress database schema is structured is partially a limitation on what options we have available to us and still keep bbPress light and compact without adding new tables to the database.

    #149903

    In reply to: bbPress Codex

    Jimi Wikman
    Participant

    @robin-w I will happily assist with graphic design, UX and frontend code when time permits. Not sure what you need though, but I could start with making some design suggestion for BBPress itself and something about the documentation to make it more accessible?

    I also have some suggestions for the website itself if that would be of interest, but I need to understand more about the BG’s you have first and also familiarize myself better with both the websites structure and the WordPress “way” before I want to attempt that. No need to make a flashy design if it does not improve anything or goes against the standard process. Worse yet if it does not focus on your business goals and make a mess of things πŸ™‚


    @netweb
    I look forward to your arrival on Github. I think it’s a nice move πŸ™‚

    I am all for communication between developers, in fact I would say its a requirement for managing a development project like this with developers all over the world. I would not use IRC though, I would use something like HipChat (especially integrated in Jira and confluence so I get SVN information, ticket escalation and new documentation notices among other things). HipChat is free and it’s extendable with WordPress, Twitter, Github and more.

    #149898

    In reply to: bbPress Codex

    Jimi Wikman
    Participant

    Of what I have seen BBPress is a tight ship when it comes to code quality and extensibility, so I have no doubt that the code is outstanding in every way. That is also one of the reasons I think it’s a shame not more people are using BBPress.

    I understand the reasons behind using Trac and trust me I have been in the same situation many times πŸ™‚ I do think it’s important not to accept a standard because its a standard, especially not one that could be improved upon. I know that it’s difficult to push for a change in WordPress, but if the tools don’t improve the workflow and encourage participation, then it should be replaced in my opinion.

    Still, it’s not my call but I know some very skilled people that are discouraged from helping out with WordPress because of the lacking tools and the feeling of being back on early 2000 when they see meetings taking place on IRC πŸ™‚

    ttmt
    Participant

    Hi all

    Can anyone recommend a profanity filter plugin for bbPress.

    I DON’T want to moderated every post

    I was thinking if the post contained a profanity (pre determined in a list for example)
    then the post would be held for moderation or the word would just be removed and the post posted.

    The wordpress built in Comment Moderation would be fine but there is no message when I word is used and the post isn’t posted.

    How does a user know the post is being moderated if there is no message.

    #149895

    In reply to: bbPress Codex

    Stephen Edgar
    Keymaster

    Breadcrumbs are now implemented in the docs, both breadcrumbs and in page navigation, this will be added to all the docs as each is updated πŸ˜‰

    e.g. https://codex.bbpress.org/participate-and-contribute/

    From a technical perspective bbPress is highly admired and often receives kudo’s for the actual code documentation so we are part way there. πŸ™‚

    I haven’t used many systems but Trac did indeed take a while to wrap my head around.

    One of the benefits of being a ‘sister project’ of WordPress is we follow and adhere to many of the same principles as WordPress in both code and the tools we use so much of what is listed in the WordPress Core handbook is identical to bbPress so resources such as there handbook are also relevant to bbPress, we just need to link and/or copy/paste this content for our own purposes.
    https://make.wordpress.org/core/handbook/

    #149893

    In reply to: My impressions so far

    Stephen Edgar
    Keymaster

    There’s some nice feedback up there, thanks πŸ™‚

    .WYSIWYG for input field. I know there is a plugin for it, but it should be in core and you should have the option to turn on and off in admin.

    With the new TinyMCE added in WordPress 3.9 and further improvements coming in WordPress 4.0 I am keeping an eye on this and due to several incompatibilities we had when we previously had this as a bbPress option there is a bit of work to be done here to not make it a crappy experience if we do add it back as a bbPress option.

    .Organisation for forums. Forum grouping has been a standard since 1999.

    Yes πŸ˜‰

    .Topic and forum indicators for new topics. Finding new topics should be at a glance.

    There are a couple of plugins that do this, you can see the list here https://codex.bbpress.org/feature-plugins-tracking/. One of the issues with this feature is for larger sites is WordPress’ database performance and is one of the reasons we haven’t gone down this road yet, once a plugin can do this without crippling larger sites we would definately take a closer look.

    .Moderation should be available for all forums individually and on a board basis.

    This will be in bbPress 2.6 https://bbpress.trac.wordpress.org/ticket/459

    .Permission masks per usergroup to control who can read, reply and post in different forums.

    Once the previous ‘Forum Moderation’ is shipped as part of bbPress 2.6 we can look to extend that functionality further to encompass this.

    .Content approval for new posts and to take individual posts offline for review.

    This is also coming in bbPress 2.6, see https://bbpress.trac.wordpress.org/ticket/2645

    .Warning system for handling member mayhem.

    Not sure what this would entail, I get what your saying, I suppose the current way to do things is block/ban the user though you are suggesting there should be a way to handle/have some way/form of communicating with said user. (See private messages below)

    .Report center where moderators and admins can handle reported threads/posts/members.

    This is mostly also handled as part of https://bbpress.trac.wordpress.org/ticket/2645

    .Private messages should not require Buddypress. It should be in BBPress.

    I’m not 100% sold on this idea that bbPress should include this, with that said though, as per above a way to ‘communicate’ in some form either with the moderators (or in this use case other users) I have an idea for this, how exactly it would implemented I’m not sure of just yet but the idea is there, just need to get some time to give it a try and see what happens πŸ˜‰

    .Custom Profile Fields should not requires Buddypress…

    Custom profile fields do not require BuddyPress, bbPress 100% fully supports custom profile fields as part of WordPress ‘Custom Profile Fields’.

    https://codex.wordpress.org/Plugin_API/Filter_Reference/user_contactmethods
    https://gist.github.com/ntwb/c70caf5a0aa9d3062a6d

    .Notifications should not require Buddypress…

    I think I am with you here…

    .Buttons to take actions at the top of the thread and post is also standard since 2003.

    The following ticket covers half of this, firstly for accessibility issue, most likely this will extend to include links.

    .Out of the box functionality so there is no need to create additional pages like bbpress.php to actually make things look the way you are.

    This is near impossible, with the ~2,000+ themes in WordPress’ theme repo we cannot support this many themes yet alone when we start counting the number of commercial themes available. We do our best to have template compatibility with as many themes as we can and think we work ‘out of the box’ on more themes than we don’t.

    #149891

    In reply to: My impressions so far

    Jimi Wikman
    Participant

    It’s the same issue with all forum software, and blogging software for that matter.

    In my experience most people do not want a minimalistic forum and that is why you will find thousands upon thousands of people asking which forum can integrate with WordPress. Check any forum and you will find hundreds of people looking for ways to integrate that forum software into their wordpress.

    The ones that use BBPress are the ones that are content with what comes out of the box and I would say we are a very large minority!

    With the decline in forum usage in the last 5-10 years I would say that functionality is what makes forums stay alive. If you look at IPB and VBulletin they are still the most used forum software despite the fact that they cost money.

    The reason for that is the features that can satisfy every need a user could possibly have. Its constantly being developed and has many large modifications from a core group of dedicated developers.

    I think that with some modifications to the core so that the basic functionality can easily be added, perhaps by adding a plugin storage with key plugins that can be added or removed as the user need it. I don’t think regular users will spend time looking for a BBPress plugin to give new post indicators and go through the hassle of installing Buddypress for more functionality. Instead I believe in the setup that Buddypress have with core modules you can turn on or off as you need them.

    I DO believe that BBPress have a great potential to be one of the largest and most used forum software in the world. It has a great integration with WordPress. It has lots of features and a strong community of plugin developers. And it’s very fast.

    I just think it need a lower learning curve and a more approachable attitude πŸ™‚

    #149890

    In reply to: My impressions so far

    Robin W
    Moderator

    Jimi,

    Nice to have you aboard, and I hope that you’ll help in improving bbpress. More UX help is welcome.

    I think bbpress users split into two groups.

    1. The users that just want a simple forum as part of their web.

    Those that visit the support forum usually only need a couple of changes. this is the vast majority of bbPress users

    Biggest issues for these are

    getting it working with their theme – usually because the theme has a highly complex page.php, and these users are not code savvy, and many don’t know FTP
    registration and logging on – really a wordpress issue, but it’s the first time they come across needing to do this, as before they were the only user
    Adding simple features – since each one varies these can only ever be bespoke, and again since these people are not code savvy you need to show them child themes and functions files first

    2. Users who typically want bbpress to look like someone else’s feature rich forum

    They want all the features, look and functionality of another bb, but on wordpress. Some then complain on the forum that they don’t like the software, and why doesn’t it look exactly like xx, which is much better, much easier and has better documentation. Which kinda grates, and surely it would be better to complain to xx’s forum as to why they don’t make a version of their fantastic software to work on wordpress, rather than complain that bbpress’s software doesn’t look like theirs. This to me is a bit like complaining to Ford that their cars don’t look like Nissan.

    The issue here is that bbpress is just a plugin, written by some guys to do forumy stuff. Like all software it could be better, the docs can always be better, but the philosophy of the somewhere is to keep it light.

    So I s’pose the challenge is to help improve it so that it can work for both camps. So I really do hope you stay and add expertise, maybe go into the codex and improve the documentation – anyone can, but most don’t !

    #149887

    In reply to: bbPress Codex

    Stephen Edgar
    Keymaster

    I agree with and echo Robin’s sentiments above.

    The plan is to update, including breaking up many of the current docs to separate sections based more along the lines of a “Table of Contents” similar to how BuddyPress have done in recent months.

    You can see BuddyPress’ planned “Table of Contents” linked from https://codex.buddypress.org/ on Google Docs here.

    So the plan will be for bbPress to go down a similar road as BuddyPress and WordPress with their upcoming handbooks (e.g. plugins, themes).

    Again this is all a time thing and as always, contributions are always most welcome πŸ™‚

    #149875
    Robkk
    Moderator

    i know this is possible there is some function to display usermeta

    webpage: there is a website field in contact details in bbpress profile , that i think it gets that from wordpress profile information and just displays it frontend.

    about me: there is Biographical Info under About Yourself so its possible to call it using a display usermeta function i think.

    send me an email: you can make a link with php inside of it so it would end up with mailto:(user-email), i dont know for sure if thats a safe way to do it though.

    and you just put all that code and display on the frontend where the forum role and user stats are.

    #149873

    In reply to: User functions.

    Robkk
    Moderator

    use a certain plugin that sends notifications to certain user roles, like moderators

    https://wordpress.org/plugins/bbpress-notify-nospam/

    #149862

    In reply to: Forum subscriptions

    rzelnik
    Participant

    Update to my previous post: I have tried to debug the wp_mail input via WP Mail Log plugin. It seems that the bbPress doesn’t respect the e-mail settings. I have set outgoing (from) email address via WP-Mail-SMTP plugin. The rest of the WordPress email functions respect this setting, but the forum/topic notifications send the mails with default outgoing/from address (<noreply@domain.tld>). In addition, the recipient/to address of the sent emails is also noreply@domain.tld, despite the fact, that the recipients have their own email addresses set in their user profiles.

    #149860
    kopperwoman
    Participant

    I’m having a similar problem to dustinarmstrong. But its not exactly the same.

    I’m trying to fix a broken forum set up for a client. I did not do the forum installation (he did it himself) AND the forum is installed on a live site that gets lots of web traffic so I don’t want to do anything that might impact the website overall.

    Here’s my situation:
    1) BBPress was installed (I don’t have details about when and how),
    2) a page was created with the [bbp-forum-index] shortcode on it
    3) the forum didn’t work, so my client contacted me to fix it
    4) I went into settings > forums and changed the forum root slug from the default “forum” to “travel-forums” (the name of the page where the shortcode lives. The error message “Possible bbPress conflict: Forum slug” showed up next to the slug field after saving the settings.
    5) I also changed the single forum slug from the default “forum” to “travel-forums”. The error message “Possible bbPress conflict: Forums base” showed up next to the slug field after saving.

    In my case, the forum page DOES show up at http://foobar.com/travel-forums but it is empty except for the welcome text that I had entered into the forum main window. (So it just says “Welcome to our forum” without any of the discussion topics showing up.

    Also, I have the “Recent Topics” widget enabled on my sidebar and my three test discussion topics DO show up there. When I click on any of them they take me to the correct URL but the pages are blank. So, for example, when I click on “test topic” in the widget I land on http://foobar.com/travel-forums/topic/test-topic/ and the page displays the topic header “Test topic” and the topic question “what do you think about travel?” but it doesn’t display any of the posts.

    I’m not sure if this behavior is related to the slug conflict error messages or if something else is wrong.

    I’m trying to follow the advice that Stephen Edgar gave.

    First up, I think this is probably true in my case:

    most likely you have something else either titled or using the slug discuss and this includes any items in trash as even though they are in the trash they still reserve that slug and it is not released until the item is removed from the trash.

    This is probably a stupid question but How do I empty the trash to make sure that the old slug is removed?

    Second, I’d like to try this:

    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.

    but since my website is live and has been for a long time (and has lots of blog posts using the custom structure already) I’m concerned that this could permanently break the existing links. Any thoughts on this?

    #149854

    In reply to: User functions.

    ttmt
    Participant

    Ok so I see in the back of wordpress bbpress settings I can deselect subscription to post and tags but this deletes it for all users.

    How can I allow subscription and notification emails is only allowed for Moderators

    #149843
    khansariamirreza
    Participant

    Hi to everyone and sorry for my English
    I installed bbpress on my site and now wondering is there this futures i wan’t:
    1) Is there any user role plugin or tweak for posting restrictions i wan’t to let all peoples ask their questions on my site but the topic or their reply not published until i approve (somthing like contributer role in wordpress)

    2) Is there any captcha for bbpress?

    #149841
    Stephen Edgar
    Keymaster

    Can I bring with me the anonymous posts from deleted and anonymous users?

    I have just added support for this to a handful of bbPress’ importers, I hope to finalize some bits for compatibility with all of bbPress importers by the end of the week and release the code for people to test out. πŸ™‚

    Importing Avatars

    This is kind of a complex issue because of PHP timeouts, if we can’t find an avatar via ftp/http how long do we wait, what if the remote avatar no longer exists.


    @cybmeta
    Has written a Joomla Kunena Forum Attachments converter for the GD bbPress Attachments plugin.

    I’d like to play around one day when I have some time up my sleeve to base an avatar and attachment importer that we could use as a separate plugin to import these into WordPress media library for use with bbPress.

    https://github.com/CybMeta/kunena-attachments-to-bbpress

    Kunena converter for bbPress 2.4

    Kunena converter for bbPress 2.4

    #149830
    Robin W
    Moderator

    Should the user get a message if the post contains a word in the moderation list. If not is it possible to do this.

    no it just goes into moderation.

    I don’t know how to change this, as it’s fairly core to wordpress

    #149822
    rzelnik
    Participant

    I have a WP+BBP installation for few months. The forum subscriptions worked well until recently – it sent e-mail notifications for users subscribed in a particular forum or topic as expected. Now it doesn’t send any e-mail. Any other e-mail notifications (user registration, password change etc.) are working well. I tried to create two bare new installations of WordPress with bbPress and no other plugins. It is working like my existing WP+BBP – all e-mail notifications are working well, except the new forum/topic notifications.

    BTW, where can I find the subscriptions/notifications setttings? I can not find it. I can just check this one checkbox in Forum Features:

    Subscriptions [] Allow users to subscribe to forums and topics

    #149815
    ttmt
    Participant

    Hi all

    I have bbPress installed and everything is working fine.

    I would like to use wordpress’s moderation tools.

    This post states that bbPress uses the same moderation tools as WordPress.

    Moderation and BlackListing

    I have entered test words in the moderation text box:

    Dashboard > Settings > Discussion > Comment Moderation

    If I use these words in a post nothing happens and the post is added to the forum.

    I’m logged in as admin and the words are used in the post not comments.

    Does the user effect the moderation?

    Is the moderation only on comments?

Viewing 25 results - 9,151 through 9,175 (of 26,874 total)
Skip to toolbar