-
Turker YILDIRIM replied to the topic activation in the forum How-to & Troubleshooting 8 years, 9 months ago
I never used a plugin to accomplish this but there are many out there, just google “wordpress email login”
-
Turker YILDIRIM replied to the topic Multiple Registration Forms? in the forum How-to & Troubleshooting 8 years, 9 months ago
I believe this not an issue because BP only needs an email, username and a password to do a succesfull registration. All other inputs may change for each site.
You can use a plugin(like “contact form”) to create registration forms and then assign form inputs into custom created xprofile fields.
-
Turker YILDIRIM replied to the topic activation in the forum How-to & Troubleshooting 8 years, 9 months ago
It is not possible by default but you can use plugins to add this ability into WordPress (and BP also)
-
Turker YILDIRIM started the topic Hooking into settings update in the forum Creating & Extending 8 years, 9 months ago
Hi,
I want to hook into to password save action which is submitted from user settings page. I havent made a test yet but it seems bp_settings_action_general function(bp-settins->bp-settings-action.php) is responsible for this.
There is only 1 action (bp_core_general_settings_after_save) defined in the function and it’s runing right after the…[Read more]
-
Turker YILDIRIM replied to the topic How to remove tabs from group admin nav in the forum How-to & Troubleshooting 9 years, 10 months ago
Yes, i was referring that part. I cant use remove action because of anon function usage.
I’ll try to remove by add filter to bp_get_options_nav_{css_id}.
Thanks.
-
Turker YILDIRIM replied to the topic How to remove tabs from group admin nav in the forum How-to & Troubleshooting 9 years, 10 months ago
Thanks for your quick reply but i want to remove some default BP tabs and also some plugin tabs added with group extension api. I dont want add new one or edit nav title or content.
I just need a hook to filter displayed tabs or a way to gather group admin tabs from global $bp variable or a way to find & unregister currently registered group…[Read more]
-
Turker YILDIRIM started the topic How to remove tabs from group admin nav in the forum How-to & Troubleshooting 9 years, 10 months ago
Hi,
I want to remove some group admin tabs(Details, Settings… Delete) from navigation which is displayed by bp_group_admin_tabs function in groups/single/admin.php file.
I tried add_action(‘groups_admin_tabs’… which triggered only for current admin tab.
I used var_dump($bp) by hooking bp_init, bp_ready, wp_head etc but i cant find anything…[Read more] -
Turker YILDIRIM replied to the topic New plugin: BuddyPress Groups Import in the forum Third Party Plugins 10 years ago
Hi,
It is not possible to import users or change user settings with this plugin. It imports groups and change its settings according to csv file or bulk settings.
Turker.
-
Turker YILDIRIM started the topic BP overwrites custom page template in the forum How-to & Troubleshooting 10 years, 2 months ago
Hi,
I’ve created a custom page template with custom registration form fields. I published new page with created template but BP displays default registration page with my custom page title.
I tried to change page name and slug, delated and republished another one with same template but no success.
Also BP default registration page setting…[Read more]
-
Turker YILDIRIM replied to the topic BuddyPress Roles and Capabilities in the forum How-to & Troubleshooting 10 years, 7 months ago
I suggest to create child theme. It will be much more faster to add those functionalities.
-
Turker YILDIRIM started the topic New plugin: BuddyPress Groups Import in the forum Third Party Plugins 10 years, 7 months ago
https://wordpress.org/plugins/buddypress-groups-import/
This plugin imports BuddyPress groups with their settings from a CSV file. It also supports BP Group Hierarchy plugin.
Waiting for your reviews, thanks.
Turker.
@trkr
Active 11 months ago