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: [JamesKB] Ferature for upcoming version

By Dave - February 20, 2008

You will. Although we have it on the feature wishlist to figure out some way to make that simpler in future so you don't need to redo it each time.

In the meantime, what I recommend is creating a text file in /cmsAdmin/ called myCustomChanges.txt and just make a note of any changes you've made. That way if you (or someone else) has to redo them in future they can refer to that.

Glad it's working the way you want now, thanks for the follow up. :)
Dave Edis - Senior Developer
interactivetools.com

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