Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,526 through 65,550 (of 94,540 total)
  • Author
    Search Results
  • #94772
    guigoz
    Member

    @Travel-Junkie @Svenl77

    Hi,

    If you want, I can translate your plugin in french. I think you have my email @Svenl77.

    #94771
    LPH2005
    Participant

    @nuprn1

    Since I’m a huge novice on SVN. Tortoise is installed, made subdirectory, do I point to

    https://svn.buddypress.org/trunk/

    then choose a revision or HEAD revision so that I only get 1.2 and not 1.3?

    #94769
    pcwriter
    Participant

    @electron88

    Milestone 1.2.6 had a target date of 08/02/10.
    Notice the term “target”.
    It happens to us all now and then to miss a target.
    Now imagine, if you will, several dozen kind folks collaborating on a huge coding project with input and wild ideas from several HUNDRED others.
    In such a scenario, it is highly unlikely that the target date can be met.
    Expectations vis-à-vis this community seem to be, to say the least, unrealistic and somewhat unkind. Especially considering that most invest their time and knowledge in projects while asking for nothing in return.
    I would suggest you simply keep breathing; 1.2.6 will be available when it`s available.
    Meanwhile, 1.2.5 continues to function…

    #94768
    withinsight
    Member

    Worked like a charm. Thanks for the tip!

    #94765
    rich! @ etiviti
    Participant

    for anyone to test it out and look for bugs – grab the branch:
    https://trac.buddypress.org/browser/branches/1.2

    #94764
    Armin
    Participant

    Then what are they waiting for?

    #94763
    @mercime
    Participant

    BuddyPress is installed in main site, i.e. http://www.mysite.com, by default.
    You need this to set up BP in secondary blog – https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/

    withinsight
    Member

    I’ve installed WP3 at mysite.com. I then installed multisite, and created a new site at site1.mysite.com. I then installed the BuddyPress plugin, and activated the BP Default theme at site1.mysite.com. Everything looks great, except that all the links in the admin bar point to mysite.com, not site1.mysite.com, therefore breaking all the links. Example: mysite.com/members/ doesn’t work, because BuddyPress is actually installed at site1.mysite.com/members/.

    Its also worth mentioning that I’m using the Domain Mapping Plugin (http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/) to map site1.mysite.com to a completely separate domain, like http://www.awesomesitename.com, although I don’t think this is effecting the links in BuddyPress’ admin bar.

    I started digging around in BuddyPress to see where these links are coming from, specifically in bp-core-adminbar.php at the bp_core_admin_bar() function, and then searching for the bp_adminbar_menus action, though I didn’t turn up any results.

    I figured I’d ask here before I go mucking with core files.

    #94760
    dralamir
    Member

    Oh, perhaps I should have done this for the first post, but seeing as @johnjamesjacoby is working on the bbPress plug-in perhaps he can answer whether it’ll be something I’m looking for.

    #94759
    sebastian
    Participant

    Thanks a lot – it works now!

    The Custom Profile Filters plugin was causing the problem. I modified the strip_tags in “custom-profile-filters-for-buddypress-bp-functions.php” to allow `

    ` and `
    ` tags.

    #94757

    In reply to: Google Analytics

    @Ekine,
    Eric Johnson and I are developing a plugin to track individual user activity within BuddyPress. More info can be found here: http://heavyanalytics.com.

    What info, specifically, are you trying to track? Perhaps we can build it into our plugin.

    Toby

    #15724
    Duck Swart
    Participant

    In one of my WordPress BuddyPress installations http://bouw.fnv.net/
    Dashboard – Design – Themes – reflects as the active theme the default site (BuddyPress) theme and NOT the real active theme. In all wpblogs/wp-admin, except of course in the root/blog – How to repair?

    Header change doesnt work, only changing of the default root site header possible. Part of the same problem, I thinik

    PJ – Check out Heavy Analytics – http://heavyanalytics.com. It is a plugin that we are developing for this purpose. The purpose of the plugin is to give you actionable information about your WordPress/BuddyPress users. For example, it will help you figure out who the leaders in your community are, who the most active members of your community are, etc.

    We will be releasing the public Alpha soon and would love to have you test it out and provide some feedback when it is ready! Just enter your email address into the sidebar of the Heavy Analytics site.

    Toby

    #15723
    nutsmuggler
    Member

    Hello folks,
    this is Davide from Italy. I am a bbpress newbie, but quite experienced with WP and BBpress.
    I was able to get BP up and integrating it with my own theme, buYt I’m having some problem installing the forums. At first I tried the ‘use existing install’ option (I do have an existing install), but had some problem, so I thought I’d start with a clean slate and try importing later. So I wiped out all of buddypress (plugin, options in wp-options, tables), reinstalled, activated and try to set up a forum with the ‘new bbpress install’ option. According to the wizard everything was set up, but no tables were created; the bb-config file was added, obviously forums were not working. I repeated the procedure twice, always the same result. I also made sure I had all of the previous bbpress and buddypress stuff removed from my WP install. To be extra safe I even increased to 64mb the PHP memory limit, but still no tables.
    Do you have any suggestion?
    Cheers,
    Davide

    #94750
    Boone Gorges
    Keymaster

    For purposes of a single installation of BuddyPress, the main difference is when the files are loaded. Actions and filters in bp-custom.php are among the very first things loaded when BP is loaded. functions.php isn’t loaded until the theme is loaded, after all of the BP components. So if you need something to be loaded early, it’ll have to go into bp-custom.php.

    #94749
    Boone Gorges
    Keymaster

    Group integration is a biggie. Events and calendars should be able to be group- as well as member-specific.

    Activity and bp-notification integration would be nice too.

    #94747
    Boone Gorges
    Keymaster

    BuddyPress applies the wpautop filter when it displays xprofile field data. So what is stored in the db as `/n` or `/r` should be converted to `

    ` on the way out. If you’re not seeing line breaks at all, it could be one of two things: 1) your stylesheet is displaying paragraphs as inline elements, or 2) something in a plugin or theme is turning off wpautop. What happens when you deactivate plugins and use bp-default?

    #15721
    sebastian
    Participant

    Hi,

    does anyone know a solution to retain line breaks in the public profile view?

    In the edit-mode textarea, the line breaks are retained, but for some reason they are not retained in text mode. I have tried nl2br in profile-loop, etc. but it seems like BuddyPress strips the n and r after getting the data from the database. In the database itself I can see the n ‘s and r ‘s.

    Any ideas on this?

    Thanks in advance!

    #94746

    Thanks for the two recommendations, I’ll check ’em out and see what they have to offer. We already have a pretty solid events system in place for wp, so I’m hoping we can build on that. Some of these features you mentioned we’re hoping to make available on non-buddypress installs too, so maybe it’ll be two birds with one big stone :)

    #94745
    Anonymous User 96400
    Inactive

    @Svenl77
    Anytime looks good, but the license means that I can’t use it. There’s lots of filters though, so you can change the 30 min interval to 10 min really easy.
    It was really late yesterday, when I put the dev version online and I hardly did any testing. Should be easy to debug. It’s only one small function that does the group checking…

    Hmm, I could just recreate an event using wp_schedule_event. This could be a lot easier than I thought :) I’ll look into it, but won’t promise that recurrent events make it into tomorrows release!

    #15720
    phos flip
    Participant

    I’ve tried to change some labels using language files as explained in the Buddypress docs. Whatever I do the changes just don’t happen. I’ve also tried with this plugin:

    http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en

    but the changes don’t work with that either.

    I’m wondering if anybody would know if the issue may be to do with having my site in a folder off the root directory? If so are there things I should have done that might be causing the problem?

    #94743
    Sven Lehnert
    Participant

    Good morning @travel-junkie, I did some testing…

    1. Create a hidden group was no problem. But I couldn’t create an event for the group.
    After submit, I get the following error message and all field values has been lost. So need to fill in all again, but I couldn’t find out what I did wrong…
    Error Message: “Your event could not be published. Please try again!”

    2. Event Start Time: Is a select box for 30 minutes steps. But I need 10 minutes steps for my events. Would be great to have an admin option to decide the steps or just type it in.
    Please have a look at http://plugins.jquery.com/project/anytime. It’s a Any+Time™ Datepicker/Timepicker AJAX Calendar widget with optional TimeZone support.
    Would be great you use this one.

    3. Repeat this event every…
    Would be great to include this. Most of the events will repeat weekly, or monthly, by year…
    For example: Repeat this event every 7 day’s until 21.12.2012 ;-)

    I’m looking forward to the next week :-Sven

    #94741
    Dominik Matus
    Participant

    Anybody can combinate Support forums from bbpress and BuddyPress Rate Forum Posts

    #94740
    PJ
    Participant

    I remember having luck with Wibya.com but I forget if it requires users to login to use the chat. Cometchat.com works with BuddyPress, though it is a bit pricey.

    #94738
    PJ
    Participant

    @pcwriter thank you for recommending @boonebgorges ‘ plugin. It’s easy to modify and reduces the amount of o_O reactions from users on my site.

Viewing 25 results - 65,526 through 65,550 (of 94,540 total)
Skip to toolbar