Hmmz, very new to vbulletin, infact about a day in. ive installed the advanced portal, and downloads & links hack 1.21, and just now tried to install your hack, im not sure what ive done wrong... so ill post up my stuff in the hopes someone will see something silly
first off:
i have,
get_hotlinks_cat_date.php
get_hotlinks.php
get_hotlinks_cat.php
in
www.mydomain.com/forums/
and index.php (adv_index.php) in
www.mydomain.com
then,
i made all the changes to index.php (odly enough i got returned an error about an unexpected < , removing a comment fixed it <!--- or whichever of the 3 files you wish to order the links by --!> )
next goto links_hotlinks
Code:
<tr>
<td class="alt1"><span class="smallfont">
<if condition="$linkstatus==1">
<a href="$vboptions[bburl]/local_links.php?action=jump&id=$linkid" target="_blank">$linkname</a>
</if>
<if condition="$linkstatus>1">
<a href="$vboptions[bburl]/local_links.php?action=jump&id=$linkid" target="_blank">$linkname</a> [size: $linkstatus kb]
</if>
<if condition="$linkstatus<=0">
$linkname (not available)
</if>
</span>
</td>
<td class="alt2">
<span class="smallfont">[$linkhits]</span>
</td>
</tr>
Not exactly sure what the other code is, but i suspect it to be a new feature in the links hack
next index_linklist
Code:
<table align="center" border="0" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%">
<tr>
<td align="$stylevar[left]" class="tcat">
<span class="smallfont"><b>$vboptions[blockbullet] Latest Downloads:</b></span>
<tr>
<tr><td class="alt2">
$hotlinks
</td></tr>
</table>
<br>
then modded the index template as stated.
put it all together and i get a block or rather the header to a block but no content, ive linked a file to see if it will appear, but still no list
im stuck anyone have any ideas?