Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 1,676 through 1,700 (of 26,829 total)
  • Author
    Search Results
  • #220921
    jason4locations
    Participant

    I want to get a forum up as soon as possible and for free, and then compare free hosts and paid hosts, to see if I can find a better host for me to use later. (I’ve found some free hosts for WordPress, and I hope one will work.) In other words, I might want to change hosts, if it is possible to change from one free host to another free host (or to a paid host), without losing my forum (and the threads of, posts of, and information about those who registered). My problem is that, while I’ve found migration tools that make a bbPress forum from different forum software (if it is called software), I haven’t found any that make a forum from the same forum software (that is used with a different host). Can bbPress, or any software, do that? If I can change the host, will bbPress automatically do that? Is it possible to change from using one free host to using another free host, while using bbPress? Thank you.

    phillykish
    Participant

    Hello all.

    I’m trying to figure out how to remove the “create group” option when in the groups page. I don’t want my subscribers to have this functionality. How can I remove it?
    I thought it was another capability option in the user roles, but haven’t found it. Could someone point me in the right direction?
    I’m using using WordPress 5.7. 2 running BuddyPro_Child theme. Thanks!

    -Kish

    #220904
    Robin W
    Moderator

    start with

    bbp style pack

    #220902
    phillykish
    Participant

    Hello.
    I just started using WordPress 5.7. 2 running BuddyPro_Child theme. I have members as subscribers. They can post updates to other members, however, they cannot post a comment or reply. I’m thinking this has something to do with the user roles. When i changed the user role for a member to Administrator, then they could post comments or replies. But I don’t want to have members as administrators.
    What is the specific WordPress capability I would have to grant for the subscriber user role to allow them to comment or reply to posts?
    Thanks in advance!

    -Kish

    #220894
    drdarakh
    Blocked

    Dear all eminent wordpress gurus ,

    This is pertaining to the site http://www.dentistrytoday.info which is a dentistry related discussion forum

    I have two queries :
    1) Is there any plugin which inserts a box of Creating new topic on the home page .
    What we are looking out for is something similar to major social media sites.

    2) Pls also comment on the UI, layout and colour scheme of the forum ? ( home page as well as forum proper ). What improvements are required so that the home page becomes more elegant and inviting ?
    Thanks in advance for all inputs and many thanks in advance for the same

    Regards,
    Dr. Veerendra Darakh

    #220888
    axelbirkner
    Participant

    Hi dear Forum,

    Environment:
    Wordpress 5.7.2
    Theme: Teletype
    bbpress: 2.6.6
    link to site: http://lohntdas.de/Forum/Forum/rechner/finanzen/zinsrechner/

    I have a link to my bbpress forum under my website. When the page with the forum opens it is lying under the header. I would like to move the fourm a couple of lines down and let it not destroy the header.
    I did a record here https://youtu.be/gtTcRjM2MOM

    I would be very grateful if anybody can help me!

    Thanks a lot!

    All the best
    Axel

    #220879
    Spencer Hill
    Participant

    @highrollerusa Robins sarcasm is unhelpful and should be #moderated but I don’t disagree with some of the facts. I left WordPress entirely for Laravel a few years ago. My experience with the WordPress community is responses like Robins, and fundamentally broken and opinionated leadership who fail to get anything done, especially as it relates to easily developing new features and deploying WordPress sites not to mention in a secure.

    I built this forum site with Laravel + Laravel as an alternative to this feature: https://StoneFabricatorsAlliance.com it’s so much easier to update with new features, we make rollouts weekly. It’s so easy. Doing this with WordPress was immeasurably more complicated for less secure, less stable and slower product.

    I would encourage you to consider Laravel instead of waiting 7 more years as I did.

    #220866
    Robin W
    Moderator

    This should do it

    add_filter( 'bbp_current_author_ip', '__return_false' ) ;

    if it doesn’t then

    add_filter( 'bbp_current_author_ip', 'rew_remove_ip' );
    
    function rew_remove_ip () {
    $retval = 0 ;
    return $retval ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    #220862
    gasjp9ugawesg8awe
    Participant

    I am managing the BBPress website.

    I do not want to record the Posters IP address.

    But,for now,it record the Posters IP address like this.

    https://snipboard.io/KiHAGt.jpg

    Is it possible to not to record IP address on WordPress?

    #220860
    Robin W
    Moderator

    looks like an issue with this function

    wp_insert_term()

    where that error message is created.

    #220859
    Robin W
    Moderator

    ok, so I don’t think that is coming directly from bbpress.

    It may well be a theme or plugin issue.

    eg googling I found this :

    https://wordpress.stackexchange.com/questions/277874/creating-menu-always-gives-error-a-name-is-required-for-this-term

    so

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #220856

    In reply to: email notifications

    Robin W
    Moderator

    This still works fine

    bbPress Notifications

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>login

    #220787
    dlpalumbo
    Participant

    Hi. Newbie here. Working with a bunch of retirees. We have a website (larcAlumni.org) that uses WordPress (5.7.2). I thought using a forum would simply our communication and keep records as well.

    We had bbPress plugin, but it was deactivated. When I activated it, I did not get intro screen nor did I get Forum menu item. I do get Topics and Replies menu items. I deactivated all other plugins, reactivated and reinstalled, no change. I ran Troubleshoot and got a critical error.

    DIVI is installed with a basic, blank theme.

    Any suggestions what I might try next?

    Thanks for help, Dan

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    dredarsenic
    Participant

    Home


    WordPress Version 5.7.2
    BBPress Version 2.6.6

    When I go to the forum on the front end, try to create a topic, first I get “A name is required for this term.”, then the created topic does not show on the user’s front end, only shows in the Admin backend.
    Can you please advise what might be the issue here?

    Thanks

    #220758

    In reply to: Private Messaging

    Robin W
    Moderator

    BP Better Messages

    or

    Front End PM

    have both been recently suggested, but I have not tried either, any feedback would be welcome 🙂

    #220751
    Robin W
    Moderator

    @gloriajameson you are now well beyond any support for bbpress!!!

    And into wordpress and the plugin you are using.

    I have no idea if that plugin stores uploads as WordPress media images, or in a separate folder, and indeed whether it makes multiple copies. I have no knowledge either of compressor, there are other compression plugins, but as I say not in my area to recommend or indeed say whether they would work.

    My personal general view would be that letting users exchange images privately, whilst leaving copies on your website sounds dangerous as without looking as each image you have no idea what images are being sent, thus leaving you open to possible action such as copyright, reputation damage though say pornography or indeed criminal action against you – eg in the UK holding bomb making instructions makes you liable to be sent to prison. Depends on how much you want to trust your users 🙂

    #220749
    gloriajameson
    Participant

    Thanks Robin

    Actually I have some further questions if you wouldn’t mind me tapping your knowledge again. There is a feature in Front End PM that allows attachments to the private messages. The size (default 4MB) and number (default 1) of attachments can be set in the FEPM control panel. I’m guessing the 4MB may come from a typical cellphone photo size (actually possibly a bit out of date these days) but my instinct is not to let big files in as I’ve only 5GB of space left on the account.

    Question 1: If I used a plugin like say compressor.io, would it intercept FEPM attachments and do the job? If so, do I need to set the max file size to the before or after compression figure?

    Question 2: I understand WordPress and Avada between them make multiple copies of any upload (18?) That means I could run out of space very quickly. Should I even be contemplating attachments to PMs given my site capacity? (reference https://theme-fusion.com/documentation/avada/media/how-avada-controls-responsive-images/ )

    Question 3: As administrator I can go in and delete old attachments. Would that instantly free up disk space?

    #220681
    gloriajameson
    Participant

    Hi Robin,

    The BBpress Messages plugin you mentioned isn’t appearing when I search for the plug-in in WP control panel. Alternatively, clicking through on the link you gave I found this, perhaps this is why it’s not appearing:

    This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

    How about this one, perhaps it’s a newer version? It pops up right away on the control panel:

    BP Better Messages

    #220675
    jhawtin
    Participant

    Hello,

    my site has 3 forums. We would like two of the forums to allow replies to topics to post automatically which is happening now. However, on one of the forums we’d like all replies to topics to be required to be approved by a specific keymaster.

    Is this possible?

    We are using bbpress on wordpress with the plugin ultimate member pro.

    #220665
    Robin W
    Moderator

    This still works as far as I know

    bbPress Notifications

    it it is not perfect, the code wold get you most of the way to what you want

    #220658
    Robin W
    Moderator

    Wordpress is free software, as is bbpress 🙂

    Some lunches are free, but yes you should add plugins with some thought.

    #220653
    Robin W
    Moderator

    bbPress Messages

    still works as far as I know

    #220652
    gloriajameson
    Participant

    Hi,

    I’m interested in having a user-to-user Private Message function on my site. Simplest possible / no frills.

    My site is .org / wordpress v5.7.2

    Site (not yet in full use) http://forum.thehiddenpeople.ie/

    Currently activated plugins:
    Akismet antispam
    Avada Builder
    Avada Core
    Basic use avatars
    BBPress
    Disable Gutenberg

    I’ve come across a few plugins that sound like possibilities but none that have been tested with Avada. Any recommendations anyone?

Viewing 25 results - 1,676 through 1,700 (of 26,829 total)
Skip to toolbar