Box sizing

I'm sorry, I hate to be Captain Obvious here, but did you try this in the profle page builder?  What didn't work there?  I assume the height of the DescriptionMe box is determined by the number of characters you allowed in that field- though there may be some other way to change it.

-

Rob

Quote · 15 Oct 2008

You still didn't answer my question- are you using Page builder?  Why don't you just eliminate one of the columns on the profile page?

-

Rob

-

p.s.  If you are using page builder, it does not display the picture, but it is in the first column.

Quote · 15 Oct 2008

@Rob

Page Builder use only column, if you choose to use 3 column you can't switch to 1 column bellow your 3,

but you can change it in your template file.

 

@mydatery

profile page use template file page_7.html

you can add a new column with width 100% here and it will show up bellow your X column used inside Page Builder.

You only need to code what you need (inside profile.inc.php or design.inc.php ??) and display it with page_7.html

 

 

Code ex. page_7.html (added code is green)

 

__include _header.html__

 <div id="divUnderCustomization">
  __page_main_code__
 <div class="clear_both"></div>

 

<div class="disignBoxFirst">
<div class="boxFirstHeader">Headline: Made Online Read</div>
<div class="boxFirstHeader">Description</div>
<div class="boxContent">
Welcome all, here to create the best online community with all the little toys that you need and want.
</div>
</div>


 </div>

__include _footer.html__

 

Quote · 15 Oct 2008

Only to show text, text will come from Description Me or another text area from join now and edit profile page.

-------

 

Not what you asked about before,

the section I want should be avilable for them to enter text.  Specifically looking to add 2 boxes they can type freely in (no code).

Quote · 15 Oct 2008

@Mydatery

Sorry, I didn't completely understand your issue-  okweb is right though a box for users to "enter text" is not what you asked for at first, and creates a whole slew of other issues.

-

@okweb

Another cool mod!!!

Quote · 15 Oct 2008
 
 
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.