Can anyone tell me which file fetches the data from the "ProfilesSettings" table, I can't seem to find it.
Can anyone tell me which file fetches the data from the "ProfilesSettings" table, I can't seem to find it. |
To be more clear on this I am looking for the file that contains the function genProfileCSS :) |
Don't know your Dolphin version... But maybe are you searching for the file profile_customize.php ??? Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
It's 6.1... no profile_customize.php contains the fields going into the database I want to change what's coming out. I have added fields for background position, background repeat and a few others in profile_customize.php , but I need to track down the file that applies it to the profile it's self. In profile.php you'll see a funtion called "genProfileCSS" does anyone know where that function is located, I have a feeling it's included from another file. |
You will find what you looking after here: templates/base/scripts/BxBaseProfileView.php
function genProfileCSS( $ID ) |
You will find what you looking after here: templates/base/scripts/BxBaseProfileView.php function genProfileCSS( $ID ) that's it, thanks! |