Search Results for 'wordpress'
-
AuthorSearch Results
-
July 5, 2016 at 3:18 pm #255972
In reply to: Single IP Registration
danbp
ParticipantJuly 5, 2016 at 11:58 am #255955In reply to: Single IP Registration
sharmavishal
Participantcouple of wordpress plugins which would allow registration from a single IP…search them
July 4, 2016 at 9:26 pm #255930In reply to: [Resolved] link to member profile
danbp
ParticipantSorry for you!… When it is so easy to avoid such situation by reading BP’s Codex…
July 4, 2016 at 7:46 pm #255928Slava Abakumov
ModeratorYou can use BuddyPress Member Types Generator plugin to create members types.
Or use BuddyPress Member Types plugin, they have a bit different functionality. The 2nd one seems to have more features.
Different “Types of feeds” is not easily achievable, only with custom coding.
Custom login and registration pages – lots of solutions for custom login. Custom registration page is limited to BuddyPress, there is no plugin, that can do anything with it. You will need to dive into templating and custom styles.
July 4, 2016 at 7:28 pm #255926Slava Abakumov
ModeratorThe reason that it doesn’t work – it requires to be placed on a user BuddyPress profile page.
It usesbp_displayed_user_domain()function to generate the link, as there is no user on your custom page (it’s not BuddyPress or even WordPress) –bp_get_members_component_linkfunction produces nothing.There is no easy fix. You will need to create that link manually by retrieving somehow user domain (link to profile) of a desired user.
July 4, 2016 at 7:22 pm #255925In reply to: Private Messaging AJAX
Slava Abakumov
ModeratorSo far BuddyPress doesn’t support this out of the box and I don’t know such plugins.
But this is a good feature request, and I’m pretty sure that this will implemented eventually. Because we already have similar thing on Activity directory page.Here is the ticket that I created with this request.
PS Update to the latest BuddyPress 2.6.1.1 🙂
July 4, 2016 at 7:13 pm #255924Slava Abakumov
ModeratorI personally use Hueman theme on my site, and it has an ability to redefine or clean the footer credits: http://take.ms/8y2CP
And it looks good with BuddyPress, and has interesting settings for WordPress itself.July 4, 2016 at 2:46 pm #255770In reply to: bp_activity_add strips html
Paul Wong-Gibbs
KeymasterThe
contentproperty is run through KSES and the permitted HTML tags are set here: https://buddypress.trac.wordpress.org/browser/trunk/src/bp-activity/bp-activity-filters.php#L206You COULD unhook this function from the filter (see: lines 16-25, same file) but I would not recommend it, because other people will use this to inject malicious markup. Instead, consider using the
bp_activity_filter_ksesfilter and whitelist a few extra HTML funtions that you need (i.e. just the paragraph tag).July 4, 2016 at 10:43 am #255764In reply to: auto-refresh “load newest” not working
maxgx
Participantok, moved on a clone, disabled all plugins and tested it throughout and i found it out:
new activity notifications do work ok, what is missing are notifications of comments to activity – actually, it’s not a problem with my setup, it’s really a (very much needed, badly missed, imho) missing feature…
luckily, BP Live Notification does seem to do the job, but it’s yet another addition to the ever growing list of plugins needed for covering up the lack of (quite obvious, always imho) features…
you could mark this as resolved, i guess (tho it’s not quite, really)
July 4, 2016 at 8:34 am #255761In 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
-
AuthorSearch Results