Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Include Google calender (or similar in AM-pages)

 

 


Sissy Voss
New User

Aug 24, 2006, 4:02 AM

Post #1 of 4 (2837 views)
Shortcut
Include Google calender (or similar in AM-pages) Can't Post

Hi,
is anybody out there who knows how to include a calender into a AM-page. The description given by google on how to include a calender is very concise but does not work with AM.
That is to say if I copy the code generated by google into the editor window of AM, nothing results.
Any good ideas?
Thanks a lot
Sissy Voss
My Domain: http://www.hoerbuchhandel.com/


ChetW
Staff


Aug 24, 2006, 1:35 PM

Post #2 of 4 (2830 views)
Shortcut
Re: [Sissy Voss] Include Google calender (or similar in AM-pages) [In reply to] Can't Post

Hi,

Thanks for your post!

I am actually looking into this now, once I have some more information I will let you know. :)

If you have any other questions please feel free to ask!
Cheers,
Chet Woodside - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


ChetW
Staff


Aug 25, 2006, 1:41 PM

Post #3 of 4 (2813 views)
Shortcut
Re: [ChetW] Include Google calender (or similar in AM-pages) [In reply to] Can't Post

Hi Sissy,

There are actually a few ways that you could look at adding Google Calender into your Article Manager articles. You could either link to the calender or actually include it is part of the article, from the sounds of you post I think you are wanting to embed it into your article. To do this follow the steps below:

You can sign-up for Google Calender using the link below:

https://www.google.com/accounts/ServiceLogin?service=cl&passive=true&nui=1&continue=http%3A%2F%2Fwww.google.com%2Fcalendar%2Frender

- First we are going to make a change to your xssfilter settings, login to your server and find the config.ini file. This file is found inside your /exec/ folder.

- Open the config.ini and change the following code:


Code
 enable_xss_filter = 1



To this:


Code
 enable_xss_filter = 0



Save your changes and re-upload the config.ini back into the /exec/ directory. At this point you could put your Google generated code directly into the wysiwyg editor, however I recommend creating a unique field for you calender code.

- To create a unique field login to your Article Manager admin and select 'Setup Options' from the far right hand side.

- Scroll down to the 'Article Fields' section and pick an empty art_field, for examples sake I am going to use art_field2.

- In art_field2 check the 'enabled' box off and in the 'Field Name' section type "Google Calender", also be sure select 'textarea' from the 'Field Type' column.

- Save your changes, at this point you will have a new "Google Calender" field available to you when you create an article, in this field is where you would put the <iframe> code that Google generates for you.

The last thing we are going to have to do here is add a bit of code to your article "default.html" file this file can be found in the /templates/article/ directory.

- On the "default.html" file add the following code (you will place this code where in the template you want to the Google Calender to appear):


Code
 <div>$art_field2$</div>



Save the changes to your article "default.html" file and re-upload this file back to your server in the /templates/article/ directory. The last step is to re-publish your articles you can do this through the 'Setup Options' inside the admin program.

Give this a try Sissy and let me know if you have any questions. :)
Cheers,
Chet Woodside - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


(This post was edited by ChetW on Aug 30, 2006, 11:41 AM)


Sissy Voss
New User

Aug 29, 2006, 4:59 AM

Post #4 of 4 (2774 views)
Shortcut
Re: [ChetW] Include Google calender (or similar in AM-pages) [In reply to] Can't Post

Thank you very much!
That's it
Sissy Voss