Search Results for 'wordpress'
-
AuthorSearch Results
-
December 15, 2010 at 8:23 am #100564
hachimaki
MemberAnd how can I do that? Because it’s not in the buddypress options, I infer I should do a lot of coding.
Now I’m testing with a wordpress installation in my root xxx.com and a WordPress Magazine theme made compatible with @AndyPeatling Theme Pack plugin. But the tricky bussiness is that now, although it works fine, I don’t have a style in the buddypress things, as the theme is not designed to work with it, and I’m a bit lost of how to stylize these parts.
December 15, 2010 at 7:20 am #100554In reply to: BP multi site
Paul Wong-Gibbs
KeymasterRegardless of how you are using multisite, if you enable BuddyPress on one of those sites, it will be active across the entire network*. There is no segration of content.
*It is possible to force it to run only on one site, but you can still only run one BuddyPress site per WordPress installation (at the moment).
December 15, 2010 at 7:16 am #100552In reply to: Trouble with activate buddypress
Paul Wong-Gibbs
KeymasterIt’s an out of memory error message. Have a look at https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
December 15, 2010 at 4:38 am #100545In reply to: BP multi site
skippybosco
Member@techguy trying to figure out if I fall into the “many other people” category..
I have one install of WordPress MU with 3 blogs, one for each of my 3 domains (domain1.com, domain2.com, domain3.com). Username and passwords are shared across all 3 domains.
I want to add Buddypress. How would that work? A single Buddypress site (ie. a shared list of all groups) or would the domains be segmented somehow (ie. domain1.com would only see groups for domain1.com?) I don’t see any options to control the behavior.
December 14, 2010 at 11:51 pm #100525In reply to: Problems to create a new blog
Andrea Rennick
ParticipantDid you create a network? Or is this a single WordPress install?
you have to enable multisite to have extra blogs.
December 14, 2010 at 11:39 pm #100522Andrea Rennick
ParticipantYep.
Buddypress does not make the blogs, though. WordPress does with multisite enabled. Buddypress just does the user profiles.
December 14, 2010 at 11:14 pm #100507In reply to: post installation error mission!
Lisa Sabin-Wilson
ParticipantDoes not look like you’re using a BuddyPress compatible theme. The default TwentyTen theme is not BP compatible, out of the box.
Try making the your current, activated theme compatible with BuddyPress by using the BuddyPress Template Pack plugin:
https://wordpress.org/extend/plugins/bp-template-pack/Or, create a child theme for BuddyPress:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/Either way, your theme must be BP compatible in order to utilize the BP features.
Good luck!
December 14, 2010 at 11:00 pm #100501r-a-y
KeymasterI’ve experienced a bit of success with AVH First Defense Against Spam:
https://wordpress.org/extend/plugins/avh-first-defense-against-spam/Checks the user’s IP against StopForumSpam and Project Honeypot (with an API key) before parsing the entire page.
This won’t stop human spammers but every little bit helps.December 14, 2010 at 10:58 pm #100499Lisa Sabin-Wilson
ParticipantWe installed the WP Super Captcha plugin on 3 different WP/BP high traffic sites and it cut the spam sign ups down by 80% immediately. Not a beautiful solution, by any means – but it does work somewhat. 80% is better than nothing.
Can be configured to show the captcha on the sign up page and login page – whichever you prefer, or both. Compliant for WordPress (with or without Multisite enabled) and BuddyPress configurations.
https://wordpress.org/extend/plugins/super-capcha/
Good luck!
December 14, 2010 at 10:47 pm #100491In reply to: Which plugins?
Tammie Lister
ModeratorHave you under BuddyPress > general settings – under your admin panel for WordPress turns on and configured your forum?
December 14, 2010 at 10:41 pm #100487In reply to: Add Bp users to multiple blogs at registration
r-a-y
KeymasterCheck out the following network plugin:
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/It doesn’t add a field on the registration page, but it gives the super admin the option of adding users to specific blogs in the admin area.
December 14, 2010 at 10:31 pm #100480In reply to: Post Thumbnail in BP-Default Theme
Tammie Lister
ModeratorWhilst I’m not familiar with the plugin I have another suggestion that you use built in featured images that comes with WordPress. Forgive me if you have other reasons for using that plugin but maybe this will work for you.
You can add post thumbnails using featured posts like this for instance in functions.php (adjust size according to what you want):
`if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 210,160, true );
}`Then in the code:
` `
There are many ways to skin the thumbnail cat though this link may help:
https://codex.wordpress.org/Function_Reference/the_post_thumbnail
December 14, 2010 at 9:39 pm #100474In reply to: Avatars of member not showing in all blogs
Alberto
MemberHi! I’m having same issue. No avatars on blogs.
On main buddypress blog, avatars works great and their url’s are like this:
http://example.com/wp-content/uploads/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpgOn the other blogs, avatars aren’t displaying. Their url’s are like this:
http://example.com/files/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpgMy installation info:
WP: 3.0.3 (updated from a WP3.0)
BP: 1.2.6
Multisite & subdomains.My .htaccess:
`# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
# END WordPress`Is it fixed for next release of buddypress? or is there a patch that I could apply?
Thanks at all
December 14, 2010 at 4:28 pm #100462bojanski
MemberI would like to add the Email field to the members profile… using your method!
Which file needs to be modified!?Thanks
BojanDecember 14, 2010 at 7:11 am #100443Paul Wong-Gibbs
KeymasterWhat versions of WordPress and BuddyPress are you using, please?
December 13, 2010 at 11:23 pm #100426In reply to: Time Offset still present in BP 1.2.6
Paul Wong-Gibbs
KeymasterAs forums are provided totally by bbPress, it’s a possibility that as you can’t access the bbPress admin, you can’t set its time like you do with WordPress. Hmm.
EDIT: if you want to try a totally crazy “fix” which I have not even verified the problem exists, let alone the cause, try creating a new record in your wp_bb_meta table as follows:
object_type = bb_option
object_id = 0
meta_key = gmt_offset
meta_value = ? (set this to a number for the timezone offset, i.e. “1” for central european time)December 13, 2010 at 8:53 pm #100415In reply to: Group Activity Feed
r-a-y
KeymasterFor the alternative method, use Rich’s block activity types plugin:
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/December 13, 2010 at 7:21 am #100374In reply to: Please sort the bloody spam on this site!!
zkwc
ParticipantI get the same amount of spam on my site. I’m currently deleting one spammer every 10 minutes, and I am not sharing anything with official WordPress sites. Something is going on with Buddy/Word and someone needs to dig into it because this is insane. It isn’t just this site. It’s the code somewhere. I’m sure it’s WordPress because I have a wordpress only site running and the sign-up spam is ridiculous there too. I am not joking when I say every 10 minutes either. I’m freaking out.
December 13, 2010 at 1:03 am #100360In reply to: Using the existing component in members theme
@mercime
Participant@manimaranvel BuddyPress can only be activated once in either the main site or a secondary blog of a WP Multisite installation – there is no BP multisite at this time. If you allowed your members to create own blogs and then want to show the member profile in his/her blog, you can use a plugin – https://wordpress.org/extend/plugins/bp-profile-widget-for-blogs/
December 13, 2010 at 12:42 am #100359@mercime
Participant99% who help out here in the BP forums are volunteers. On a very rare day, someone might come into the forums and make a long long list of all that they need for a BP site and get spoonfed with all the answers in one go, though I haven’t seen that happen totally. I know you expect answers that’s why you go to the forums but on our end, we expect that you did some research on your own as well. If you want simple BP/WP install, it’s all easy (assuming you have good server). But If you want fully customized BP install, the learning curve is medium high if you’ve got WP experience.
BP Codex – https://codex.buddypress.org/home/
BP compatible plugins – https://buddypress.org/extend/Back to Woo’s City Guide Theme, I only mentioned that theme because I saw it just before I saw your post here – CITY GUIDE. Also, as I mentioned before in post above, you would need to install BP Template Pack, make necessary changes, and if you have HTML/CSS/WordPress theming knowledge, it’ll be a breeze. You could choose whatever WP theme you want and install BP Template Pack or get a free BuddyPress theme or go for a premium BuddyPress theme with free support.
December 12, 2010 at 6:59 pm #100346spanakorizo
Memberplease somebody help me on this… i love buddy and wordpress but i don’t have the time now to study again from the beggining the multisite installation. there will be more questions, i made a local installation so i need for sure time on mu site and time now is a big issue. For now please somebody point me on this “simple” thing i ask: maybe it would be more easy to do the opposite? let’s say that i want to user to fill the wp’s fields Yahoo,IM.msn but into bp’s profile. Is this possible? I’m so confused plz help/ .
December 12, 2010 at 5:32 pm #100341Paul Wong-Gibbs
KeymasterThat’s nothing to do with BuddyPress. “Subscriber” is the default WordPress role. However, I’m assuming these users have had their account activated?
December 12, 2010 at 4:01 am #100321spanakorizo
Memberi even was able to display a field description with `bp_get_the_profile_field_description` but i still cannot pull the info that every author posted in that field. of course i call this when i am inside the page with the post of the author. Basically what this plugin do (https://wordpress.org/extend/plugins/author-profile/) but pull the info from a field in bp’s profile is what i need!!
December 11, 2010 at 10:28 pm #100307spanakorizo
Memberhello and thanks for your reply but i allready tried that widget :(problem is i think that my wp installation is not network (but i have registrations on for authors, everybody write in the same site) so the widget cannot understand who is the author of the post. but this widget works perfectly: https://wordpress.org/extend/plugins/author-profile/ . I just want to replace the line that pulls info from the wp’s core “about me” field with the one from my bp’s “about me” field!! someone help plz .
December 11, 2010 at 10:13 pm #100306In reply to: BP Sections?
@mercime
ParticipantThat “section” could be a “group” component already in WordPress and joining groups is either voluntary for public groups or by invitation for private groups and each group can have a forum if the group admin so chooses. That’s basic behavior which can be changed via a plugin you can make to do so. You could check out BuddyPress Group component and other default components by logging in http://testbp.org/ with the username and password you used here.
-
AuthorSearch Results