thavaz
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Hide empty field groupshey there Anna, how far did you get?
Did you perhaps locate the files that you need to insert the above into? Or are you having tough time finding the segment of code to dissect and inject carson7634’s bit of code?Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Hide empty field groups@carson7634 very true. +100 to your comment above mate. What a powerful plugin, it completely adds versatility to that lacking dimension of BP’s customization of independent profiles.
Fantastic work @jacob Schweitzer! and most of all, thank you for making it freely available 🙂Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Hide empty field groups@carson7634
Mate, you are too awesome! Thank you for the patch, it worked fantastically 🙂 After placing the code in and uploading I initially had an error, however this was due to a caching plugin, after clearing it, all worked like a charm.Thanks again gentleman, especially @ you carson7634! Thumbs up.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Hide empty field groupsHi there guys, sorry to jump in here. Been looking for a solution to this riddle. @carson7634 thanks for taking the time to write out that code mate, really appreciate it.
I tried inserting it between:
$member_type = bp_get_member_type( $current_user_id ); and
if ( ! empty( $member_type ) ) {however it does not seem to hide the empty Tabs. Any assistance here would be much appreciated