Quote:
Originally Posted by RS_Jelle
There's a database limitation in our database scheme. The name field has got a 50 (varchar) characters limitation at the moment, which should be enough for normal use -I think- (if it's too long, you probably go outside the layout boxes etc.).
If you can work with phpMyAdmin, you can open the dl_files table of your vBulletin database, find the name field and put a higher varchar value instead of the current maximum of 50 characters.
|
Thanks RS_Jelle. Working great.
Hope on next release can added this features,so we dont need to go to phpmyadmin to change it