Hi,
I have problem in Classifieds block - there are three sub tabs: latest, top, rand
When I click on top all the block disappears.
www.kupon4e.com
Installation, updates, manuals and APIs.
Code, issues, development roadmap.
Custom job offers.
Send us your sales or general questions.
http://www.boonex.com/unity/forums/?action=goto&topic_id=classifed-block-bug
No one has provided a solution, so for now, I have commented out the tabs in the block.
BxDolClassifieds.php
function GenAnyBlockContent
if( !mysql_num_rows( $rBlogs ) )
return MsgBox(_t( '_Sorry, nothing found' ));
and at bottom
if ($sBlocks == '') $sBlocks = MsgBox(_t('_Sorry, nothing found'));
return $sBlocks;
}
so just provide 2 places here with
MsgBox(_t('_Sorry, nothing found'))