Search Results for 'buddypress'
-
AuthorSearch Results
-
June 1, 2010 at 7:36 am #80258
Jamie Warren
ParticipantThis aint working at all. Surely someone know’s how to fix it.
June 1, 2010 at 6:46 am #80257In reply to: http://codex.buddypress.org search not working
Xevo
ParticipantSame here.
June 1, 2010 at 6:32 am #80256Jamie Warren
ParticipantI 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
June 1, 2010 at 6:29 am #80255@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.
June 1, 2010 at 6:16 am #80253Jamie Warren
ParticipantHi Mercime,
I am using the Latest WP and Latest BP. I only installed WP a week ago, & BP today.
Thanks!
June 1, 2010 at 6:14 am #80252@mercime
ParticipantYou should not create a directory “members” in your server, delete it. What WP and BP versions are you using? Help us help you.
June 1, 2010 at 5:32 am #80251In reply to: how to add youtube and flickr to you member profile
@mercime
ParticipantBP Flickr Plugin to show latest flickr images in BP profile.
June 1, 2010 at 4:57 am #80250Jamie Warren
ParticipantOk even when i create the directory ‘members’ it still doesent work.
Thanks
May 31, 2010 at 11:18 pm #80241In reply to: Can't see 'members' page in buddypress local install
dagicueppers
MemberHey 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!
DagiMay 31, 2010 at 10:45 pm #80240somethingelse
ParticipantThis bit of code:
“Go to wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
Then change bp-core-avatars.php line 389Replace:
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 themeany 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.May 31, 2010 at 10:32 pm #80237In reply to: Change permalinks/slugs for BuddyPress
driz
ParticipantUsing 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).
May 31, 2010 at 10:24 pm #80236In reply to: Change permalinks/slugs for BuddyPress
Paul Wong-Gibbs
KeymasterMainly 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.
May 31, 2010 at 10:22 pm #80235Paul Wong-Gibbs
KeymasterRead 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
May 31, 2010 at 10:21 pm #80234In reply to: SEEKING BuddyPress developer / designer
Paul Wong-Gibbs
KeymasterI’m closing this thread. If anyone’s interested, please get in contact with the above user.
May 31, 2010 at 9:42 pm #80230In reply to: Change permalinks/slugs for BuddyPress
driz
Participantupdates?
May 31, 2010 at 8:23 pm #80218In reply to: Widget CSS Problem
daxhorror
MemberThanks 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.
May 31, 2010 at 8:21 pm #80217Chiron
ParticipantThanks! 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.
May 31, 2010 at 8:13 pm #80215In reply to: new version of BuddyPress Rate Forum Posts
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.
May 31, 2010 at 7:00 pm #80214In reply to: How to Edit User and Options Nav???
Mark
ParticipantEditing 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).
May 31, 2010 at 6:30 pm #80212In reply to: new version of BuddyPress Rate Forum Posts
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
May 31, 2010 at 3:16 pm #80199In reply to: Spam Blogs
Van Murray
ParticipantI 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?
May 31, 2010 at 3:06 pm #80198In reply to: Need a video plugin, for video community
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.
May 31, 2010 at 3:01 pm #80197In reply to: Redirecting to profile page after login
May 31, 2010 at 2:00 pm #80190In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
ParticipantNew version now up on http://mystique.bp-theme-converts.com/downloads/
Fixes the CSS & custom background image issues.May 31, 2010 at 1:36 pm #80187In reply to: Forum Reply Disconnected
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.
-
AuthorSearch Results