Ferature for upcoming version
7 posts by 2 authors in: Forums > CMS Builder
Last Post: March 10, 2008 (RSS)
By JamesKB - February 18, 2008
Just a thought.
--
JamesKB
Re: [JamesKB] Ferature for upcoming version
By Dave - February 18, 2008
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.
interactivetools.com
Re: [Dave] Ferature for upcoming version
By JamesKB - February 19, 2008 - edited: February 19, 2008
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?
--
JamesKB
Re: [JamesKB] Ferature for upcoming version
By Dave - February 20, 2008
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. :)
interactivetools.com
Re: [Dave] Ferature for upcoming version
By JamesKB - March 9, 2008
Thanks for your time.
--
JamesKB
Re: [JamesKB] Ferature for upcoming version
By JamesKB - March 10, 2008
--
JamesKB
Re: [JamesKB] Ferature for upcoming version
By Dave - March 10, 2008
interactivetools.com