Search Results for 'wordpress'
-
AuthorSearch Results
-
July 4, 2016 at 8:34 am #255761
In reply to: Approve users by custom email
danbp
ParticipantHi @pulidomate,
By default, it’s not possible. But you can try to code it.
That said, registering users is reserved to site admin or editors. So far i understand your question, you’re talking about group admins (admins = teachers)and member types (teachers and students).
Registration and user management is a core thing for users with WP roles/capabilities. It is not the same thing as Teachers and Students within BuddyPress.
Group admins are, by default, users with a WP role of subscribers. Same thing for students. BP distinguish those users inside a group only, but for WP they still emain as “subscribers”.
May be you can use a plugin, but i haven’t tested it. Try:
https://wordpress.org/plugins/new-user-approve/July 2, 2016 at 8:24 pm #255660In reply to: conflict buddyPress with woocommerce
rezza72
ParticipantHI
i use SocialChef theme .all active plugins :
bbPress
BuddyPress
ITRO Popup Plugin
TablePress
TablePress Extension: Responsive Tables
Telegram for WordPress
TinyMCE Advanced
Wise Chat
WooCommerce
WP Statistics
WR PageBuilderJuly 2, 2016 at 8:21 am #255651In reply to: Delete comments & updates
danbp
ParticipantHi @jaap33,
any members activity appearing on SWA can be deleted by the member. That’s how it works.
Each member can delete what belongs to his activities(updates, update comments,…).
But member A cannot delete activities of member B.To allow this, you need to asign a WP role to member A. Eg. member A = editor. This may be to much, so you’d set up a special role who allows member A to only edit SWA and nothing else. Perhaps (untested) this plugin can help you to do this. Evtl. check also S2Member plugin.
July 1, 2016 at 7:28 pm #255642In reply to: Help me sort out my BuddyPress install
David Cavins
KeymasterTo add your own create group button output function, unhook the current ones:
remove_action( 'bp_groups_directory_group_filter', 'bp_legacy_theme_group_create_nav', 999 ); remove_action( 'bp_groups_directory_group_filter', 'bp_group_backcompat_create_nav_item', 1000 );and add your own to
bp-custom.php:add_action( 'bp_groups_directory_group_filter', 'my_dolla_bill_group_create_button', 82 ); function my_dolla_bill_group_create_button() { if ( dolla_bill_has_dollas ) { bp_group_create_nav_item(); } }Your other issues can probably be solved in the similar way. Read up on hooks and actions in WP: http://blog.teamtreehouse.com/hooks-wordpress-actions-filters-examples
July 1, 2016 at 1:41 pm #255628In reply to: Translation stop working after update
danbp
ParticipantThe Danish translation is not complete… so the automatic translation doesn’t work.
Read from here to go further:
July 1, 2016 at 1:00 pm #255622In reply to: Buddypress
sharmavishal
Participantcheck this 2 plugins
https://wordpress.org/plugins/buddypress-docs/
https://wordpress.org/plugins/buddydrive/
…you can create hidden groups then….you can disable the activity component via settings-buddypress
July 1, 2016 at 12:17 pm #255616danbp
ParticipantFirst, you have a typo error in your function:
array_spliceshould bearray_sliceSecond: the sort order belongs to the parent item. The secondary (aka sub nav) is fixed by CSS.
If parent as 3 as order, the child has also 3, but to place it correctly, you have to adjust the css.
See here:
June 30, 2016 at 5:14 pm #255595In reply to: PHP Fatal error on BP 2.6.1 activation
@mercime
ParticipantReplied to some people at https://wordpress.org/support/topic/problem-with-buddypress-plug-in-on-sweetdate-theme?replies=10
June 30, 2016 at 11:39 am #255571In reply to: Translation stop working after update
danbp
ParticipantDeactivate loco translate and redo what i described previously.
Search also for evtl. issues mentionned on loco translate support.Aside there is no reason to use that plugin if you don’t translated scecificcally BuddyPress to your nedd. sv_SE.po/mo are loaded automatically.
If despite this, you use your own translation version, see how to prevent your translation to be overidden. It’s explained in one of the sticky topics on the plugin support.June 30, 2016 at 10:00 am #255566In reply to: PHP Fatal error on BP 2.6.1 activation
Paul Wong-Gibbs
KeymasterYep, we missed a bug in testing. Will be fixed in 2.6.1.1 release later today.
We’re very sorry.
Bug report is https://buddypress.trac.wordpress.org/ticket/7153
June 30, 2016 at 9:36 am #255557In reply to: XProfile problem
June 30, 2016 at 8:32 am #255547In reply to: Getting error saying Buddypress Group photo large?
danbp
ParticipantYou have to debug.
Deactivate all plugins except BP and try again with one of Twenty theme.
If you use a cache software, clear it before testing.June 30, 2016 at 12:54 am #255525In reply to: Private Messaging Issue
r-a-y
KeymasterBuddyPress 2.6.1 was just released, which fixes this issue.
wordpress.org still needs to be updated, but you can grab the release here:
https://downloads.wordpress.org/plugin/buddypress.2.6.1.zipJune 29, 2016 at 7:13 pm #255512In reply to: Mass messaging and emailing
snorklebum
ParticipantI’m using https://wordpress.org/support/plugin/mass-messaging-in-buddypress which seems to do the trick.
June 29, 2016 at 7:45 am #255468In reply to: CSS Overide and inline styles
sharmavishal
Participantmaybe this might help with 2.6
June 29, 2016 at 7:33 am #255465In reply to: BuddyPress member roles for intranet
June 29, 2016 at 6:56 am #255463In reply to: Fatal error on a BuddyPress 2.6.0 upgrade
r-a-y
Keymaster@rintusibi – If you’re referring to this fix:
https://buddypress.trac.wordpress.org/attachment/ticket/7140/7140.01.patchThis will be part of BuddyPress 2.6.1.
June 28, 2016 at 11:52 pm #255451In reply to: [Resolved] Just a mistake in french
danbp
Participanti haven’t see your topic. Typo error in Readme is fixed.
You can download the file from here:
https://translate.wordpress.org/locale/fr/default/wp-plugins/buddypressThank you @henrywright
June 28, 2016 at 10:22 pm #255444r-a-y
KeymasterTry this fix:
https://buddypress.trac.wordpress.org/attachment/ticket/7140/7140.01.patchIf you still see some notices, please post them in this thread.
June 28, 2016 at 8:06 pm #255439In reply to: [Resolved] Just a mistake in french
Henry Wright
ModeratorI’ve created a bug report: https://buddypress.trac.wordpress.org/ticket/7148
June 28, 2016 at 7:34 pm #255438In reply to: A question about messages?
Earl_D
ParticipantThere are some very good easy to implement chat plugin out there as well. I use the pro version of this one. Had it set up in minutes after install and it has a widget that seems like it would fit the bill for the quick conversation you mention.
https://wordpress.org/plugins/wise-chat/
Not affiliated with them in anyway BTW
June 28, 2016 at 5:31 pm #255432In reply to: A question about messages?
r-a-y
KeymasterThere’s already a closed ticket about this:
https://buddypress.trac.wordpress.org/ticket/4825June 28, 2016 at 5:23 pm #255431In reply to: A question about messages?
danbp
ParticipantJune 28, 2016 at 3:58 pm #255424In reply to: Fatal error after update
r-a-y
Keymaster@sharmavishal – No, it isn’t.
That’s more of a hacky way of fixing things. I still invite @oddreal to send me a copy of the theme so I can debug.
To really address this issue, plugin and theme developers should check out this development post for more info:
Class autoloading and what this means for plugin developersJune 28, 2016 at 3:35 pm #255421In reply to: Notifications displaying “array”
r-a-y
KeymasterThis will be fixed in BuddyPress 2.6.1.
For now, here’s the temporary fix:
https://buddypress.trac.wordpress.org/attachment/ticket/7141/7141.01.patch -
AuthorSearch Results