.. 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. |
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 |
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. |
This is really starting to piss me off. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
did you try it there
/modules/boonex/ads/templates/base/css/ads.css
|
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. |
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 |
i don't know if this is what you are looking for
|
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. |
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
/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
|
Yes! Of course. It makes perfect Boonex sense. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |