martyy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Update Issue "using attributes in menus"thx again, solved
Forum: Plugins
In reply to: [WooCommerce] Update Issue Permalink Product attribute base doesn't workgreat, thx for that, it works
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Change the LabelHi,
thank you. I applied your code but don’t get any result on any form. Not in the registration form nor on the edit profile. But I suppose as you mentioned it is only possible for the registration.
What does the id refer to?
I used 1 because I wanted to change thename
for the field with the id of 1 in my databse tablewp_bp_xprofile_fields
. Is that correct?Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Change the LabelI tried the following with no result:
add_filter( 'bxcft_field_label', 'change_label', 10,1); function change_label($id){ if($id == 1){ $label_to_return = "Color"; return $label_to_return; } }
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Change the Labelmaybe I could be more precise:
I have a bilingual buddypress community. I use multisite (each language on a seperate site) and the sites share the same user base. I would like to display the label of certain fields differently on the different languages. So I thought I could write a plugin for a specific site and change the labels this way. Is that possible? and if so, could you provide me with the code, I mean just the filter?Forum: Plugins
In reply to: Buddypress refreshing on register to blank pageNo idea, just the same problem. I really hope to get an answer here!
or have you by now found a solution acha5066??Forum: Plugins
In reply to: [SN Rating] Buddypress UsersI am looking for the same solution. Is that possible?
Forum: Plugins
In reply to: [Demo Data Creator] How to remove the plugin on live WP only siteLuckily all is fine. I didnt create an demo data and therefore didnt delete any of it. just reomved the plugin and initially got an error. however, i dont think it was related to your plugin. all is fine, thx!
Forum: Plugins
In reply to: [WP Job Manager] edit/remove fields in job formdti06, i also would like to remove some fields, both back- and front-end.
i tried your code from your last post and added it to the functions.php.
however, nothing got removed.
could your explain it once more which steps are necessary to remove a certain field on both ends? your help would be much appreciated!!!
kr martin