Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 23,976 through 24,000 (of 64,518 total)
  • Author
    Search Results
  • #137807
    niuserre
    Participant

    Yes, you are correct, unfortunately there’s no easy way to do get hidden at the moment. However, I’ve just tried manually reverting the changes from 2.4 that are causing the problem and it looks like that works.

    All I’ve done is revert the 3 changes here: https://bbpress.trac.wordpress.org/changeset/5060/trunk/includes/forums/functions.php

    I’ve done it fast and dirty by editing core and replacing the new lines with the old ones which you really shouldn’t do if you can avoid it as it will be overwritten next update….but hopefully next udpate will fix the problem anyway. I can’t see it causing problems anywhere else and that code was only changed for best practice I think so should be OK.

    #137806

    In reply to: bbPress and jQuery UI

    b a
    Participant

    Okay it was wordpress default editor.
    if you see source here, bbpress forums loads the same jQuery UI

    #137802

    In reply to: Author

    Stephen Edgar
    Keymaster

    I’d also appreciate a comment on this ticket in Trac for any password issues you found.
    https://bbpress.trac.wordpress.org/ticket/1969

    #137801
    Stephen Edgar
    Keymaster

    I’d also appreciate a comment on this ticket in Trac for any password issues you found.
    https://bbpress.trac.wordpress.org/ticket/1969

    #137800
    Stephen Edgar
    Keymaster

    I’d also appreciate a comment on this ticket in Trac for any password issues you found.
    https://bbpress.trac.wordpress.org/ticket/1969

    #137799

    In reply to: Import Forums error

    Stephen Edgar
    Keymaster

    I’d also appreciate a comment on this ticket in Trac for any password issues you found.
    https://bbpress.trac.wordpress.org/ticket/1969

    #137798

    In reply to: TAGContent error

    Stephen Edgar
    Keymaster

    I’d also appreciate a comment on this ticket in Trac for any password issues you found.
    https://bbpress.trac.wordpress.org/ticket/1969

    #137795
    Stephen Edgar
    Keymaster

    As I’ve spent the day playing with passwords, did anyone have any issues with users logging into WordPress after the import? Did their existing vBulletin passwords work?

    #137793

    In reply to: TAGContent error

    Stephen Edgar
    Keymaster

    I have spent the day playing with passwords and the bbPress importers :/

    If you could also let me know if you have any issues with users logging into WordPress after the import if their passwords don’t work that would be greatly appreciated.

    #137791
    derock299
    Participant

    No I just used facebook as reference where people can become members for free, and I just hope I can do it with bbpress….I will get back to you immediately ipage responds. thanks dear

    #137786
    niuserre
    Participant

    bbPress 2.4
    WP 3.6.1
    running on localhost

    I need to add a class to bb_forum_class and since 2.1 I thought that this should work:

    <?php bbp_forum_class('clearfix'); ?>

    But it’s not adding the class, can anyone tell me what I’m doing wrong please?

    I think the relevant bit of core for this is:

    function bbp_get_forum_class( $forum_id = 0, $classes = array() ) {
    		$bbp       = bbpress();
    		$forum_id  = bbp_get_forum_id( $forum_id );
    		$count     = isset( $bbp->forum_query->current_post ) ? $bbp->forum_query->current_post : 1;
    		$classes   = (array) $classes;
    
    		// Get some classes
    		$classes[] = 'loop-item-' . $count;
    		$classes[] = ( (int) $count % 2 )                      ? 'even'              : 'odd';
    		$classes[] = bbp_is_forum_category( $forum_id )        ? 'status-category'   : '';
    		$classes[] = bbp_get_forum_subforum_count( $forum_id ) ? 'bbp-has-subforums' : '';
    		$classes[] = bbp_get_forum_parent_id( $forum_id )      ? 'bbp-parent-forum-' . bbp_get_forum_parent_id( $forum_id ) : '';
    		$classes[] = 'bbp-forum-status-'     . bbp_get_forum_status( $forum_id );
    		$classes[] = 'bbp-forum-visibility-' . bbp_get_forum_visibility( $forum_id );
    
    		// Ditch the empties
    		$classes   = array_filter( $classes );
    		$classes   = get_post_class( $classes, $forum_id );
    
    		// Filter the results
    		$classes   = apply_filters( 'bbp_get_forum_class', $classes, $forum_id );
    		$retval    = 'class="' . implode( ' ', $classes ) . '"';
    
    		return $retval;
    	}
    niuserre
    Participant

    Just tried it and that doesn’t work, it updates the slug but bbPress doesn’t seem to pull its title from anywhere editable within the admin area.

    However, if just changing the word Forums to Classrooms would solve your problem then it can be done via a function. This should work but please note I’m not a developer and I haven’t bug tested this or anything.

    http://pastebin.com/uz9Ndb4i

    I added this to my WordPress theme’s functions.php (before the end ?>) and it worked. Hope it will for you too!

    niuserre
    Participant

    Could you just tell bbPress to call it Classrooms instead of Forums maybe? I mean, change the Forum Root Slug under Settings > Forums. (I have not tried this!)

    #137780
    niuserre
    Participant

    There is not an easy way to do this, as far as I know.

    You could create a private WordPress page/post that is password protected and use a bbpress shortcode to display the forum on that page but anyone who has the direct link to that forum could skip the password.

    #137779
    niuserre
    Participant

    @flash120

    Does WordPress send you other emails? Like admin notifications of comments?

    This sort of thing is usually related to your hosting and their rules for sending email from php applications, it might be a good idea to try them or to try a plugin for mail (like https://wordpress.org/plugins/easy-wp-smtp/).

    #137773

    In reply to: TAGContent error

    Stephen Edgar
    Keymaster

    Download the latest and specific vBulletin v3 importer from https://bbpress.trac.wordpress.org/ticket/2417

    https://bbpress.trac.wordpress.org/raw-attachment/ticket/2417/vBulletin3.php

    Upload with FTP to your server into to /wp-content/plugibs/bbpress/includes/admin/converters

    #137772
    damien990
    Participant

    bbpress version 2.4

    Can any body help to create a FORUM with this security?

    thanks

    #137766
    Anonymous User 5853594
    Inactive

    It is possible to use bbPress without BuddyPress. bbPress lets you add forums to your site and the groups component from BuddyPress adds functions for usergroups to have their own forums. You don’t need the groups component active to use the forums though, it just adds group functions.

    The problem of not being able to switch the group visibility is known, but there hasn’t been an update to fix it yet.

    #137764
    FreeWPress
    Participant

    Hi all, in my forum forum freshness and topic freshness is not equal, in some case is ok, but forum freshness do not show correct parameters, only topic freshness show perfetc destination url, but forum freshness link and info is not correct.

    If i click, or go in first page or last post not is correct and have another 3 o 4 post before..

    Have you this issue? In this forum bbpress.org have this issue for older posts!!

    Why??

    #137763
    asukachan
    Participant

    WordPress 3.6.1.
    bbPress 2.4
    website: animey.info

    hello,

    I´m using bbPress for my wordpress blog. But I have got a problem. I wanted to add a private and a hidden forum but when I create them with that settings it switches to “public” after publishing. I don´t want that unregisted visitors have access to this forums. Though, I read that the forums are fully and seamlessly integrated into BuddyPress Groups. I am not using BuddyPress. Could that be the problem? Or is it possible to use bbPress without BuddyPress?

    greetings
    Asuka

    #137762

    In reply to: Freshness Link

    FreeWPress
    Participant

    Hi, this is my solution:

    <div class="bbp-forum-last-topic-name"><a href="<?php bbp_forum_last_topic_permalink(); ?>" title="<?php bbp_forum_last_topic_title(); ?>"><?php bbp_forum_last_topic_title(); ?></a></div>

    Create a class in your bbpress css named bbp-forum-last-topic-name and give your personal style…

    Put all code into <li class="bbp-forum-freshness"> </li>

    #137760
    derock299
    Participant

    hello guys, am using wordpress 3.6.2 and bbpress 2.4 with pitch theme….I have been able to create my forum page fine and even send post on the forum…My problem is that users cannot register on the forum, you put your desired and email address, it goes but you don’t get confirmation on the email, and as such users cannot participate in my forum session. My website is: http://www.2twosix.com
    Please help me

    #137759
    derock299
    Participant

    I am having the same issue, I have created forum and fine but when users register, they dont get email confirmation which makes the whole forum idea useless…..please help

    Flash120
    Participant

    Hello, I am new to wordpress. I’ve ran into issues as I’ve been building a site most have been fixed after 4-20min of searching and troubleshooting. But I have been searching for this one for about 3 hours by now and I have no clue what the issue is.

    Basically registration to my site/forum doesn’t work. I put the right short codes for registration and password recovery. Once I click register it takes me to the page. I put in a user name, email, and click ”register”. Then I get taken to the sites WordPress login. No email sent, nothing. My site is koolhow.com. If anyone can help me out I would greatly appreciate it. It’s been driving me insane. :\

    Stephen Edgar
    Keymaster

    As per https://bbpress.trac.wordpress.org/ticket/2298

    Works for me. Likely related to incorrect database encoding. Are you/they able to use these characters in regular WordPress posts and/or pages?

    So if you change the URL’s back to post name do these pages work correctly?

    eg. http://ccnb.co.kr/?page_id=27 becomes http://ccnb.co.kr/오시는길

Viewing 25 results - 23,976 through 24,000 (of 64,518 total)
Skip to toolbar