Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 1,451 through 1,475 (of 26,827 total)
  • Author
    Search Results
  • #224387
    Robin W
    Moderator

    bbpress simply users WordPress registration, so any WordPress registration plugin will work.

    just google ‘wordpress registration plugins’

    #224386
    pluckvermont
    Participant

    Hi,

    I am trying to customize the registration email for BBpress. Is there an easy way to do this?
    Looking through this forum, I understand the email is generate by the WordPress Core.

    Is there a plugin? I’d just like to redirect people to the actual forums, and not our site’s homepage.

    TIA–

    #224377
    skpc1
    Participant

    HOW TO REDIRECT USERS, WORDPRESS BUDDYPRESS HIDE PAGE FROM NON-MEMBERS, NON-LOGGEDIN USERS..

    How to hiding / redirect users page from non logged in users ?

    Here the simple step to protect your WordPress BuddyPress member only pages. Add this simple snippet into your theme’s ‘functions.php’ file. That’s it..

    The below snippet sample will redirect the visitor if the visitor is not logged in & trying to visit the sensitive BuddyPress pages.

    Will redirect non-logged-in users trying to access private content to your front page or home page
    Ref: https://vvcares.com/blog/post/wordpress-buddypress-hide-page-from-non-members

    #224365
    Robin W
    Moderator

    best I can offer is

    bbp style pack

    once activated go to

    dashboard>settings>unread posts

    #224360

    In reply to: Is bbpress abandoned?

    Robin W
    Moderator

    dev work is ongoing in bbpress – see

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

    but bbpress authors chose to release sparingly.

    there are a good many additional plugins that do lots of things to add functionality to bbpress

    #224330
    Robin W
    Moderator

    #224326
    Robin W
    Moderator

    ok, I cannot replicate – might be a multisite issue, might not.

    all I can suggest further is the standard advice :

    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

    Then come back

    #224288
    Robin W
    Moderator

    This plugin still works

    bbPress – Moderation Tools

    on the ‘security settings’ – these are as set in

    dashboard>settings>disucussion>comment moderation where you can increase the no. links allowed

    #224268
    Ludovic S. Clain
    Participant

    Hi Robin,
    thank you for your reply.

    For your reference, wp-cli commands often (if not all) have default outputs and they do not need to be explicitly declared unless particular outputs are expected.

    Here is a list of all post types available on my WordPress installation:

    https://markuphero.com/share/5dn5FOkMzGNpG9R6Unbx

    As you can see, I have a custom post type named ‘sfwd-lessons’ so if I run the command wp post list --post_type=sfwd-lessons I have all these custom posts which are listed with the default outputs:

    https://markuphero.com/share/8Mbqbgujeaou2QH60l1k

    But when i’m trying wp post list --post_type=topic the output is empty:

    https://markuphero.com/share/3APucSjLM0IHRgLHIuVb

    https://markuphero.com/share/V3pihOOXPNQWUx3Knzqd

    Have you really tried it on your end?

    Warm regards,
    Ludovic

    #224260
    Robin W
    Moderator

    from your example, you haven’t said what you want the cli to output

    eg

    $ wp post list –post_type=topic –fields=post_title,post_status

    or

    $ wp post list –post_type=topic,post –format=ids

    see examples in

    wp post list

    A.
    Participant

    Hello there,

    we’re a WordPress Multisite and recently updated bbpress from 2.5.12 to 2.6.6 and figured out that on a user profile page no subscribed forum are being listed anymore but this message: “Oh bother! No forums were found here.”

    But the user indeed has at least one forum he subscribed to. Subscribed topics are working just fine.

    We also deactivated / activated the plugin, run the database upgrades but still no forum could be found.

    How can this problem being solved?

    abdurrahman43
    Participant

    Yes, I would agree that you would need to create a link or Install WordPress setup in Magento as explained in the article: https://www.cloudways.com/blog/integrate-wordpress-blog-magento/

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>forum templates

    #224190
    Robin W
    Moderator

    if you are after styling the forums, then

    bbp style pack

    #224177

    In reply to: Forum layout

    Robin W
    Moderator

    the theme used on this site is in

    https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base

    but I suspect your site already has a theme and other plugins.

    I would suggest you look at

    bbp style pack

    which will let you amend many things, and let you add single topic and single forum widgets to your sidebar

    #224174
    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

    #224159
    Robin W
    Moderator

    spectators should not be able to create topics.
    Participants by default can.

    you will either need to

    change participant permissions -see this

    Custom Capabilities

    or add

    Private groups

    and set up topic permissions which will then let you set up a group with permission to reply only

    #224152
    Laura Slezak
    Participant

    I am having an issue where all users, even with Participant or Spectator user permissions, are able to create their own topics for discussion. The way our site is set up, we want to limit the topic creation to admins or moderators. I cannot find a setting anywhere to turn off this ability for users to create new topics. cmti.crown.edu using Learndash 3.5.1. I’m not certain the version of WordPress and bbPress we are using but both have been installed and updated in 2021. Thanks for your help.

    #224150
    Robin W
    Moderator

    forums are displayed using wordpress wpquery and post parent. you could add postmeta and add this to the query, but as I say lots of work to make this happen

    #224148
    Robin W
    Moderator

    you can make a topic ‘super sticky’ which will make it appear at the top of all forums.

    I know of nothing that will do a couple of forums, and indeed the code to do so would need to catch lots of areas, such as subscriptions, freshness etc. which at the moment rely on the ‘post parent’ table element of WordPress, so lots of code might be needed to get it to work.

    #224131
    Robin W
    Moderator

    I would switch debug on – and see what errors you are getting

    https://wpforms.com/developers/how-to-enable-debugging-in-wordpress/

    and see what error is occuring

    #224126
    Robin W
    Moderator
    add_filter( 'bbp_get_forum_freshness_link', 'rew_show_forum_freshness' , 10 , 6) ;
    
    function rew_show_forum_freshness ($anchor, $forum_id, $time_since, $link_url, $title, $active_id ){
    	return $time_since ;
    }
    
    add_filter( 'bbp_get_topic_freshness_link', 'rew_show_topic_freshness' , 10 , 6) ;
    
    function rew_show_topic_freshness ($anchor, $topic_id, $time_since, $link_url, $title){
    	return $time_since ;
    }

    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

    #224125
    quilp
    Participant

    WordPress version 5.8.1
    bbPress version, 2.6.6
    bbp user rankin 3.5

    link to site. http://www.kingdompen.org

    Theme: Divi Version: 4.12.0

    We’ve been experiencing periodic site instability that is temporarily resolved by deactivating and reactivating bbpress plugins. Instability includes all site pages returning “No Results Found” and/or global header being stretched across half the page.

    Error log is showing errors for bbp user ranking

    error log example:

    [29-Oct-2021 14:34:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function bbp_get_user_topic_count_raw() in /home2/kingdqj0/public_html/wp-content/plugins/bbp-user-ranking/includes/functions.php:63
    Stack trace:
    #0 /home2/kingdqj0/public_html/wp-content/plugins/bbp-user-ranking/includes/functions.php(35): bur_display_counts(12415, ‘yes’)

    #224121

    In reply to: Shortcodes in Sidebar

    Robin W
    Moderator

    suspect that as bbpress has custom post types, your sidebar manager is responsible

    so standard testing advice is

    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

    #224107
    Robin W
    Moderator

    untested, but this should take out newlines and change the excerpt length to 150 – just change the 150 in the code to whatever length you want.

    so firstly you need to alter the default in wordpress which is 55 so

    add_filter( 'excerpt_length', 'rew_change_default_length' ) ;
    
    function rew_change_default_length () {
        return 150;
    }

    then alter it in the bbpress function, and change to take out line breaks

    add_filter ('bbp_get_topic_excerpt' , 'rew_remove_line_breaks', 10 , 3) ;
    
    function rew_remove_line_breaks ($excerpt, $topic_id, $length){
    		$topic_id = bbp_get_topic_id( $topic_id );
    		//change length here
    		$length   = 150 ;
    		$excerpt  = get_post_field( 'post_excerpt', $topic_id );
    
    		if ( empty( $excerpt ) ) {
    			$excerpt = bbp_get_topic_content( $topic_id );
    		}
    
    		$excerpt = trim( strip_tags( $excerpt ) );
    		
    		//take out line breaks
    		$excerpt = preg_replace("/\r|\n/", "", $excerpt);
    
    		// Multibyte support
    		if ( function_exists( 'mb_strlen' ) ) {
    			$excerpt_length = mb_strlen( $excerpt );
    		} else {
    			$excerpt_length = strlen( $excerpt );
    		}
    
    		if ( ! empty( $length ) && ( $excerpt_length > $length ) ) {
    			$excerpt  = mb_substr( $excerpt, 0, $length - 1 );
    			$excerpt .= '…';
    		}
    		
    		
    		// Filter & return
    		return apply_filters( 'rew_get_topic_excerpt', $excerpt, $topic_id, $length );
    }

    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

Viewing 25 results - 1,451 through 1,475 (of 26,827 total)
Skip to toolbar