Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 54,851 through 54,875 (of 69,016 total)
  • Author
    Search Results
  • #72602

    In reply to: Buddypress FAQ?

    r-a-y
    Keymaster

    If you’re talking about a user introduction to BP, then no.

    Everything on codex.buddypress.org is geared to developers.

    Though you could probably check any site that is powered by BP, chances are a BP-powered site will have a FAQ guide somewhere.

    #72599
    @mercime
    Participant

    “there is no way to edit topic tags once you have added them … “

    I agree – https://trac.buddypress.org/ticket/2281

    In the meantime, I just added the necessary code and brought it over to my child theme.

    #72597
    Dwenaus
    Participant

    I’ll look into that one. seems like ajax is using a different route, so need to find out how it’s working.

    cupedoll
    Participant

    Could be I got the same issue here. 2.92 WordPress (single user) and latest BuddyPress installed via BuddyPress Template Pack Plugin.

    With nothing disabled in BP general settings, everything enabled in component setup.

    There is no “create group” in the “groups” tab. Only “My Groups” and “Invites”. Clicking the “groups” tab goes to http://www.ultimatecultureclash.com/members/cupedoll/groups/ which seems fine.

    But I want forums. And it seems forums are a property of groups. So I need groups. How to create groups?

    (After much confusion) I enter MANUALLY: http://ultimatecultureclash.com/groups/create/step/group-details/

    This goes to /groups/create/step/group-details/images/images/bg_body.gif which looks good. The heading says “Create a Group” and there’s input fields for “Group Name” and “Group Description”.

    But entering group name, group description and pressing “Create Group and Continue —->” button only reloads blog homepage and creates nothing.

    Here’s more examples. “Activity” tab + “Personal” tab resolves to http://www.ultimatecultureclash.com/members/cupe3903doll/activity/just-me/ which is probably right. But “Profile” tab + “Edit profile” tab redirects back to home page.

    How weird is that?

    And one more thing I noticed. When tabs resolve where they should? I get logged out. But when tabs redirect to home page? I remain logged in.

    #72591
    r-a-y
    Keymaster

    Closing this thread due to it being a duplicate of the following:

    https://buddypress.org/forums/topic/syntax-for-search_terms-in-bp_has_site_members

    Please post follow-ups in the link provided above.

    #72585
    Chris Houghton
    Participant

    Hi – just checking to see if anyone else has this working on the current version of Buddypress? I’m having some difficulty – it doesn’t seem to work – people aren’t actually joining groups even though I specified the correct field values (I think).

    Anyone else? Thanks.

    #72574
    snark
    Participant

    Thanks @dweanus, that solved the problem. However, I just noticed a new one crop up: In the Forum topics list view, a topic’s rating number is not showing up in the Ratings column on any of the sub-pages, only on the first page. You can see at Wordlab — http://www.wordlab.com/forums/ — you might see a couple topics on the first page with ratings listed in the Ratings column, but if you click on the subsequent pages, you won’t see any, even though some topics have been rated.

    #72573
    danbpfr
    Participant

    with notepad++ you can search and almost find what you want…

    wp-content\plugins\buddypress\bp-themes\bp-default\registration\register.php

    Line 68 : 	<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
    Line 76 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
    Line 84 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
    Line 94 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
    Line 106 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
    Line 121 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
    Line 131 : <?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>

    #72570
    r-a-y
    Keymaster
    r-a-y
    Keymaster

    It’s not the best thing to install WPMU in a subdirectory when you’re using a subdomain install.

    Is there a valid reason why you’re not installing WPMU in the root?

    Also because you installed WPMU in a subdirectory called “blogs”, it is conflicting with the BP_BLOGS_SLUG, which by default is also called “blogs”.

    Either install WPMU in the root, or install WPMU in a different subdirectory name or try renaming your BP_BLOGS_SLUG to something else to “user-blogs”.

    To rename the BP_BLOGS_SLUG to something else, add the following to wp-config.php:

    define ( 'BP_BLOGS_SLUG', 'user-blogs' );

    Re: the blog title, change that yourself by using this function:

    echo get_bloginfo('name');

    #72568
    José M. Villar
    Participant

    Ausgezeichnete plugin, Herr Sven !

    #72554
    bpisimone
    Participant

    Nice. Btw. there are already a crazy amount of options…

    #72551
    Sven Lehnert
    Participant

    @ Bpisimone, Thank you, I have removed the label tag.

    #72550
    bpisimone
    Participant

    Good to see someone do stuff in the SEO direction, thanks Sven! One thing, after activating this

    label {
    font:bold 12px Verdana;
    }

    messes with my dashboard making all labels bold in the backend. I don’t know wether I’m doing something wrong or the label should be targeted differently?

    #72548
    songv
    Participant

    Hey Aran, I could not get this to work at all with just regular WP, but after deleting and installing WordPress MU in its place, I was able to get BuddyPress to work with no problems. Very strange…because I was able to install BuddyPress with just a regular install of WordPress 3 days ago on another site.

    #72542
    Sven Lehnert
    Participant

    sorry, done

    Boone Gorges
    Keymaster

    Seems to me that good practice for admin panels is to add them either under Site Admin, Site Admin > Options, or BuddyPress. That way the current_user_can/is_site_admin provisioning is already done for you.

    #72538
    Andy Peatling
    Keymaster

    Nice – could you update it so it uses bp_init please? Thanks, all explained at the top of the first post:

    https://buddypress.org/forums/topic/plugin-hall-of-shame-plugin-devs-please-read/

    #72537
    Sven Lehnert
    Participant

    Thanks ;)

    #72536
    Jeff Sayre
    Participant

    I deleted your other thread. I’ve accidentally submitted duplicate threads before. :)

    #72523
    Dwenaus
    Participant

    @snark I’ve fixed that bug.

    I also upgraded the plugin to version 1.3 and added the ability in the admin to change the karma calculation type. You can show the total karma points, the average karma points per post, or two mixed values in between.

    The default karma points will probably double for all users with the default settings. I you want them back to the way they were, go to admin and choose the third karma calculation value.

    @irfun4ever only the super admin can do that, even group admins cannot.

    #72522
    Diesel Laws
    Participant

    The avatar folders are there and the main picture I upload is being saved in there, but it is not creating different sizes. On the page itself it is showing at this point SCREENSHOT- http://freelancerunplugged.com/files/crop-problems.jpg

    So for some reason, the whole cropping function is not even working. And I have tried it by disabling all the plugins except for buddypress and it still does the same thing.

    This morning I Automatically upgraded to the latest wordpress and latest Buddypress using the auto update buttons. I don’t really want to re-upload the whole thing again due to the time it takes and also (as it was just upgraded this morning) I do not believe it will change the current outcome. Unless you disagree then I will do it all again.

    The main blog folder (which is number 2) is now 777 and re-uploading a new picture did the same thing. Picture shows up in the FTP area, but no crops and the page shows the SCREENSHOT again – http://freelancerunplugged.com/files/crop-problems.jpg

    Apart from the glitch with the avatar not showing up to crop, I feel this is an issue that a lot of other people are facing but instead of fixing it they delete/ reinstall everything. And Im not really able to do that as the website has a few hundred poeple on it.

    tim-watt
    Member

    OK – I just noticed in your comment on:

    http://project2.solarpowernewsonline.com/blogs

    http://project1.solarpowernewsonline.com/blogs

    the /blogs part is added by default because the installation is in a folder called /blogs in the public html folder. I’ve now changed that and enabled blog tracking – but without effect as the BASIC functionality still does not work.

    Another factor to bear in mind that needs fixing is that following your instructions for removing the default tabs on the default theme (as noted by another forum user) has had the effect of replacing each blog title with the main blog title. This (too) needs to be fixed.

    Tim

    #72510
    aizza02
    Member

    hello anyone who can answer my question with the login glitch?

    #72508
    @mercime
    Participant

    @Diesel Laws, you’re right. There is no Miscellaneous settings in WPMU because avatar uploads go to

    e.g. BP in main blog_id_1

    wp-content/blogs.dir/1/files/avatars/ plus folders for user 1/ 2/ 3/ etc. and

    wp-content/blogs.dir/1/files/group-avatars/ plus folders for group 1/ 2/ 3/ etc.

    Can you see if your avatars and group-avatars folders were created in the /files/ folder?

    If they have been created, can you see the images uploaded as avatars in the 1/ 2/ 3/ etc folders inside avatars and group-avatars folders?

    If not, you might want to check folder permissions in your server, if 755 does not work then try 777 at /files/ folder. If that still doesn’t work, CHMOD 777 the /1/ folder

    In addition to the thread https://buddypress.org/forums/topic/avatar-upload-issues ,

    you could also deactivate all plugins and change to default theme, then re-upload BuddyPress via FTP or cpanel. Then activate BuddyPress plugin and bp-default theme and see if uploading avatar works.

Viewing 25 results - 54,851 through 54,875 (of 69,016 total)
Skip to toolbar