Forum Replies Created
-
In reply to: Hide/Delete Base Profile Username
So I found the css solution:
I just added the following into my themes css:
.display-name h4 { display: none !important; }
.display-name table { display: none !important; }This will not show the base profile fields in the public view but will still allow the member to change username.
Hope this helps.
Got it to work withe
function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
}
add_action( ‘bp_init’, ‘remove_xprofile_links’ );added it to my bp-custom.php file.
Thanks guys.
http://cl.ly/3f0o3y3z153J3a3r3L3h
I added this
<?php
// hacks and mods will go hereremove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9 );
?>
did not work in wp-content/plugins/bp-custom.php
In reply to: Hide/Delete Base Profile UsernameI tried to hide the base with css but it did not work? Any thoughts on the code needed?
I tried adding this
.bp-widget display-name {display:none!important;}
In reply to: bbpress/buddypresswhy don’t I see forums after all is installed…I see groups but no forums
In reply to: Why no good buddypress WP Themes?@ modemlooper – Thanks….do you know of any tutorials on how to style the theme after bb install….I have been unable to find one? The BB Themes are still terrible.
THanks
In reply to: Why no good buddypress WP Themes?Thanks for the input…I have a premium wp theme that I even try to use with bb but no dice…looks awful…I have search everywhere – so any other ideas would be much appreciated…thanks for the input above!
In reply to: Background/Header Help?Thanks…This works great….Just not sure how to change the size of the upload image into the header of wp…still looks to only let me upload a picture 125px in height?