EXT: News Event. Extension Key: mbl_newsevent Copyright , Mathias Bolt Lesniak,
|
|
|
- Sydney Maximillian Stevens
- 10 years ago
- Views:
Transcription
1 EXT: News Event Extension Key: mbl_newsevent Copyright , Mathias Bolt Lesniak, This document is published under the Open Content License available from The content of this document is related to TYPO3 - a GNU/GPL CMS/Framework available from Table of Contents EXT: News Event... 1 Introduction... 1 What does it do?... 1 This Extension in relation to other Calendars... 1 User's manual... 2 Installation... 2 Quick start... 2 Adding event information... 2 Listing Events... 2 The Event Period Selector... 2 Upgrading from versions before Configuration... 2 Include static extension templates... 2 Adding event information to the tt_news template... 3 Reference...3 Configuring the ICS feature...4 Known problems...4 To-do list... 4 Changelog... 5 Changes in version Changes in version Changes in version Changes in version Changes in version Changes in versions Changes in version Introduction What does it do? News Event is an extension for News (tt_news) enabeling news articles to also be events. The idea is that, when announced, events will also be announced with a news article. With News Event a couple of fields containing event information is simply added to the usual news article. Features: Events and news information merges. You only need to publish the information once to make it list both as an event and as a news article. It's basically just new cool extra features for tt_news! Adds from/to date and time fields for event dates/times to news articles. Adds event location information to news articles. News artices don't need to be events it's just an option! Adds specific listing options for past/future events in the tt_news plugin. Avoids conflicts with other extensions, using new features of tt_news ICS calendar file download. This Extension in relation to other Calendars There's a huge number of calendar extensions for Typo3. This extension was not made with competition in mind. The main reason for making this extension was to make publishing events and news as easy and fast as possible. I think it is important that Typo3 extensions are made to work together and use eachother's functionality as much as possible. This makes the day easier for the users, and it saves development time. I would be happy to cooperate with other programmers to make mbl_newsevent work well and cooperate with their extensions (that includes other calendar extensions)!
2 Mathias Bolt Lesniak, developer. User's manual This User's manual assumes that you have read the News (tt_news) documentation. Installation Install the extension with the extension manager. For details about Templates, please see the "Configuration" section. Quick start News Event adds no new content elements; it only adds to what already exists through tt_news. You should read the section Including static extension templates under Configuration. Without this, the extension will probably work poorly. Adding event information When you create a new news article, or open an old one, you will find the News Event fields at the bottom of the usual form. 1. Click the "Event" checkbox to mark the news article as an event. 2. Type in times, dates and location information in the correct fields 3. Assuming you have filled in the necessary news fields; click save. I haven't found out how to separate the date from the time information in the backend. Therefore: You'll have to type in a time, although you only want a date. A good tip is to make the time 00:00, so that the date ends up looking like this: 00: for the 25 th September The ICS function automatically removes time information if the time is set to 00:00. A way around fiddeling with typing in the event dates all the time is the Date2Calendar extension (erotea_date2cal), which lets you choose a date from a pop-up calendar. Listing Events The News (tt_news) plugin takes care of News Event listing. When you installed News Event, a number of new options were added to the "What to display" field on the "General settings" sheet. These are: FIELD: What to display Description EVENT_FUTURE A list of events in the future EVENT_PAST A list of events in the past LATEST_EVENT_FUTURE A list of the closest upcomming events (short) LATEST_EVENT_PAST A list of the closest recent events (short) EVENT_SELECTOR A list of events in certain periods (like the archive menu - AMENU ) Template note: EVENT_FUTURE and EVENT_PAST uses the same template as the News plugin's LIST option, and LATEST_EVENT_FUTURE and LATEST_EVENT_PAST uses the same as LATEST. If you want to use a different template for listing events, make a new plugin content element, and add a different template in the "Template" sheet in the tt_news plugin configuration. The Event Period Selector The Event Period selector in many ways works like the usual archive menu ( AMENU ) in tt_news, but instead of showing a list of periods (months, quarters or years) when news articles have been posted, it shows a list of periods when events happen. The Event Period Selector can either be a menu (with auto-submit) or a list. This is defined with the eventselector TS property. See Configuration->Reference for more information. Upgrading from versions before Some bugs have been fixed that slightly changed the output in the pre versions of News Events. If you should want to restore what these bugs caused, this list should tell you what to do: Listing latest published events instead of the most upcomming events in LATEST_EVENT_FUTURE and the most recent events in LATEST_EVENT_PAST: Set the TypoScript variable plugin.tt_news.mbl_newsevent.latestshowsnewevents to 1. Correcting the time displayed: Set the typoscript variable plugin.tt_news.mbl_newsevent.datecorrect to the amount of seconds (negative or positive) that you want to change the time with. In pre versions this value was set to (one day). Configuration The News Event (mbl_newsevent) extension can only be configured through the TypoScript setup. As it is an extension of (and thus in theoretical forms a part of) tt_news, configuration settings are stored within tt_news' TS setup. Include static extension templates As with the 2.x version of tt_news mbl_newsevent all configuration of default TS values happen through static templates, which
3 must be included through the templates: It is important to include the News Event static templates after the static templates from tt_news, because of certain limitations in the tt_news TypoScript. Adding event information to the tt_news template News Event introduces a number of extra template markers to tt_news' template parser. These can be used to add event information to news listings. The fastest way to show event information is to add the ###EVENT_WRAP### and ###EVENT_WHERE_WRAP### markers where you want the event and location information to appear in the news lists and single view. You can also use a more advanced approach, by using the specific event markers. For an example, please see the default extension file at EXT:mbl_newsevent/event_template.tmpl. If you make a new template file, you can actually put what you need into the news template (to have everything in the same place). You'll just have to set the plugin.tt_news.mbl_newsevent.templatefile property to the same as the news template (sorry, FlexForms won't work with this yet). Reference plugin.tt_news.mbl_newsevent properties: Property Data type Description Default datecorrect integer The number of seconds to put the dates shown into the future or the past. Corrects date changes that happen on certain servers (it seemes). Example: #Adds one hour to the displayed time plugin.tt_news.mbl_newsevent.datecorrect = dateselitem_std ->stdwrap StdWrap for items in the Event Selector. Wrap dateselorder string Sorting ascending (ASC) or descending (DESC). Insert values ASC ASC or DESC eventperiodpid Integer The page ID (PID) to link EventPeriod Selector links to. Set to zero for same page 0 eventperiodtar String Target for Event Period Selector liniks _self get eventselector String For the EVENT_SELECTOR option. Possible values are list or menu menu. Makes the Event Period Selector show either as a list or as a menu. latestlimit integer Same as plugin.tt_news.latestlimit Defines the max numner of listed articles on one page for LATEST_EVENT_FUTURE and LATEST_EVENT_PAST. Set to 0 to use the value from plugin.tt_news.latestlimit 0 latestshowsne boolean If true, LATEST_EVENT_FUTURE and LATEST_EVENT_PAST wevents shows the newest events, and not the ucomming events. 0 limit integer Same as plugin.tt_news.limit. Defines the max number of listed news articles on one page for EVENT_FUTURE and EVENT_PAST. Set to 0 to use the value from plugin.tt_news.limit 0 Show a count of articles in the periods listed by the Event Period Selector ( EVENT_SELECTOR ) 1 If true, an event organizer's address is shown. showeventperio Boolean dcount showorganizer boolean templatefile resource The template file containing the few extra template items for News Event. Example: plugin.tt_news.mbl_newsevent.templatefile = EXT:mbl_newsevent/event_template.tmpl timeperiodselm integer For the event shown in the event selector: 0=all, 1=future events, ode 2=past events 0 Plugin.tt_news.mbl_newsevent.ics properties: 1 EXT:mbl_newsevent/ event_template.tmpl
4 Property Data type Description Default filename string The name of the downloaded ICS file. Event Calendar.ics from string Older events than this date is not loaded into the ICS file. For info about the date formats, see: templatefile resource The template file for the ICS generator. This file does normallly not need any changes, so the best is to let this setting stay at it's default. to string Events further in the future than this is not loaded into the ICS file. For info about the date formats, see: 1 year ago EXT:mbl_newsevent/ res/ics_template.tmpl 1 year The following properties give the same results as in tt_news, but limited to event listings, when put into plugin.tt_news.mbl_newsevent: limit, latestlimit Properties within the display settings for "LIST" and "LATEST", for example within plugin.tt_news.dispalylist.mbl_newsevent: Property Data type Description Default date_stdwrap ->stdwrap stdwrap for display of the event dates organizer_stdw ->stdwrap stdwrap for display of the event organizer rap time_stdwrap ->stdwrap stdwrap for display of the event times where_stdwrap ->stdwrap stdwrap for display of the where field (event location). Configuring the ICS feature The ICS feature makes it possible to download a.ics (also called icalendar) file with events. This feature closely resembles the RSS feed feature in tt_news. It can be configured either by including the static template ICS feed (type=101) or with normal TypoScript like this: icsevents = PAGE icsevents { typenum = > 10 < plugin.tt_news 10.pid_list > 10.pid_list = {$plugin.tt_news.pid_list} 10.singlePid = {$plugin.tt_news.singlepid} 10.defaultCode = ICS config { disableallheadercode = 1 #additionalheaders = Content-type:text/calendar no_cache = 1 xhtml_cleaning = 0 } } The lines that are different from the RSS example in the tt_news manual have been colored red. One line has been commented out. That is additionalheaders = Content-type:text/calendar, which value has been internalized. The ICS feature has only been tested in Apple's ical, but should work most places. An exceptioin may be Microsoft Outlook. Please give feedback ifyou can give me reports on other applications that the ICS is compatibe or incompatible with. In case of an incompatbility I'd be very happy if you could send me the error message you get (if any). I'd be over-enthusiastic if you could tell me why it doesn't work!
5 Known problems The Extension is not compatible with versions of tt_news below The ICS feature doesn't always work with sites that are using frames. The tt_news page browser doesn't seem to show the correct page count. A fix is in development. Please contact if you know of an easy way! To-do list Please feel free to suggest items for the to-do list. Please tell if you're interested in giving a helping hand in the development of features. Some items in the to-do list have version numbers in brackets. Those numbers refer to the version when these features may be expected to have been implemented. Event registration and organizing tools (1.0.0) Additional FlexForm sheet for event specific settings. (I don't think I know how to di this, but I'll try!) Implement hooks for third party extensions. Extending the TS properties so that the extension doesn't just use tt_news' TS settings for listings etc. (Makes configuration easier) Small calendar with dates/weeks/months. Clicking on the date/week/month brings up a list of events in that date/week/month. (1.0.0) Spam protected addresses for Organizers. Changelog Changes in version Added new field called EVENT_SELECTOR. It lists events for different periods, like the archive menu ( AMENU ). Added possibility to define the limit and latestlimit TS properties specificly for the event lists. Some changes to the manual (corrections and additions). Changed the icon slightly (added a plus-sign) to indicate that the extension extends tt_news. Localizeable template markers for strings like Event date(s): and Location. Changes in version ICS calendar download possibility. Organizer information (can be gathered from fe_users, be_users or tt_address). Introduces the fields ###EVENT_ORGANIZER### and ###EVENT_ORGANIZER_TEXT### (the last for the label) in the template. Added the field ###EVENT_TO_TEXT### in the templates for translated versions of the english word to in the template. An amount of seconds can now be added to or subtracted from the times displayed in listings. Misc. bugs corrected. Changes in version It is now possible to make the event selector show either all, future or past events through the TypoScript variable plugin.tt_news.mbl_newsevent.timeperiodselmode. Thanks to Stig Færch for this. New translations included (Norwegian and Finnish). Changes in version ICS feed available as a static ext template. TypoScript Constants and Setup files preconfigured. Divider to tabs implemented. News Event now has it's own tab when you create or edit a news article. (Requires tt_news or higher, and Typo3 version or higher.) Tested with multilingual news. Work without problems. Changes in version Static template must be included for News Events to work. Some bugs corrected.
6 Changes in versions Bugs corrected Added dateselorder TypoScript property to choose ascending or descending sorting of the Event Period Selector. Changes in version Corrected a bug that made the Event Selector not show in some cases. German localization (thanks to René Rossi) Correction to the Norwegian localization (Quarter is kvartal, not kvarter ). The Extension repository now has the same version number as this manual. How surprising! Changes in version Corrected a bug in the Event Selector where items were shown that shouldn't be visible. (Thanks to Stig Nørgaard Færch for that.)
changes in tt_news 3.0.0
changes in tt_news 3.0.0 Extension Key: tt_news Copyright 2009, Rupert Germann, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml
EXT: SEO dynamic tag
EXT: SEO dynamic tag Extension Key: seo_dynamic_tag Copyright 2007 Dirk Wildt, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml
Configuring the JEvents Component
Configuring the JEvents Component The JEvents Control Panel's Configuration button takes you to the JEvents Global Configuration page. Here, you may set a very wide array of values that control the way
EXT:Booking Extension
EXT:Booking Extension - ab_booking EXT:Booking Extension Extension Key: ab_booking Language: en Keywords: booking, flat, room, hotel Copyright 2008-2011, Alexander Bigga, , www.bigga.de
Microsoft Outlook 2013 -And- Outlook Web App (OWA) Using Office 365
1 C H A P T E R Microsoft Outlook 2013 -And- Outlook Web App (OWA) Using Office 365 1 MICROSOFT OUTLOOK 2013 AND OUTLOOK WEB ACCESS (OWA) Table of Contents Chapter 1: Signing Into the Microsoft Email System...
EXT: Shop System Manager Module
EXT: Shop System Manager Module - shop_manager EXT: Shop System Manager Module EXT: Shop System Manager Module Extension Key: shop_manager Language: en Keywords: foreditors, foradmins, forbeginners Copyright
ANIMATED HEADER IMAGE WITH IMAGE HEADER SLIDESHOW (FL_HEADER_SLIDE)
ANIMATED HEADER IMAGE WITH IMAGE HEADER SLIDESHOW (FL_HEADER_SLIDE) (STEP BY STEP INSTRUCTIONS FOR REAL BEGINNERS) I am writing this tutorial out of frustration with the general lack of proper instructions
Copyright EPiServer AB
Table of Contents 3 Table of Contents ABOUT THIS DOCUMENTATION 4 HOW TO ACCESS EPISERVER HELP SYSTEM 4 EXPECTED KNOWLEDGE 4 ONLINE COMMUNITY ON EPISERVER WORLD 4 COPYRIGHT NOTICE 4 EPISERVER ONLINECENTER
Direct Mail Tutorial
Direct Mail Tutorial Extension Key: direct_mail_tut Copyright 2000-2003, Marlies Cohen, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml
MAXA-COOKIE-MANAGER - USER MANUAL - SW-Release V 5.0 / Document Rev. 1.1
MAXA-COOKIE-MANAGER - USER MANUAL - SW-Release V 5.0 / Document Rev. 1.1 Quick Start Once installed MAXA Cookie Manager goes to work immediately to gather information about the cookies on your system and
The LSUHSC N.O. Email Archive
The LSUHSC N.O. Email Archive Introduction The LSUHSC N.O. email archive permanently retains a copy of all email items sent and received by LSUHSC N.O. Academic email users. Email items will be accessible
For example, within General Settings, you can change the default language from English to Spanish and change the size of the text that is displayed.
Atlantic Broadband s free Webmail service makes it easy to read and send email using just a web browser from any computer. This quick reference guide will help you get the most out of Webmail with useful
Direct Mail Tutorial
Direct Mail Tutorial Extension Key: direct_mail_tut Copyright 2000-2003, Marlies Cohen, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml
Catholic Archdiocese of Atlanta Outlook 2003 Training
Catholic Archdiocese of Atlanta Outlook 2003 Training Information Technology Department of the Archdiocese of Atlanta Table of Contents BARRACUDA SPAM FILTER... 3 WHAT IS THE SPAM FILTER MS OUTLOOK PLUG-IN?...
Basecamp Manual. Managing Projects Using Basecamp s Project Management Software
271 Grove Avenue Webster Commons - Building C, Suite 4 Verona, NJ 07044 T: 973.239.9002 www.lform.com Basecamp Manual Managing Projects Using Basecamp s Project Management Software LFORM DESIGN 271 Grove
Exchange 2013 mailbox setup guide
Fasthosts Customer Support Exchange 2013 mailbox setup guide This article covers the setup of Exchange 2013 mailboxes in Microsoft Outlook 2013, 2010 and Outlook 2011 for Mac. Contents Exchange 2013 Mailbox
MathXL Getting Started Guide for Students
MathXL Getting Started Guide for Students Copyright Notice Copyright 2013 by Pearson Education. All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or
Sections in the current notebook: Sections let you organize notes by activities, topics, or people in your life. Start with a few in each notebook.
Getting Started with OneNote Page 1 1. OneNote basics How are OneNote pages different? This is an example of a normal page of notes. You can type anywhere just click and type. For example, type your name
Accounts Production Installation Guide
Accounts Production Installation Guide Copyright statement Sage (UK) Limited and Sage Hibernia Limited, 2014. All rights reserved. If this documentation includes advice or information relating to any matter
Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7. Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7
Microsoft Outlook with Initial Setup of Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access
Microsoft Office Access 2007 Training
Mississippi College presents: Microsoft Office Access 2007 Training Course contents Overview: Fast, easy, simple Lesson 1: A new beginning Lesson 2: OK, back to work Lesson 3: Save your files in the format
Email Marketing Features
Email Marketing Features intouch Email Marketer is a true all-in-one communications platform and includes everything you need to create, send and track professional HTML emails, autoresponders, surveys,
Administration: General Overview. Astra Schedule VII Training Manual
Last Update: August 2009 Release 7.3 Administration: General Overview This lesson is specifically designed to introduce system users to the look and feel of the web based application. This lesson will
White Paper on the Use of Team Calendars with the JIRA Issue Tracking System and Confluence Collaboration Tools for the xlpr Project
Page 1 of 11 White Paper on the Use of Team Calendars with the JIRA Issue Tracking System and Confluence Collaboration Tools for the xlpr Project by P. T. Williams, H. B. Klasky, and B. R. Bass Executive
AUTO ARCHIVING. December, 6 th 2005
AUTO ARCHIVING December, 6 th 2005 What is Auto Archiving? Archiving allows the user to keep their emails but not count them towards the set quota. By keeping emails archived, the quota will never be met
Appointment Scheduler
EZClaim Appointment Scheduler User Guide Last Update: 11/19/2008 Copyright 2008 EZClaim This page intentionally left blank Contents Contents... iii Getting Started... 5 System Requirements... 5 Installing
Email Marketing Features
Email Marketing Features JPC s Email Marketer includes everything you need to create, send and track professional HTML emails. It is fullyfeatured email marketing software which has been developed by marketing
Outlook Plugin. What is MangoApps for Outlook?
MangoApps for Outlook Plugin Windows - MangoApps for Windows is a single app that integrates Messenger, Outlook and Office Plugins into one unit and combines it with the secure, robust document management
Intellect Platform - Tables and Templates Basic Document Management System - A101
Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System
How will the transition to the new Adobe Forums be handled?
Why are you changing the Adobe Forums? In response to community feedback through surveys, we are incorporating many user-requested features into Adobe Forums and also making changes to the underlying technology
ManageMyHealth SMS Text Message Service User Guide. Medtech32. Version 20.0 (March 2012)
ManageMyHealth SMS Text Message Service User Guide Medtech32 Version 20.0 (March 2012) IMPORTANT NOTE Medtech recommends that all Medtech upgrades and database back-up and restore processes are performed
Sage CRM. Sage CRM 7.3 Mobile Guide
Sage CRM Sage CRM 7.3 Mobile Guide Copyright 2014 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,
RentMaster Frequently Asked Questions
RentMaster Frequently Asked Questions How do I...? How do I do my end of month procedure as a property manager. At the end of the month a property manager normally pays their landlord clients. Prior to
Microsoft Outlook 2010 Part 1: Introduction to Outlook
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2010 Part 1: Introduction to Outlook Spring 2012, Version 1.0 Table of Contents Introduction...3 Starting the
Search Engine Optimization for the title tag, the canonical tag and the meta tags author, description and keywords.
SEO Dynamic Tag 2 SEO Dynamic Tag 2 Search Engine Optimization for the title tag, the canonical tag and the meta tags author, description and keywords. Version: 2.4.2, 2014-10-01 TYPO3: 4.5, 4.6, 4.7,
Archive Attender Version 3.5
Archive Attender Version 3.5 End User Quick Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com End User Quick Guide Table of Contents What is Archive Attender?... 3 How it Works... 3 What happens
Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4
Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4 Dwebs Ltd http://www.dwebs.ltd.uk January 2009 Doc: Helm 4.1.0.0 Mod Ver: 1.0.0.0 The names of actual companies and products mentioned
PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System
PowerSchool 7.x Student Information System Released December 2011 Document Owner: Documentation Services This edition applies to Release 7.1 of the [product name] software and to all subsequent releases
ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5
Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: PERSONALIZING YOUR EMAIL... 5 TOPIC 1A: APPLY STATIONERY AND THEMES... 6 Apply Stationery and Themes... 6 TOPIC 1B: CREATE A CUSTOM
Elgg 1.8 Social Networking
Elgg 1.8 Social Networking Create, customize, and deploy your very networking site with Elgg own social Cash Costello PACKT PUBLISHING open source* community experience distilled - BIRMINGHAM MUMBAI Preface
1. To start Installation: To install the reporting tool, copy the entire contents of the zip file to a directory of your choice. Run the exe.
CourseWebs Reporting Tool Desktop Application Instructions The CourseWebs Reporting tool is a desktop application that lets a system administrator modify existing reports and create new ones. Changes to
Frequently Asked Questions
Frequently Asked Questions Contents Installing Lync 2010 Setting Up Devices Managing Contacts Using Lync 2010 as a Phone Using Lync 2010 with Office Outlook Scheduling Meetings Inviting People to Meetings
WINDOWS LIVE MAIL FEATURES
WINDOWS LIVE MAIL Windows Live Mail brings a free, full-featured email program to Windows XP, Windows Vista and Windows 7 users. It combines in one package the best that both Outlook Express and Windows
What's New in ADP Reporting?
What's New in ADP Reporting? Welcome to the latest version of ADP Reporting! This release includes the following new features and enhancements. Use the links below to learn more about each one. What's
TOPS v3.2.1 Calendar/Scheduler User Guide. By TOPS Software, LLC Clearwater, Florida
TOPS v3.2.1 Calendar/Scheduler User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition Second Edition 02 2007 09-2007
Use Mail Merge to create a form letter
Use Mail Merge to create a form letter Suppose that you want to send a form letter to 1,000 different contacts. With the Mail Merge Manager, you can write one form letter, and then have Word merge each
GJC Web Design Virtuemart 2.0 Radius Shipping Plugin
GJC Web Design Virtuemart 2.0 Radius Shipping Plugin This is the VirtueMart 2.0 Radius Shipping Plugin that fully integrates and shows real time shipping quotes based on the distance from the vendor's
Hypercosm. Studio. www.hypercosm.com
Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks
Alerts. Some Alerts give you unique options for customizing the messages you receive. Calendar events, for instance, allow you to set how far in
Alerts, RSS and ical feeds Alerts and feeds are both methods of keeping current on site content that changes or updates frequently. The primary difference between them is that Alerts are active: whenever
Microsoft Outlook 2010 Part 1: Introduction to Outlook
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2010 Part 1: Introduction to Outlook Spring 2015, Version 1.4 Table of Contents Introduction...3 Starting Outlook...3
Vtiger CRM Outlook Plugin Documentation
Vtiger CRM Outlook Plugin Documentation Outlook Plugin Version 1.0.04 Different Solutions GmbH [email protected] http://www.different-solutions.com Support Forum: http://forum.vtiger.de Date:
Sage CRM. Sage CRM 2016 R1 Mobile Guide
Sage CRM Sage CRM 2016 R1 Mobile Guide Contents Chapter 1: Introduction to Sage CRM Mobile Solutions 1 Chapter 2: Setting up Sage CRM Mobile Apps 2 Prerequisites for Sage CRM mobile apps 3 Enabling users
Express Reports. HealthStream Express TM
HealthStream Express TM Administrator access to features and functions described in the HLC Help documentation is dependent upon the administrator s role and affiliation. Administrators may or may not
Installation & User Guide
SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2011 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 50 McIntosh Drive, Unit 109 Markham, Ontario ON
Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been
Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been reinstated 8794 Ability to show Deleted Records from List
BluWave crm. Posting Appointments into Your Local Calendar (Using Google Chrome Web Browser)
BluWave crm Posting Appointments into Your Local Calendar (Using Google Chrome Web Browser) Version 1.6 Update released 22/7/2011 Posting Your BluWave Appointments to Your Calendar Software Configuration:
alternative solutions, including: STRONG SECURITY for managing these security concerns. PLATFORM CHOICE LOW TOTAL COST OF OWNERSHIP
9.0 Welcome to FirstClass 9.0, the latest and most powerful version of the one of the industry s leading solutions for communication, collaboration, content management, and online networking. This document
Magento module Documentation
Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8
CONTENTS. Introduction... 3. Outlook at a glance... 3. Configure Outlook 2010 on-campus... 3. Creating Folders... 4. Sorting Emails...
OFFICE OF INFORMATION TECHNOLOGY Academic Technology Unit Microsoft Outlook 2010 Basics Workbook CONTENTS Introduction... 3 Outlook at a glance... 3 Configure Outlook 2010 on-campus... 3 Creating Folders...
Quick Start Program Advanced Manual ContactWise 9.0
Quick Start Program Advanced Manual ContactWise 9.0 Copyright 2010 GroupLink Corporation. All Rights Reserved. ContactWise is a registered trademark of GroupLink Corporation. All other trademarks are the
Quick Start Guide. Microsoft OneNote 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.
Quick Start Guide Microsoft OneNote 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Switch between touch and mouse If you re using OneNote
Creating a Public Knowledge Base with Salesforce Knowledge
Salesforce.com: Spring 13 Creating a Public Knowledge Base with Salesforce Knowledge Last updated: February 1, 2013 Copyright 2000 2013 salesforce.com, inc. All rights reserved. Salesforce.com is a registered
Setup Instructions. For StatBroadcast s Broadcastr and StatCrew Legacy. Last Rev: July 17, 2015 StatBroadcast Systems www.statbroadcast.
Setup Instructions For StatBroadcast s Broadcastr and StatCrew Legacy Last Rev: July 17, 2015 StatBroadcast Systems Quick Start: Setting Up StatBroadcast on your Computer Below is the quick start guide
Professional Mailbox Email Software Setup Guide
Professional Mailbox Email Software Setup Guide Table of contents Download and Install Microsoft Outlook 2010 or 2011... 2 Enabling access from email software... 4 Setting up Outlook 2010... 6 Before you
Abila Grant Management. Document Management
Abila Grant Management This is a publication of Abila, Inc. Version 2014 2014 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names
Streaming Media System Requirements and Troubleshooting Assistance
Test Your System Streaming Media System Requirements and Troubleshooting Assistance Test your system to determine if you can receive streaming media. This may help identify why you are having problems,
Basic -- Manage Your Bank Account and Your Budget
Basic -- Manage Your Bank Account and Your Budget This tutorial is intended as a quick overview to show you how to set up a budget file for basic account management as well as budget management. (See the
Richmond Systems. SupportDesk Web Interface User Guide
Richmond Systems SupportDesk Web Interface User Guide 1 Contents SUPPORTDESK WEB INTERFACE...3 INTRODUCTION TO THE WEB INTERFACE...3 FEATURES OF THE WEB INTERFACE...3 HELPDESK SPECIALIST LOGIN...4 SEARCHING
Microsoft Outlook Setup With Exchange Server. Outlook 2007 2010 2013
Microsoft Outlook Setup With Exchange Server Outlook 2007 2010 2013 Revised 12/1/2014 CONTENTS SUMMARY... 3 I. OUTLOOK SETUP... 4 II. PERSONAL FOLDERS SETUP... 7 III. RULES SETUP... 9 Rule #1: Move Inbox
Friends Asking Friends 2.94. New Features Guide
Friends Asking Friends 2.94 New Features Guide 8/10/2012 Friends Asking Friends 2.94 Friends Asking Friends US 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted
Polycom RSS 4000 / RealPresence Capture Server 1.6 and RealPresence Media Manager 6.6
INTEGRATION GUIDE May 2014 3725-75304-001 Rev B Polycom RSS 4000 / RealPresence Capture Server 1.6 and RealPresence Media Manager 6.6 Polycom, Inc. 0 Copyright 2014, Polycom, Inc. All rights reserved.
My Secure Backup: How to reduce your backup size
My Secure Backup: How to reduce your backup size As time passes, we find our backups getting bigger and bigger, causing increased space charges. This paper takes a few Newsletter and other articles I've
edgebooks Quick Start Guide 4
edgebooks Quick Start Guide 4 memories made easy SECTION 1: Installing FotoFusion Please follow the steps in this section to install FotoFusion to your computer. 1. Please close all open applications prior
Microsoft Word 2011: Create a Table of Contents
Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A
EMPLOYEE MANUAL. ESS 4.1.4.2 Document Version 1.0
EMPLOYEE MANUAL ESS 4.1.4.2 Document Version 1.0 TABLE OF CONTENTS 1 ESS PRE REQUISITES... 4 2 INTRODUCTION... 5 2.1 What is ESS?... 5 3 LOGGING ONTO ESS... 6 3.1 Employee Login... 6 4 Using ESS... 7 4.1
Plugin for Microsoft Dynamics CRM 2013-2015 For On Premise and Online Deployments. User Guide v. 2.3 April 2015
Plugin for Microsoft Dynamics CRM 2013-2015 For On Premise and Online Deployments User Guide v. 2.3 April 2015 Contents 1. Introduction... 3 1.1. What s new in 2.3?... 3 2. Installation and configuration...
Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21
Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting
MS SQL Express installation and usage with PHMI projects
MS SQL Express installation and usage with PHMI projects Introduction This note describes the use of the Microsoft SQL Express 2008 database server in combination with Premium HMI projects running on Win31/64
Table of Contents. Introduction: 2. Settings: 6. Archive Email: 9. Search Email: 12. Browse Email: 16. Schedule Archiving: 18
MailSteward Manual Page 1 Table of Contents Introduction: 2 Settings: 6 Archive Email: 9 Search Email: 12 Browse Email: 16 Schedule Archiving: 18 Add, Search, & View Tags: 20 Set Rules for Tagging or Excluding:
Getting Started with Companyweb
Getting Started with Companyweb By Robert Crane Computer Information Agency http://www.ciaops.com Index What is Companyweb? Page 2 What does this document contain? Page 3 How can I use Companyweb? Page
Microsoft Outlook 2010 Hints & Tips
IT Services Microsoft Outlook 2010 Hints & Tips Contents Introduction... 1 What Outlook Starts Up In... 1 Sending Email Hints... 2 Tracking a Message... 2 Saving a Sent Item... 3 Delay Delivery of a Single
Migrate Joomla 1.5 to 2.5 with SP Upgrade
Migrate Joomla 1.5 to 2.5 with SP Upgrade The Migration Process We're going to use the following steps to move this site to Joomla 2.5: Install Joomla 2.5 in a subdirectory Make the migration from 1.5
Client Marketing: Sets
Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you
Filter NEW IN FIRSTCLASS CLIENT WHAT S NEW IN FIRSTCLASS 9.0. New Look. Login screen. List View Sort Order. Filtering Containers.
NEW IN FIRSTCLASS CLIENT New Look Login screen The login screen has a new look that flows with our current interface. List View Sort Order The sort order you choose in list view will be used in other views
Slick - responsive Carousel Slider
Slick carousel slider by Ken Wheeler. Fully responsive. Scales with its container. Separate settings per breakpoint. Swipe, desktop mouse dragging, infinite looping among others. Slick is ready-for-use
Table of Contents. Page 1 MLS PIN Customer Support 800 695 3000 Monday Friday 8 am to 7:30 pm, Saturday 9 am to 5 pm, Sunday 9 am to 1 pm
Table of Contents Activity... 4 Chart Time Frame... 4 Listing Activity Chart... 4 View Price Activity Chart... 4 Archive... 4 Archive Contacts... 4 Unarchiving Contacts... 5 Assign Contacts... 5 Assigned
Access to Moodle. The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout.
Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is
CRM Add-On (For WPL) Realtyna Inc.
1 CRM Add-On (For WPL) Realtyna Inc. Contents of this manual are applicable to the WPL CRM Add-On. Details of this manual may be different based on the customizations or software you have. Contents Introduction...
1. 2. 3. 2.1.1.1 Change your Password o 2.1.1.2 Match Request to your Company 2.1.2.1 License Status 2.1.2.2 Choose a License 2.1.2.3 Payment 2.1.3.1 Changing company data 2.1.3.2 Organization 2.1.3.3
REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE
There are several ways to eliminate having too much email on the Exchange mail server. To reduce your mailbox size it is recommended that you practice the following tasks: Delete items from your Mailbox:
How to install and use the File Sharing Outlook Plugin
How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.
ISVforce Guide. Version 35.0, Winter 16. @salesforcedocs
ISVforce Guide Version 35.0, Winter 16 @salesforcedocs Last updated: vember 12, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,
Microsoft Exchange Mailbox Email Software Setup Guide
Microsoft Exchange Mailbox Email Software Setup Guide Microsoft Exchange Mailbox Setup Guide Setting up a Microsoft Exchange mailbox only takes a few minutes. You can set up any email software to send
Getting Started - The Control Panel
Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP
Fanurio User Guide. Fanurio Time Tracking
Fanurio User Guide Fanurio Time Tracking Fanurio User Guide Fanurio Time Tracking Publication date September 2015 Copyright 2006-2015 Fanurio Time Tracking SRL Table of Contents 1. Introduction... 1 1.1.
Section 1: Ribbon Customization
WHAT S NEW, COMMON FEATURES IN OFFICE 2010 2 Contents Section 1: Ribbon Customization... 4 Customizable Ribbon... 4 Section 2: File is back... 5 Info Tab... 5 Recent Documents Tab... 7 New Documents Tab...
Release Notes LS Retail Data Director 3.01.04 August 2011
Release Notes LS Retail Data Director 3.01.04 August 2011 Copyright 2010-2011, LS Retail. All rights reserved. All trademarks belong to their respective holders. Contents 1 Introduction... 1 1.1 What s
Booth Gmail Configuration
Student email is accessed via a Booth branded Gmail service. Student mailboxes will be accessed via Gmail. Configure Gmail Settings Before you connect Gmail to send and receive Booth Gmail on your mobile
