
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: To this: 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): 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)
|