1. I meant posting comments not files sorry. eg. close the thread. I want to close the file, so they can still download but not post comments.
2. Okay cool and to help out, this site is using DownloadsII it appears and they have implemented pretty much everything im looking for, so maybe if you take a look at this site, it will help you to implement some of the features.
Code:
http://www.mpcdownloads.com/forums/downloads/Age-of-empires/HODXP.zip/3957.html
This link above will show you the disclaimer they have integrated somehow.
**I also was wondering if you could possibly make the links either like they are and vbseo compliant as well. If you need to know more on this let me know, as a lot more people are using vbseo it would be great to have it default.** (The above link has been made like that because of vbseo)
3. That would be great. It would really help out, and when you do it, it may be wise to have it usergroup permissioned as well. eg. only mods can change the status.
4. I was trying to get a search box like the one I showed you in the pic with the drop down menu with those extra options. The one in the above link works. on my site
www.gamerzneeds.net/forums/files.html the search works, but the drop down menus do not work. here is the code I used.
Code:
<!-- BEGIN TEMPLATE: searchbox -->
<table cellspacing="3" width="100%"><tbody><tr><td class="tborder"><table class="tborder" align="center" cellpadding="5" cellspacing="0" width="100%">
<tbody><tr>
<td class="thead" colspan="2" align="center"><span class="smallfont">Search Downloads</span></td>
</tr>
<tr>
<td style="background-color: rgb(255, 255, 255); background-position: right center; background-repeat: repeat-y;" align="center" background="images/newskin/misc/rowbg3.jpg">
<form action="./downloads.php?do=search" method="post">
<input type="text" name="query" maxlength="75" size="20" />
<br />
<p><select name="where"><option value="1">Title</option><option value="2">Description</option><option value="3">Author</option><option value="4" selected="selected">Search All</option></select>
<input type="submit" name="submit" value="{$vbphrase['ecdownloads_search']}" /></p></form>
</td></tr>
</tbody></table></td></tr></tbody></table>
<!-- END TEMPLATE: searchbox -->
Also What is the code you have used to create the boxes around things eg. latest files. As that is the box I would like to get around the search box.
5. Thanks
6. Thanks, although that may be a possibility for now. Once I start adding around 50 categories I think it will be a bit messy maybe.
Is there any easier way? or a possibility of it being easier in the next version?
Thanks for your reply and hope im not being to much trouble.