Quote:
Originally Posted by Deska
I try this one on vB3.0.7 and vBadvanced v2.0.0 and not work 
All downloads URL not showup, links download have link to forum url, not download url.
Anyone know how to fix it?
Thank's...
|
Edit the file ecdownloads.php
1. Change all instances of $url to $biturl
2. Make sure the $biturl value points to your downloads.php file
3. Upload the ecdownloads.php file again.
Example:
Original: $url = "downloads.php?do=file&id=$id";
Changed: $biturl = "forums/downloads.php?do=file&id=$id";