#2 Re: How to? » How to set user permissions? » 2013-04-25 10:10:58

Can't understanding usage of an Ionize users ? There is group, levels.
How can i to manage group or level rights in Admin panel.
I want to set the Users can edit some defined pages, but no access to other pages.

Do you have any idea to solve it?

#4 How to? » How to set user permissions? » 2013-03-28 09:10:55

aagii
Replies: 9

I want to hide some top menus and left page/articles for defined user. Because my web has few users, they can do to change another pages. Such as: one user can work on news page, another one can work on tariff page, another user can work on another pages.
Is it possible?

#5 How to? » create pdf » 2012-11-26 04:05:26

aagii
Replies: 2

i want to use fpdf class to create pdf. But there was error:
Fatal error: Class 'FPDF' not found in C:\wamp\www\application\libraries\ftl\parser.php(288) : eval()'d code on line 637

What's wrong? Did you try it?

#6 General and core development » Cannot save theme views list's changes? » 2012-10-05 08:25:09

aagii
Replies: 0

Theme views list couldn't saved. These is saving process icon cannot stopped on right top corner. I couldn't find any errors.

#7 Re: How to? » How to insert google map? » 2012-09-26 04:48:36

I did download and installed that module, and let me know how to use this module step by step.

i've tried below code in article editor:

        <ion:simplegooglemap width="100%" height="300px">
            <ion:show_map />
        </ion:simplegooglemap>

and after saving article, above code was removed.

PS:Do you guys have any direct chat messages to contact like instant messengers, because my answers delivered to me about after a day that my questions sent due to time difference.

#8 How to? » How to insert google map? » 2012-09-25 08:36:04

aagii
Replies: 3

How to insert google map into article? After save article, code was changed.

#9 Re: How to? » How to use tag in tag? » 2012-09-19 10:03:22

i've already tried this way.
echo '<ion:result field="c_'.$lang.'" />'; Its result is empty string.

#10 Re: How to? » How to use tag in tag? » 2012-09-19 02:03:29

1. If php is executed after ionize tags parsing, below code will be work.
    But it has error "Missing End tag for 'results' ".         
        <ion:results>
                  <?php echo "<li><a href='#'><ion:result field='c_"; ?>
                  <ion:current_lang />
                  <?php echo "' /></a></li>"; ?>
         </ion:results>

---------------------------------------------------------------------------------------------------------------------------------
2. I want to pass a parameter if it is possible like this: <ion:show_schedule param:'value'>.
    I think there is a way to pass parameter.

        <ion:show_schedule>
        <ion:results>
                         <li><a href="timetable?schedid=<ion:result field="SCHEDULE_ID" />"></a></li>
        </ion:results>
        </ion:show_schedule>

#11 How to? » How to use tag in tag? » 2012-09-18 10:29:44

aagii
Replies: 6

<ion:search>
        <ion:show_fromcities>
            <ion:results>
                          <ion:search>
                          <ion:show_details>
                          <ion:results2>
                                           
                         </ion:results2>
                         </ion:show_details>
                         </ion:search>
            </ion:results>
        </ion:show_fromcities>
        </ion:search>
i want to pass a value (<ion:result field='city_eng' />) from show_fromcities tag to inner show_details tag.

It is not working
<li><a href='#'><ion:result field='c_<ion:current_lang />' /></a></li>
This is depending on current language. Field: c_mn, c_en, c_ge etc.

If current language is english the result field will be c_en then these line will be
<li><a href='#'><ion:result field='c_en' /></a></li>.

Edited By Ukyo : Another topic added!

#13 Re: General and core development » How set top level menu inactive » 2012-08-17 03:47:43

For the first question. I usually link to the first article for that item.

How to link to the article? I tried to using link in the option. This link must be full url, but cannot include language (/en/ etc).

#14 General and core development » How set top level menu inactive » 2012-08-07 16:23:22

aagii
Replies: 5

1. Is there any solutions to disable the clicking menu with sub menus? because when clicking the menu its going to blank page.

2. Also how to set one menu call the other menu? In option, how to use sub navigation? There's no changes when set the page option in sub navigation.

