Quote:
Originally Posted by fringehead
Andrew, can you help me with the file path issues I am having? I wish I could use this to allow people to upload videos....
|
Sean, this is hard for me to help you with, unless I can get access to your server - can you at least PM me a username and password for your site with admin privs? - Can't guarantee, but...
However, you could have problems letting people uplaod videos. How large do you expect these to be? Uploading large files via http posts is not recommended.
Quote:
Originally Posted by fringehead
Also do you know a quick way to up the font size? I'm learning a lot with Vbulletin but can't figure this one out.. (it's all variables in the templates  )
|
Most of the LDM displays are constructed using the smallfont class. You can try altering the definition of smallfont (VB/admincp/styles and templates/style manager/main css). If you want to keep the changes limited to LDM, you can create a new style which you only use for LDM displays, and edit smallfont in that. Alternatively, you can edit the LDM templates to use another class (e.g. "specialfont") which you would define in the main css page.