Quote:
Originally Posted by Kadi
Hi,
How do I translate the circled parts in the attached image?
Thanks.
|
It's not phrased, so you need to edit the plugin code. In the vB 4 version it's phrased.
AdminCP -> Plugins & Products -> Plugin Manager -> downloads_location_unknown -> Edit
Quote:
Originally Posted by mpoorrajab
i recieve this err :
how can this solve ?
|
Did you revert all customized templates after upgrading to version 5.1.2?
Quote:
Originally Posted by TheATHEiST
Hi I have a problem.
Ive set my default view to alphabetical which works on categories but not downloads. Is this normal or is it also suppose to sort downloads aswell?
I would prefer to sort them alphabetically so if the mod doesn't do it how can I force it?
Thnx for any help offered.
|
Open downloads.php
Find
PHP Code:
$sortfield = 'date';
Replace with
PHP Code:
$sortfield = 'name';
In the vB 4 version there's a new category based option for the default sort order.