"Upload" is barely visible in Amber theme. I made a button but can't find the code (and file, the closest i got was TPdlmanager.template.php) to be edited.
Any help?
You should be able to change those properties in the CSS file under input, button.
Just to be clear, I am talking about this:
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fi19.tinypic.com%2F48pqn8x.jpg&hash=a54ab2c099ca75f1219605041a86efbd703f3fa8)
I made upload button in same style as download. I managed to find where download button file reference is but can't figure out where "upload" text is and how to replace it with button.
How would You achieve that in CSS file?
Forum/Themes/Default/TPdlmanager.template.php is where the upload is defined.
You have to change the "upload" to fetch an image instead of the text.
Find this code bit in TPdlmanager.php:
'.$txt['tp-dlupload'].'
and replace with a <img> tag.
Actually..having a image there is rather nice, I think I will add that to the code.
Thanks guys.
It was Forum/Themes/Default/TPdlmanager.template.php as G6 said...
... and string: '.$txt['tp-dlupload'].' as Bloc said :D
BTW, there are more (if not all, IMHO) clickable texts that would look so much better as buttons.
It is..but then other langauges would have to come up with buttons in that language. "download" and "upload" are failry well-known though.
Personally i like the textlinks better then imagelinks :)
Yes..not to mention that any theme can simply replace those with images too. ;)