Select File

OK it does not matter which template that you use however as you can see it is more noticeable on the black templates, but when you go to a page where you must select a file to upload the "select file" is not converted to any template not even uni.  Is there a fix for this and what would it be?

I have tried several different templates all with the same glitch.

Select File.png · 31.2K · 166 views
Select File1.png · 265.5K · 158 views
It's a great day!
Quote · 11 May 2013

Thats because it can't be controlled within the template because that button is generated by flash, not by html and css. I do not know of anyway to fix it.

https://www.deanbassett.com
Quote · 11 May 2013

Indeed, that button is made in Flash (SWFUpload).  You'd have to check the SWFUpload documentation for information on customizing it (assuming BoonEx didn't do a bunch of custom stuff there).

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 11 May 2013

Actually i found the buttons image. Located here. plugins/swfupload/images/XPButtonUploadText_61x22.png

But if you change it, it will look that way for all templates. The swfupload flash uploader 3'rd party addon that dolphin uses does not appear to support multiple templates.

https://www.deanbassett.com
Quote · 11 May 2013

 

Actually i found the buttons image. Located here. plugins/swfupload/images/XPButtonUploadText_61x22.png

But if you change it, it will look that way for all templates. The swfupload flash uploader 3'rd party addon that dolphin uses does not appear to support multiple templates.

Now I feel silly.  Thanks for looking, Deano.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 11 May 2013

Well that explains it then....kinda doesn't work with dark templates lol

It's a great day!
Quote · 11 May 2013

Actually the image is templates/base/images/button_sprite.png, and it can be changed in particular template if the same image is placed in custom templates images folder.

Rules → http://www.boonex.com/terms
Quote · 11 May 2013

@AlexT

Well then. That's good to know. Now if the template developers read this, then they will know as well so it can be included in custom templates.

Is there css for that buttons text as well inside dolphins template structure?

https://www.deanbassett.com
Quote · 11 May 2013

Yes, there is some css or this button in templates/base/swf_upload_integration.html file, which can be override in particular template:

button_width: 136,
button_height: 28,
button_text_top_padding : $.browser.msie ? 3 : 6, 
button_text : "__Upload_lbl__",
button_text_style : ".swf_center { text-align:center;font-family:'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;color:#333;font-size:12px;font-weight:bold;}", 

 

Is there css for that buttons text as well inside dolphins template structure?

 

Rules → http://www.boonex.com/terms
Quote · 13 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.