Ferature for upcoming version

7 posts by 2 authors in: Forums > CMS Builder
Last Post: March 10, 2008   (RSS)

By JamesKB - February 18, 2008

It would be nice if the wysig (spelling [:)]) viewers would be re-sizable as they are in PagePublisher.

Just a thought.
Have a nice day....

--

JamesKB

Re: [JamesKB] Ferature for upcoming version

By Dave - February 18, 2008

I'd like to do this. The only thing that's been holding me back is I don't like the large gray bar at the bottom and "element path" (Path: P > strong > ...). Not sure if that's in PP. I feel like it's confusing for the end users who don't know/care about the HTML DOM and elements.

That said, here's how to turn it on. I found an option to turn on the element path, feel free to change that one if your preference is to display it.

Open this file: lib/menus/default/edit_functions.php

Search for "theme_advanced_buttons3" and add these lines after that line:

theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,
theme_advanced_statusbar_location : "bottom",
theme_advanced_path : false,


Let me know if that does what you want.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Ferature for upcoming version

By JamesKB - February 19, 2008 - edited: February 19, 2008

Thanks Dave,

I inserted the code as you said above and that does the trick.
I also set theme_advanced_resize_horizontal : false, to true to enable horizontal resizing.

Thanks for the fine and timely support.

PS: I guess when I update to future versions I'll have to reenter these four lines?
Have a nice day....

--

JamesKB

Re: [Dave] Ferature for upcoming version

By JamesKB - March 9, 2008

I have updated to 1.10 and now the re-sizing of edit dialogs no longer works. I have ensured that the changes you listed above were/are made, but with the new Tiny, the re-sizing no longer works?? Ideas???

Thanks for your time.
Have a nice day....

--

JamesKB

Re: [JamesKB] Ferature for upcoming version

By JamesKB - March 10, 2008

Please ignore my previous post. The edit windows are re-sizeable.
Have a nice day....

--

JamesKB

Re: [JamesKB] Ferature for upcoming version

By Dave - March 10, 2008

Good to know, thanks for the update! :)
Dave Edis - Senior Developer
interactivetools.com