Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 24,176 through 24,200 (of 64,518 total)
  • Author
    Search Results
  • #137369
    FreeWPress
    Participant

    Hi, most simple way is to find this line in your bbpress css and add display:none like this:

    li.bbp-topic-voice-count {
        display: none;
        float: left;
        text-align: center;
        width: 12%;
    }
    #137366
    nightsmusic
    Participant

    I now this has been asked in the past, but I find nothing new on the subject so I’m asking again. We have a group who has always used Yahoo loops and were considering leaving them when their newest redesign made the decision easy for us.

    I’ve installed BBPress, but the only thing I can’t do is set things so our members can reply to posts on the forum via the notification email they receive of new posts.

    We will use BBPress for our classes in which class forums are restricted to paid registrants, but many can’t seem to let go of the whole Yahoo thing and expect to respond via email to the posts.

    Does anyone know of an easy to use plugin that will handle this for us?

    #137360
    spottedplanes
    Participant

    Where is this “Tools-Forum” to find this uninstall script..I’m having trouble with my WordPress site after removing bbpress. Email notifications no longer work from my website…jetpack stats graph missing from the admin bar

    #137355
    wesleydanielchain
    Participant

    Hello Everyone ,

    I have installed bbpress, but could not find the “Forums” page! I still have a 404, so I can not find my “forums” page ?

    Thank you in advance for your help and congratulations for your site that helps many people

    Wesley chain daniel

    #137353
    remigiorusso
    Participant

    I have a problem with the (bbPress) widget “Forum List” that I can not solve. I have created 4 forum (in order of how I want them listed) that are displayed in the widget but not in the order I would like them.
    How can I get the list in the order I want? I’m not web developer… 😉
    Many thanks…
    (the site that I’am doing is http://www.andiamoascuola.it)
    Remigio

    #137351
    benjito
    Participant

    I strongly suspect this is a problem due to my noviceness but i can’t for the life of me figure out what is going on and the forum posts don’t seem to quite match.

    I have set up a couple of test forums to try out bbPress but the landing page (below) domain.com/forums is just throwing out a lump of un-rendered text, rather than links to the forums available.

    any ideas?

    http://www.activenaturalist.org.uk/forums/

    #137349
    elpju
    Participant

    As the title says, is it possible to select a default forum that is set when people create a new topic? The thing is I only have ONE forum and it’s just crazy that people have to choose it before being able to post.

    Right now the default choice is (No Forum) and when you click Submit with No Forum posted, you get this: ERROR: Forum ID is missing.

    Hope some bright mind comes along and sees this post.

    #137347
    FreeWPress
    Participant

    Hi all, and thanks to @koebdb for tricks, but i have a little question, read this:

    <?php 
    echo '<br>Messages: '.bbp_get_user_post_count(bbp_get_reply_author_id());
    ?>

    This function exist in includes/users/options.php, is written to show all messages from one users, but if you use it return 0…. WHY?

    This is the function:

    /**
     * Output a users total post count
     *
     * @since bbPress (r3632)
     *
     * @param int $user_id
     * @param boolean $integer Optional. Whether or not to format the result
     * @uses bbp_get_user_post_count()
     * @return string
     */
    function bbp_user_post_count( $user_id = 0, $integer = false ) {
    	echo bbp_get_user_post_count( $user_id, $integer );
    }
    	/**
    	 * Return a users total post count
    	 *
    	 * @since bbPress (r3632)
    	 *
    	 * @param int $user_id
    	 * @param boolean $integer Optional. Whether or not to format the result
    	 * @uses bbp_get_user_id()
    	 * @uses get_user_option()
    	 * @uses apply_filters()
    	 * @return string
    	 */
    	function bbp_get_user_post_count( $user_id = 0, $integer = false ) {
    
    		// Validate user id
    		$user_id = bbp_get_user_id( $user_id );
    		if ( empty( $user_id ) )
    			return false;
    
    		$topics  = bbp_get_user_topic_count( $user_id, true );
    		$replies = bbp_get_user_reply_count( $user_id, true );
    		$count   = (int) $topics + $replies;
    		$filter  = ( true === $integer ) ? 'bbp_get_user_post_count_int' : 'bbp_get_user_post_count';
    
    		return apply_filters( $filter, $count, $user_id );
    	}

    Now i have used the second of koendb and it works fine…

    #137346
    speds
    Participant

    I am using WordPress 3.6.1 version and bbpress version 2.4. My site is a membership site, if I deactivate bbpress, I will be able to send emails. However, if I reactivate it, I will not be able to send an email.

    Can someone help me.

    #137343
    Nadiamode
    Participant

    i have same problem, this happen many days ago still no update
    i have to patch myself with matt_peapod’s method it’s work and easiest


    @matt_peapod

    youcan report bug here https://bbpress.trac.wordpress.org/timeline

    #137342
    Ristana
    Participant

    Hi guys,

    Has there been any other fix to this problem, as I don’t have direct access to our server I can’t modify core files either. Problem is same as above if the Forum root “forums” shares a name with a page it does not use the page settings but tries to display it like a blog layout. So if you click Forums in the breadcrumb it takes you to a blog archive type page instead of the index page it should. I am using latest version of wordpress 3.6.1, latest version of bbpress 2.4 and use Headway theme 3.5.5. Any advise would be greatly appreciated. Link to site is http://thaimarket.co.za/forum/ Thanks

    Stephen Edgar
    Keymaster

    Can you create a ticket in Trac for this with as much info as you can to help us reproduce the issue.

    http://bbpress.trac.wordpress.org

    #137339

    In reply to: Duplicate Page Titles

    Todd – WireFlare
    Participant

    Marked as fixed in the upcoming 2.5 release. See the ticket here:

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

    #137338
    arthurse
    Participant

    Thanks Travis. MyCred seems to be good for me, i tested it a little bit, have a lot of settings and works with bbPress. May be it will be my choice.

    #137335
    bluesage
    Participant

    Hey guys! 🙂

    Just wondering if you can help me. All the research I’ve done on bbpress.org points to articles 1 and 2 years ago which isn’t relevant anymore (due to directories and files being changed.)

    What I’m wondering is, how can I get bbpress to honor or become similar to the theme I’ve chosen in WP?

    I’ve seen all about copying files named bbp_xxx and “compat” related stuff but in the latest WP/bbPress combo I don’t see any of those options still remain.

    Anyone care to shine a light please? I’m really loving WP + bbPress. It’s actually what I’ve needed over and instead of all the other forum software I’ve dealt with since 2009. (4 years later LOL.)

    Thanks much,
    Bluesage.

    SysFailure0x5a
    Participant

    I read through a bunch of documentation. I cannot find whether it is supposed to be required to enable bbpress network wide rather than on a site-per-site basis.

    Having it enabled network wide is annoying, I would much rather let my users enable it if they want it.

    #137333
    Nykess
    Participant

    OK, I was able to fix the widgets. Thank you.

    #137332
    Kaliceos
    Participant

    Hi,

    I needed something similar. So I did myself and published it a few days ago. Take a look at :

    Forums index in the same layout as other bb software

    fontadoni
    Participant

    I’m guessing this has to be a bug in the bbpress “repair forum” tools. My board has been down for a week already, so I’m hoping somebody will pitch in soon (now that it’s two of us, and probably more of us eventually). Let me know if you are able to find a solution.

    #137320
    sJanellc
    Participant

    @netweb

    @kcurlsjr This is a known issue on forum visibility, details are in ticket #2408 and a possible workaround is in this thread

    I didn’t find a workaround in that thread. I also viewed the ticket and didn’t find a workaround there either.

    #137319
    cristian5
    Participant

    No one?

    In other words, is it normal for bbPress to increase the post count for a user, every time that user edits a post?

    #137317
    arthurse
    Participant

    Thanks Robin. I found the plugin, but its too old, like bbPress version 0.9 =(

    #137316
    dman578
    Participant

    wordpress = 3.6.1
    bbpress = 2.4
    theme = twenty ten with bbpress child (css heavily modified)

    so when a new user registers, i have a plugin that allows me to accept or deny the new user registration. PLUGIN = New User Approve(1.5.2)

    the new user gets email being sent during the approval and acceptance process:

    “You have been approved to access MySite Community
    Username: testdan1
    http://www.mysite.com/community/wp-login.php&#8221;

    That is all that the users gets when i approve them? where is the password? If i deny the user, they get:

    “You have been denied access to MySite Community”

    #137314
    Robin W
    Moderator

    There used to be, it was called (surprisingly!) bbpress leaderboard, but whilst references to it are many, I can’t find an actual plugin

    #137313

    In reply to: where do i begin?

    Robin W
    Moderator

    Start by watching this, it’s a bit old, but will get you started.

    Then

    Create a page called “forums” or whatever you set the forums page to be when you were in settings (see video), if you are using a custom menu, add this page to it. That way your have a fourms page on your site which has all the forum stuff inc. login which we’ll add next!

    Next – install a further plugin called bbpress tweaks https://wordpress.org/plugins/bbpress-wp-tweaks/

    This :

    Adds a forum specific sidebar to your forum page, so this can be different to the blog and static pages.

    Gives you login widgets which along with recent comments and recent topics widget makes your forum sidebar have everything it needs

    example

    http://www.gospbc.co.uk/forums/

Viewing 25 results - 24,176 through 24,200 (of 64,518 total)
Skip to toolbar