Ionize - Free & Open Source creative CMS |
[eluser]easylancer[/eluser]
@Michel-Ange I will test the partial tag, but back to my other question, can I extend the Page Controller to create another page type without making changes to the Page Controller eg. Gallery extends Page and have use of all the tags from Page into my current controller. Sorry if I am asking a lot of Questions since this is still in early stages, but is there a caching system in place, and if not how long before one gets put in place and please not the CI one, it would be nice if the tags had a cache no cache attribute <ion:partial path="partials/head" parse="yes" cache="1200 or yes" /> if yes then use global cache settings other set cache time.
[eluser]Michel-Ange[/eluser]
@easylancer : Extending Page should not be a problem. After that, you should modify the config/router.php file to make the link between your controller and the URL (ionize page name). For the moment, there is no caching system in place. @Kip zonder Kop : Link to external locations are possible, but not yet completely implemented. The very old Ionize permitted this, and this feature will be available soon.
[eluser]Michel-Ange[/eluser]
More information on future... List of coming features / corrections : v. 0.91: - No CI core hack, - Replacement of mCrypt by CI encryption, - Bug correction in picture edition datepicker (not displayed), - Bug correction in IE7 / IE8 displaying (not urgent), - Pagination, - Link from page to external/internal other URL, - Setup of default online / offline status for each language from Settings part, - Add the online / offline status to each page language (only articles for the moment) - User access management on the front-end regarding to the given authorizations (not currently implemented), - Excluding "thumbs_*" folder from folder view in tinyBrowser, - Developping a first module... - Documentation, documentation, documentation ! v. 0.92: - Possibility to replace the default file manager by EzFilemanager or MoxieCode filemanager (if you have a license) : replacement just by copy / paste the plugin and setup it in the Ionize settings, - Setup of what will be displayed if a translated content is not available, - Replacement (in study) of TinyMCE by CKEditor (have to test the possible link between MoxieCode filemanager and CKEditor... The 0.91 version should be available soon, as I have a project wich will be based on it on december.
[eluser]Michel-Ange[/eluser]
Concerning the further evolutions... I have a full-time job and when I'm not at work, I make websites through my Web Agency... And when I'm not at work and not making websites through my Web Agency, I'm coding on Ionize... The other Ionize team members are also working a lot. As we wish to make from Ionize a great, valuable and professional Open Source CMS, we will extend our team ! Ionize is yours ! You love it ? Make it be better ! If you're motivated by Ionize, if you have good, well, strong skills in CI and PHP, if you can't wait for the new features... join the team and participate to this project ! The apply post : http://ellislab.com/forums/viewthread/135498/
[eluser]Kip zonder Kop[/eluser]
[quote author="Michel-Ange" date="1258489149"]@Kip zonder Kop : Link to external locations are possible, but not yet completely implemented. The very old Ionize permitted this, and this feature will be available soon.[/quote] Great. For the time being I worked around the the next way. Create a view (and register it in the admin panel and use it) that uses the aforementioned partial tag. In the partial set a http header to the desired location. So the view is: Code: <ion:partial path="partials/jazz" parse="no" /> The content of the partial is Code: <?php header('location: http://www.hammondjazz.net'); ?> Et voila, the menu item will take you away. The partial is a peephole to chaos !!
[eluser]Michel-Ange[/eluser]
@Kip zonder Kop : Great ! A little bit crazy, but great way of thinking !
[eluser]Référencement Google[/eluser]
What is cool is that we are slowly discovering how Ionize can be used in a different manner than we expected it to be...
[eluser]Kip zonder Kop[/eluser]
[quote author="Michel-Ange" date="1258503066"]@Kip zonder Kop : Great ! A little bit crazy, but great way of thinking ![/quote] So not appropriate for the documentation I guess ;-)
[eluser]Michel-Ange[/eluser]
In fact, it's really good what you done with this tag : A normal way of using view but a different way of thinking ! Bravo !
[eluser]BrianDHall[/eluser]
[quote author="Kip zonder Kop" date="1258503351"][quote author="Michel-Ange" date="1258503066"]@Kip zonder Kop : Great ! A little bit crazy, but great way of thinking ![/quote] So not appropriate for the documentation I guess ;-)[/quote] I like to use views sometimes to store peanut butter and jelly. Not so good for soup - too leaky. |
Welcome Guest, Not a member yet? Register Sign In |