Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,851 through 1,875 (of 7,447 total)
  • Author
    Search Results
  • #183626

    In reply to: Print Forum Post

    @mercime
    Participant

    @bluellipse Sorry, not aware of any. Please do check/post at bbPress forums for possible solution/s.

    #183521

    In reply to: import pm from phpbb

    DennisBarkerCV
    Participant

    There is a plugin in the wordpress plugin directory to handle phpbb to bbpress migration,although no mention is made about private messages.

    https://wordpress.org/plugins/cms2cms-phpbb-to-bbpress-forum-converter/

    It looks like it is in active development so you might want to suggest the features you are looking for to the plugin author if it doesn’t already cover your needs.

    #183400
    devonc01
    Participant

    I resolved this issue, but another remains:

    Yesterday, I was getting frustrated with the bbPress (a forum plugin for WordPress), because when I’d have a private forum, instead of it just being an attribute, it prepended ‘Private: ‘ before every forum.

    In my attempt to resolve this issue, I found a similar thing to what JSHelp referenced in this Stack Overflow Post: a code that would be located in the theme’s (my theme was Twenty-Fourteen) functions.php file.

    My attempt to resolve THAT issue, led to THIS issue (where we have HTML code being converted to non-code text on the buddyPress profile page).

    On removing the code from function.php, the issue fixed itself.

    However, I am unsure why these two interact in the way that they do, below is the code I added and later commented out:

    function the_title_trim($title) {
    	// Might aswell make use of this function to escape attributes
    	$title = attribute_escape($title);
    	// What to find in the title
    	$findthese = array(
    		'#Protected:#', // # is just the delimeter
    		'#Private:#'
    	);
    	// What to replace it with
    	$replacewith = array(
    		'', // What to replace protected with
    		'' // What to replace private with
    	);
    	// Items replace by array key
    	$title = preg_replace($findthese, $replacewith, $title);
    	return $title;
    }
    add_filter('the_title', 'the_title_trim');
    #183361

    In reply to: PHPBB to Buddypress

    @mercime
    Participant

    @vaghar123 you’d need to install and activate bbPress forums plugin first, and then use their phpBB importer you’d find on this page https://codex.bbpress.org/import-forums/ If you have any issues regarding the import, please post at https://bbpress.org/forums/

    #183360
    @mercime
    Participant

    This is about my accounts at buddypress.org, trying to understand how this relates to my account at wordpress.org, and how this all relates to Gravatar.


    @playerzero
    BuddyPress.org as well as bbPress.org, etc., belong to the WordPress.org ecosystem. As you found out, you needed to set up an account/username and password at WordPress.org before you can log in here.
    Re Gravatar.com account, make sure you use the same email address as you’re using for WordPress.org so that your gravatar will be associated with your persona here at BPorg, at WPorg, at bbPress.org, etc.

    As @henrywright and @bphelp mentioned above, you need to be more specific about what you want to find out. If it’s not appropriate for this forum, we’ll let you know. For example, what about BuddyPress.org do you need to know?

    #183184
    Bard
    Participant

    This is what I have:
    Theme name(themeforest):Klein-2.0.9
    Wordpress 3.9.1
    bbPress 2.5.3
    Breadcrumb NavXT 5.0.1
    BuddyPress 2.0.1
    Contact Form 7 3.8
    Gears 1.3
    WooCommerce 2.1.8
    WPBakery Visual Composer 3.7.3

    Yes, I did search before asking, but this 2 string are so hard to match in the search results.

    #183182
    danbp
    Participant

    BP, bbP or WP user are all registered in the same DB table: wp_users

    I’ve never actually found a link that goes to the old bbPress profiles

    You expect something other ? And if they don’t exist, they cannot redirect.

    If you havee other questions about bbp/bp forum, read here first. 🙂

    #182987
    Gemusli
    Participant

    I am having the same issue, but my url structure looks like:

    thesite.com/activate/?key=4a5bb0e685b93cad4af90d46f81d2643

    I am being redirected to the homepage.

    Wordpress 3.9.1
    BuddyPress 2.0.1

    BBPress…KLEO theme. (I am not using Gravity Forms.)

    Users are being created and I can see the accounts in inactive status under dashboard->users->manage signups

    #182929
    mth75
    Participant

    @julianprice

    I did a test on a clean wordpress/buddypress/bbpress install, same problem (no plugins except buddy press/bbpress).

    Thx for the tip, i’ve planned to look into this one in new release (parallel to a new buddyboss rel.).

    In the meantime I’ve created a ticket … this is a bug.

    https://buddypress.trac.wordpress.org/ticket/5643

    Very nice corporate site btw, we don’t have those vista’s here in the Netherlands.

    #182866
    danbp
    Participant

    Hi @julianprice,

    Your proposal is respectable, but unfortunately I do not think it will have a big impact on visitors to this forum. Most of them just ask for help, not for explanations and certainly not to take lessons! The explanations are (mostly) on Codex (thxs @mercime, @hnla) and the plasters for big and little sores are (sometimes, thxs contributors) on the forum.

    I reply to your message because this is the second time you propose this type of approach and this is obviously a topic that you would like to heart. But this is about you, your views and your motivation. In front you have a diverse audience, ranging from amateur to pro, between noobs and specialists, from many different countries, with very different mentalities and very different social behaviors. And as you can see by browsing the forum, topics are usually short, sometimes poorly worded and often unanswered. Hard to read ? No, it is only the BP audience in his whole variety !

    The reasons are multiple, irrespective of audience: lack of product knowledge, panic facing an unidentified problem and therefore inability to articulate, language barrier, and much more serious, lack of time, real or perceived problem, given to the treatment of a case. We are in 2014 and on the Internet, where each ms. count !

    As already said, the helpers community is small, very small compared to buddypress downloads ! Personally I would have difficulty establishing a Helpers Top 50, despite my six years of attendance in this forum.

    Anyway, all of this is common to any support forum, at least I observed. This support forum is not a discussion forum, is not a course forum, is not a philosophy forum. And IMO, it is allright so.

    You want to educate ? Ok ! But does the BP audience want to learn ?
    Learning is a complex process, on an individdual and collective point of view.
    Learning suppose some basics, such as a thematic unicity, volonty, curiosity, motivation and, at least, a handfull of humility.

    Educating. Wow ! There is so much to say about that… Ok. Let us talk about educating over BuddyPress… What part we address first ? PHP ? HTML ? CSS ? MySql ? Server administration ? SEO ? Usage ? BP is only a shell, not a unic thematic like a math course.
    Ideally, educating needs some talents, a robust knowledge of a subject, a natural disposition to teach and a lot of time and disponibility without any guarantee of results. You certainly need also a good dose of self-denial and a large space behind you to be able to step back in any circumstance. And a handfull of humility. Too !

    Now, let us consider John Doe. The supposed to be educated user.

    The majority struggles when asking for help to strangers. Asking a question on a forum is more like a message in a bottle as a grammatical demand between four eyes to your English teacher. How many people read only on forums but never ask anything because of this feeling?
    And which attitude to adopt when we receive a response, good or bad? Must we say thank you if the help doesn’t match our goal? Should we rephrase with the risk to be considered as a profiteer? Should we hook in a topic believed to be identical to our problem and already written (time spare is time spare!!!) or open a new tread? This are so commonly questions, that the world wide forumers needed to create from scratch a web specific phenomenon: the troll!

    Askink for help under these conditions and with such uncertain issues is not easy at all.
    Receiving any kind of answer is not easy, too.
    Receiving a circonstanciated answer, with various explanation, examples, links and tutti quanti, from an unknowed person, personally, voluntarily and without consideration, is very very stressfull and really difficult to accept. Take a minute to consider this point, because we are all, and all over the world, habituate to handle such a situation with money, not (no more or not yet) with our felling. Consider also that we are all dependent and in varying degrees of mood, touchy, selfish, proud. This is more or less our daily reality who, when on a forum page, we opposite to a disembodied screen readed text. It’s very unnatural, no ? And so difficult to digest for any normally constituted human for sure ! Affect against computer. EOL.

    Do you really want to <i>Educate the General Public</i> about BuddyPress ? Do you want to proselytize or advertize ? Create a dedicated site, do your stuff, and maybe with a few chance, great patience and a lot of perseverance, you will come to aggregate in a few years a cute pretty lttle buddypresser community.

    Dan. Paris. France.

    #182823
    Michael Beckwith
    Participant

    Just wanted to chime in that WebDevStudios’ “BuddyPress Registration Options” plugin is nearing, but not quite there yet, its 3.4 release which will offer both BuddyPress and bbPress support. We’ll use user meta to check if approved, and if not, prevent access to everywhere but the unapproved user’s profiles.

    Willing to take feedback from anyone wanting to help beta test.

    #182751
    Giacomo
    Participant

    Forum functionality is provided by bbPress. You should ask in the forum over there you’ll get better support: https://bbpress.org/forums/
    Anyway with some custom coding it shouldn’t be a problem to meet those requirements.

    julianprice
    Participant

    @jacqueschoquette Buddypress does not utilize it own forums but uses bbpress.org for them.

    The bbpress.org support would be the best resource to help you on the display order of your forum topics. You can find more info here: https://bbpress.org/forums/

    #182557
    Bard
    Participant

    install bbpress from plugin.

    #182541
    elaborate
    Participant

    Thank you for creating #5619, I’m gonna be glued to that ticket.

    #3335 already has comments on it regarding why WP’s profile is not included with BuddyPress.

    Sorry if I’m missing something, but all I can find are comments about a two-way sync where the issue is moving BuddyPress feature support upstream to the WordPress profile; I can’t find any arguments for not including the WordPress profile in BuddyPress.

    About #4357, most bbPress profile pages already redirect to BuddyPress when it’s installed. Do you know if it’s bbPress or BuddyPress that’s doing the current overrides?

    #182522
    r-a-y
    Keymaster

    #4357 – I agree that something needs to be done. bbPress already adds a “Forums” section on a BP profile, so perhaps bbPress can simply redirect /forums/users/USERNAME/ to BP’s /members/USERNAME/forums. I would say this is more a bbPress issue than a BuddyPress one. Please add a ticket to bbPress Trac about this. (Use the same credentials you use on buddypress.org to create a new ticket.)

    #3335 already has comments on it regarding why WP’s profile is not included with BuddyPress. I do find it odd that bbPress allows users to edit WordPress’ user profile though… I’ve created a new ticket with some further thoughts – #5619

    #182513
    Diego de Oliveira
    Participant

    Hi, folks,

    I’ve seen that this thing of activation e-mail is quite a headache for some people using BP. I’m currently having some trouble too. Most of the time, when a user creates an account on the site I’m working on, the e-mail with the activation link is sent ok. But for some users, the link on the e-mail comes without the key (something like http://www.site.com/activate/?key=), what results in the page asking a activation key. The problem is that I can’t reproduce the issue, but I received even a print screen from an user showing that the problem indeed exist.

    I’ve installed Unconfirmed plugin to check if there is users that are not confirmed, and there are a couple of users. I can see the activation key for every unconfirmed user. What can be causing this issue?

    I’m currently using Buddypress 1.8.1, bbPress 2.4.1, and for the themed login, I’m using Theme My Login 6.3.9. I’m using too WordPress Social Login 2.1.3 for give users a social login option. To style the e-mails, I’m using WP Better Emails 0.2.6.5.

    Thanks for any help!

    CyberBengt
    Participant

    Yes I have bbPress version 2.5.3 activated

    bp-help
    Participant

    @cyberbengt
    Have installed bbPress yet? You will need it installed and activated.

    #182364
    Doctor Psyringe
    Participant

    Right you are. Of course I removed all the old theme files, including global.js, and put the legacy folders under community.

    Thought I could keep the old buddypress.css – but as it turns out THAT was the source of double posting. I didn’t think a .css file could cause a post function error like that — but it did. So for future reference to users with the double post error — replace the old buddypress.css file and update the newer legacy buddypress.css adding any changes you may have made.

    Could be the source of all double posting — who knows? Seems to be a VERY open ended issue.

    Thanks for all the feedback — I’m 100% minus small modifications to .css and some weird “Settings” permalinks from the “Profile” I’ll research or request support for in a new topic (linking to posts on the WordPress or to a blank page). I also notice if a bbPress Topic has the same name as a User Profile, the user profile would link to the topic – but for now I deleted the topics as an easy fix.

    No idea how to mark topics resolved.

    -Nick

    #182339
    BackpackersUnion
    Participant

    Excellent! Glad to here it’s fixed.

    If you get a chance to test the double submit on your site, let me know how it turns out.

    When I tried to double submit here, it looks like bbPress had a failsafe to prevent it. See the screen shot here.

    So, does anyone know if there is a away to do something similar with BuddyPress or WordPress? Thanks!

    #182330
    tunjic
    Participant

    OK, Looks like this is a problem caused by NextGen Gallery. Noted here:

    Redirects to forum from group home (BuddyPress)

    But still not fixed with NextGen Gallery V2.0.63 – 04.29.2014

    #182288
    Mr-B
    Participant

    Nice site.
    Where did you get the skin for the forum, especially the main list, it looks great. Is that default bbPress page within Sweetdate?

    #182252
    nirgalo
    Participant

    ahhh found the solution through bbPress forums: search engine indexing must be enabled in the WordPress settings for this to work! This is quite problematic for private sites (well that not much as those use authentication to get into content). Any plan to address this?

    #182237

    In reply to: Page Hierarchy Pain

    Mathieu Viet
    Moderator

    Hi @localiseorg

    Socialise (sitewide activity assigned to this)
    – Members (members directory assigned to this)
    – Groups (groups directory assigned to this)
    – Forums (bbPress forum root assigned to this)

    Have you tried using a wp_nav_menu instead ?

    I think, if i was in your situation, i’d make a wp_nav_menu with your different pages.. It could be “home”, “blog”, “socialise” for instance. And from the wp_nav_menu WordPress UI, i’d attach the Members/Groups and forums as submenus of Socialise.

    Then concerning the Socialise title that is “Sitewide Activity”, i’ll begin to edit the activity page changing the title from Activity to Socialise and use a little code like the following:

    function change_activity_directory_title() {
    	buddypress()->activity->directory_title = buddypress()->pages->activity->title;
    }
    add_action( 'bp_activity_setup_globals', 'change_activity_directory_title' );
Viewing 25 results - 1,851 through 1,875 (of 7,447 total)
Skip to toolbar