Search Results for 'buddypress'
-
AuthorSearch Results
-
April 10, 2010 at 12:04 am #72602
In reply to: Buddypress FAQ?
r-a-y
KeymasterIf 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.
April 9, 2010 at 11:48 pm #72599In reply to: Forum tags – I can add them, but can't see them
@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.
April 9, 2010 at 11:07 pm #72597In reply to: new version of BuddyPress Rate Forum Posts
Dwenaus
ParticipantI’ll look into that one. seems like ajax is using a different route, so need to find out how it’s working.
April 9, 2010 at 9:32 pm #72594cupedoll
ParticipantCould 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.
April 9, 2010 at 8:36 pm #72591In reply to: Problem with bp_has_members and search_terms
r-a-y
KeymasterClosing 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.
April 9, 2010 at 7:38 pm #72585In reply to: "Auto Group Join" plugin added
Chris Houghton
ParticipantHi – 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.
April 9, 2010 at 6:46 pm #72574In reply to: new version of BuddyPress Rate Forum Posts
snark
ParticipantThanks @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.
April 9, 2010 at 6:42 pm #72573In reply to: Adding some text to the signup form?
danbpfr
Participantwith 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' ) ?>April 9, 2010 at 6:20 pm #72570In reply to: Admin bar in external blogs / sites
r-a-y
KeymasterTry this method by Boone Gorges:
http://dev.commons.gc.cuny.edu/2009/10/12/displaying-the-buddypress-admin-bar-in-other-applications/
April 9, 2010 at 6:10 pm #72569r-a-y
KeymasterIt’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');April 9, 2010 at 5:58 pm #72568In reply to: Seo for Buddypress 1.0 beta
José M. Villar
ParticipantAusgezeichnete plugin, Herr Sven !
April 9, 2010 at 4:14 pm #72554In reply to: Seo for Buddypress 1.0 beta
bpisimone
ParticipantNice. Btw. there are already a crazy amount of options…
April 9, 2010 at 4:02 pm #72551In reply to: Seo for Buddypress 1.0 beta
Sven Lehnert
Participant@ Bpisimone, Thank you, I have removed the label tag.
April 9, 2010 at 3:48 pm #72550In reply to: Seo for Buddypress 1.0 beta
bpisimone
ParticipantGood 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?
April 9, 2010 at 3:17 pm #72548In reply to: Odd blank sections in WP admin after installing BP
songv
ParticipantHey 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.
April 9, 2010 at 2:44 pm #72542In reply to: Seo for Buddypress 1.0 beta
Sven Lehnert
Participantsorry, done
April 9, 2010 at 2:14 pm #72539Boone Gorges
KeymasterSeems 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.
April 9, 2010 at 2:07 pm #72538In reply to: Seo for Buddypress 1.0 beta
Andy Peatling
KeymasterNice – 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/
April 9, 2010 at 1:52 pm #72537In reply to: Seo for Buddypress 1.0 beta
Sven Lehnert
ParticipantThanks
April 9, 2010 at 1:49 pm #72536In reply to: Seo for Buddypress 1.0 beta
Jeff Sayre
ParticipantI deleted your other thread. I’ve accidentally submitted duplicate threads before.
April 9, 2010 at 12:19 pm #72523In reply to: new version of BuddyPress Rate Forum Posts
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.
April 9, 2010 at 12:17 pm #72522Diesel Laws
ParticipantThe 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.
April 9, 2010 at 11:52 am #72518tim-watt
MemberOK – 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
April 9, 2010 at 9:50 am #72510In reply to: Login Glitch due to buddypress
aizza02
Memberhello anyone who can answer my question with the login glitch?
April 9, 2010 at 9:22 am #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.
-
AuthorSearch Results