Quote:
Originally Posted by d8tabyte
Thanks! That is a very helpful link, I don't know why I didn't know that was there in the first place!
*adds another bookmark*
One more thing - is there a way to count views instead of downloads on the main catagory listing and popular files box? If not, where would I change the template to hide the downloaded column on the category page?
|
That's not possible very easy. It seems me more logical to count the amount of downloads casuse it's a download system
To remove it from the category view:
Open
downloads_cat_filebit
Remove this bit of code:
Code:
<td class="$bgclass" valign="top" align="center" height="40"><span class="smallfont">{$file['downloads']}</span></td>
Open
downloads_cat_files
Remove this bit of code:
Code:
<td class="thead" width="10%" align="center"><a href="./downloads.php?do=cat&id={$_GET['id']}&sort=downloads" rel="nofollow">{$vbphrase['ecdownloads_downloads']}</a></td>
Quote:
Originally Posted by ombossman
i dont use vba portal i only use forum ı want to move left modules (latest files,most popular files...) to bottom of navbar how can i do it ? do you understand me ? for example please look here http://www.elitecoders.org/
|
That's not possible at this moment. But ... the templates to do this is already avaiable, so you only need a small plugin to render it on the forum home. Another person also requested it some time ago, so I will look into this to create a small add-on for this