Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 10,976 through 11,000 (of 64,515 total)
  • Author
    Search Results
  • #176285

    In reply to: Crop image plugin

    Robkk
    Moderator

    I don’t think this has anything to do with bbPress either. Remember these support forums are just for the bbPress plugin.

    Maybe go into these support forums instead.

    https://wordpress.org/support/

    #176284
    Robkk
    Moderator

    This seems to not be about bbPress at all.

    Contact your theme author if this is theme specific.

    #176270
    zoekutuit
    Participant

    I had a problem with my Dutch languge setting.
    I just wanted everything in dutch.
    My site was already in Dutch (WordPress 4.2.9)
    This is what i did and one of those things worked.

    – So, my site is in dutch
    – Installed bbPress and it was in English.
    – In my settings i changed the language to English and back to dutch.
    – In home/updates all the way down i ran the language update.

    Now my site and forum are in Dutch.
    Hope this works for others.

    And if not..
    Zoekutuit

    LevyImage
    Participant

    I’m having the same problem, the source of which is because USER IDS aren’t matching between each installation. When importing new users, a new user ID is generated for each account on the new installation, so BBpress is not able to recalculate properly since author ID numbers for forums, topics, and replied do not match. It would be GREAT if BBpress had a recalculation method based on USER EMAIL instead of user ID. IDs change between installations but emails usually do not when transferring between wordpress installations. Very broken atm.

    #176259
    Robkk
    Moderator

    You are going to have to create this by yourself.

    bbPress comprises of custom post types, so you should be able to use post_meta.

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

    https://codex.wordpress.org/Function_Reference/add_post_meta

    https://codex.wordpress.org/Function_Reference/add_post_meta

    Here is a good example of using custom post meta with bbPress.

    https://wp-dreams.com/articles/2013/06/adding-custom-fields-bbpress-topic-form/

    There are some bbPress support forum plugins that you may need to look into that may add something similar of the features you want.

    You can create a custom topic form input for the users to explain why this is important, a topic status that indicates where the topic is at and indicate by color, resolution deadline could be time it was closed.

    There is also many hooks that might be helpful.

    http://hookr.io/plugins/bbpress/2.5.8/#index=a

    #176258
    Robkk
    Moderator

    Can’t you just disable bbPress forum subscriptions in Settings > Forums, and just keep the BuddyPress notifications.

    BuddyPress might send out emails for their specific components too, you might need to head to their support forum for this.

    #176257
    Robkk
    Moderator

    I agree with you it seems odd to have it this way, created this ticket in favor to change it.

    https://bbpress.trac.wordpress.org/ticket/2970#ticket

    #176255
    Robkk
    Moderator

    1. An answer to this is really a personal opinion on what you prefer specifically from each.

    2. For WordPress you need a theme, Im sure its the same for others.

    3. Just so you know WordPress is the CMS and bbPress is just piggybacking and using APIs from such. WordPress is updated quite frequently. You can allow bbPress to update automatically if you want through some plugin.

    4. I don’t know why you brought up phpbb here, but bbPress can be automatically updated using a plugin. WordPress is updated automatically for security releases, and sometimes hosts cann allow you to just allow it to update automatically all the time.

    5. Blog functionality comes packaged with WordPress, you can add other features using plugins or themes.

    6. Read this for hardening WordPress.

    https://codex.wordpress.org/Hardening_WordPress

    7. For captcha plugins that work with bbPress check out this guide.

    https://codex.bbpress.org/getting-started/forum-moderation/dealing-with-spam/#registration-spam

    8. Use a plugin, or online service, or check your hosting provider.

    https://codex.bbpress.org/getting-started/before-installing/backing-up-your-database-and-files/

    9. Yes this forum has more than 100k topics. Users you will be fine.

    Also which plugins will be better for users and forums so that their updation does not affect the live site once it is launched.

    IF you are talking about plugin/theme/WordPress updates. Try to avoid automatic updates so you do not come across issues during an update and check to see if the update does not have any issues below rolling it out. Or just take frequent backups to avoid update issues and just roll back to a previous state.

    kkpb8084
    Participant

    Hi all
    this is my (new) website: http://psychiatryadvice.com

    When someone attempts to submit a new topic the following message occurs:

    ERROR: Your topic cannot be created at this time.

    Under settings>discussion I do not have any words in the blacklist or comment moderation. I also disabled the most recent plugin I installed (btw creating new topics was no problem after I initially installed this plugin).

    Any advice how to fix this please?
    Thanks!

    Wordpress v 4.5.3
    bbpress v 2.5.9-6017

    #176245
    roshansachan
    Participant

    You can test this behaviour on any topic on https://bbpress.org/forums . As per the docs for roles and capabilities a participant should be able to only assign tags and not delete them.

    allancaeg
    Participant

    For my users, the main focus of their bbPress membership site is their latest posted thread.

    How do I show on their dashboard the details of their latest thread? Preferably with 1) the first post 2), 3) the latest post, and 4) field to post an update to this topic.

    #176237
    Robkk
    Moderator

    @imborx I see here the author of that guide you linked to helped you out.

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

    yeah thats the ticket I was talking about @netweb.

    #176236
    Robkk
    Moderator

    Maybe something like this, not sure of what you are after.

    Put the custom CSS in a custom CSS plugin or place it into a child themes style.css if you already created a child theme.

    #bbpress-forums li.bbp-body ul.forum {
      border-top: 1px solid #E91E63;
    }
    #176235
    roshansachan
    Participant

    I am running bbpress(Version 2.5.9) + buddypress(Version 2.5.3) on wordpress version > 4.5.1.
    In bbpress there are users with Forum Role as Participant and site role as Participant. I have observed that any participant can delete tags created by any other participant. For example if participant-A creates a topic-A with tag-a, when participant-B replies to Topic-A, then participant-B can see tag-a created by participant-A in tag input field and if participant-B removes it from the input field and submits the reply then tag-a is deleted from Topic-A. I this behaviour normal. I . Any help will be great as I have been trying but could not find any reference to this use case.

    #176212

    In reply to: BBPress slowness save

    Stephen Edgar
    Keymaster

    Did you run the “bbPress repair tools” after importing?

    If not, go to the WordPress Dashboard -> Tools -> Forums and run each of the repair tools

    #176210
    Jagrav
    Participant

    Is there a simple question and answer plugin for bbPress?

    #176207
    2fresh
    Participant

    I’m starting to build a site using WP 4.5.3 and would like to create a bbpress forum in it.
    Have installed bbpress 2.5.9 and created my forum.

    My problem is, when I want to create a post or reply to one on the front-end, i receive an error message “ERREUR: Etes vous sur de vouloir faire ca ?” (In english : “ERROR: Are you sure you want to do that ?”) above the title of the post, and I cant confirm or anything else, just modify my post.
    I can create posts in the back-end though.

    I tried without any other extension than bbpress, and with twenty fourteen theme aswell as with the theme I want to use in the end.
    I can’t post a link to my site, as it is local only atm.
    I have seen some people having the same issue, but could’nt find a solution.

    Can anyone help with that ?

    #176199
    davidnator
    Participant

    Hello,

    I was wondering is there any way to change the background image of only bbpress pages? This is because if I change the background image of my theme through the customizer, then my home page, about page, blog posts page, etc. will all have that background image, which doesn’t look very good.

    I am currently running wordpress version: 4.5.3, bbpress version: 2.5.9, and my website is http://www.purposeshare.com/forums, which is using the sydney child theme.

    Thanks,
    David

    Hello my (lottery.co.th) public forum site is https://www.lottery.co.th/forums
    I would like to add css to theme but don’t want to edit in bbpress plugin also how to add like a Solid colour between the category?
    Thanks.

    //Thank you the first reply is resolved for me.

    #176195

    In reply to: Slow to Post

    TriiXx
    Participant

    Hi,

    Sorry for up this old topic but i have the same issue.

    I’ve migrate my Kunena forum to bbpress. It’s good but create topic and post answer are so sllllllow (juste post and create).

    I’ve trie @daniellajosnl script but without success.

    Thanks for your help

    #176194
    TriiXx
    Participant

    Hello,

    I’ve a issue with my bbpress forum.

    The save for messages or topic are very very slow.

    Do you have idea to optimize that ?

    #176192
    BelleO
    Participant

    Hi Bbpress community,

    Hoping someone can help me out. After I submit a topic, it redirects me to my user dashboard and gives no system message confirming the post has been submitted..

    What I would like to happen, user submits a topic and on the same page, they see a simple confirmation of submission message. How can I accomplish this?

    Thank you!

    #176191
    Stephen Edgar
    Keymaster
    #176190
    imborx
    Participant

    Where can I find that ticket? I tried to search it and I can’t find it. Actually it is posible to place navigation with threaded replies https://wpup.co/bbpress-threaded-nested-replies-with-paging/ and its working fine on my web, but also I would like to have top pagination not jut bottom.

    #176189
    Nik_S
    Participant

    WordPress Version: 4.5.3
    bbPress Version: 2.5.9
    Website Link: http://www.sva.bc.ca/newforums/

    Hello,

    After setting up bbPress I “imported” forum posts manually from an older system, setting the “Published On” date to match the date of each original topic/reply. I then found that bbPress’s “freshness” ignored this date and used the date/time I had manually added these posts.

    So I installed the bbPress last post plugin ( https://en-gb.wordpress.org/plugins/bbp-last-post/ ) and modified it a little. The following code is what is currently being used, and is almost what I want:

    <?php
    
    //this function changes the bbp freshness data (time since) into a last post date for forums
    function change_freshness_forum ($forum_id = 0 ) {
    
    // Verify forum and get last active meta
    		$forum_id         = bbp_get_forum_id( $forum_id );
    
    			$reply_id = bbp_get_forum_last_reply_id( $forum_id );
    			if ( !empty( $reply_id ) ) {
    				$last_active_date = get_the_date( '', $reply_id );
    			} else {
    				$topic_id = bbp_get_forum_last_topic_id( $forum_id );
    				if ( !empty( $topic_id ) ) {
    					$last_active_date = get_the_date('', $topic_id );
    				}
    			}
    
    			if ( !empty( $reply_id ) ) {
    				$last_active_time = get_the_time( '', $reply_id );
    			} else {
    				if ( !empty( $topic_id ) ) {
    					$last_active_time = get_the_time('', $topic_id );
    				}
    			}
    			
    		$last_active_date = bbp_convert_date( $last_active_date ) ;
    		$last_active_time = bbp_convert_date( $last_active_time ) ;
    		$date_format = get_option( 'date_format' );
    		$time_format = get_option( 'time_format' );
    		$date= date_i18n( "{$date_format}", $last_active_date );
    		$time=date_i18n( "{$time_format}", $last_active_time );
    		$active_time = sprintf( _x( '%1$s at %2$s', 'date at time', 'bbp-last-post' ), $date, $time );  
    		return $active_time ;
    		}
    add_filter( 'bbp_get_forum_last_active', 'change_freshness_forum', 10, 2 );
    
    //this function changes the bbp freshness data (time since) into a last post date for topics
    function change_freshness_topic ($last_active, $topic_id) {
    
    $topic_id = bbp_get_topic_id( $topic_id );
    
    		// Try to get the most accurate freshness date possible
    		if ( empty( $last_active_date ) ) {
    		$reply_id = bbp_get_topic_last_reply_id( $topic_id );
    		if ( !empty( $reply_id ) ) {
    			$last_active_date = get_the_date( '', $reply_id );
    		} else {
    				$last_active_date = get_the_date( '', $topic_id );
    			}
    		}
    
    		// Try to get the most accurate freshness time possible
    		if ( empty( $last_active_time ) ) {
    		$reply_id = bbp_get_topic_last_reply_id( $topic_id );
    		if ( !empty( $reply_id ) ) {
    			$last_active_time = get_the_time( '', $reply_id );
    		} else {
    				$last_active_time = get_the_time( '', $topic_id );
    			}
    		}
    		
    		
    		$last_active_date = bbp_convert_date( $last_active_date ) ;
    		$last_active_time = bbp_convert_date( $last_active_time ) ;
    		$date_format = get_option( 'date_format' );
    		$time_format = get_option( 'time_format' );
    		$date= date_i18n( "{$date_format}", $last_active_date );
    		$time=date_i18n( "{$time_format}", $last_active_time );
    		$active_time = sprintf( _x( '%1$s at %2$s', 'date at time', 'bbp-last-post' ), $date, $time );  
    		return $active_time ;
    		}
    add_filter( 'bbp_get_topic_last_active', 'change_freshness_topic', 10, 2 );
    
    //This function changes the heading "Freshness" to the name created in Settings>bbp last post
    function change_translate_text( $translated_text ) {
    	$text = 'Freshness' ;
    	if ( $translated_text == $text ) {
    	global $rlp_options;
    	$translated_text = $rlp_options['heading_label'];
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'change_translate_text', 20 );

    The only problem now is that from the forum index view, the “Last Post” column will show the date of the most recent reply, even if there is a newer topic.

    Is there a way to compare the dates and make sure the Last Post column displays the most recent topic or reply, whichever is newer?

    Thanks!

Viewing 25 results - 10,976 through 11,000 (of 64,515 total)
Skip to toolbar