#15 Re: How to? » About <object> and <embed> tags » 2012-07-03 10:39:39

i just want to add this code by HTML source editor.

<EMBED src="images/images/tariff/baggage_mon.pdf#toolbar=1&navpanes=0&scrollbar=1" width="760" height="600" TYPE="application/x-pdf" TITLE="Baggage"><a style="color:red" href="images/images/tariff/baggage_mon.pdf" target="_new">Baggage tarif - click here</a></EMBED>

Could you try to add this code on your ionize, please reply your result

#16 Re: How to? » About <object> and <embed> tags » 2012-07-03 04:46:37

it's still removing. Did you try to add <object>test</object>?

#17 How to? » About <object> and <embed> tags » 2012-07-02 07:34:18

aagii
Replies: 6

How should i to add <object> and <embed> tags into my web? After click Insert button in HTML Source Editor, the tag codes automatically removed. I want to show pdf file on browser using these tags.
How should to add these tags?

#18 Re: General and core development » Cannot upload file » 2012-07-02 07:23:06

Now file upload is working. But i dont know where is the problem. I do nothing.

#20 Re: General and core development » Cannot upload file » 2012-06-06 02:32:29

Yes i already added "EMBED" tag by following your instruction.

And can i contact you online chat?

#21 Re: General and core development » Cannot upload file » 2012-06-05 09:29:32

In advanced settings, object tag already checked.

Before save article, source code is:
<EMBED src="images/images/tariff/baggage_mon.pdf#toolbar=1&navpanes=0&scrollbar=1" width="760" height="600" TYPE="application/x-pdf" TITLE="Baggage"><a style="color:red" href="images/images/tariff/baggage_mon.pdf" target="_new">Baggage tarif - click here</a></EMBED>

After Save article, source code was changed:
<p>&lt;object width="760" height="600" data="/ionize/en/images/images/tariff/baggage_mon.pdf#toolbar=1&amp;navpanes=0&amp;scrollbar=1" type="application/x-shockwave-flash"&gt;&lt;param name="src" value="/ionize/en/images/images/tariff/baggage_mon.pdf#toolbar=1&amp;navpanes=0&amp;scrollbar=1" /&gt;&lt;/object&gt;&lt;a href="/ionize/en/images/images/tariff/baggage_mon.pdf" target="_new"&gt;Baggage tarif - click here</p>

I want to directly open pdf file on web page without creating separate tab or browser. Why was it changed after save?

#22 Re: General and core development » Cannot upload file » 2012-06-05 02:59:14

Following these suggestions on http://www.ionizecms.com/forum/viewtopic.php?id=571 , still can not solve the problem?

And tell me that, how to add <object> or <embed> tags without automatically remove in code editor?

#23 General and core development » Cannot upload file » 2012-06-04 03:08:21

aagii
Replies: 11

There is a error message displayed when upload a file. "Error. Your session has expired. Please log in again."
Where is the problem?

And HOW to add <object> or <embed> tag into code? Its editor automatically remove this tags.

#24 Re: General and core development » Intro page » 2012-05-17 02:57:12

Thanks for your reply.
Couldn't find that session module at github. That version of ionizecms is same as ionize.com.
And I have a request: Is it possible to online chat on this ionize site. Just like http://webchat.freenode.net/.

#25 General and core development » Intro page » 2012-05-16 05:04:49

aagii
Replies: 3

hi everyone,

Anyone know that how to check SESSION? If there is session not created on visit, intro page will load instead of home page. How to check that session status or How should i do that?

Regards, Aagii
Mongolia

What's Ionize ?

Ionize is an Open Source Content Management System created by webdesigners for webdesigners.

Created and maintained by Partikule and Toopixel , Ionize wants to be the easiest and most powerful CMS.

Can I help ?

Because talent is nothing without involvement, we are looking for motivated coders and webdesigners to join the project team.

Resources

Website : www.ionizecms.com
Documentation : doc.ionizecms.com

Development : Ionize on GitHub
Translations : Translations on GitHub