Search Results for 'wordpress'
-
AuthorSearch Results
-
November 19, 2010 at 11:40 am #98671
In reply to: installed correctly but links not working
studio8c
ParticipantHi i have the same problem,
Bp Multi stite installation 404 http://domain.com/html/members/
Im running WordPress 3.0.1. with a mulit site installation.
with s2member for the member subscription.This are the things i allready done
http://www.domain.com/html/ >>>> main blog
http://www.domain.com/html/members/ >>>> second blog with buddypress###############
wp-config
/** Buddy Press **/
define( ‘BP_ROOT_BLOG’, 3 );define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/html/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www.domain.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/html/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );#######################
.htacces
RedirectMatch 301 ^/members/(.*)$ http://www.domaincom/html/members/members/$1
RedirectMatch 301 ^/groups/(.*)$ http://www.domain.com/html/members/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ http://www.domain.com/html/members/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ http://www.domain.com/html/members/forums/$1Any body a clue whats courings the 404 pages
because it looks likes bp isn’t running in the safe levelThis are my settings
November 19, 2010 at 2:29 am #98653In reply to: Buttons and other UI elements not showing
@mercime
ParticipantYou need to revise HTML structure in BP templates transferred to your active theme in Step Three of the compatibility process. Plus copy some styling from bp-default’s style.css and adjust to taste.
BP Template Pack Process – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Template Pack Walkthrough – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/November 18, 2010 at 8:06 pm #98620In reply to: Question: WordPress User Roles and BuddyPress
Paul Wong-Gibbs
KeymasterI forgot to add it’s something we’re adding to BuddyPress 1.3, however.
November 18, 2010 at 7:23 pm #98614In reply to: Question: WordPress User Roles and BuddyPress
desha
MemberThank you Paul.
November 18, 2010 at 5:05 pm #98602In reply to: Question: WordPress User Roles and BuddyPress
Paul Wong-Gibbs
KeymasterOther than site admin checks, BuddyPress doesn’t use or check for specific roles or capabilities anywhere. So, in terms of regular users, there is no difference between a subscriber and a contributor for the BuddyPress features.
November 18, 2010 at 7:55 am #98569In reply to: Forum and Blog text area
Paul Wong-Gibbs
KeymasterDid you search Google for an existing WordPress plugin? https://wordpress.org/extend/plugins/google-transliteration/ is one I found after a quick search. You could use that as a starting point for figuring out how to extend support to wherever you want in BuddyPress.
November 18, 2010 at 7:47 am #98565In reply to: Blog Plugin NOT MU
Paul Wong-Gibbs
KeymasterNo, it hasn’t. Why would a BP plugin reinvent blog posting when that’s the main purpose of WordPress?
November 18, 2010 at 4:17 am #98552r-a-y
KeymasterTo add a friend, simply navigate to a member profile you want to become friends with and click on the “Add Friend” button. The requested member gets an email notification asking whether or not to accept the friendship.
Please go and test BuddyPress thoroughly on http://testbp.org, then come back here for any help.
—
For blogs, you need to enable WordPress’ network mode:
https://codex.wordpress.org/Create_A_NetworkWhen you have that setup, BuddyPress automatically detects this and adds a blog directory. There should be a button to create a blog on that page as well as on the registration page.
(Sidenote: me thinks we need a BP codex article to setup the blogs component)
—
To customize the welcome email, try Paul Gibbs’ Welcome Pack plugin:
https://wordpress.org/extend/plugins/welcome-pack/November 18, 2010 at 3:44 am #98545In reply to: @mentions is confusing to members
r-a-y
Keymaster@rgauny, @rogercoathup, @adelack, @rossagrant, @joeward, @babajoon, @bluebird2, @guigoz
New plugin: BuddyPress No Mentions
https://wordpress.org/extend/plugins/buddypress-no-mentions/Enjoy!
November 17, 2010 at 10:58 pm #98538techguy
ParticipantTry the BuddyPress Moderation plugin. I think you’ll like it.
[edited by r-a-y to add link]
https://wordpress.org/extend/plugins/bp-moderation/November 17, 2010 at 9:32 pm #98526In reply to: RSS feed of forum topics?
Boone Gorges
KeymasterI built this https://wordpress.org/extend/plugins/bp-lotsa-feeds/ but it doesn’t provide exactly the feed you’re looking for. I’ll file it as an enhancement ticket and maybe get around to it one of these days.
November 17, 2010 at 6:55 pm #98518In reply to: Log IP addresses
Ipstenu (Mika Epstein)
ParticipantI should have come back.
I wrote this. Works fine on BuddyPress.
November 17, 2010 at 2:30 am #98461In reply to: New users not showing up in BuddyPress
bkeller99
MemberI don’t know if anyone is still following this thread but I discovered the users with this problem had not activated the account. So I installed this plugin so I didn’t have to keep deleting and recreating these accounts. https://wordpress.org/extend/plugins/wp-activate-users/installation/
FYI the users either were not receiving the email, or so they say, or the message went to spam or didn’t activate when they clicked the link.
hope this helps.
chowNovember 17, 2010 at 12:55 am #98456pcwriter
ParticipantHave you tried the Widget Logic plugin? You can determine the placement of widgets using both WP and BP conditional tags. That means you can create custom sidebars for ANY component, category, tag, post, page, etc… Give it a whirl; it’s a lot easier than trying to code stuff from scratch

