Category in image for Vb Gallery??

Zoul

Customer
Hello everyone

Exusez me for my English.
Yesterday I just aheter Vb gallery pro because I Vb has an integrated forum with a gallery side.
The idea is to tie everything together.

But after installation on a test forum, I realize that it lacks a main option found on all image galleries

=> Presentation categories picture.

I will not make you a novel, but rather images / mounting illustrated the idea.

you have left and the categories categories repeated image central part

1967985401.png


6668904002.png


6265456203.png


do you think it would be quick and can add this option soon?

Think you.

here is the simple code in representation


HTML:
<table class="totalimgVBG">
	<tbody><tr> 
		<td class="titleVBG">
		  <a href="./categories.php?cat_id=7" class="maincat">09- Comics</a>
		</td>
	</tr>
	<tr>
		<td class="titreimgVBG">					
			<a href="./categories.php?cat_id=7" class="maincat"><img src="./templates/gfx_960px/images/categories/09- Comics.png" alt="GFX-Art"></a>		 
		</td>    
	</tr>
		<tr> 
		<td class="title2VBG">
		  <span class="segtitle"> <img src="http://www.gfx-art.fr/forum/images/buttons/lastpost-right.png" alt="GFX-Art"> (511 renders) 
		  </span>
		</td>
	</tr>
</tbody></table>
 
Last edited:
Top