-
Design Cloud started the forum topic Buddypress core settings file (remove action problem) in the group How-To and Troubleshooting: 14 years ago
Hi I’m trying to write my own custom functions for Buddypress: on the file called bp-core-settings.php there are 2 functions which define the layout + style of the users settings page.
function bp_core_screen_general_settings_title() {
andfunction bp_core_screen_general_settings_content() {
I created my own functions in bp-custom.php and removed…[Read more] -
Design Cloud started the forum topic How to overwrite a core buddypress function? in the group How-To and Troubleshooting: 14 years ago
First question is 1) Should this be done by building a plugin or using bp-custom.php? My main concern is that im trying to overwrite a function in bp-core.php using a plugin file. The function is:
function bp_core_get_username( $user_id, $user_nicename = false, $user_login = false )
For some reason the arguments passed in this function are […] -
Design Cloud posted on the forum topic Username in Profile URL in the group How-To and Troubleshooting: 14 years, 1 month ago
Hi
I’m trying to do exactly the same thing but the plugin linked above doesn’t work when you have buddypress installed.
WordPress can use the user “nicename” as the url – but for some reason the profile page breaks whenever there is a dash (“-“) in that field.
-
Design Cloud posted on the forum topic Use xProfile field as the profile URL? in the group How-To and Troubleshooting: 14 years, 1 month ago
Hi
Does anyone have ideas on this? Would be a great feature to get right.
-
Design Cloud started the forum topic Use xProfile field as the profile URL? in the group How-To and Troubleshooting: 14 years, 4 months ago
I’m building a system that allows companies to create a profile on Buddypress. I want to be able to use the Company Name (xprofile field) as the profile URL (editable by the user). For example, if a company called Green Paper Limited signs up to the site, their profile should be http://www.mysite.com/green-paper-limited The bp default […]
-
Design Cloud joined the group How-To and Troubleshooting 14 years, 4 months ago
-
Design Cloud posted on the forum topic Should I still use bp_custom.php in BP 1.1.x? in the group Creating & Extending: 14 years, 5 months ago
bp-custom.php should go in wp-content/plugins
-
Design Cloud joined the group Creating & Extending 14 years, 5 months ago
@designcloud
Not recently active