Search Results for 'buddypress'
-
AuthorSearch Results
-
January 8, 2013 at 11:42 pm #150041
In reply to: How do I uninstall Buddypress on standard WP blog
Ben Hansen
Participantit sounds like you would need to undo any theme modifications you made to make your theme compatible with BP.
January 8, 2013 at 10:46 pm #150038In reply to: Can't unpack/install Buddypress
sn0zb0z
ParticipantHugo, in that case what is the reason for it not installing properly and what can I do about it?
January 8, 2013 at 10:42 pm #150036In reply to: Can't unpack/install Buddypress
Hugo Ashmore
Participant5.2.17 means that your php version is not good for WP 3.5/BP 1.6.2
5.2.17 is a later release than 5.2.4 which was – last I checked – the minimum requirement for WP/PHP
Better to be on the 3.3 release stream though if possible.
January 8, 2013 at 10:21 pm #150031In reply to: Can't unpack/install Buddypress
sn0zb0z
ParticipantThanks for your help. The host, I believe, did update PHP recently, but they refuse to update it to the latest.
For now I am using a free host to make sure I can do the website I want and then I plan to move it to a paid service. So there won’t be any members or anything like that for now.
Do you know of any plugins that do a similar thing to BuddyPress so I can at least get a good idea of what will work with my site and how I can set things up? Then when I move it I’ll be able to just use BuddyPress.
January 8, 2013 at 9:59 pm #150029In reply to: Can't unpack/install Buddypress
danbpfr
Participant5.2.17 means that your php version is not good for WP 3.5/BP 1.6.2
2 solutions: ask your host for a greater version or go to another host.
A free hosting service is anyway not recommended for a plain usage of BP.January 8, 2013 at 9:53 pm #150028In reply to: Only LEFT half of avatar cropper showing in BP 1.6.2
danbpfr
ParticipantBuddypress is installed on a folder “social” and not to the website root. Is this a problem?
Maybe…. BP is only a WP plugin. But if your WP is in the social folder too, there should not be the problem.
Sorry can’t help more.January 8, 2013 at 9:50 pm #150027In reply to: How do I resize comment and activity avatar size!?
danbpfr
Participanthi,
see at the bottom of this page how to change avatar size
https://codex.buddypress.org/developer/customizing/changing-internal-configuration-settings/January 8, 2013 at 9:41 pm #150025In reply to: Need users to get discussion notifications
danbpfr
ParticipantHi,
try the plugin group email notification subscription
https://wordpress.org/extend/plugins/buddypress-group-email-subscription/January 8, 2013 at 9:16 pm #150023In reply to: How do I uninstall Buddypress on standard WP blog
Mr Faust
Participantsame here i have groups and members links that i would like gone, how do i do this??
January 8, 2013 at 9:10 pm #150021Mr Faust
Participanthow do i remove all the buddypress links from my site? i deleted everything from server but it still adds Activate,groups etc to my themes.. HELP !!
January 8, 2013 at 8:38 pm #150015In reply to: Registration Reload Error: Lets Get This Solved
Baconbits
Participant@modemlooper I ditched as many of the option tables as I could find, it didn’t solve the problem. I was wrong about it being a database problem it seems. Thank you — I found a solution for me; hopefully it hepls other users
@valuser – I figured out a very simple solution that completely saved my website this morning, try it out: on the sidebar where buddypress came with the built in login widget (top right of your sidebar), you’ll notice “Please create an account to get started”.. For me, this link takes you to yoursite.com/register-2/
-
register-2 being the slug for my registration page
.. If you try to sign up in here there are 0 issues across the board.
So I went into my wordpress – settings – reading and removed “registration” from my homepage and instead made a static homepage “start” which contains a brief about my website, a link (Sign Up Here) that takes you to yoursite.com/register-2. and the shortcode for login
(I found the login shortcode can be found here http://justintadlock.com/archives/2011/08/30/adding-a-login-form-to-a-page).
You don’t have to go about it the same route I did, but short and sweet do not use the registration page you created for buddypress as your home page.. add the SLUG to your website url.. yoursite.com/slug (probably register or registration). problem solved.
Let me know how that goes.
January 8, 2013 at 7:59 pm #150010In reply to: Removing database info
ThorHammer
ParticipantHello, thanks for fast reply. Yes, I know, but there appear to be many buddypress settings left. If they don’t have any effect on the site performance or roles, I’ll let them be, but I don’t know, and that is why I am asking.
January 8, 2013 at 7:52 pm #150007In reply to: Upgraded and now nav and sidebar is responsive?????
aces
ParticipantYou could try putting the following in you child theme functions.php file
`function bbg_enqueue_styles() {
remove_theme_support( ‘bp-default-responsive’ );
}
add_action( ‘wp_enqueue_scripts’, ‘bbg_enqueue_styles’, 5 );`For more info see: https://buddypress.trac.wordpress.org/ticket/3881#comment:2
January 8, 2013 at 7:48 pm #150005aces
ParticipantYou could try putting the following in you child theme functions.php file
`function bbg_enqueue_styles() {
remove_theme_support( ‘bp-default-responsive’ );
}
add_action( ‘wp_enqueue_scripts’, ‘bbg_enqueue_styles’, 5 );`For more info see: https://buddypress.trac.wordpress.org/ticket/3881#comment:2
January 8, 2013 at 7:33 pm #150003Ben Hansen
Participantmaybe this will help?
https://buddypress.org/support/topic/upgraded-and-now-nav-and-sidebar-is-responsive/
January 8, 2013 at 6:38 pm #149990planetzuda
ParticipantThen my company will be the first to create it :).
January 8, 2013 at 6:19 pm #149986In reply to: Removing database info
ThorHammer
ParticipantThanks. So, after unserializing data in my OPTIONS table, user_roles, I find, among other data, the settings of “keymaster” and “member” and “moderator” and (not) wordpress “subscriber” and a lot of settings like this:
`[moderate] => 1
[participate] => 1
[keep_gate] => 1
[import_export] => 1
[recount] => 1
[manage_options] => 1
[manage_themes] => 1
[manage_plugins] => 1
[edit_users] => 1
[manage_tags] => 1
[edit_others_favorites] => 1
[manage_forums] => 1
[delete_forums] => 1
[delete_topics] => 1
[close_topics] => 1
`All this has to be Buddypress ghosts inside the user role row in the different “options” databases. I guess it is impossible to remove all these data… but… do they have any effect upon my multisite performance, or do they have any effect on my users (multisite blog owners) roles in the multisite?
I am asking because something is messing up my multisites different blogs comment settings.
January 8, 2013 at 5:55 pm #149985In reply to: galxy s3 user don't show buttons
fagiano1973
ParticipantHy Ben,
I use default buddypress theme and gallery creation is from buddypress through gallery plugin. Not only… in bbpress forum is the same problem: user with Samsung galxy s3 Don’t see button “create” or “submit”
January 8, 2013 at 5:24 pm #149969In reply to: Private group members cannot create forum topics
Georg
ParticipantHaving the same issue using buddypress bundled with commonsinabox 1.0 :/
January 8, 2013 at 4:41 pm #149958In reply to: Registration Reload Error: Lets Get This Solved
valuser
Participantquote from @SeriousDon
users are submitting their info and the register page just simply reloads with no error.
created a locally hosted test server ………. got the website to function 100%Have had similar experience but in the reverse
created a local site (though with a lot of customization) all well locally with registration 100%
put it up on a host and registration page just reloads with no errors.
Have no great experience but could it be version differences of php, or mysql etc. ???
or more likely as modemlooper suggests left over tables from a discarded plugin maybe a disable or auto activation plugin.I think (though will not name as i’m not 1000% certain) one wp managed hoster had a reports of a similar type problem from a few clients and they eventually fixed it.
Stumped! there are a few results on google search terms —> buddypress register registration reload reloads refresh and a buddypress ticket (now closed) #4477
At first all registration was disabled regardless of theme.
Then as suggested in one of the google results I removed an anti spam addition from htaccess and i got back registration in bp default and the other themes.
but no registration yet for the theme that “caused” the problem
January 8, 2013 at 4:02 pm #149955In reply to: Only LEFT half of avatar cropper showing in BP 1.6.2
nkarafo
ParticipantHello Chouf,
I am not uploading big files / images, only some kbs. I done what you suggested to me. Please see here:
I tried to upload a regular again,
it deleted my old avatar and replaced the new one
but when I pressed the crop button nothing happened and had “not found page” error.
Buddypress is installed on a folder “social” and not to the website root. Is this a problem? Also GD library is on. Media files have been uploaded just fine and they are shown in wp admin control panel. I don’t know what else we can do…
January 8, 2013 at 3:56 pm #149953In reply to: Spam, Splog and Dirtbag Prevention
David Cavins
KeymasterAlso consider the honey pot method. It catches automated spammers but not human spammers.
https://github.com/pixeljar/BuddyPress-HoneypotFor human spammers you almost need to approve each user request. Which is a pretty big barrier to entry, I think. I’ve used this plugin to do that:
https://wordpress.org/extend/plugins/bp-registration-options/January 8, 2013 at 3:40 pm #149952In reply to: Can't unpack/install Buddypress
sn0zb0z
ParticipantI didn’t change anything but it now says,
‘# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress’
The PHP version is 5.2.17
January 8, 2013 at 2:15 pm #149944In reply to: 404 for conditional tags docs
danbpfr
ParticipantJanuary 8, 2013 at 2:11 pm #149943In reply to: Two different types of members
danbpfr
ParticipantHi,
take a look here, the’re some answers and a plugin
https://buddypress.org/support/topic/split-members-into-admin-defined-caregories/
-
AuthorSearch Results