custom make a profile field

hi

If I wanted to make a custom profile field with no caption, so its similar to the Description, like a 'Profile description block'  only instead of the person description have say a poem or quote, how would I go about doing this?

Quote · 3 Jul 2015

You would use the profile fields builder.  You can set a language key. to any value you wish, including a null value (no text).

Geeks, making the world a better place
Quote · 3 Jul 2015

The filed caption is the text that will show up on the form so that your users will know what the field is for.; what are you planning on about that little bit?

Geeks, making the world a better place
Quote · 3 Jul 2015

yes that is what I don't want, I want to make a profile field with no caption. so the poem/quote fills the entire field with no caption that says 'Poem:'

right now the caption takes half the area and its not appropriate for what I want

Quote · 3 Jul 2015

the top one is what I want it like, the bottom is a normal profile field html/text area.

Actually the top one is the persons Description I was just showing you what I wanted to achieve. 

Quote · 3 Jul 2015

where would the script/php/whatever be perhaps that controls the Description thing. Maybe I can clone that?

Quote · 3 Jul 2015

unless there is a mod out there something like 'member statements' where the member can fill in a field like profile fields and it doesn't have the caption so members can plonk random statements on their profile.Is there a mod similar to this, I explain myself not quite right sometimes.

Quote · 3 Jul 2015

If you can give me a url I can give you a pure css fix I am sure. 

It looks like you just need to set the correct element to { display: none; width:0;} to achieve the desired effect. 

Quote · 3 Jul 2015

The problem with altering the css to make the caption go away is that it will make the caption go away in all the profile fields and I don't want that. I just want the odd one or two fields to have no caption. 

Quote · 3 Jul 2015

If you do your css properly there should be an absolute place in DOM unique to the exact block you are playing with so you can edit just that block. 

You should have something like div#page_block_randomuniquenumber 

and all the css for that block should be relative to that class.

So for example you could do something like div#page_block_305 table th tr td { css }

 That will make it so only the td tag within a tr tag within a th tag within a table tag that is within the specific block of 305. 

Like I say let me see a url.  

Quote · 3 Jul 2015

I sent pm I am not sure if we are allowed to post our websites its like spamming i think

Quote · 3 Jul 2015

div#page_block_274.page_block_container.bx-def-margin-sec-leftright td.caption{

color:#000 !important;

display: none; width:0;

}

This worked. Thanks for pointing me in the right direction

Quote · 3 Jul 2015

The block is either not displayed when I checked it, or not set for public viewing. I need to see it :) 

Quote · 3 Jul 2015

oh damn :(

Quote · 3 Jul 2015

I can see them on a different account so i think it works, i'd like to be able to change the font and color css of the new blocks but its thwarting me right now

Quote · 3 Jul 2015
 
 
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.