https://wordpress.org/extend/plugins/widget-logic/November 16, 2010 at 10:13 pm #98441islandsofla
Memberthanks, i’ll check out the plugin
November 16, 2010 at 5:42 pm #98419In reply to: Register Does Nothing
defsounds
MemberOn the default theme it takes me to the wordpress register page which works fine–On the custom theme it generates a register page with the theme that craps out
November 16, 2010 at 5:31 pm #98417In reply to: How to enable Cutom Header option in Child theme?
modemlooper
Moderatorread this theres a part about child themes
https://codex.wordpress.org/Function_Reference/add_custom_image_header
November 16, 2010 at 2:52 pm #98403In reply to: "Auto Group Join" plugin added
David Lewis
ParticipantHow to make it work with WordPress Single Blog:
Step 1
—-
Go into the plugin folder and open the bp-auto-group-join.php file. Line 67 should be:
`add_submenu_page( ‘wpmu-admin.php’, __(“Link Auto Join Groups”, ‘buddypress’), __(“Auto Join Groups”, ‘buddypress’), 1, __FILE__, “auto_group_join_plugin_options” );`change it to this:
`add_submenu_page( ‘options-general.php’, __(“Link Auto Join Groups”, ‘buddypress’), __(“Auto Join Groups”, ‘buddypress’), 1, __FILE__, “auto_group_join_plugin_options” );`That first argument just tells the action hook `add_submenu_page()` where your plugin menu item should go based on page slug. The options-general.php slug corresponds to the “Settings” menu. So you’ll get a link for the plugin settings under the Settings menu. I couldn’t figure out how to add the link to the BuddyPress menu since that menu works a little differently.
Step 2
—-
Go to line 147:
`add_action( ‘wpmu_new_user’, ‘update_auto_join_status’, 12, 2);`Add add this new line below it:
`add_action( ‘user_register’, ‘update_auto_join_status’, 12, 2);`I figured the wpmu_new_user action hook wouldn’t work with single WP. I was right. I tested with the additional user_register hook and it works. Joy
November 16, 2010 at 3:50 am #98373beraike22
MemberYou might want to try this plug in
November 16, 2010 at 3:26 am #98371In reply to: Different profiles for different user types
beraike22
MemberHi Everyone – I’m not sure if this is what you are looking for but this is what I did! And NO coding required! lol
Under Buddypress Componet Setup enable the Group Settings. Now go to your profile page and set up as many groups as you like. Then use the Buddy Press Registrations Groups the author page is this – http://hardlyneutral.com/wordpress-plugins/ this will have the groups show up on the registration page and they will be asked to select which group they are a FAN of.
If you want you can go to the Editor Page or your FTP or Cpanel for that Plugin and on this page: buddypress-registration-groups-1/includes/bp-registration-groups.php scroll down to you see where it says Fan of and check one or more areas of interest and chance it to whatever your website needs are.
I hope this helps.
Another great plugin is https://wordpress.org/extend/plugins/bp-member-filter/ When you put brackets [ ] around any word in your profile it makes it a link to all other members that have that word or phrase linked. So when you click on it all members with that link come up on a list.
Here is a example I use on my directions page for creating their profile.[Hair Stylist]
I am a [Hair Dresser] [Beauty Salon] owner I offer [Hair Cuts] [Perms]
[Hair Coloring] [Hair Highlighting] [Braiding] and other misc [Hair Care] services.
I am available Monday – Thursday for appointments only.
Again I hope this helps someone!
November 16, 2010 at 3:10 am #98369In reply to: admin-editable-only Profile Fields
Simon Arame
ParticipantI’ve encounter the same requirements for a profile field to be editable only by admin that is non-editable by suscribers.
Someone could eventually commit a small plugin that allows this sort of administrative tagging.Outside of buddypress perspective, I end up using wp_usermeta database table with a call to add_user_meta($user_id, $meta_key, $meta_value [, $unique] ) and when i need the info stored i use get_currentuserinfo()
references :
https://codex.wordpress.org/Function_Reference/add_user_meta
https://codex.wordpress.org/Function_Reference/get_currentuserinfoNovember 15, 2010 at 11:57 pm #98363In reply to: BuddyPress.org avatar upload restrictions?
Boone Gorges
KeymasterIt’s a problem with buddypress.org’s hosting situation. As @crashutah alludes to, buddypress.org shares user database with wordpress.org, which at the moment has pretty severe restrictions on the kinds of files that can be uploaded.
I’ve spoken with some of the staff at Automattic about the problem, and they’ve informed me that the general restrictions on uploads at wordpress.org will be lifted relatively soon. At that time, the avatar problem here will be fixed.
I can’t implement any other fixes on buddypress.org at the moment because of the fact that it’s running a WP 2.9.x installation, which must be upgraded before any more fixes go up. That upgrade process is going to be very complicated. I’m working on it.
In the meantime, I agree that it’s not a great first impression, but I encourage you to download the software and check it out.
November 15, 2010 at 6:22 pm #98332In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
ketan khope
Participant@Ishimwe Do you think asking for help is something wrong ?
Yes you may argue here that i used a wrong way but can you get the scenario here. I posted that kind of Language after 3months !!!
Ok second fact you said i should appreciate others’ efforts ( others should include both Buddy press developers and its users) … but you are considering only one side here .Lets for time being say i am a nerd i don’t have any knowledge about PHP or rather any kind of programming and what CMS are build for ? to simply solutions for non programmers. So what i am appreciating here is ‘ TIME & Energy ‘ of people who are not as good as you in programming so i am telling them there are these kind of problems in this system instead of getting to know about it after putting your time and energy look if you can solve them and then only decide to use this CMS . .. whats wrong with that approach ??Again if the solution provided by you solves the problem as i have not tested it but if it does then don’t you think my this post which is actually all over Google if you search anything even close to buddy press will help buddy press users ( both new and present ) who are facing same problem ?So my coming here to vent about buddy press is actually going to help people than otherwise i guess !!
November 15, 2010 at 5:42 pm #98321In reply to: Help to Change Notification Emails
techguy
Participant@vanisia Try the mail from plugin: https://wordpress.org/extend/plugins/mail-from/
November 15, 2010 at 11:37 am #98283In reply to: Sharing images between Friends?
-
AuthorSearch Results