Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 51,676 through 51,700 (of 69,016 total)
  • Author
    Search Results
  • Jamie Warren
    Participant

    This aint working at all. Surely someone know’s how to fix it.

    #80257
    Xevo
    Participant

    Same here.

    Jamie Warren
    Participant

    I deleted the Members directory along time ago. even when all plugins for BP are disabled it still dont work. It just goes to error 404…

    I’ve tried re installing BP too.

    Thanks

    @mercime
    Participant

    @jamiewarren09 – that’s not specific enough. So WP 2.9.2 and BP 1.2.4.1 – stable versions of WP and BP. Did you delete that directory members you created already? So now deactivate all plugins including BP-dependent plugins and activate BuddyPress only and see how it goes.

    Jamie Warren
    Participant

    Hi Mercime,

    I am using the Latest WP and Latest BP. I only installed WP a week ago, & BP today.

    Thanks!

    @mercime
    Participant

    You should not create a directory “members” in your server, delete it. What WP and BP versions are you using? Help us help you.

    #80251
    @mercime
    Participant

    BP Flickr Plugin to show latest flickr images in BP profile.

    Jamie Warren
    Participant

    Ok even when i create the directory ‘members’ it still doesent work.

    Thanks

    #80241
    dagicueppers
    Member

    Hey Will,

    did you ever find a solution to that problem? I tried everything suggested in this thread and nothing has worked for me so far. I’m still re-directed to the “Home”-Page when I try to access the member pages. And you’re right: It is a real show-stopper :)

    If you solved this problem, I would very much appreciate if you could share it here.

    Thank you!
    Dagi

    somethingelse
    Participant

    This bit of code:

    “Go to wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
    Then change bp-core-avatars.php line 389

    Replace:
    if ( !$path = get_option( ‘upload_path’ ) )
    $path = WP_CONTENT_DIR . ‘/uploads’;

    DOES NOT APPEAR in my copy of bp-core-avatars.php

    nor is there anything remotely similar…
    i JUST installed BP yesterday (v1.2.4.1) into an existing WP install (v2.9.2) so everything is up to date
    i’m using the bp-themepack on magazine-basic theme

    any thoughts??
    i ALSO did a new install of WP & BP (same versions but installed at the same time) on a different site and the crop tool works perfectly.
    both sites are on the same server with the same configurations.

    #80237
    driz
    Participant

    Using WP Pages sounds messy to me because then you would just end up with a bunch of blank pages that used special templates. You don’t have pages for other dynamic sections in WP like archives, searches, etc. It should be left as coded back-end, and if need be some option page if people feel the need that general people should be able to do it (personally I think it should be left back-end).

    #80236
    Paul Wong-Gibbs
    Keymaster

    Mainly to allow BuddyPress pages to be put into custom menus and hierarchies like you can do with regular WordPress pages or posts. The change will be invisibile unless you want to set up your site like this, then it will be easy. This site does not run BuddyPress 1.3, it’s too early for that, though I suppose it is possible the code has been backported.

    @apeatling Would you answer this /communities/ URL question once and for all please? Thanks.

    Paul Wong-Gibbs
    Keymaster

    Read the error message. Does this file exist?

    /nfs/c06/h03/mnt/91816/domains/jasonarend.com/html/dev/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php

    #80234
    Paul Wong-Gibbs
    Keymaster

    I’m closing this thread. If anyone’s interested, please get in contact with the above user.

    #80230
    driz
    Participant

    updates?

    #80218

    In reply to: Widget CSS Problem

    daxhorror
    Member

    Thanks for your reply! :)

    I tried it and it’s far closer than it was before, but it still sets the avatars a little off. Now, they are side-by-side, but they drop down a couple of pixels, each one. See how they’re straight, side-by-side, over there. On my site, the second one is down a pixel, then the third is down a pixel more than the second, etc.

    I’ve carried over a lot of the CSS from the default.css file (which has vastly improved the site experience).

    UPDATE: I’ve gotten even closer, but now all of my sidebar widgets titles are unstyled (don’t know why it’s not reading it..) and every item is a ‘list item’, with the list circle to the left of it..

    Thanks so much for your time and help, it’s making my site work far better with Buddypress.

    Chiron
    Participant

    @r-a-y

    Thanks! that answer helped me narrow down an issue I was having. To be exact, my site is on Godaddy and hosted in a subdomain(not subdirectory). In case anyone else runs into this issue, You must use $_SERVER instead of $_SERVER to get the pathing to resolve correctly.

    #80215
    Dwenaus
    Participant

    @rossagrant – yes it is not to hard to remove, you should look at my code, find the hook that adds the forum post rating header and TR tag, and remove that action. I believe wordpress has information about removing actions. info on removing actions here: https://codex.wordpress.org/Function_Reference/remove_action.

    #80214
    Mark
    Participant

    Editing core files is never the best way to go of course; you’ll lose your customizations once you upgrade BP.
    Better is it to redefine the function that is called. You would find the place where bp_get_options_nav() is defined, copy the function and place it in your bp-custom.php, rename it to something like my_bp_get_options_nav() and then make necessary customizations.

    bp_get_options_nav() is defined here, BTW (starting from line 91).

    #80212
    rossagrant
    Participant

    @dwenaus Hi,is there anyway to remove the forum rating column from the forum directory? It’s not that it’s not a great feature but on my site it isn’t appropriate. I have 2000 forum topics where the initial post is the same in each. No one will rate that initial post as it’s just info only so isn’t really appropriate for a rating.

    Also, where do I view people’s karma? I can’t see a tally anywhere on a member’s profile.

    Thank you

    #80199

    In reply to: Spam Blogs

    Van Murray
    Participant

    I have a couple BuddyPress installs. The older of the 2 has received 150+ spam member registrations (and blogs) this weekend. All create members like bob45873675 and “Bob’s Blog”.

    I have changed slugs, activated recaptcha and followed several blog posts on best practices. What’s interesting is they are somehow bypassing my registration page. I have required fields and have removed the “create a blog” from the registration page; but somehow they manage to create an account and a blog. I also receive “lost password reset” email notices for each account that is created, so maybe that’s a clue to where the issue is.

    I was so fed up with it, I disabled registrations completely (only allowing blog creation by logged in users) — and I’m still getting new spam members and blogs (how is that possible??) This seems to be a pretty serious security issue that is different from previous “splogging”…

    Vulnerability/hack in the registration or lost password, etc…?? I presume this could be WPMU not necessarily BP?

    #80198
    Xevo
    Participant

    @nahummadrid I tried the same thing, found out that it was way too much work.

    Either wait till BP Album+ is done or wait for WP3.0 with its custom post types.

    #80197
    techguy
    Participant

    @thenone This redirect works for both MU and WP.

    #80190
    thekmen
    Participant

    New version now up on http://mystique.bp-theme-converts.com/downloads/
    Fixes the CSS & custom background image issues.

    #80187
    David Lewis
    Participant

    @rich! @ etiviti Seems like a good solution to have the reply show up in both places (i.e. so activity stream comments to a forum posting go to the permalink page but also to the original thread). I looked at your test group however and didn’t find any info. Could you perhaps post some code? Or if the testing is successful, maybe even put it out there as a simple plugin?

    I’m going to take a look at the entry.php file now.

Viewing 25 results - 51,676 through 51,700 (of 69,016 total)
Skip to toolbar