Is it PhP Guru HTML CSS ? general and misc info on profile page

Well I am at a loss how to get the desired result some times this software is like animal vegetable mineral :O)

Any one have any idea what would be the easiest way to do the following ?

I want to have both the general and misc profile information display horizontally see pictures below ..

It would appear that as with many things in dolphin the css is  generic and the box design is hard coded ...

 

so here is the question would it be just as easy to just put the information into a php block rather than changing the hard coding and css in fear of changing other form attributes ?

If so how do I start to code the php so that it shows for users and non users ?

I want it to display like this vvvvvvvvvvvvvvv

how to change veiw from vertical to horizontal ?

This way would be much neater and take up far less room on the profile page

 

Many thanks in advance

Quote · 14 May 2012

The simplest way for you to take will be code what you want and put that in a php block. To make things simple you can start with the getProfileInfo() function

$aProfile = getProfileInfo($this->oProfileGen->_iProfileID);

$sNickName = $aProfile['NickName'];

$sYourField  =  $aProfile['YourField'];

......

$output = '<div>NickName: '.$sNickName.'</div>';

$output .= '<div>Your Field: '.$sYourField.'</div>';

echo $output;

 

Add your own html and your own profile fields. Add your code to a php block using deano tools and your are good to go. This is the easiest way i can think for you.

so much to do....
Quote · 14 May 2012

Good suggestion Prashank.  I was just working with that section of dolphin and it's pretty complicated.  Different view for admin and regular members and a bunch of other dynamic factors.  Would be simpler to create your own.

sup
Quote · 14 May 2012

Once again I have to thank you..

But there appears to be a slight problem :O) I have not had time to do the lay out part but if you look at picture below perhaps you will be able to come up with a reason for the way profile data is being generated as it is ?

In some cases its pulling data as text and in others its just pulling the numerical value for the selected data.

 

 Any Ideas ?

Once again thank you in advance ...

Quote · 17 May 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.