Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 5,676 through 5,700 (of 26,895 total)
  • Author
    Search Results
  • #174479
    bwarntzen
    Participant
    #174476

    In reply to: Comments on Topics

    Robkk
    Moderator

    There is no special optionYou would have to edit the bbPress templates, and I guess replace the reply form with the comment form.

    https://developer.wordpress.org/reference/functions/comments_template/

    And I guess you might need to do more work like remove any other mentions of replies in bbPress entirely like in topic/forum stats, notices/descriptions, user profile data, activate show lead topic, find a plugin to allow mods to move comments to other topics. Then you might need to find different plugins that you need if you want quoting, attachments, bbcode, and more for custom features.

    Then I guess if you want to ever leave bbPress with your custom comments integration, you will need to create a custom import for whatever you are importing to.

    Still do not recommend it, but if you really really want I suggest hiring a developer if you do not have the knowledge or time to do all of this by yourself.

    #174475
    Robin W
    Moderator

    try my style pack

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

    and go to

    settings>bbp style pack>breadcrumbs

    where you can say which appear and what they say

    #174458
    Robkk
    Moderator

    Devs say that its intentional for now and looking for a way to implement it without any further issues.

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

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

    There is a couple of fixes out there.

    1. This patch enables threaded replies, but will not work in private forums.

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

    2. I have not tested this proposed fix.

    https://wpup.co/bbpress-threaded-nested-replies-with-paging/

    #174456

    In reply to: Comments on Topics

    Robkk
    Moderator

    I do not recommend trying to use WordPress comments with bbPress, just use the default replies.

    #174454
    Robkk
    Moderator

    Devs say that its intentional for now and looking for a way to implement it without any further issues.

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

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

    There is a couple of fixes out there.

    1. This patch enables threaded replies, but will not work in private forums.

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

    2. I have not tested this proposed fix.

    https://wpup.co/bbpress-threaded-nested-replies-with-paging/

    #174453
    Robkk
    Moderator

    @maketheest

    When you enable the tinymce editor in bbPress, for now you have to edit that snippet you posted and edit it for every buttons html tags that you will end up using. Whenever you may be quoting another user using a different plugin you may need to use the paste as a text php code snippet in the guide.

    https://codex.bbpress.org/enable-visual-editor/

    Read this WordPress guide about the character entities.

    https://codex.wordpress.org/Writing_Code_in_Your_Posts

    #174451
    Robkk
    Moderator

    The plugin description on WordPress.org states it should show up on the premium version of the plugin, contact the plugin author about this.

    #174436
    alcarendor
    Participant

    I want to put a menu entries of the forums in a tab of the menu. While a user is loged in, all looks fine, but when a visitor enter without login, the main menu is broken: all entries are shown in the complete menu. See the images for better understand.

    Good Menu: http://imgur.com/tval2B3
    Bad menu: http://imgur.com/6wuTRRB

    I use the evoLve theme (3.5.0) (but the problem persits in TwentyFifteen and others) and the last version of BBpress (2.5.8) and WordPress 4.5.1

    (sorry for my ugly english)

    #174422
    hutad
    Participant

    Hi – I just installed BBPress and I can’t seem to have the admin reply to any posts. I created an account under the name Hutad and tried to reply as the Admin and can’t see the response live on the site. It’s in my backend but not live. I am using a custom theme.
    Here is the link to the topic/website

    https://wiperecord.com/forums/topic/dui-in-california/#post-2630

    Any suggestions much appreciated.

    I’m using the latest wordpress version

    d_ncs
    Participant

    Hi.

    I am looking for a wordpress theme to offer freelander services. I would like to have a system by which users can ask for a quote to all or some of freelanders.

    I think that if i can create a forum with some categories depending of freelander works, where freelanders would be subscribed, users can go to desired category/thread and there ask for a budget/quote of a work they need to do.

    Users can subscribe to this category/thread clincking in “Notify me of follow-up replies via email form” and, in this way, they can wait for freelanders answer with a budget.

    I think that all freelander answers should be private, so only the user that asked for a budget can know the answers.

    #174400
    arathra
    Participant
    	/**
    	 * Filter whether to trigger an error for _doing_it_wrong() calls.
    	 *
    	 * @since 3.1.0
    	 *
    	 * @param bool $trigger Whether to trigger the error for _doing_it_wrong() calls. Default true.
    	 */
    	if ( WP_DEBUG && apply_filters( 'doing_it_wrong_trigger_error', true ) ) {
    		if ( function_exists( '__' ) ) {
    			$version = is_null( $version ) ? '' : sprintf( __( '(This message was added in version %s.)' ), $version );
    			/* translators: %s: Codex URL */
    			$message .= ' ' . sprintf( __( 'Please see <a href="%s">Debugging in WordPress</a> for more information.' ),
    				__( 'https://codex.wordpress.org/Debugging_in_WordPress' )
    			);
    			trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
    		} else {
    			$version = is_null( $version ) ? '' : sprintf( '(This message was added in version %s.)', $version );
    			$message .= sprintf( ' Please see <a href="%s">Debugging in WordPress</a> for more information.',
    				'https://codex.wordpress.org/Debugging_in_WordPress'
    			);
    			trigger_error( sprintf( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s', $function, $message, $version ) );
    		}
    	}

    Is the function, line 3901 is : trigger_error( sprintf( __( ‘%1$s was called incorrectly. %2$s %3$s’ ), $function, $message, $version ) );

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict

    As Cherrypress is a paid theme – then contact the theme author for help.

    #174396
    arathra
    Participant

    I’ve narrowed this down to bbpress and have read up a load of suggestions but none seem to work and I can’t get rid of this error message which leaves the rest of the admin page blank.

    The message I get is:

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/xxxx/public_html/home/wp-includes/functions.php on line 3901

    Followed by

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/public_html/home/wp-includes/functions.php:3901) in /home/xxxx/public_html/home/wp-includes/pluggable.php on line 1171

    The first message I understand is a noted bug which I can ignore.

    The second appears only when bbpress is activated (even with no other plugins activated on a new 4.5 installation of WP is there).

    I’ve checked /wp-includes/functions.php and there are no spaces at the beginning or end of it (as suggested on another thread as a possible cause) and likewise /wp-includes/pluggable.php has no spaces.

    What else might be causing this error and can I do anything about it?

    Many thanks for any help here…

    #174384
    Robkk
    Moderator

    @zimmermannc

    Moderators cannot see the forums menu in the WordPress backend. To see the Forums menu item they need the keep_gate capability which only Keymasters have.

    Moderators can create forums on the frontend of your site if you used the [bbp-forum-form] shortcode in a page

    Editing forums, I am not sure how they are supposed to do that on the frontend, maybe bbPress had some functionality for managing BuddyPress group forums that is broken. Have to look into it.

    Robkk
    Moderator

    @let-me-see

    I don’t subscribe to every one of these topics on the forum that I help users in.

    i was going to just delete the login information after you posted it, and tell you to delete the user you just created after too.

    instead just email me the login info.

    https://robkkdev.wordpress.com/contact/

    JaneAkshar
    Participant

    These are my plugins
    bbPress
    Category Posts Widget
    Contact Form 7
    Display Posts Shortcode
    iThemes Security
    jetpack by WordPress.com
    Really Simple CAPTCHA
    Wordfence Security
    WP Google Maps
    WP-Members
    Yoast SEO

    #174379
    investacube
    Participant

    Hi @daveodea did you find a solution? I have exactly the same situation. So far, I have verified that:

    1. there are no errors being logged anywhere server side and
    2. the issue isn’t related to caching, either server side or via a wordpress plugin.

    I have also:

    1. disabled all plugins except buddypress;
    2. enabled my main theme, in case I had some conflicted code in my child theme;
    3. tried with the twenty sixteen theme.

    But I still can’t resolve this issues. Does any one have anymore advice they could give me?

    #174374

    In reply to: forum cover art….

    Robkk
    Moderator

    See if this post can help lead you to create what you want.

    https://wpshout.com/wordpress-custom-post-backgrounds/

    Robkk
    Moderator

    I used the plugin wp-members

    Is it this plugin??

    https://wordpress.org/plugins/wp-members/

    I cannot seem to figure out how you did the members area thing with this plugin (if it is the correct plugin).

    So I have done loads more searching and it is known problem which BBPress do nothing about

    Well there might be related issues to search redirecting to the home page, some had issues with the search query having a url structure and query different than intended by default, and some had issues with search plugins on their site, and I think some I tried to contact personally to help them since they had a premium theme and it is hard to just figure it out on premium themes that might have some kind of fancy ajax search having conflicts with the default bbPress search for example. Your issue could be somewhat related to the url structure.

    Do you have any steps that maybe I can try to replicate to find the cause of this issue, like explain how you set everything up?

    So you ditch the BBPress function, it does not work. And amend the normal search to include forums.

    Yes this can be a workaround for some, but since you may have private members only content this solution may not be practical.

    Does the default bbPress search work fine on a fresh installation with just your theme and no other plugins like wp-members?

    If you haven’t already known if bbPress search works by default with just your theme and bbPress activated, consider created a localhost setup to test the default bbPress search to see if it works on a default fresh installation, then we can work backwards and try to find the cause of this issue that you are experiencing.

    https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/

    #174368
    Robkk
    Moderator

    Yeah I can confirm it is a bug, I created this trac ticket on the issue awhile back.

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

    #174354
    siparker
    Participant

    just a warning. last tiem i posted to jobs.wordpress.net i ahd to find a way to remove the posting after thousands of emails came through.

    If you post the problems here there is plenty of free help.

    JaneAkshar
    Participant

    I used the plugin wp-members and put the forums in the member area. I have been speaking to the author of that plugin who is brilliant with support and he had problems at the begining as well. So I have done loads more searching and it is known problem which BBPress do nothing about

    There is no solution out there BUT what you can do is change the main search function to include forums and that is what I have eventually done. I do think BBPress should provide a proper solution

    So you ditch the BBPress function, it does not work. And amend the normal search to include forums. I used this code snippet to help.

    /**
    * Include bbPress 'topic' custom post type in WordPress' search results */
    
    function ntwb_bbp_topic_cpt_search( $topic_search ) {
            $topic_search['exclude_from_search'] = false;
            return $topic_search;
    }
    add_filter( 'bbp_register_topic_post_type', 'ntwb_bbp_topic_cpt_search' );
    
    /**
    * Include bbPress 'forum' custom post type in WordPress' search results */
    
    function ntwb_bbp_forum_cpt_search( $forum_search ) {
            $forum_search['exclude_from_search'] = false;
            return $forum_search;
    }
    add_filter( 'bbp_register_forum_post_type', 'ntwb_bbp_forum_cpt_search' );
    
    /**
    * Include bbPress 'reply' custom post type in WordPress' search results  */
    
    function ntwb_bbp_reply_cpt_search( $reply_search ) {
            $reply_search['exclude_from_search'] = false;
            return $reply_search;
    }
    add_filter( 'bbp_register_reply_post_type', 'ntwb_bbp_reply_cpt_search' );
    #174347
    adeelahmed92
    Participant

    Hello
    i have an issue regarding role of forum in BBPRESS the “moderator” role doesn’t see the “Forum” menu in the WordPress back-end

    regards
    Adeel Ahmed

    #174331
    Robkk
    Moderator

    @mgdel

    There is subpages, only 2 subpages, but there is still something. I did update the forum moderation page just now.

    i need to be able to set up a list of wp users to be the admin/moderators of the forum
    i need to be able to make them know about a new post (i can do it via mailing list)
    and they should be able to reply and make the question public via front end. and the op must be notified when someone replies to or publish the post.

    Maybe try this plugin to allow, anonymous users to be able to subscribe to posts.
    https://wordpress.org/plugins/bbp-anonymous-subscriptions/

    You can tell your moderators to subscribe to whatever forum they want to moderate, by clicking the subscribe link on the single forums page on the frontend.

    If you are talking about per forum moderation for you forums, I do not think you cannot do that as of now.

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