| Re: newest images & random images on front gallery
hmm cant seem to find the posted by bit though,
looking at the newest images part im having trouble looking for it, heres the code if i am correct, else correct me if im wrong in adv_gallery
<if condition="$show['newimages']">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat" colspan="$vba_options[gallery_columns]"><a href="#top" onclick="return toggle_collapse('gallery_newimages')" style="float:$stylevar[right]"><img alt="" border="0" id="collapseimg_gallery_newimages" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_gallery_newimages].gif" /></a><phrase 1="$vba_options[gallery_newhomeimages]">$vbphrase[newest_x_images]</phrase></td>
</tr>
</thead>
<tbody id="collapseobj_gallery_newimages" style="$vbcollapse[collapseobj_gallery_newimages]">
<tr>
$newimagebits
</tr>
</tbody>
</table>
<br />
</if>
where abouts is the user section?
|