Search Results for 'wordpress'
-
AuthorSearch Results
-
November 20, 2010 at 6:36 am #98733
In reply to: Question: WordPress User Roles and BuddyPress
pabloroboto
MemberDesha – good question. Paul – thanks for chiming in. What’s confusing, however, is that if I leave the “subscriber” role selected as the default for new users as part of the WP admin panel, a new user can still access the admin panel (and perform the normal Buddypress participation activities also). That said, if I select “blocked.” the user cannot see the /wp-admin console at all, but can still interact with the social/buddypress features …
Could you please provide some insight on why/how that happens?
Thanks again — great plugin!
November 20, 2010 at 12:05 am #98720In reply to: Sign-up and register pages???
Terrintokyo
MemberHi jwack: I’m using S2Member for my membership plugin, and it takes over BP reggie and sign up files in its own way, so I hesitate to respond from my own knowledge. But, I found this video http://wordpress.tv/2010/07/10/sabin-wilson-buddypress-boulder10/ by Lisa Sabin-Wilson that may be helpful for you, in understanding the page structure.
I’m reading her BuddyPress for Dummies now, but I just started and so am still, basically, a dummy;-)
good luck!
November 19, 2010 at 11:00 pm #98715modemlooper
ModeratorIt will fit most any theme with some modification to the HTML and possibly CSS. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
November 19, 2010 at 4:35 pm #98684In reply to: Facing big trouble, need help >
modemlooper
ModeratorTry renaming your plugins folder to “pluginsoff”. Then try to access your wordpress admin. If you can then access the admin then change the plugins folder back to “plugins”
November 19, 2010 at 1:04 pm #98676In reply to: Users can’t register through BuddyPress home page
Active Citizenship
Participantthe problem for us IS with the theme. we were using the simple wp communty theme which may mean its a compatabilty issue between buddypress and a wp theme. the odd thing is that it worked for the past two months. its not a plug in issue. we could reinstall buddypress and wordpress but we’re afraid we’ll lose all site content.
November 19, 2010 at 11:40 am #98671In 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!
-
AuthorSearch Results