Is Dolphin Code Deliberately Obfuscated?

.. or am I just a total dumbass?  I have been searching to no avail, where to add more height to the TinyMCE editor on the page: /ads/my_page/add/

Stupid me.... thinking that something like this would have a height property in a css file somewhere.  Geezus.... Sherlock Holmes could not find this.

Why does it have to be this way?  Or should I just embrace my 4 line editor for Ads?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 25 Dec 2009

You should be able to control that here.

plugins/tiny_mce/themes/advanced/skins/default/ui.css

.defaultSkin .mceIframeContainer {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
height:200px; add this.
}



But i have a fealing that will affect the height everywhere. Not just in the ads section.

I am still looking for another way to do it.


https://www.deanbassett.com
Quote · 25 Dec 2009

Yeah...... that's one of the first places I tried.  Adding a height property had no effect.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Dec 2009

This is really starting to piss me off.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Dec 2009

did you try it there

/modules/boonex/ads/templates/base/css/ads.css

Quote · 26 Dec 2009

RE: did you try it there

/modules/boonex/ads/templates/base/css/ads.css

I don't see any properties for the editor in that file.  That's my point.... there's no way to adjust the height via css.  The height seems to be calculated in js, and it's been a real pain in the ass trying to find it.... which I still haven't.  I hate to bother my agent for something that should be really simple, but I've spent about 6 more hours than I wanted to on this.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Dec 2009

I have been hunting for this for a while now, and i can't find it either. Guess you will have to bug your agent with this one.

https://www.deanbassett.com
Quote · 26 Dec 2009

i don't know if this is what you are looking for




Quote · 26 Dec 2009

I have done so.  It's ridiculous that something that should be so simple to change, is impossible to find.  Whoever came up with this schema, deserves about 50 lashes.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Dec 2009

@prozac

YES!!!!

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Dec 2009

@prozac

YES!!!!

/templates/base/css/forms_adv.css

around line

257-263

.form_input_textarea {
border: none;
background-color: #ffffff;
width: 100%;
height: 157px;
resize: none;
}

Note: it will change the height of the editor thru the entire site

Quote · 26 Dec 2009

Yes!  Of course.  It makes perfect Boonex sense.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Dec 2009
 
 
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.