I have a request. Its only specific to what i want to do on my site I need a if/else statement for a certain area of the code. Its in the main reviews page. Here is the code:
Code:
{vb:raw categories_bit}
<div class="threadpagenav">
{vb:raw pagenav}
</div>
Pretty much I need it to say it will show the above if/else there is nothing to show if there is nothing to show then I need it to show this:
I have coded it all inside a div tag and used css to style it but need it to state there are no reviews on that cat when there are none other wise its a blank box which looks funny. Any help would be great. Thanks.