Quote:
Any chance of telling us how you got them to show on the forum homepage?
|
sure, here is the link to the mod I used to the last images in forumhome
http://www.4homepages.de/forum/viewt...ight=vbulletin
but the html i'm using it's not the same showed there .. here i'ts what i'm using instead.
Note that i'm not using phrases ...
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_galeria')"><img id="collapseimg_forumhome_galeria" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_galeria].gif" alt="" border="0" /></a>
<a href="http://www.yoursite.com/4image" target="_blank" title="Ir a la galeria">Gallery</a></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_galeria" style="$vbcollapse[collapseobj_forumhome_galeria]">
<tr>
<td class="thead" nowrap="nowrap">Radom Image</td>
<td width="100%" class="thead">Last Images</td>
</tr>
<tr>
<td class="alt2" align="center">
$randompic
</td>
<td width="100%" align="center" class="alt1">
$newpics
</td>
</tr>
</tbody>
</table>
<br />