If a member has no polls, the block appears on their profile, but collapsed/empty. Shouldn't this be hidden if they have no polls?
If a member has no polls, the block appears on their profile, but collapsed/empty. Shouldn't this be hidden if they have no polls?
|
Hello Looks like it's a bug. You may fix it by modifying modules/boonex/poll/classes/BxPollModule.php file. Find the function searchProfilePolls and replace it with this one.
function searchProfilePolls($iProfileId, $iLimit = 6, $bUseInitPart = true, $bShowEmptyMsg = true, $bUseDesignBox = true) { I checked on my end and it helped. Good luck. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Thanks, that did it! |