Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 55,051 through 55,075 (of 69,016 total)
  • Author
    Search Results
  • #71988
    danbpfr
    Participant

    Not really a bug. I experienced the same issue a while ago with french translation.

    Let me explain:

    when translating, all strings going through php need to use ascii, like & nbsp; for a space.

    the same string going normal nedd only a invisible (tabed) space.

    The email messages are the exception in this handle. They have not to translate special caracters. Translators have to write them usually, not with ascci caracters.

    If you use poEdit, you can rewrite the email messages in your natural language or ask the author. His name is normaly in the header of the pot file. You can also find his name on the BP i18nn trac:

    https://i18n.trac.buddypress.org/browser

    Oh, and to escape in emails code, you have to use anti slash, not slash as given in your explanation.

    Jeff Sayre
    Participant

    I’ve read several of the threads that you have started on this topic–and a few that you did not but have posted within–and I am still not clear what you are after. At the top of this thread, you state that:

    How do I create “Main Themes” for forum discussions the way Buddypress did it here

    You then list the names of the BuddyPress forums: Installing BuddyPress, How-To and Troubleshooting, etcetera. In other threads you refer to these as forums, or boards, or subforums.

    For the record, what you are referring to as “Main Themes” are topics. I realize that the BuddyPress forums uses that phrase as a column heading, but it’s best to refer to them as forum topics or forum categories. Otherwise, it can be confused with the entirely different issue of creating themes for outputting content.

    From all of your various threads and posts, it is not clear to me if you are having issues with:

    1. Getting your external bbPress install to display properly in your site
    2. Whether you are having issues in theming your external bbPress install so that it matches your BuddyPress theme
    3. If you are trying to get the contents of each group forum from your internal bbPress install to display as separate forum topics (categories) within your external bbPress install
    4. Whether you are trying to add forum topics (categories) to each group forum of your internal bbPress install

    I’ve come to this game late, but a read through all of your postings has me confused about your real issue.

    #71977

    In reply to: Skysa

    Xevo
    Participant

    Perhaps ask them if they can help you further or if they can write a plugin to make it work with wordpress/buddypress?

    #71976

    In reply to: Skysa

    netzombie
    Participant

    Anyone got any ideas on this, It looks like a great addition to buddypress , I have tried a few different variable but I just do not have the knowledge neccesary to make it work

    Xevo
    Participant

    @ Dainismichel

    I’m not following, what do you mean by “main themes”? Do you mean main categories/subfora?

    Xevo
    Participant

    You’d have to add the class to the post before it gets dumped into the database, you can’t sort it after, since buddypress activity stream does not add this kind of information, and the html is also inside the database to reduce queries and load time.

    Try finding the function that adds new posts into the activity stream.

    #71973
    charlesxii
    Member

    @Anointed » Connections (the whole pack) works perfectly with groups in my installation (latest BuddyPress, latest SINGLE WordPress). Facestream gave me headache though. ;)

    #71972
    charlesxii
    Member

    The latest FACESTREAM broke the BuddyPress groups in my installation. You could not add groups properly after installing FACESTREAM and there was no way og writing anything within the groups. TWEETSTREAM works perfectly though. After removing FACESTREAM the group feature in BuddyPress worked fine again.

    #71966

    In reply to: How to create forums?

    dainismichel
    Participant

    I’ve talked with two elance programmers, both of whom kind of backtracked on this issue. It would be super cool, if buddypress.org could share its code and method for displaying main themes.

    dainismichel
    Participant

    I’m starting to pay people to help me with this…still haven’t found a coder who can do this right off the bat…

    Can someone step up to the plate in mega-coolness and share the file locations and code that makes https://buddypress.org/forums/ display main themes?

    Installing bbPress is a pretty easy task. Setting bb-config.php to point to a particular install of bbpress is also easy…but where is BuddyPress choosing to display groups and how can that file be modified to show all of what is created in bbPress?

    What I mean is, I already created Main Themes in the bbPress admin area, but they aren’t appearing in BuddyPress…the last issue for me, as I understand this situation is “what code do I need to put in which BuddyPress file to make the Main Themes appear in my forum section.”

    Man, this issue is getting SO SUPER OLD…can someone come step up to the plate?

    #71958
    gabrielcrowe
    Member

    I think this is what i want:

    https://buddypress.org/forums/topic/extending-activity-how-to-store-additional-info

    And i’v implimented a simple plugin:

    function add_trackmeta_to_activity( $content, $user_id, $activity_id ) {

    bp_activity_update_meta( $activity_id, ‘trackmd5’, md5($_POST[‘trackstr’]) );

    }

    add_action( ‘bp_activity_posted_update’, ‘add_trackmeta_to_activity’, 10, 3 );

    And it does not crash, or complain, but where does my data go? and how can i access it in my templates?

    #71957
    21cdb
    Participant

    @MrMaz – This solved the JS problem … but there is still an erro saving the Link-Details. Could this be the case because i’m on Single WP 2.9.2? Are there any known issues – should i report errors like this, or is it to early in development of 0.4?

    #71953
    MrMaz
    Participant

    @21cdb

    I am testing against the 1.2 branch. You should maybe try clearing your browser cache in case the old JS is still loading.

    #71952

    In reply to: Badge Maker

    warut
    Participant
    #71948
    21cdb
    Participant

    https://buddypress.org/about/roadmap/ – but it isn’t set in stone ;)

    #71933
    Xevo
    Participant

    Did you copy the buddypress default theme or did you copy a wordpress theme?

    Activity/forums etc have their own template files.

    #71929

    In reply to: Joinless groups?

    twodeuces
    Participant

    Has anyone gotten Auto Join Groups to work with Buddypress 1.2 or 1.3?

    #71926
    techguy
    Participant

    I’ve been considering the same thing. In my research here’s the list of plugins I needed to still evaluate. Not a perfect plugin I think for this, but one of these plugins should be able to easily be modified to do what you want if you know a little PHP and WP/BP. Otherwise, I’m planning to dive into it myself over the next couple months. I hope these links help:

    https://buddypress.org/forums/topic/join-all-public-groups-at-once

    https://wordpress.org/extend/plugins/auto-join-groups/

    http://buddypress.webdevstudios.com/blog/2009/11/13/buddypress-registration-options/

    I also had the welcome pack on my list since it does make sense to have this part of it also.

    Kunal17
    Participant

    Thanks for giving us another useful plugin. I just installed it and will test it properly and let you know if I come across any issues.

    The 1 minor problem I see immediately is not specific to this plugin but was only noticed because of it. I am using the default buddypress theme and already have the bp-links and ajax chat plugins installed which create links in the profile menu bar. Now with the send invites link, the bar is too long and spilling over to another row.

    Ofcourse, this is a limitation with my theme (I made the default theme fixed narrow width) and not with the plugin but I was wondering if anyone knew how I can easily remove 1 or more of the profile menu bar items which are not essential.

    #71924

    In reply to: Avatar Upload Issues

    lyricalbiz
    Participant

    ok – here’s the situation. I just changed the url on the site to it’s actual one since we are supposed to be out of test mode now and in the real world.

    Avatars are uploading, but are not showing up in the profile for cropping. I get this as a link on the image:

    http://xxxx.xxx/members/mha/profile/change-avatar/wp-content/uploads/avatars/2/arrow-downright6.gif

    but nothing shows up on the page except 2 beige squares saying Avatar to Crop and Avatar Preview.

    Same thing is happening with my Group Avatars. When I go to the file server, the images have uploaded to the Avatars folder. Any ideas??

    Running WP Single User 2.9.2 with BuddyPress Plugin 1.2.3

    Nightlyfe
    Participant

    We’re hiring freelancers. We’re also working in Miami this month if you want to live that whole code on the beach lifestyle. Long list of projects that need to be completed.

    If you have experience connecting Buddypress with a CRM, managing publishing workflows, integrating with Drup*l, integrating with twitter/facebook/openid/oauth, custom MU code, custom content types, socket servers, and related items..

    Contact.

    https://buddypress.org/developers/nightlyfe/

    I’d fill the small tasks list if there was one. Lets move on that asap!

    Copy paste from an old post:

    I propose that ma.tt create a premium service offering on wordpress.org. He should create a list of preferred service providers, pair them with module developers who need help, and let the community at large pay for support. all code is committed back to the plugin directly. Managed fixes and improvements, as well as a ‘certified’ list of ‘good’ plugins. Effectively, merge guru/elance/odesk with the popular list and an issue tracker.

    #71911
    rich! @ etiviti
    Participant

    oh doh, i forgot – i’m blocking out certain activity items on my site but it will appear in the stream (in reply to)

    #71910
    muratk
    Member

    thanks. that helped. though that topic is not very helpful and doesn’t explain what to do for BuddyPress.

    for non-English users, I will try to explain here.

    via phpmyadmin go to your database. find wp_bb_topics table. click on structure. change all collation values to “utf8_general_ci”

    do the same for wp_bb_posts table as well.

    #71908
    5887735
    Inactive

    I think converting old blog comments would be key for for wide adoption of the plugin.

    Nothing showing in:

    http://etivite.com/members/dennish/

    #71907
    rich! @ etiviti
    Participant

    but it took a minute or two before the comment showed up and

    shared host – so it will be a little slow – otherwise all the same activity posting code

    I don’t see anything in my activity stream.

    technically, since its a reply to an activity update (the new blog post) – you see it on your profile activity:

    http://etivite.com/members/dennish/

    One of my main concerns is what happens to all my existing comments?

    not sure yet – or even i want to go down that road of converting of blog comments into the activity stream (since this requires the activity update for the new_blog_post to begin with – so those would somehow have to be injected into the activity stream ) – i’ll start a new thread on the plugin this week and can discuss more

    What about pings/tracebacks?

    doesn’t look to be a problem – but that may go tandem with the issue above

    Can the admin delete comments?

    A recent comments widget would also be cool.

    Sure on both – behaves the exact same as the activity stream.

Viewing 25 results - 55,051 through 55,075 (of 69,016 total)
Skip to toolbar