Quote:
Originally Posted by OCPerformance
Little Problem, how i can delete the "":"" for the decription ? (its red marked in pic what I mean)
|
Oddily enough I have just made that very modification to my install as I wanted the title and description to be on separate lines and the ':' looked odd. Your setup seems to be slightly different to the version I have (5.1.0) but the following might help:
Open the downloads.php file and find the line that reads:
Code:
$smalldesc = ": ".$smalldesc;
Change it to this:
Code:
//$smalldesc = ": ".$smalldesc;
This basically comments out that line so the ':' isn't added.