Search Results for 'wordpress'
-
AuthorSearch Results
-
January 25, 2015 at 11:03 pm #232928
In reply to: Pre loading members
Henry Wright
ModeratorHi @alexbotkin
I’m not aware of an Excel importer. Perhaps try searching the WordPress Plugin Directory for one.
January 25, 2015 at 6:59 pm #232922In reply to: google analytics goal tracking for member sign ups
mycru.io
Participantfinally I used this tutorial which sounds very clear.
How To Track WordPress Signups and Comments With Google Analytics
I did everything that was mentioned in this tutorial, but when I hit verify goal in GA than it says:
This Goal would have a 0% conversion rate based on your data from the past 7 days. Try a different set up. ( Although I had many new members that registered the last 7 days ). Any idea ?
January 25, 2015 at 12:09 pm #232911In reply to: How to assign a WP user role based on a registration
mcpeanut
Participant@spiritix usually with any kind of members plugin you can restrict access per user level on a page or post basis and should have the option within that post or page to select what user level has access to it with a custom message and even a link pointing them to upgrading their account.
what membership plugin are you using? and im sorry im not familiar with restrict content pro or bbpress though as ive not used them, if your users get given the correct roles within wordpress after registration then the problem lies with one of these plugins or some kind of conflict is my guess, maybe try to track it down by deactivating all plugins and reactivating them separately.
January 25, 2015 at 12:45 am #232901In reply to: How To bp_set_member_type?
Henry Wright
ModeratorHi @youmin
If you don’t already have your roles set-up then this is how you’d add them:
add_role( 'student', __( 'Student' ), array( 'read' => true, // true allows this capability 'edit_posts' => true, 'delete_posts' => false, // Use false to explicitly deny ) );The 3rd parameter is where you’d put your capabilities. In my example above, I’ve created a ‘student’ role which can read and edit posts but can’t delete posts. Feel free to amend these capabilities.
Ref: https://codex.wordpress.org/Function_Reference/add_role
Then to pick up on Boone’s suggestion in the Trac ticket, you could do this:
function youmin_set_role( $user_id, $member_type, $append ) { $userdata = array( 'ID' => $user_id, 'role' => $member_type ); wp_update_user( $userdata ); } add_action( 'bp_set_member_type', 'youmin_set_role', 10, 3 );When you use the
bp_set_member_type()function like I have done here, this code will assign a role to the user who is signing up. The role that is assigned will be the type you use inbp_set_member_type().Hope this helps you.
January 24, 2015 at 7:58 pm #232889In reply to: How to assign a WP user role based on a registration
youmin
ParticipantSee this ticket.
https://buddypress.trac.wordpress.org/ticket/6154#ticket
Since buddypress 2.2 released we can tightly integrate user roles based on their profile selected. As well their is a hook . if you know php you can create a snippet so that others can get benefits along with you.
I think same above codes with a little modifications we can hook it tobp_set_members_typeat line 2576.January 24, 2015 at 1:17 pm #232881In reply to: Custom verification for profile fields
mahdiar
ParticipantThanks but I mean I use this code for CF7 plugin successfully . I’d like to use it for buddypress . Is it related to wordpress ?
January 23, 2015 at 9:09 pm #232853In reply to: must refresh the page after login
Yann Spect-Acteur
ParticipantI’ve just install wordpress, then buddypress.
So same issue.spect-acteur.eu
id : test
pass : testJanuary 23, 2015 at 7:11 pm #232842kashmiri
ParticipantBug report filed here:
https://buddypress.trac.wordpress.org/ticket/6160
This has also been pointed out a few years back but issue seems stalled:
January 23, 2015 at 2:11 pm #232831In reply to: My horizontal form don't work in "members" page
patlol
ParticipantHello danbp,
Which plugin do you use for your custom search form ?
Is your plugin! Isn’t a custom form is the horizontal form proposed in sweetdate->buddypress menu (see first attached file in first message)
I try disabled all plugin except sweetdate and budypress (if not the “members” and horizontal form no longer exists):
the first fiels of horizontal form “name” is ok
the 2 next fields are not okSo there are two problems:
1/ the “name” field does not work due to WordPress SEO plugin, I deleted it. why? I don’t know!
2/ The others fields are extended fields, fields created by me, “Départements” and “Domaine d’activité” does not even work by removing all plugins except sweetdate and buddypress (if not the “memebers” and horizontal form no longer exists)It is for the second case I would need your help
Thanks
Where i create the 2 extended fields
January 23, 2015 at 11:48 am #232827In reply to: How To bp_set_member_type?
youmin
ParticipantWill you kindly provide me the snippet based on this ticket, as you directed I had raised this ticket and I am happy that their is a solution.
https://buddypress.trac.wordpress.org/ticket/6154#ticket”
Thank you once again.
January 22, 2015 at 11:26 pm #232806r-a-y
KeymasterI’ve taken a look at the ticket and have proposed a fix that may not make it to BuddyPress 2.2, but you can patch temporarily:
https://buddypress.trac.wordpress.org/attachment/ticket/6153/6153.01.patchThank the Atahualpa dev for posting a detailed bug report!
January 22, 2015 at 11:16 pm #232805In reply to: BuddyPress and Fundraising Functionality
Henry Wright
Moderatora) Not ‘out-of-the-box’ but through either plugins or custom code snippets then this can be done.
b) Try the BP Jobs Board. We request that you post your requirements and leave your contact details so that developers can contact you.
January 22, 2015 at 10:41 pm #232803In reply to: Pagination no-ajax bug
r-a-y
KeymasterThis should be fixed when BuddyPress 2.2 is out:
https://buddypress.trac.wordpress.org/ticket/5967If you have a testing environment, you can test out 2.2-beta 2:
January 22, 2015 at 9:15 pm #232800mcpeanut
Participant@r-a-y Please read this ray, This also happens on twenty fifteen default theme, After trying numerous ways to try and troubleshoot this myself i have had no luck, and according to the moderators on Atahualpa forums due to my post there, they have spent hours figuring out the cause and have narrowed it down to a buddypress bug, one of the moderators has opened a bug ticket here https://buddypress.trac.wordpress.org/ticket/6153
January 22, 2015 at 1:39 pm #232772In reply to: Users login via front end
Henry Wright
ModeratorHi @dallass
Take a look at the Theme My Login plugin. That helps you do all of that.
January 22, 2015 at 1:22 pm #232769In reply to: Help me create rpg stie
danbp
ParticipantHi,
no idea how to help you. I can only tell that cubepoints is not updated since 2 years, so i wouldn’t use it with BP 2.1.1. and avoid to hack it in any case.
In replacement, a similar and more powerfull plugin to use with BP is myCred
January 22, 2015 at 1:16 pm #232768In reply to: My horizontal form don't work in "members" page
danbp
ParticipantMentionning your site URL will help : http://loonao.com/
Your theme is SweetDate (premium theme has bp support)Which plugin do you use for your custom search form ? You’ll probably have to ask on author’s support, as this is probably not a issue related to BuddyPress.
January 22, 2015 at 11:18 am #232762In reply to: My horizontal form don't work in "members" page
patlol
ParticipantI forget the environment!!!
On my wordpress 4.1 i have:
On site:
bbPress par The bbPress Community version 2.5.4,
Beautiful taxonomy filter par Jonathan de Jong version 1.1.4.2,
BP Profile Search par Andrea Tarantini version 4.0.3,
rtMedia for WordPress, BuddyPress and bbPress par rtCamp version 3.7.29,
BuddyPress par The BuddyPress Community version 2.1.1,
Petites annonces par WPMU DEV version 2.3.6.4,
Debug Bar Actions and Filters Addon par Subharanjan version 1.4.1,
Debug Bar Custom Info par FitWP version 1.0.2,
Debug Bar Roles and Capabilities par Matthew Boynes version 0.1.1,
Debug Bar Shortcodes par Juliette Reinders Folmer version 1.0.3,
Debug Bar par wordpressdotorg version 0.8.2,
Enable Media Replace par Måns Jonasson version 3.0.1,
Events + par WPMU DEV version 1.8,
Live Stream Widget par Paul Menard (Incsub) version 1.0.4.3,
MarketPress par WPMU DEV version 2.9.6,
Revolution Slider par ThemePunch version 4.6.0,
WordPress Chat par WPMU DEV version 2.0.8.8,
WordPress Console par Jerod Santo version 0.3.9,
WP Job Manager – Applications par Mike Jolley version 1.5.2,
WP Job Manager – Indeed Integration par Mike Jolley version 2.0.17,
WP Job Manager par Mike Jolley version 1.19.0,
WP Job Manager – Job Styles par Tiny Giant Studios version 1.0.3On network:
Easy Bloging
Mass Email Sender
Multisite Theme Manager
New Blog Templetes
Remove Email Verificaton
Site Wip Text Change
User Switching
Importateur wordpress
SEO WordPress
WPMU DashboardJanuary 22, 2015 at 3:38 am #232734In reply to: Auto Join Groups
modemlooper
Moderatorwhat about this one? https://wordpress.org/plugins/buddypress-groupomatic/
January 22, 2015 at 2:10 am #232730In reply to: Please help!
modemlooper
ModeratorSounds like front end submission might help https://wordpress.org/plugins/frontend-uploader/
Not sure that plugin would work. Its that or a custom BuddyPress component. https://codex.buddypress.org/plugindev/creating-a-custom-buddypress-component/
January 22, 2015 at 1:12 am #232727Henry Wright
ModeratorI’m not sure your code will work. For example, on a very quick first look, I can see you’ve done
current_user_can('administrator'). I’m assuming you’re trying to check if the current user is an admin? If so, then this won’t work. Thecurrent_user_can()function takes a capability, not a role. So if you want to check if the current user is an admin, you should do something like thiscurrent_user_can( 'manage_options' )Ref: https://codex.wordpress.org/Function_Reference/current_user_can
January 22, 2015 at 12:02 am #232721In reply to: BP 2.2 beta 2 member-type selectable by member
youmin
Participantyes it wont do any thing, but devs love to play with codes to a new idea lets see what happens. i have raised a ticket .
https://buddypress.trac.wordpress.org/ticket/6154#ticket
thanks shanebp its working perfect
January 21, 2015 at 8:57 pm #232701In reply to: avatar does not show
Alocin82
Participantsorry i forgot:
WPMU Nelo Child
By Richie KS – WPMU DEV – WordPress Experts
v 2.2.6Thanks a lot to answer
January 21, 2015 at 6:34 pm #232687In reply to: BP 2.2 beta 2 member-type selectable by member
r-a-y
KeymasterBill, there has been some replies to your ticket.
You’ll probably be interested in this code snippet for now:
https://buddypress.trac.wordpress.org/ticket/6145#comment:4January 21, 2015 at 4:54 pm #232678In reply to: No really good BuddyPress search plugins available
-
AuthorSearch Results
