Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 5,026 through 5,050 (of 26,836 total)
  • Author
    Search Results
  • #178795
    alexander12111
    Participant

    Hello. Have the same issue. Key-master role is disappeared too. My bbpress version is Version 2.5.10 and WordPress version is the latest one. http://prntscr.com/d1cidr – roles which I able to set. http://prntscr.com/d1cj5v avaliable settings. Looks like the key-master role is disappeared. Hope for your help.

    #178794
    zoeylwm
    Participant

    Hi there,

    I recently found bbpress in hopes to create a forum, but after installing and activating the plugin, there are no changes in the dashboard ( forum button did not appear after activation ).

    I also noticed that the 2.5.10 bbpress plugin is not tested with my version of WordPress, which is 4.6.1.

    Is there anyway to fix this? I am really looking forward to use this plugin for my forum.

    Thanks in advance.

    Robin W
    Moderator

    presuming this is not spam (website removed from the above) , then install via wordpress, and if you get an error, please post exactly what the error is !

    #178785
    zimmermann.c
    Participant

    With the

    localization

    plugin, text tranlation does not work: people still get the english text,
    eg :
    Hello!\n\nA new topic has been posted by [topic-author].\n\nTopic title: [topic-title]\nTopic url: [topic-url]\n\nTopic excerpt:\n[topic-excerpt]\n\nNotify message by bbPress Notifications

    in addition, the Bbp extension (in that localization) says
    Compatibility: 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 for for helping me to find another way to get french texts
    regards Charles

    #178754
    redd012a
    Participant

    Hi,
    I’m using latest version of the plugin and wordpress. I wanted to know that can i define post template for my bbpress forum?

    We use our forum for applications!
    I may refer the link given below:
    https://www.warzone.club/forums/topic/adminship-application/

    In this topic, I want the bold on in my predined template.

    Thanks

    #178751
    hanifascraps
    Participant

    Wordpress 4.6.1
    Bbpress 2.5.10 |

    Hi there,
    Today I found here the forum some very useful code to help me change something as colores and sizes.
    But there is a component I could’t change, that is the Forum-Title.
    Is there anyone that can help with some simple css as how to change the forum title
    I thank you in advance.

    #178742
    atmojones
    Participant

    So I made a clean install of WordPress and bbPress (and then after a few test posts I installed buddypress which didn’t change anything) and made 2 users. When I @mention a user in the forum it links correctly regardless of how many spaces I enter. HOWEVER, it does always strip the leading spaces down to 1 in the presentation of the post. If I click Edit on the post the original number of spaces can be seen. Is this intended behavior?

    I’m going to make the changes to functions.php to enable the visual editor and to enable buddypress @mention suggestions in bbPress visual editor (like my production site) and see if the error reproduces.

    lukasklokan
    Participant

    Hi guys,
    I am just trying to setup my first bbpress forum. I would like to allow unregistered users to create new forum topics and replies. In settings, I have ticked the box Anonymous posting: Allow guest users without accounts to create topics and replies.

    However:
    1) When trying to create new topic as unregistered user, I am receiving error: “ERROR: Your topic cannot be created at this time.”
    2) When trying to respond to existing forum topic as unregistered user, I am receiving error:
    “ERROR: Your reply cannot be created at this time.”

    Can you please advise what I am missing here? I am using WordPress 4.6.1 and bbpress 2.5.10

    Thank you,
    Lukas

    #178723
    Robin W
    Moderator

    You will be able to with my plugin

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

    #178722
    Robin W
    Moderator

    you should be able to with my plugin

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

    go to

    dashboard>settings>bbp style pack>forum display>item 9

    #178692
    DealL
    Participant

    Thank you for the guidance. However, let’s say there is a new post with id #123 and I attach a bbPress topic to it id #456 (by attach, I mean replacing comments with bbPress replies)

    Now, a grid that’s generated on the homepage is generated by the WordPress post #123. How will I ensure that the replies count of topic #456 shows in place of comment count of WP Post #123? How can that synchronization be done?

    Thank you again

    #178683
    Robkk
    Moderator

    If you didn’t change any of the default forum slugs like say for a single topic, then don’t worry about it.

    Ummm can you just edit the forum FORUM–Youth Sports, Parents, Gear and more!, tell me the permalink below the title input box is, if it doesn’t have spaces or those weird %20 text, then just update the forum real quick to see if this can fix the url of the topic link.

    Go to Settings > Permalinks in the WordPress backend and do the same thing, just hit the save changes button.

    And try going to Tools > Forums in the WordPress backend and running these two repair jobs, one at a time.

    Recalculate the parent topic for each post
    Recalculate the parent forum for each post

    Last possible thing you can do is maybe trash and delete your existing topic, youth sports and create a new one to see if this issue persists.

    #178676
    Robkk
    Moderator

    See if using this plugin can help remove those specific WordPress post embeds.

    https://wordpress.org/plugins/disable-embeds/

    A topic with a bunch of embeds may load slow, maybe using a lazy load plugin can help as well for a different reason, to load only what is in view for the user.

    #178675
    Robkk
    Moderator

    You okay if it would looks something like this in the end? Look at the visual overview.

    https://developer.wordpress.org/themes/basics/template-hierarchy/

    I can help you identify some templates in a section if you need help on that. You might have to post a picture of the area though for me to know what you are talking about.

    #178669
    Robkk
    Moderator

    This is a possibly known issue that is theme/bbPress theme compatibility related.

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

    To fix this place the content-search.php and form-search.php files from the bbPress plugin to your child theme in a folder called bbpress.

    If you haven’t created a child theme create one.

    https://codex.bbpress.org/themes/theme-compatibility/

    https://codex.wordpress.org/Child_Themes

    #178666
    Robkk
    Moderator

    Are your forum posts still there?

    This could a possible theme issue. I think bbPress could use a template (either content-search.php or search.php ) by accident from your theme.

    Are you using a custom theme, you might want to create a child theme if so?

    To fix this place the content-search.php and form-search.php files from the bbPress plugin to your child theme in a folder called bbpress.

    If you haven’t created a child theme create one.

    https://codex.bbpress.org/themes/theme-compatibility/

    https://codex.wordpress.org/Child_Themes

    #178665
    Robkk
    Moderator

    The bbPress login/registration forms are buggy or have incomplete functionality.

    I say use the default WordPress forms for your users, or use a frontend form plugin.

    #178662
    Robkk
    Moderator

    Are you using the default bbPress login widget?

    This widget options has fields to activate the lost password and register links.

    To answer your reply here.

    https://bbpress.org/forums/topic/installing-bbpress-and-creating-registering-new-users-for-your-forum/#post-178650

    Make sure to enable registration in Settings > General from the WordPress backend.

    iempoweru
    Participant

    First details:
    Basic System info on wp core and all activated plugins. I am currently using Spacious theme adult, have not configured child as of yet. Will work on theme last thing.

    WP version 4.6.1
    Theme Spacious 1.4.1
    PHP version 5.6.25
    bbPress version 2.5.10-6063
    site url https://www.divorcehub.com
    Active Plugins Name and Version
    – p1 Akismet 3.2
    – p2 All In One SEO Pack 2.3.10.2
    – p3 bbPress Move Topics 1.1.3
    – p4 bbP Toolkit 1.0.6
    – p5 bbPress – Live Topic Suggestions 1.0.9
    – p6 bbPress Notify 0.2.2
    – p7 bbPress – Private Replies 1.3.3
    – p8 bbPress – Report Content 1.0.5
    – p9 bbPress 2.5.10
    – p10 Buddy-bbPress Support Topic 2.1.0
    – p11 BuddyPress Friends Only Activity Stream 1.0
    – p12 BuddyPress Friends On-line (FOL) 0.4.3.1
    – p13 BuddyPress Global Search 1.1.5
    – p14 rtMedia for WordPress, BuddyPress and bbPress 4.1.8
    – p15 BuddyPress 2.7.0
    – p16 Child Theme Configurator 2.1.2
    – p17 Header and Footer 2.0.3
    – p18 Like Button Voting & Rating 2.3.0
    – p19 Membership 2 Pro 1.0.3.3
    – p20 RSS Icon Widget 4.0
    – p21 Simple Contact Forms 1.6.4
    – p22 Theme Check 20160523.1
    – p23 Transcoder 1.0.7
    – p24 Turbo Widgets 1.0.4
    – p25 WP All Import 3.3.8
    – p26 WP Smush Pro 2.4.5
    – p27 WPMU DEV Dashboard 4.2

    As you can see I have integrated bbpress with buddypress and membership 2. These are almost completely configured to the way I want them.

    The goal with the content on this free membership site is to make almost all the content readable, but to allow only users to post new topics or replies.

    I have added one plugin at a time and test in between so I do not think there are any conflicts.

    Matter of fact, everything is great except for 1 thing.

    I do not want a non-logged in user to be able to post topics or replies. At the bottom of each of the current topics, there is a reply text entry field. If I log out and try to post a reply, I get this message:

    “slow down, you move too fast”

    So I either need to figure out how to change that message to “only logged in users can reply or post new topics” or something similar.

    Or I need to know how to hide the reply text entry field for non-logged in users.

    I have been through settings>forum as well as all the other plugins looking for the appropriate toggle to no avail.

    I have combed the forums and google with no success. Thanks in advance for your assistance. Linda @iempoweru

    #178655
    kravmagaspecialist
    Participant

    I’ve downloaded the bbPress plugin ( 2.5.10), after installing it and activating it, I do not see anywhere on the WordPress dashboard where it shows up.

    When trying to go to the bbPress About link by clickingon the WordPress icon in my dashboard, it loads a page that says “Sorry, You are not allowed to access the page”.

    So I went under the Users section to ensure that the Owner is a Keymaster.

    I’ve also go in and deactivated all my plugins to see if it works, but nothing has fixed.

    #178653
    Manas Mitra
    Participant

    Find a plugin BP Admin Actions (https://wordpress.org/plugins/bp-admin-actions/) to do this job.

    #178652
    lkrupa98
    Participant

    WordPress 4.6.1

    Version 2.5.10

    Message board: http://hp190.hostpapa.com/~aecaa159/?page_id=43

    My bbpress message board is currently using the “Unite” theme from ColorLib.

    It seems to work just fine on a desktop. However, the moment I view it on my Android smartphone (tried both Firefox and Chrome), I cannot click on any links to open the message board or open topics.

    However, if I switch to the default Twenty Sixteen theme, the message board works just fine on my smartphone. Argh.

    Would anyone please be able to help me make the message board function well on a smartphone using the Unite theme?

    #178644
    Graham
    Participant

    WP – ver 4.6.1
    bbPress – ver 2.5.10

    Home Page

    Hello, thank you in advance for any help!
    I have just activated a plugin called “Search bbPress 2.0” which fixes the issue of searching for topics, replies, etc. However, when the results display they include a link to the author and the title. The title works fine but the author points to “the_author_posts_link();” – which sends me to a url containing /author/ (instead of /members/)
    https://woodardnetwork.com/forums/?s=quickbooks

    I am thinking “posts” is not where I want to go, rather “members” – I could not find this in the documentation (or on codex.wordpress as it looks to be bbPress specific). Anyone know the replacement for the above function?

    Thanks again!
    -Graham

    #178639
    LevyImage
    Participant

    Hi,
    I’ve been struggling with a serious import problem since may 2016.
    Issue #1 My BBpress forums will not migrate properly with conventional WordPress import/export built in tool.
    Issue #2 When I use WP ALL Import (pro bundle) to get a CSV I can actually work with, and manually update the USER ID table and Forum ID and Parent ID, the import works (Forums and Topics are matched up properly) but tool>BBpress>recaculate will completely break the forum, I need to be able to recalculate once in a while… not being able to do this is a problem. And even to get the imports working I have to manually change IDs in the CSVs in order for the imports to match content up properly. And even when using vlookup in Excel, it is painstakingly difficult to manually create a dual reference column where column one is the old ID (for old website forum) and column two is the new ID (for new website forum). This is why I don’t have a fixed CSV for replies yet. I’ve thousands of them.

    Authors of WP ALL Import have been of no substantial help. Please any help because I’ve been paying for my old server and new server for months now and it’s gotten very expensive.

    Data columns including in Forum Export is:
    id Title Content Post Type Date Order Parent Slug Author Status _bbp_status _bbp_old_forum_id _bbp_forum_parent_id _bbp_forum_subforum_count _bbp_topic_count_hidden _vc_post_settings _bbp_status _yoast_wpseo_title _bbp_forum_id _bbp_last_topic_id _bbp_last_reply_id _bbp_last_active_id _bbp_last_active_time _bbp_topic_count _bbp_total_topic_count _bbp_reply_count _bbp_total_reply_count

    Data columns included in Topic Export is:
    "id Title Content Date Post Type Permalink _bbp_old_topic_id _bbp_reply_count _bbp_total_reply_count _bbp_author_ip _bbp_old_sticky_status _bbp_topic_id _bbp_forum_id _bbp_last_reply_id _bbp_last_active_id _bbp_last_active_time _bbp_voice_count _vc_post_settings vc_teaser Status Author Slug Order Parent Comment Status"

    Data columns included in Replies Export is:
    id Content Date Post Type Permalink Status Author Slug Parent Order Comment Status Ping Status _bbp_post_id _bbp_author_ip _vc_post_settings _bbp_activity_id _bbp_topic_id _bbp_forum_id

    For Forum’s I updated Author IDs.
    For Topic’s I updated Author IDs, Parent, and _bbp_forum_id

    After a successful import for these two post types,
    bbpress recalculate will completely break the posts’ hierarchy.

    I’ve yet to find a way to get replies to import successfully due to the shear number of replies and _bbp_topic_id’s I’d have to update the new IDs for.

Viewing 25 results - 5,026 through 5,050 (of 26,836 total)
Skip to toolbar