Search Results for 'Create an Account'
-
AuthorSearch Results
-
November 1, 2012 at 7:33 pm #144393
In reply to: 1.7 theme defined
Famous
ParticipantSo from the explanation of both @modemlooper & @mercime the understanding in minimal terms is the following:
Every BP page I drop into my WP child template will override the core file as it does presently. And in order to create my page I simply drop in shortcodes to develop my page.php, then I apply my CSS to style & design my page. Question – are there already shortcodes in place that I can create a page.php with?Please explain what @r-a-y is saying with using user_nicename. Why would someone want to create a template for a specific user?
`/wp-content/themes/twentytwelve/buddypress/members/single/home-{user_nicename}.php`and how would you do that without making a huge mess in your template directory?
Also this would explain how to create different templates for different groups?
For instance:
`/wp-content/themes/twentytwelve/buddypress/members/single/home-{group ID = 1}.php`Is that correct?
Using these files one could create their own fully templated BP site?:
`’activity/index’‘blogs/index’
‘blogs/create’‘registration/activate’
‘registration/register’/* Ignore these
‘forums/single/forum’
‘forums/single/topic’
‘forums/index’
*/‘members/index’
‘members/single/activity/permalink’
‘members/single/home’
‘members/single/settings/capabilities’
‘members/single/settings/delete-account’
‘members/single/settings/general’
‘members/single/settings/notifications’‘groups/create’
‘groups/index’
‘groups/single/home’
‘groups/single/plugins’`October 30, 2012 at 1:26 am #144233In reply to: Registration Error
tr.sa.buis
ParticipantI’m using WP 3.4.2 and BP 1.6.1. I think they are the latest versions.
It’s a single site.
I’m hosted at Bluehost.
I started the website by downloading WordPress then immediately downloading Buddypress.
I have deactivated all other plugins except Buddypress and bbpress, and yes, I went back to the default theme.
My registration page has been giving me problems. At first it was a blank page but I figured out how to get the registration to at least show up (the blank page was from conflicting plugins). Now I can fill in all of my information on the registration page but when I press “complete sign up,” it refreshes the page back to the registration page with all of my info still filled in except my password. No account is created. No email is sent.
I have registration enabled and have tried registering as not just a “member” but some of the other ones. I have tried different themes, deactivating all of the plugins, and trying to find someone who knows what is wrong. I’m new to buddypress so I’m not sure what to really do.October 29, 2012 at 8:42 pm #144223In reply to: Remove the General Settings in BuddyPress v1.6.1
meg@info
ParticipantHi @wpmirwin, this part of code above is from buddypress Notifcation manager plugin.
https://wordpress.org/extend/plugins/buddypress-notifications-manager/
mybe this plugin can help you.this function hide the notifications subnav, and it should work in bp 1.5 and bp 1.6
function bp_hide_notifications_subnav(){
global $bp;
bp_core_remove_subnav_item($bp->settings->slug, ‘notifications’);if ( bp_use_wp_admin_bar() ) {
add_action( ‘wp_before_admin_bar_render’, create_function(
”, ‘global $bp, $wp_admin_bar; $wp_admin_bar->remove_menu( “my-account-settings-notifications” );’ ) );
}
}//if is not bp 1.5
if ( version_compare( BP_VERSION, ‘1.5’ ) < 0 )
add_action( ‘wp’, ‘bp_hide_notifications_subnav’);
else
add_action( ‘bp_setup_nav’, ‘bp_hide_notifications_subnav’ );October 27, 2012 at 8:38 pm #144099In reply to: Problem with registration
vfx_fun
ParticipantCpanel sometimes has gitches or may be getting updated and causing your problem. Give it a little time and then create the email in cpanel when your successful then the emails should send except to AOL. They filter most stuff from php mail so I would use several email test accounts from various providers.
October 27, 2012 at 8:30 pm #144097In reply to: Problem with registration
vfx_fun
ParticipantSome servers require for any php outgoing mail that you create a mail account on the server itself depending on your host. Cpanel did on my host and maybe that could be the issue.
October 27, 2012 at 5:47 am #144069October 26, 2012 at 5:58 pm #144036@mercime
Participant@buddyok BuddyPress does not limit the number of member-created blogs. Check if you have any BP/WP plugins that restrict blog creation in your plugins or mu-plugins folder or in special BP file bp-custom.php in wp-content/plugins.
October 23, 2012 at 3:15 pm #143854In reply to: User Registration Problems
ript247
ParticipantStar date ript247 “Still cant create new accounts” Deactivated all plugins not a plugin issue. Narrowed it down to buddypress installation in itself. How can/do I resolve this problem?
October 20, 2012 at 2:48 pm #143740In reply to: Create private membership site with BuddyPress
angslycke
Participant@djpaul: Yes, but I want to redirect the “activate your account” e-mails to the site admin instead of the user to let the admin know that a new user has registred. I’m trying to figure out the best way to do this. Obviously I don’t want to edit core files, so best practice should be to use a filter to replace the users e-mail address with the site admin e-mail address I guess?
I found an old post regarding this here (from 2010):
http://www.thoughtsofjs.com/moderate-new-user-registration-in-buddypress.html
They’re editing core files there (bad!), but I found this in the comments as a function to achieve the above:
`
function filter_replace_with_moderator_email($user_email) {
return get_site_option( “admin_email” );
}
add_filter(‘bp_core_activation_signup_user_notification_to’, ‘filter_replace_with_moderator_email’);
`I added this to my themes custom functions.php-file but the e-mail is still sent to the user instead of the admin. Is there a change in BP 1.5 so that I need to change the hook in the filter? Does anyone know?
October 19, 2012 at 9:59 am #143692In reply to: Create private membership site with BuddyPress
Paul Wong-Gibbs
KeymasterThe simplest approach may be to surpress the “click here to activate your account” emails, and use something like https://wordpress.org/extend/plugins/unconfirmed/ to manually activate them.
October 15, 2012 at 10:33 am #143479In reply to: URGENT!!! PLS HELP -> Add new users from admin
Paul Wong-Gibbs
KeymasterIf you’ve added more BuddyPress profile fields, then it shouldn’t matter *how* a user account was created — they should appear for editing in the user’s profile.
TWC01
Participantthanks for getting back I am lost then as when i login as a normal user I can click on a link called ‘My sites’ in the header bar. It will then drop down and show Christianinspire and then give the option of dashboard and visit site.
If i click on dashboard i get the option to click on Home, mysites or profile. If i got to mysites, I can click on create a new site bit then i get page not found.
The members group is subscriber for this user as this is default.
You can login with:
username: luvschrist
pw: luvschrist01 to check it out. This is not an admin account but the general member.Kind Reagrds
September 17, 2012 at 7:31 pm #141924In reply to: Acount creation Problem
@mercime
Participant== how can I allow user to create account through my registration page.? ==
@mechnoflux enable registration in Settings > General on single WP site
== also how to connect forum directly to buddy press page? ==
Which forum are you referring to, the Group Forums (custom bbPress in BP) or Sitewide Forums (bbPress plugin)?
September 17, 2012 at 6:18 pm #141905In reply to: BP Multi Network
@mercime
Participant== “Multiple WP networks can be created with either: WP Multi Network or Networks+” ==
@jasonewillis WP MultiNetwork or Networks+ goes beyond multisite. It means each subsite in your multisite can become a network with subsites of its own. Both would require IMHO dedicated server and would choke a shared hosting account especially if you’re considering on adding BP on each network. If you’re going to upgrade your server, then yes, paying for Network+ is worth it. The plugin developer is active in the community.
Multisite with subdomain structure example
– example.com (main site)
– subsite1.example.com
– subsite2.example.com
– subsite3.example.com
– subsite4.example.comWP MultiNetwork and Networks+ for example
– example.com (main site of all)
subsite1.example.com (main site of this network)
– subsite1.example.com/subsite1
– subsite1.example.com/subsite2
– subsite1.example.com/subsite3
subsite2.example.com (main site of this network)
– subsite2.example.com/subsite1
– subsite2.example.com/subsite2
– subsite2.example.com/subsite3
subsite3.example.com (main site of this network)
– subsite3.example.com/subsite1
– subsite3.example.com/subsite2
– subsite3.example.com/subsite3
subsite4.example.com (main site of this network)
– subsite4.example.com/subsite1
– subsite4.example.com/subsite2
– subsite4.example.com/subsite3September 12, 2012 at 8:27 am #141507In reply to: WooCommerce and buddypress
Roger Coathup
ParticipantYes, WooCommerce works fine alongside BuddyPress. We use it on http://www.enterprisenation.com/shop
WooCommerce provides a fairly rich API with lots of actions you can hook onto — so, provided you are a developer, you can also mould a tight integration with BuddyPress.
Themekraft produce a plugin that integrates the WooCommerce account / profile screens with BuddyPress’s profile screen — we find there are some issues with the UX this creates though. If you google this forum, there was a recent thread discussing this.
September 7, 2012 at 3:14 pm #141209In reply to: Restrict Group Creation
@mercime
Participant== Yes it work with the admins but for other user account type the plugin didn’t allow them to create a group. ==
For group creation In BuddyPress at this time, it’s either Admin or “others” – the users/members – that’s it. So there’s no conflict when only the Admin can create groups if you uncheck “Enable group creation for all users.”
September 7, 2012 at 8:09 am #141189In reply to: Restrict Group Creation
mix35
ParticipantYes it work with the admins but for other user account type the plugin didn’t allow them to create a group. Is it a theme conflict or plugin conflict?
September 5, 2012 at 8:49 pm #141073r-a-y
KeymasterAre you using the bp-default theme? If you are, are you using a customized homepage template?
Try disabling all your plugins except BuddyPress and see if you are able to see the register link afterwards.
September 5, 2012 at 8:44 pm #141071docilecraft
MemberAnyone have a solution?
September 4, 2012 at 3:39 am #140879In reply to: My host keeps shutting down my account
hkcharlie
ParticipantMy issuues are not with the number of users, I have a max of 40 active users and no more than 5 come on line at any one time.
My problem (besides having a lot of plugins) is when I run processes with some custom plugins they apparently use a lot of processing power to create an event, send an email, etc etc and the spike gets highlighted by an automated service on the server and in that one minute I could get shut down.In the small print, it says something about using more than 25% of processor power for more than 90secs.
I asked host gator whether uping my account to a VPS would help, the recommended me to a level 5 VPS:
CPU 2.69 GHZ
RAM 1824 MB
Disk Space 80 GB
Bandwidth 1425 GB
But they didn’t really say why they were recommending this or demonstrated that they even understood how the website worked.September 3, 2012 at 1:48 pm #140813docilecraft
Member@Aron Prins, I currently have
WordPress 3.4.1
BuddyPress 1.6.1
bbPress
Better WP Security
Bug Library
Jetpack
Minotar
SI CAPTCHA Anti-Spam
User Role Editor
WP Smush.it
WPtouch
Using BP DefaultSeptember 3, 2012 at 11:14 am #140805Aron Prins
ParticipantHey @docilecraft
Please link us to your install. What version of WP/BP are you running and with what plugins?
Cheers,
AronSeptember 3, 2012 at 5:38 am #140793In reply to: My host keeps shutting down my account
Austin Nichols
Member@shawn38 Yes I agree to a point. It depends greatly on traffic, plugins, etc. But, it seems from what he wrote he is beyond that point. It is technically possible to run on a shared sever, but if your goal is to create a popular site you will need to switch to dedicated at some point. That point is different for everyone, but everyone that uses BP should be prepared to make that move at some point and it can come faster than you think. It’s my personal opinion that you should start out dedicated if possible so you don’t have to deal with the pain of moving later. You should at the very least find a shared host that allows for easy expansion.
PS
Hostmonster and Bluehost should never be used. I’m sure there are more to add to that list, but those I have confirmed will throttle you regardless of users or plugins.August 27, 2012 at 12:38 am #140320In reply to: Change url somehow for admin’s profile?
synergywp
ParticipantFigured it out:
Hopefully this doesn’t break anything, but i’ve tested it with profiles and it works.
I looked in the database and changed my specific admin account’s “nicename”… the nicename is there i’m pretty sure for exactly that, a name that plays nice with URLs.
I’ve made the nicename into ‘adminexample’ while my login remains the same. On the members listings, my url for my profile is ‘adminexample’.Success! I think. Does anyone have any ideas why a user’s login and nicename would need to be excactly the same?
[Edit: just thought of one… If another user makes an account with “adminexample” we could have issues ]
Finding from Edit:
Success! I created a new account with the “adminexample” as the username (same as the admin’s account nicename) and it simply created a /members/adminexample-2/ for the profile page. Awesome.
Now, having figured this out, it doesn’t seem unreasonable for this to be somehow integrated into BP core, but I do realize this could mess up a lot of other plugins. Guess that’s why I’m not a big time developer.
Enjoy if this helps you.
August 26, 2012 at 6:29 pm #140289In reply to: Change url somehow for admin’s profile?
modemlooper
ModeratorOptions:
Create a new user then give that user admin privileges and then delete the admin account This may delete the content associated with the deleted account.
Edit database directly. Links may get broken.
This plugin: http://buddydev.com/buddypress/allow-your-users-to-change-their-username-on-your-buddypress-based-site/
-
AuthorSearch Results