Photo uploader CSS styles

Can anyone help me and tell me what css stylesheet controls the formatting of the Photo Uploader section that opens up after you select the file, and add the title, description, etc.? For the life of me, I can't find it anyway...lol

cammodelconnexxxion.com - my first Dolphin based site. 18+ - adult content
Quote · 7 Oct 2012

Pretty much all of it is in forms_adv.css because it is a form. Perhaps if you be a bit more specific on what you want to change.

https://www.deanbassett.com
Quote · 7 Oct 2012

And not to flood the forum with another similar question...anyone know where I can adjust the format settings for the tooltip that pops up when you hover over member avatars that has the "befriend" functions and whatnot?

cammodelconnexxxion.com - my first Dolphin based site. 18+ - adult content
Quote · 7 Oct 2012

For the popup. it's common.css

selectors that start with #short_profile_info

But serisously. You need to be more specfic as to what formating your tring to do.

For example, if you mess with the forms, it will affect ALL forums throuout the site. So if you need to target something specific, you will need to be specific with your question.

https://www.deanbassett.com
Quote · 7 Oct 2012

Deano...if a user is using the flash uploader from the add photo page, I select a file - once the file loads, a field below opens up that shows the pic, lets the user change the title, set the photo description, and choose what album to save it to.....that field. And I looked in the form_adv.css stylesheet and didn't see anything for that.

cammodelconnexxxion.com - my first Dolphin based site. 18+ - adult content
Quote · 7 Oct 2012

I do not have a option to choose what album to save it to.

In my copy of dolphin you have to go to the album first before you can upload a photo. then after upload you can change the title, tags, desc, and cat. But not the album.

Your going to need to provide a screenshot point out what field, and what your trying to do to that field.

On and what version of dolphin?


https://www.deanbassett.com
Quote · 7 Oct 2012

I apologize...not select album, select category. This is the "add photo" page that comes up when you "Click here" to add more photos to an album. I've attached a screen shot - the pink area is what I need to be able to edit.

add_photo_ss.jpg · 99.3K · 186 views
cammodelconnexxxion.com - my first Dolphin based site. 18+ - adult content
Quote · 7 Oct 2012

Oh, and sorry...getting tired...Dolphin 7.0.9 - fresh install this week.

cammodelconnexxxion.com - my first Dolphin based site. 18+ - adult content
Quote · 7 Oct 2012

Thats what i needed to know.

That pink color is not in any CSS file. Boonex hard coded it in inc/classes/BxDolFilesUploader.php

Dolphin bug.

You will have to force a over ride. Add this to the bottom of general.css

#accepted_files_block {
    background-colortransparent !important;
}

https://www.deanbassett.com
Quote · 7 Oct 2012

Thanks Deano. You're a huge help.

cammodelconnexxxion.com - my first Dolphin based site. 18+ - adult content
Quote · 7 Oct 2012
 
 
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.