Search Results for 'wordpress'
-
AuthorSearch Results
-
January 8, 2013 at 7:46 pm #150004
In reply to: Removing database info
modemlooper
Moderator`
[import_export] => 1
[manage_options] => 1
[manage_themes] => 1
[manage_plugins] => 1
[edit_users] => 1
[manage_tags] => 1
`
these are WordPress options.January 8, 2013 at 7:08 pm #149995In reply to: Removing database info
ThorHammer
ParticipantCause these are not default wordpress roles, but they are all assigned to each user now, at least in the database (as I have unserialized):
“blocked”, “inactive”, “keymaster”, “member”, “moderator”.Is there a way to easy get rid of all these data?
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 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:38 pm #149946In reply to: Installation on Multisite
danbpfr
ParticipantHi,
forget languages in a first time and set up your WP to a network.
https://codex.wordpress.org/Create_A_NetworkThen install BP with group forums activated
Then create a group for each language you wantThis is the most simple solution i guess. The’re probably others. 😉
January 8, 2013 at 2:08 pm #149942In reply to: where are the instructions?
danbpfr
ParticipantHi,
by default, to invite users to join a group witch you are the admin, you must first have friends. Once they accepted friendship, you can invite them from the friends list who appear when you click on “invite” on the group menu.
But perhaps you may prefer this plugin: https://wordpress.org/extend/plugins/invite-anyone/
January 8, 2013 at 11:31 am #149937In reply to: [Resolved] New Buddypress Default Themes
mcgrafx
ParticipantThank you Gentlemen,
Your answer was more than I could have hoped for.
I am very excited to know that a new version of buddypress is on the make. I cheer the engineers on and hope they consider lots of flexible header options. 😉Also, I’m now thoroughly studying the ‘https://codex.wordpress.org/Child_Themes’ with an aim to figure it out, as I think I might love coding, & though I have no idea what I’m doing half the time,… I seem to spend days on this stuff …. there’s no end to the fun.
Zuckerberg may have created the first ‘popular’ version, but not the last.
slanche!,
mcgrafxJanuary 7, 2013 at 10:03 pm #149905In reply to: [Resolved] threaded comments won't work after update
r-a-y
KeymasterThe 1.6 branch of BuddyPress should have this fixed now.
You can either temporarily patch bp-default’s JS:
https://buddypress.trac.wordpress.org/changeset/6704Or wait until 1.6.3 officially drops.
January 7, 2013 at 8:52 pm #149897In reply to: Register Error
Cidade Sonho
ParticipantI use this plugin https://wordpress.org/extend/plugins/bp-disable-activation/
working 100%, but … 😡
January 7, 2013 at 8:20 pm #149889In reply to: [Resolved] New Buddypress Default Themes
Ben Hansen
Participanti much like yourself don’t have much if any programming skills but reading your post gives me two thoughts.
#1 not sure i agree with you about the child theme thing unless you are saying the people shouldn’t need to know html/css in order to customize html/css. if you are not saying that then i think the regular wp child theme doc should be fine. https://codex.wordpress.org/Child_Themes
#2 we (i use that term loosely) are actually working on a new default theme it’s called turtleshell which if I’m not mistaken is being designed as a completely fresh UI/X perspective and responsive from the ground up. i think you are more then welcome to be a part of that process, if you want more info start here: http://bpdevel.wordpress.com/
bonus the plan for 1.7 is (i believe) to make it work with any wp theme by default so maybe that this something to consider as well.
January 7, 2013 at 7:10 pm #149877In reply to: Not exactly "a few easy clicks"
Paul Wong-Gibbs
KeymasterThe first issue is fixed by a 1.6.3 update, which we will be releasing very soon.
I am not aware of any bugs with your second issue; if the current user is a member of that private group, they have access to see its activity items on any page on your site.
Third issue is a WordPress setting; see http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress
January 7, 2013 at 7:06 pm #149876In reply to: IS BuddyPress WordPress 3.5 Ready
Paul Wong-Gibbs
KeymasterWe have a 1.6.3 out very, very soon to address a few minor issues, but BP is compatible with WP 3.5, yes.
January 7, 2013 at 6:18 pm #149871In reply to: i need style.css for buddypress.1.6.2.zip
modemlooper
ModeratorYou do not install BuddyPress through the WordPress theme upload. Upload or install the plugin via the plugin upload or add new. Then you choose the BuddyPress theme via Appearance > themes
https://codex.buddypress.org/user/setting-up-a-new-installation/
January 7, 2013 at 6:09 pm #149870In reply to: galxy s3 user don't show buttons
Ben Hansen
Participantcreating a gallery sounds like a wordpress thing not a buddypress thing per se. also might be helpful to send a link to your site or at least tell us what theme you are using.
January 7, 2013 at 5:44 pm #149864In reply to: Only LEFT half of avatar cropper showing in BP 1.6.2
nkarafo
ParticipantThank you for your reply but I made the changes but still nothing. Also, I disable ALL the plugins and there is only buddypress 1.6.2 installed with it’s default theme and nothing else at all. I CAN upload media files within wordpress normally but I cannot upload photos as avatars in buddypress profiles, groups, etc.
I also tried buddypress 1.6.1 but still the same..
🙁
January 7, 2013 at 5:43 pm #149863In reply to: IS BuddyPress WordPress 3.5 Ready
modemlooper
ModeratorYou should set up a test environment if you plan on running a BuddyPress site. Test versions/plugins. current bp has a few minor issues with 3.5.
January 7, 2013 at 5:30 pm #149859In reply to: IS BuddyPress WordPress 3.5 Ready
sosensible
ParticipantIs there a link or somewhere where it is officially stated? On the addon page it shows 3.4 but not 3.5 currently.
January 7, 2013 at 5:24 pm #149858In reply to: Only LEFT half of avatar cropper showing in BP 1.6.2
January 7, 2013 at 5:16 pm #149854In reply to: IS BuddyPress WordPress 3.5 Ready
danbpfr
Participantof course.
January 7, 2013 at 4:58 pm #149851In reply to: Menu tab issue
Versipellis
Participant@chouf1 Will do, thank you.
However, I’ve put all this into a plugin for wordpress now and activated it – I am still not getting a tab in my profile. The above code you suggested @chouf1 doesn’t display for me at all?
Could you possible paste bin the entire plugin code for me to view to see where I am going wrong?
Thanks
January 7, 2013 at 4:37 pm #149846In reply to: Will issues be corrected upon update
danbpfr
Participanthi,
to know what is done and not in upcoming BP version, and so on, there is only one address:
https://buddypress.trac.wordpress.org/report
When you update WP and BP, do you also update your theme if you use a third party theme ? Troubles you describe let me think you have some JS conflict somewhere.
January 7, 2013 at 4:32 pm #149844In reply to: Menu tab issue
danbpfr
ParticipantYes.
did you checkek skeleton ? It’s a good starting point.
https://wordpress.org/extend/plugins/buddypress-skeleton-component/
January 7, 2013 at 4:09 pm #149840In reply to: Menu tab issue
Versipellis
ParticipantYes thanks @modemlooper that has been suggested but I asked a question in regards to whether it requires the usual wordpress plugin info (plugin and author uri’s etc) or not?
January 7, 2013 at 3:43 pm #149834In reply to: Menu tab issue
Versipellis
ParticipantI’ve just put the file in with my theme – this is how I develop everything to start with on wordpress and never fails. This just means its always hard coded for my testing purposes rather than being a plugin.
So it should just be bp-custom.php on it’s own in the plugin folder? There is no special code like in wordpress to give the name, uri etc?
I had looked at the buddypress info you linked to originally and found it lacking in information, it seemed to assume you knew how to develop a buddypress plugin without actually explaining if its the same as wordpress or different.
If the case is you cannot hardcode any buddypress code outside of a plugin I shall try a custom plugin, if you could possible answer my previous question of the plugin info code for me? Is it the same as wordpress or does it have to define it is buddypress?
-
AuthorSearch Results