Hey there, currently the tab and content of the tab doesn't show when a profile field isn't entered. However I'd like them both to show, even if there is no content.
(I need this because I'm installed the other extra profile fields page multiple times, and if somebody chooses not to enter a profile field in the main extra options page, but does fill a field from another then it doesn't show the tab ;l).
I've managed to get the tab button to show by modifying this:
Quote:
* Whether to return an empty wrapper if there is no content in the blocks
*
* @return bool
*/
function confirm_empty_wrap()
{
return false;
}
|
However the template for the epfp tab still isn't parsed and thus anything else that I've coded in that tab doesn't show.