Ionize - Free & Open Source creative CMS |
[eluser]bindaden[/eluser]
I downloaded the new version 0.92, I just wonder about the package size, seems that it's a bit heavy, take me a long time to upload. Should you optimize the file size?
[eluser]Michel-Ange[/eluser]
@bindaden : Yes, I planned to release a 2ko version for the next month ![]() More seriously, I will think about removing some data from example theme. You will not have my marvelous pictures from Burma anymore !
[eluser]bindaden[/eluser]
after installation, I got same errors with useeme - hope Michel can fix them soon. And I still wish a page title fuction and a contact form built-in.
[eluser]Michel-Ange[/eluser]
What same errors ? All ? What do you mean by "I still wish a page title function and a contact form built-in" ?
[eluser]bindaden[/eluser]
1. php_flag allow_url_include On php_flag allow_url_fopen On Cannot install if above code on, they causes "505 errors" 2. After installation, cannot go to admin area, automatically be redirected to homepage 3. with version 0.90 all articles use the same page title (<ion: title />) with their own category. This not good for SEO purposes. And I dont know how to make a simple contact form that's why I wish there would be those 2 functions on V0.92
[eluser]Michel-Ange[/eluser]
@useeme_p : The .htaccess is corrected : I forgot to put away these php_flag declaration. Anyway, they are not needed to run Ionize. You can download the update package from Assembla SVN or directly from http://www.ionizecms.com By default, the .htaccess is provided as following : Code: RewriteEngine On As you see, the RewriteBase is commented by default. This is documented. Do you already have the 404 on the admin ?
[eluser]useeme_p[/eluser]
@Michel-Ange I will download the latest version later today and let you know. were you able to figure out why the internal links in the admin area were not working.
[eluser]bindaden[/eluser]
[quote author="Michel-Ange" date="1258262036"]Ionize 0.92 has been released. 03/15/2009 : Ionize 0.92 is available ! This new release comes with a lot of improvment : - Introduction of "extended fields" : You can add your own fields on page, articles, medias [/quote] Hi Michel, Can you explain more about this new feature, I dont know how to use it. Bin
[eluser]Michel-Ange[/eluser]
@bindaden : Yes, Extended fields give you the possibility to add your own fields to pages, articles and media. For example, imagine you need another article data so called "introduction" for your articles. The old way of doing that was hacking the database, add your field, hacking the admin panel, add your field, go into the model, etc... boring, not efficient and not compatible with further versions of the Ionize core system. With extended fields, you add your field, define the type of field (input, textarea, checkbox, etc...), set the label name and that's it : this field will appear in all your articles admin. If you set this fields as "multi-languagues", it will be available in the languages data tab of the article. To use it in a view, simply call <ion:field from="article name="your_field_name" /> and that's it. Extended fields will be improved in the 0.93 version... which will be very soon available... Some new coming features : - "Scope" notion in "articles" tag : Means you can call articles not only from a page, but also from all the website or from the parent page (articles from the page upper the current page). - Dynamic attributes in tags (attribute value can come from a database field) Stay tuned, this new version will come very soon ! |
Welcome Guest, Not a member yet? Register Sign In |