Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 49,776 through 49,800 (of 68,985 total)
  • Author
    Search Results
  • webgyrl
    Member

    Oppps… spoke too soon. Now it’s broken again.

    So basically php safe mode is off and open base restriction is disabled.

    I activated the plugin BP GroupBlogs Version: 1.4.4: https://buddypress.org/community/groups/bp-groupblog/

    When I did this, I noticed that when I went through the process to create a group, that part came up blank and then I would be sent to the WP failure notice that says:
    Are you sure you want to do this?

    Please try again.

    After that I could not move past to the Avatar upload step.

    So I disabled the plugin, but then it would do the WP error at the Avatar step and now it’s not working again.

    Here is a video of exactly what I did:
    http://img101.imageshack.us/img101/3226/grpblogavatarissue.mp4

    My host said that if there is any info anyone here at BP can give them, they can look into it, but I’m just not sure what the issue is.

    Thanks!

    r-a-y
    Keymaster

    There is no such publically available plugin.

    The one used on this site was custom-coded by Andy Peatling. He might release this as a plugin in the future, but in the near short-term, don’t expect anything to be available.

    If you’re a coder, the basic premises are:

    1) Create a new nav item for groups called “ratings”.
    2) Utilize the activity stream so users can rate the group.
    3) Save the rating as group meta when a review is made.

    Re: GD Star Rating – Milan Petrovic, the author of the plugin, has stated on a few occasions for some form of support for BP. When and what type of integration is still up in the air though.

    r-a-y
    Keymaster

    Re: ETA on BP 1.3 – Jeff has a good estimate for when BP 1.3 is coming out. There’s still quite a bit of work to be done.

    Re: Theme changes in BP 1.3 – Nothing is changing for themes (as of yet).

    The only main change (that I know of so far) in BP 1.3 is how BuddyPress pages are now integrated into regular WordPress pages.

    techguy
    Participant

    @r-a-y
    I had him do the same. Still not working. I’m going to log in and see what else he has running that might be causing the problem. Seems like it happened since he upgraded to WP 3.0 and the latest BP. I think it must be a plugin of some sort that’s conflicting since it’s the default theme.

    webgyrl
    Member

    I have actually done a fresh install of WP to enable the network and so far it seems to work. I have to test it out to see if every user gets their own blog. Not really sure how it all works with BP.

    When I did the fresh install the forums worked. It must have been some sort of error on my part or a conflict as I had done a lot of messing about to get a nicer theme. This time I used a fresh install of WP, activated Network and then used BP default theme. I will have to spend some time learning BP themeing to get a nicer looking theme for my site. That will take some time I am sure.

    Thanks for all your help!

    #84878
    Nahum
    Participant

    @xrun try this from the post i made about it and change the number to 250. if there’s any suggestions on how to make better anyone, feel free. I just had started using this a very long time ago and its worked for the most part ever since. The only thing is that sometimes a member can still copy and paste text longer than the limit and it’ll post, don’t know why that is.

    #84877
    xrun
    Member

    Yes @johnjamesjacoby , the avatars show up fine on subdomains and the main blog, so that part is fine. I’d like to have the standard actions for logged in users and for visitors shown below the profile in the sidebar though, haven’t found out that just yet. If you have something on that I’d be very grateful. :)
    Not talking about their entire forms now, just links/buttons to those actions.
    I’m guessing I can do some if is_logged_in() or similar and hardcode that into the sidebar, that would be nice.

    #84876
    bennadler
    Member

    Hmmm…Ronia, the link to my site is http://www.realestatemarbles.com.

    Feel free to check it out.

    My bp-custom file is placed in wp-content/plugins.

    Let me post the entire code just for you…other issues could be you .htaccess file. Did you copy in the Multisite codes? It could also be an issue in wp-config.php…so many possible issues.

    Take a look at this code again.

    function nfm_bp_avtar_upload_path_correct($path){
    if ( bp_core_is_multisite() ){
    $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, 'upload_path' );
    }
    return $path;
    }
    add_filter('bp_core_avatar_upload_path', 'nfm_bp_avtar_upload_path_correct', 1);

    function nfm_bp_avatar_upload_url_correct($url){
    if ( bp_core_is_multisite() ){
    $url = get_blog_option( BP_ROOT_BLOG, 'siteurl' ) . "/wp-content/uploads/";
    }
    return $url;
    }
    add_filter('bp_core_avatar_url', 'nfm_bp_avatar_upload_url_correct', 1);

    You may need to adjust the $url = get_blog_option( BP_ROOT_BLOG, 'siteurl' ) . "/wp-content/uploads/"; } to show your full address instead of ‘siteurl.’ So use http://www.example.com/wp-content/uploads/ instead. That may fix your issues…if not, I would suggest contacting Automattic and Buddypress support and see what they have to say.

    #84175
    caplain
    Member

    just ran msgfmt again but in verbose mode:
    > msgfmt -v -o buddypress-mav.mo buddypress-mav.po
    0 translated messages, 903 untranslated messages.

    ??? –caplain

    #84867
    freemancork
    Member

    Thanks techguy! I didn’t realize that BP Links could do that!

    #84866
    thekmen
    Participant

    @el_terko just added a version to work with WP3 and with BP 1.2.5.2 page templates.
    http://bp-theme-converts.com/buddypress-with-malleable/

    modemlooper
    Moderator

    @djpaul can you elaborate on whats getting changed in the themes? I hate to create themes only to have to redo them all.

    techguy
    Participant

    No date yet. Lots of tickets left. See: https://trac.buddypress.org/roadmap I’d expect at least a few months if I was guessing, but you never know unless you get in and start fixing tickets to make it go faster.

    #84859

    In reply to: Renaming Components

    Joe Marino
    Participant

    @jeffsayre it wasn’t my goal when I started the topic, but as soon as I started to dig beneath the surface, it became clear that it would have to be all-or-nothing ordeal as renaming only the slugs might confuse some of my members.

    #84855

    In reply to: Renaming Components

    Jeff Sayre
    Participant

    @jmarino

    Based on your first post, I did not understand that as your goal. But you are correct in stating that if you want to change more than just the name of the slug, then you have no other choice but to create a custom language file.

    #84852

    In reply to: Renaming Components

    Joe Marino
    Participant

    @jeffsayre I did see that and I considered only renaming the slugs but I was looking for more of a complete rename of the words “group” and “groups” site-wide. Poedit was helpful in that regard, but it would have taken me a while to manually edit each entry with those words in them. I may get around to doing that some day… just not today lol.

    #84851
    Ali Erkurt
    Participant

    @ronia I’m not sure but there’s one more thing… Are you using BP Groups CSS plugin?

    webgyrl
    Member

    Also, just tried to disable all plugins to see if there was a conflict, but even with all plugins (except BP) deactivated, I can not make a forum post.

    cavamondo
    Participant

    ETA on 1.3?

    #84845
    Famous
    Participant

    I am a little confused–this post has been going on for a while, however, there was no answer to it. And I noticed that buddypress.org does not even use the search that comes with buddypress, they use a better one. How can I implement that one? Cause no one really will use the standard one with buddypress as it doesn’t make too much sense. People just want to type something in and find it, not use a drop down that only pulls data from that topic (members, blogs, etc…). Thanks for your help on this topic.

    webgyrl
    Member

    hnla:

    From what I can see on the backend, it’s set up.

    See screenshot: http://i28.tinypic.com/2nsnij4.jpg

    It says: “bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install

    NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.”

    Any ideas? It’s really a weird thing!

    Boone Gorges
    Keymaster

    I had to do this recently. Here’s a few hints.

    – First, you have to create an interface for changing the usermeta in question. Here’s a simple example, where I added a dropdown to the WP Dashboard Edit User page. the dropdown contains the options “Teacher” and “Student”, and when the profile is saved, the account type is stored in the wp_usermeta table, keyed as ‘acct_type’. (You’ll notice that I’ve only made it available to blog admins – you can change that if you want) http://pastebin.com/n3whEtjd You could just as easily store this information as a piece of BP xprofile data, which has the advantage that you don’t need to worry about the functions for creating the dropdown UI or storing the data on the page. In that case, just add a profile field at Dashboard > BuddyPress > Profile Field Setup
    – Then you’ll need a utility function that you can use in your theme templates to check which account type you’re dealing with, and then to display different stuff depending on the account type. Here’s an example from the same project, where I’m checking whether the *logged in* user is a teacher. http://pastebin.com/MqMksYTD If you’re dealing with xprofile data rather than usermeta, you’ll have to use the xprofile tags instead (see especially xprofile_get_field_data() in bp-xprofile/bp-xprofile-templatetags.php). And if you want to check whether the *displayed* user meets a certain criterion (as opposed to the *logged in* user, just call the $bp global (instead of $current_user) and set $user_id = $bp->displayed_user->id (see https://codex.buddypress.org/developer-docs/the-bp-global/ for more details on $bp).

    At that point, you can differentiate between the content shown to/about one account type by using conditionals, eg if ( bbg_is_teacher ) { /*blah blah blah*/ } else { /*blah blah blah*/ }. This can happen mostly at the template level.

    Good luck!

    #84838
    Boone Gorges
    Keymaster

    Does this still happen when you have BuddyPress turned off? I’d be surprised if this problem were caused by BP.

    #84837
    Boone Gorges
    Keymaster

    @caplain – You’re right, the codex search isn’t working for me either. I’ve added this to the buddypress.org bug list, and will have a closer look when the bp.org Ninjas project https://buddypress.org/community/groups/buddypress-org-ninjas/ kicks into high gear.

    #84836

    In reply to: API Documentation?

    Boone Gorges
    Keymaster

    techguy is right – there isn’t really robust documentation at the moment. (Though you are welcome to participate in expanding the documentation at codex.buddypress.org as you figure things out!)

    Just off the top of my head, you might look in the following places:
    – for determining the admins of a group, look at bp-themes/bp-default/groups/single/group-header.php, where this is done in the context of group headers. The function to look for is bp_group_list_mods(), which is defined in buddypress/bp-groups/bp-groups-templatetags.php.
    – Members of a group can be figured out with a group members loop. The codex page on this subject is quite good: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-group-members-loop-bp_group_has_members/. See also the same group templatetags file, where bp_group_has_members() is defined.
    – A list of all groups can be had with bp_has_groups. See the codex https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/ and, again, bp-groups-templatetags.php (see a pattern emerging here?)

Viewing 25 results - 49,776 through 49,800 (of 68,985 total)
Skip to toolbar