Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 5,601 through 5,625 (of 26,876 total)
  • Author
    Search Results
  • #174828
    Robkk
    Moderator
    #174817
    Robkk
    Moderator

    To see their edits you have to go to the edit post screen for the reply in the WordPress backend and then cycle through the revisions as you would any other regular WordPress post.

    There is a trac ticket to make this easier, like being able to cycle through the post content history with ajax.

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

    #174815

    In reply to: bbPress 2.5.9

    Robkk
    Moderator

    @soulkitchen

    Can you link me to the exact patch you worked on??


    @kineta

    Create a ticket in the bbPress trac. Login using your WordPress.org/bbPress.org login credentials. Find any more bugs, please report them.

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


    @rf0854

    Yeah not having wp_footer(); will mess up the editor because the script is enqueued in the footer of your page.

    #174805
    Robkk
    Moderator

    This is caused by some styles from your theme that is for WordPress comments reply link.

    Add this custom CSS snippet to a custom css plugin or in a child themes style.css file

    #bbpress-forums .reply {
      text-transform: inherit;
      font-family: inherit;
      font-size: inherit;
      letter-spacing: inherit;
    }
    Robin W
    Moderator

    There are lots of ways to achieve a login

    Via Widgets – Dashboard>appearance>widgets
    Via a login page – put this shortcode on a page [bbp-login]
    or using say my plugin – https://wordpress.org/plugins/bbp-style-pack/ Install the plugin and then Dashboard>settings>bbp style pack>login

    #174793

    In reply to: 2 tech questions

    Robin W
    Moderator

    For the benefit of others…

    1. use my style pack plugin

    https://wordpress.org/plugins/bbp-style-pack/

    and go to the login tab

    Robin W
    Moderator
    #174790
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    #174785
    shihangnk
    Participant

    Hi, I am using wordpress 4.5.2 and bbpress 2.5.9. I activated the bbpress plugin in dashboard and created a forum. But I got a blank page when I clicked the link to the forum. Then I found all other pages on the website become blank.

    I removed the plugin then the website works again.

    I suppose it is a template problem. But I don’t know how to fix it.

    My website is http://www.rcaonline.ca . Does anyone know what the reason is and how to fix it?

    Any help is appreciated.

    Sean

    #174782
    Otavio Miguel
    Participant

    Hello! I have on my wordpress admin one email, contato@vidroid.com.br , but I have other email that I like to use to mu forum: forums@vidroid.com.br . How I configure to send emails of bbPress’s forums by this email, not changing the principal email of my wordpress admin?

    Thanks!

    vincebrown
    Participant

    bbPress version : 2.5.9-6017.
    WP version : 4.5.2

    When creating a topic in the WordPress admin area, When I fill in the the the editor with some content for the initial reply/discussion of the topic nothing shows in the topic and it still displays there are 0 replies.

    Any one have any ideas on to why this would not be outputting ? anything in forum settings ?

    I have disabled all plugins and tried switching themes as well as create a new keymaster user with no luck.

    #174770

    In reply to: Help needed

    Robin W
    Moderator
    #174768

    In reply to: Help needed

    myuver
    Participant

    i think this plugin will help you to hide the top bar https://wordpress.org/plugins/wp-admin-no-show/ and about the size try this code

    bbpress-forums .bbp-topic-content p,
    bbpress-forums .bbp-reply-content p {

    font-size: 12px; /* enter the size u want */

    }

    #174756
    Robin W
    Moderator

    without seeing the site it is impossible to say

    can only suggest

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    #174755
    Robin W
    Moderator

    my plugin private groups will solve

    https://wordpress.org/plugins/bbp-private-groups/

    #174753
    Robin W
    Moderator

    yes my private groups plugin is what you want

    https://wordpress.org/plugins/bbp-private-groups/

    MichaelaChung
    Participant

    Here is the message I receive from a forum member:

    i”ve been trying to post a response for days now… have tried many times to reply, but when I hit submit, nothing happens. Tried another forum topic, nothing is showing up. I’ve looked all over the site for any ways to get help…and hope i don’t need to start dealing with WordPress. I’ve also tried logging out, but it won’t let me do that either. I’ve checked in my profile to see if i could change anything. The whole thing just doesn’t seem to be working at all for me. Talk about frustration! I was SOOOOo looking forward to connecting with everyone on the forums.now the site won’t load for me at all. Can you help?

    Another member reported a similar issue, so I’m guessing there are others who just didn’t bother to message me. I’ve already tried to disable Askimet and that didn’t work. I also had a member whitelisted by my host, which also didn’t make a difference.

    Wondering if anyone’s had trouble with Paid MembershipsPro and bbPress together? Could that be it?

    This is the forum: http://introvertspring.com/infj-forum-2/
    It is private, so you have to signup to enter.
    Wordpress 4.5.2
    bbpress 2.5.9

    #174748
    nathan1009
    Participant

    Hi all:

    I’m using wordpress 4.5.; bbpress 2.5.9.
    I learned that when user reply to a topic, their forum role display right next to their profile image. Is it anyway I can move the forum role beneath the profile image instead next to it?
    Your help is greatly appreciated.

    #174730
    jkuzma
    Participant

    From the Popup Maker author, via https://wordpress.org/support/topic/issue-with-bbpress-plugin?replies=8#post-8381778

    From the looks of that error it appears that bbPress is actually the culprit here. Looks like they are applying a filter to all queries of every post type, and for whatever reason the data they are looking for is empty. Basically they are missing what we call a sanity check (making sure data matches the type we expect. In this case calling in_array without making sure that the data is actually an array. Likely the error is common( not just with popup maker but potentially other custom post types), but your only seeing it because your site because you have WP_DEBUG enabled and WP_DEBUG_DISPLAY turned on. Without those on the error would be logged but page load just fine.

    I have not seen this before, but am happy to investigate.

    Is this an existing install of bbPress or a new one? IE Can I easily duplicate the problem simply by enabling both or could it be that you have 1000s of topics and replies which for whatever reason is leading to issues.

    #174729
    jkuzma
    Participant

    Finally found the culprit. Popup Maker appears to conflict, which was tough to locate because it wasn’t activate, then was activated.

    I will create a support ticket with them (https://wordpress.org/plugins/popup-maker/) Thank you again for your help.

    #174728
    Anticosti
    Participant

    Greetings,

    I made some languages tweaks in my bbpress-fr_FR.mo and bbpress-fr_FR.po files to make sure that when the forums are browse on mobile (portrait), then the strings ‘Participants‘ and ‘Articles‘ would not overlap (horizontally) each other. I translated those to short and sweet: ‘Voix‘ and ‘Posts

    I used to edit the French language file with Loco Translator but now, for some reason I don’t understand, Trying to save the translation generates an “ERROR: Forbidden

    Also every time you upgrade bbpress language files and that I upgrade some plugins, the languages files are forced in and my French custom file gets overwritten. That is starting to be irritating. A chance I have a backup, but… this should not be the default behaviour. Isn’t it?

    Please note, I found this “Error: Forbidden” problem with some other plugins where the .pot file had a missing language header.
    Ref.:
    https://wordpress.org/support/topic/error-forbidden-8

    Kind Regards,

    Yves

    #174720
    l11vyk
    Participant

    Our website is currently down.
    However, I have been using WordPress 4.5 with BBPress 2.5.8.

    I do not want my forum to be accessible to the public or through Google searches.

    Our website was developed to have usernames and passwords to access a log-in area where the forum is held.
    The settings for the forum were set as:
    Status: Open
    Visibility: Public

    We’ve since found out that topics can be found on Google with these settings. Our web developer says that the settings don’t matter.

    So, my question is: How do we create a forum that is not accessible to the public/Google?

    #174711
    Robin W
    Moderator

    Not totally sure what you want, but try my style plugin

    https://wordpress.org/plugins/bbp-style-pack/
    which has both breadcrumb, and layout options

    #174695
    Kineta
    Participant

    Funny, I could have sworn reply notifications worked when we were first testing and trying to find a forum platform that met our needs. Must have hallucinated that!

    Email notifications are fine for some things, but on a very active discussion board they would be overwhelming.

    I’ve been trying to hack the code in the includes/extend/buddypress/notifications.php file. But I’m pretty green with both php and wordpress/bbpress development. It does look like all the parts are there to extend it. But I’m a bit perplexed about some things in the code.

    modman
    Participant

    Hello!

    I’m ready to install wordpress with bbPress

    I need to say if there is a way to convert my forum IP.Board (By Invision Power Board) to bbPress

    I see that there are plugin that works only with old version of IP.Board (from 1.0 to 3.4)

    Thanks you so much!

    Daniele

Viewing 25 results - 5,601 through 5,625 (of 26,876 total)
Skip to toolbar