Null Parameter, I'd be willing to purchase a mod like this if it isn't too expensive once I need an update. Hopefully if it is purchasable the thumbnails can show up in the search. Can you give a link to the website you'd do it on if you decide to do that?
Quote:
Originally Posted by bioload
Great Mod...seems to work right out of the gate 4.0.6, once I edited one if my older posts.
Is there a way I can eliminate the break in the table

|
Hi, I solved this by going to the template threadbit, and finding:
Code:
<!-- threadstats -->
<vb:if condition="!$show['notificationtype']">
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] >
..and adding style="height:87px;" in the <ul> The height you give depends on the height of your thumbnails.
Code:
<!-- threadstats -->
<vb:if condition="!$show['notificationtype']">
<ul style="height:87px;" class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] >