changes in tt_news 3.0.0

Size: px
Start display at page:

Download "changes in tt_news 3.0.0"

Transcription

1 changes in tt_news Extension Key: tt_news Copyright 2009, Rupert Germann, 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 changes in tt_news Introduction...1 Highlights...1 Compatibility...1 Update howto...2 Changes...5 Flexform...5 News admin module...7 Constant editor...8 TypoScript Object Browser (TSOB)...8 Changed TypoScript defaults...9 HTML template changes...9 New TypoScript properties...10 TSConfig...11 mod.web_txttnewsm > CATMENU > LIST...12 tx_ttnews...13 OptionSplit...13 Introduction This document contains a quick-update howto which you should read at least once before you're updating your working tt_news 2.5.x installation on your production site with tt_news Seriously: There are some changes in tt_news that might result in no output or worser things. It is strongly recommanded that you first test the new version on a copy of your site and that you have a backup at hand in case everything goes wrong. The other parts of this document describe the most important new features in detail. Highlights New backend module to manage news records and categories: news admin FE plugin changes: OptionSplit for many parameters (even in flexform) New Display modes (CODEs) and template parts Build-in processing of generic markers (thanks to Ringer Gerorg ;-) ) Easy update: new updater script which fixes the most common migration problems Serious speed improvements: internal caching of processing intensive values Improved usability: reorganized constant editor options, plugin flexform and news record form. Compatibility tt_news 3.0 has work with all currently supported TYPO3 versions: 4.1, 4.2, 4.3 (the news-admin module is not visible in TYPO3 4.1 because it requires core functions that are only available in TYPO3 4.2 or higher). The minimum reqired PHP version is the same as the PHP version required by the TYPO3 version. tt_news 3.0 has been tested with PHP 5.2.x and PHP changes in tt_news

2 Update howto Did you really make a backup of your site? If yes, then go ahead and update tt_news with the extension manager. The first screen you'll see will look like this: Note the unobtrusive Updater Box in the upper right corner. This box offers a direct link to the new updater script. But first update all required database tables. Then open the updater. Only opening the updater does not change anything in your installation, the script only reads data from the database and from the filesystem to check for setting that should be changed. The updater screen starts with a warning message that you should read at first: changes in tt_news

3 The boxes below the warning message inform you about what checks have been done and what the results are. The following checks are executed: Search for outdated static TS templates Search for non existing HTML templates Search "Startingpoint" ("pages") in FF (flexform settings) Search "recursive" in FF Search "no page Browser" in FF Search "listlimit" in FF If you see only green checkmarks and Nothing to do messages you can stop here and quit the updater (this happens f.e. on a fresh install). In case the updater has found something that needs to be fixed you'll see yellow exclamation marks and DO IT buttons. Let's have a closer look on the Search for outdated static TS templates function. This function searches the database for template records (table: sys_template) with outdated references to the static TS templates from tt_news. The references to static extension templates in field Include static (from extensions) are stored with the path and since I moved the folder for the static templates to pi/static/ the old paths will not fit anymore. To fix those references you could edit all your TS templates, but since there could be quite a lot of these template records (depending on your sites configuration) I thought it'd be a good idea to let a script do this work. If you also think like this, click on the DO IT button. The next screen tells you what the updater did: changes in tt_news

4 Attention: this information is only shown once. If you need it for later purpose copy it now. Clicking the back link will bring you back to the main screen of the updater which should now show a changed Search for outdated static TS templates box: The next function ( Search for non existing HTML templates ) works a bit different from the others because it does not replace a value by a new value it clears the references to HTML-templates which do not exist in the filesystem from Flexforms in tt_news plugin elements (recommanded way is to set the html template in TS). The main reason for writing this function was to get rid of the old tt_news_v2_template.html which was inserted as default in tt_news This template still existst in tt_news but I moved it to the res/ folder. If the updater finds content-elements with configured HTML templates that actually exist in the filesystem it will not touch this records. If you click on DO IT you'll see which records the updater changed and which templates were missing. changes in tt_news

5 Go through the remaining updater functions until the main screen shows only green checkmarks. Now leave the extension manager and check your websites frontend output. If all works as before great I'm registered at paypal with the address: rg(at)rupert-germann.de ;-) In case you see only error messages like this one below instead of news there's probably some more work to do. (New feature: tt_news can now display nicely formatted error messages even when there is no static template included!) These messages should give you some hints why there is no output. Since there are almost unlimited combinations of different configuration options especially if you extended tt_news by other extensions it can happen that the configuration validation in tt_news displays false errors. In this case you can disable all config checks in TypoScript: plugin.tt_news { enableconfigvalidation = 0 Changes Flexform Content element, type: plugin tt_news The flexform for the plugin settings changed its look a bit in tt_news 3.0.0: changes in tt_news

6 what to display (code) This field is now a normal drop-down selector which allows only to select one code at once. I don't think that many people did use the possibility to select more than one code here for a simple reason: doing so will group multiple plugins in one configuration container (content elment) disabling the possibility to use different options for each plugin but in most cases you'd need exactly the opposite: f.i. controlling the options of each single item in a list. This is now possible with OptionSplit (see chapter: OptionSplit in this document). Additionally to the known codes like LIST, LATEST, AMENU, SINGLE, CATMENU, SEARCH... there are some new what to display options: LIST2: Advanced list view with 6 alternating template parts LIST3: Standard list view with 3 alternating template parts SINGLE2: Advanced detail view with 3 image markers HEADER_LIST: Reduced list view showing only headers and dates, no images Besides this I moved the following fields to a different sheet (flexform tab) "Startingpoint" ("pages") and "recursive" have been moved to Other Settings (reason: these settings are only needed for the rare case when a plugin content-element needs other values for pid_list and recursive than the values set by TS. Setting these values in each and every news plugin as I saw it in a lot of sites is not recommanded) "no page Browser" and "listlimit" have been moved to the sheet Template The updater script in extension manager takes care of these changed values. Template tab Some fields in the tab Template do now accept also OptionSplit values instead of single values. changes in tt_news

7 Note the values with c after the number: The crop feature of the typoscript IMAGE object is now supported, too. You can find out more about the new possiblities with optionsplit in tt_news in the chapter OptionSplit in this document. Typoscript for a content element The tab Other Settings offers a new field Typoscript for this content element (plugin.tt_news.[your TS]). Since access to TypoScript for non-admin users is a security risk, this field is only visible for admin users. The Typoscript in this field is merged with the existing TypoScript setup for plugin.tt_news. If you f.i. want to add a wrap to the output of a single plugin simply write this to the TypoScript field: stdwrap.wrap = <div class myclass > </div>. News admin module tt_news comes with a new backend module offering some features that are missing in the normal list module. Main reason for writing this module was the fact that tt_news allows you to control the editing permissing not only based on pages like the default permission system in TYPO3 since tt_news 2.x it is possible to control editing permissions by assigned categories. These extended permissions are not visible in the list module so an editor had to open a news record to know if he was allowed to edit it or not. Key features of the news admin module: Category tree and news records are shown in the same view The list of news can be filtered by category, by page where the news are stored in and by a text search. The edit icon beneath each news record shows if the record is editable for the current user or not Non editable icons can be filtered out The Category tree offers almost all features of the pagetree like: expand/collapse, context menu and drag & drop of single categories or complete branches of the tree. New news or categories can be created with one click (even with pre-selected category) The module offers many TSConfig options to adapt it to your personal taste (see section. TSConfig in this document) changes in tt_news

8 Constant editor The constant editor offers much more options than in older tt_news versions. The settings are categorized to make it easier to find a certain option (additionally all texts and labels can be localized). TypoScript Object Browser (TSOB) By default the TSOB shows much more options than in earlier tt_news versions. The Typoscript file pi/static/ts_new/setup.txt now contains all possible options that can be used to configure tt_news. All options are commented so you should see a short explanation next to each var when you look to the TypoScript setup of plugin.tt_news in the TSOB (click the ckeckbox Display comments below the option list if you don't see any comments): changes in tt_news

9 Changed TypoScript defaults Property: Data type: Old value: New value: Description: dontusebackpid boolean 0 1 The parameters that are needed to generate a link that points back to page from where the detailview was opened will NOT be added to the singleview link. I strongly recommand to leave this at 1 because those extra parameters caused TYPO3 to cache an enormous amount of versions of the same page, many uneeded realurls are created, indexed search will find multiple version of the same article, google will detect double content... Use either a static backpid (see: plugin.tt_news.backpid) or add a javascript (history.back()) link to your HTML template. usepibasepagebrowser boolean 0 1 By default the pagebrowser will use <div> to format its output and not <table> code string/stdwrap code.field = select_key code = Only effect of this change should be that the former required code > to unset the stdwrap before overwriting it with a string is not needed anymore. general_stdwrap stdwrap parsefunc < tt_content.text.20.parse Func displaylist.subheader_ stdwrap stdwrap empty lib.parsefunc_rte is still applied to fileds like subheader and content (bodytext) but it is done seperately for each field giving you more flexibility to control the tt_news output. The attribute class= bodytext will be stripped by default. Changed the default stdwrap to append the more link directly to the subheader and display it only if the field bodytext contains something. -> see example below HTML template changes tt_news comes with a new default HTML template (ext/tt_news/res/tt_news_v3_template.html) containing some new tenplate parts and also some new markers. changes in tt_news

10 New template parts ###TEMPLATE_CAT_RELATED### Template which is used to display related news by category in singleview. This template shows only titles and dates of news records and looks very similar to the output of related news. ###TEMPLATE_SINGLE2### Advanced detail view with 3 image markers. ###TEMPLATE_LIST2### Advanced list view with 6 alternating template parts. ###TEMPLATE_LIST3### Standard list view with 3 alternating template parts Removed the ###MORE### marker from all LIST templates It was often requested to have a conditional more-link in list views and also to have this link inside the wrap of the subheader. This was already possible by adding the TS snippet below but now this is enabled by default. The current default TS setup for the subheader looks like this: plugin.tt_news { displaylist.subheader_stdwrap { striphtml = 1 crop = ifempty.field = bodytext # the "more" link is directly appended to the subheader append = TEXT append.data = register:newsmorelink append.wrap = <span class="news-list-morelink"> </span> # display the "more" link only if the field bodytext is not empty append.if.istrue.field = bodytext # wrap subheader AND "more" link in <p> outerwrap = <p> </p> If there are 2 more-links in your output after updating either remove the marker from your html template or comment out the append... part of the subheader_stdwrap. New markers ###NEXT_ARTICLE### ###PREV_ARTICLE### Generic markers see manual of extension ttnewsgenericmarkers : New TypoScript properties Property: Data type: Description: Default: plugin.tt_news.stdwrap stdwrap stdwrap for the complete output of the tt_news plugin. Example: page { 25 =< plugin.tt_news 25.code = latest 25.stdWrap.wrap = <div class="latest"> </div> changes in tt_news

11 Property: Data type: Description: Default: enableconfigvalidation boolean # validate some configuration values and display a message if errors have been found enableconfigvalidation = 1 deflanglabel string # label for the default language (language uid = 0) deflanglabel = English 1 deflangimage string # flag for the default language (language uid = 0) deflangimage = uk.gif archiveactivemarkerco ntent string content which is filled to the marker ###ARCHIVE_ACTIVE### for the selected archive period archiveactivemarkercontent = class="amenu-act" archiveyear_stdwrap string/stdwrap stdwrap for the year in the archive menu archiveyear_stdwrap.wrap = <li class="news-amenuitem-year"> </li> showyearheadersina menu boolean divide the archive menu to yearly periods showyearheadersinamenu = 1 1 ignorenewswithoutdat etimeinamenu boolean news with zero datetime will cause the amenu to search all periods starting from Disabling this is not recommanded. ignorenewswithoutdatetimeinamenu = 1 amenustart string start date for the archive menu (php function strtotime() syntax. e.g.: , -3 months, -10 years, now -3 years amenuend string end date for the archive menu (php function strtotime() syntax. e.g.: , -3 months, -10 years, now now displaycatmenu.mode string catmenu rendermode: NEW option: ajaxtree = expandable menu with ajax (requires TYPO3 >= 4.1) displaycatmenu.catpid List displaycatmenu.recursi ve string/stdwrap string/stdwrap list of page IDs where the categories for the menu are stored (overrides GRSP if given) extend "catpidlist" by the number of recursive levels nextprevrecsortingfiel d string Field for selecting the next and previous article in the singleview plugin.tt_news.displaysingle { nextprevrecsortingfield = datetime datetime converttouserintobjec t boolean If this is enabled a tt_news plugin can be converted to an USER_INT object on the fly. [tsref: plugin.tt_news] TSConfig mod.web_txttnewsm1 Default Page-TSConfig options for the news admin BackEnd module: mod.web_txttnewsm1 { catmenu { expandfirst = 1 show { cb_showediticons = 1 cb_expandall = 1 cb_showhiddencategories = 1 list { limit = 15 pidfornewarticles = changes in tt_news

12 flist = pid,uid,title,datetime,archivedate,tstamp,category;author icon = 1 nolistwithoutcatselection = 1 show { cb_showonlyeditable = 1 cb_showthumbs = 1 imagesize = 50 defaultlanguagelabel = Property: Data type: Description: Default: catmenu -> CATMENU Configuration for the category tree section of the tt_news BE-module list -> LIST Configuration for the list section of the tt_news BE-module defaultlanguagelabel string Label for the default language (uid=0) shown in the language selector. [page: mod.web_txttnewsm1; beuser: mod.web_txttnewsm1] -> CATMENU Property: Data type: Description: Default: expandfirst boolean Enable this to keep the first level of the category tree expanded. 1 show array Configures which checkboxes should be shown on top of the category tree. By default all checkboxes are enabled: mod.web_txttnewsm1 { catmenu { show { cb_showediticons = 1 cb_expandall = 1 cb_showhiddencategories = 1 [page: mod.web_txttnewsm1.catmenu; beuser: mod.web_txttnewsm1.catmenu] -> LIST Property: Data type: Description: Default: limit boolean Enable this to keep the first level of the category tree expanded. 1 pidfornewarticles int+ Page where the create new article button points to. If pidfornewarticles is not set (default), the current page is taken. The create new article is only visible when the logged in user is allowed to modify the contents of the pidfornewarticles page. flist List of fieldnames List of fields to show in the listview. Can be seperated by comma or semicolon. Example (default): mod.web_txttnewsm1.list { flist ( pid,uid,title,datetime, archivedate,tstamp, category;author regard the different token which is used for category;author. This configures the list to show this fields in one column. Showing 2 or more fields in one column removes sort by this field link for this column. icon boolean Configures if the table icon (with context menu) should be shown in the list. nolistwithoutcatselect ion boolean If this is set, the list shows only a result if a category has been selected from the tree. 1 changes in tt_news

13 Property: Data type: Description: Default: show array Configures which checkboxes should be shown on top of the news list. By default all checkboxes are enabled: mod.web_txttnewsm1 { list { show { cb_showonlyeditable = 1 cb_showthumbs = 1 Exception: The checkbox cb_showonlyeditable is never visible for admin users, because an admin can edit everything. imagesize int+ Configures the size (in pixel) for the image thumbnails. The value is taken for width and height, the aspect ratio of the image will be preserved. [page: mod.web_txttnewsm1.list; beuser: mod.web_txttnewsm1.list] 50 tx_ttnews Property: Data type: Description: Default: singlepid int+ Target page for the save&preview button in editing forms and for the linked record titles in the list view in the tt_news BE module. The target page must contain a tt_news plugin with code SINGLE. Example (PageTSConfig): tx_ttnews.singlepid = 133 [page: tx_ttnews; beuser: page.tx_ttnews] Example (UserTSConfig): page.tx_ttnews.singlepid = 133 OptionSplit OPTIONSPLIT FOR TT_NEWS Yeah :-) I wrote this capitalized to emphasize that this is probably the most important new feature in tt_news since nested categories - and IMHO optionsplit is one of the best inventions ever since sliced bread anyway. (Thanks to Jonas Dübi and cabag.ch for the initial patch using optionsplit for alternating template parts. This inspired me to extend this principle to many more options) Despite it is mentioned right at the beginning of TSRef Optionsplit is not so famous and widely used as it would deserve it. Optionsplit is part of TYPO3 since "ever" but it is used only a few times until now (mainly for the xmenu objects and inside of split objects). You might ask yourself: For what do I need this? Did you ever needed to configure a certain option only for one or a few of the news showing in a list? Until now you'd need one plugin for each different option. Take a look at this page: changes in tt_news

14 The main column shows a news list which is build of several plugin content elements. Since it was not possible until now to use more than one value for e.g. the image size in one plugin you can easily distinguish the plugins by their image sizes. Means: you would need alt least 3 plugins to create a list like this. By using optionsplit it is possible to substitute the 3 plugins by one and this one plugin has far more configuration possibilities than the 3 together had before. Another big advantage of using only one tt_news instance instead of 3 or more is of course that this one plugin will be rendered much faster. Now let's have a look at some details. Consider this: plugin.tt_news { displaylist.image.file.maxw = * 200 * You see that the values are divided by 2 different tokens: * and * divides the parameters to sections: first * middle * last divides a section to subparts. The behaviour of the subparts differs depending on the section: in first and last the values are used in the order as they are listed, in middle the values are cycled. How often the middle section is cycling depends on the amount of items which are shown ( = plugin.tt_news.limit). Assumed the list limit is set to 10 records the displayed news will have the following image sizes: 1. record: 300px (first) 2. record: 300px (first) 3. record: 200px (middle) 4. record: 200px (middle) 5. record: 200px (middle) 6. record: 200px (middle) 7. record: 200px (middle) 8. record: 100px (last) 9. record: 80px (last) 10. record: 65px (last) But not only image sizes are optionsplitted - it's possible to use optionsplit on all parameters in lists! Even wraps can be splitted: changes in tt_news

15 plugin.tt_news { displaylastest.title_stdwrap.wrap ( <h1> </h1> * <h2 class= even > </h2> <h2 class= odd > </h2> * <h3> </h3> <h3> </h3> <h3> </h3> ) That will do the following: the title of the first item will we wrapped in <h1>. The titles of the following records will get 2 alternating <h2> wraps and the last 3 items will get h3 headers. So far so good - but besides articles in lists there are other things in news where the same configuration data is used for multiple items: Template parts and images in the single view. OptionSplit for template parts OptionSplit for template parts (altlayoutsoptionsplit) allows you to directly access certain template parts in a template. Contrary to the good old alternatinglayouts feature the current template part is not determined by a simple counter but by an optionsplitted value. Consider this: plugin.tt_news { altlayoutsoptionsplit = 0 1 * * Assumed the list limit is set to 11 the template parts will be choosen in the following order: 1. record: tmpl part 0 (###NEWS###) 2. record: tmpl part 1 (###NEWS_1###) 3. record: tmpl part 2 (###NEWS_2###) 4. record: tmpl part 3 (###NEWS_3###) 5. record: tmpl part 4 (###NEWS_4###) 6. record: tmpl part 2 (###NEWS_2###) 7. record: tmpl part 3 (###NEWS_3###) 8. record: tmpl part 4 (###NEWS_4###) 9. record: tmpl part 5 (###NEWS_5###) 10. record: tmpl part 5 (###NEWS_5###) 11. record: tmpl part 5 (###NEWS_5###) btw: it's also possible not to use all optionsplit sections - something like this: altlayoutsoptionsplit = will simply output the template parts in the listed order (if limit is greater than the amount of split items to last value will be repeated). OptionSplit for images in single view With the new parameter "imagemarkeroptionsplit" it's possible to use multiple imagemarkers for images in the single view. Example: plugin.tt_news.imagemarkeroptionsplit = 1 * 2 will render the first image to marker ###NEWS_IMAGE_1### and all others to marker ###NEWS_IMAGE_2### The other image-related parameters are optionssplitted, too. Consider this: page =< plugin.tt_news page { code = single2 displaysingle { # configures tt_news to use 3 image markers. The first # image is rendered to marker 1, the last 2 images # are renderd to marker 3, the rest will go to marker 2. imagemarkeroptionsplit = 1 * 2 * 3 3 changes in tt_news

16 image.file.maxw = 300 * 90 * image.file.maxh = 300 # this configures tt_news to wrap only each "middle" (marker2) image # with <div class="sv-img-small"> (div is closed later) image.wrap = * <div class="sv-img-small"> * # This wraps all images in the first image marker to # <div class="sv-img-big"> </div>. # marker 2 and 3 will be wrapped to # <div class="sv-img-small-wrapper"> </div> imagewrapifany ( <div class="sv-img-big"> </div> * <div class="sv-img-small-wrapper"> </div> ) caption_stdwrap.required = 0 # This wraps the image caption in a <p> tag. have a look at # the "middle" wrap which closes the div from above to surround # the image and its caption caption_stdwrap.datawrap ( <p class="news-single-imgcaption"> </p> * <p class="news-single-imgcaption"> </p></div> * <p class="news-single-imgcaption"> </p> <p class="news-single-imgcaption"> </p> ) weird, isn't it? ;-) changes in tt_news

EXT: News Event. Extension Key: mbl_newsevent Copyright 2000-2004, Mathias Bolt Lesniak, <[email protected]>

EXT: News Event. Extension Key: mbl_newsevent Copyright 2000-2004, Mathias Bolt Lesniak, <mathias@lilio.com> EXT: News Event Extension Key: mbl_newsevent Copyright 2000-2004, Mathias Bolt Lesniak, This document is published under the Open Content License available from http://www.opencontent.org/opl.shtml

More information

EXT: SEO dynamic tag

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

More information

Direct Mail Tutorial

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

More information

Direct Mail Tutorial

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

More information

Configuring the JEvents Component

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

More information

Slick - responsive Carousel Slider

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

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

ANIMATED HEADER IMAGE WITH IMAGE HEADER SLIDESHOW (FL_HEADER_SLIDE)

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

More information

Magento module Documentation

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

More information

BreezingForms Guide. 18 Forms: BreezingForms

BreezingForms Guide. 18 Forms: BreezingForms BreezingForms 8/3/2009 1 BreezingForms Guide GOOGLE TRANSLATE FROM: http://openbook.galileocomputing.de/joomla15/jooml a_18_formulare_neu_001.htm#t2t32 18.1 BreezingForms 18.1.1 Installation and configuration

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

Installation & User Guide

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

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

EXT:Booking Extension

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

More information

Hypercosm. Studio. www.hypercosm.com

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

More information

Version 1.0.0 USER GUIDE

Version 1.0.0 USER GUIDE Magento Extension Grid Manager Version 1.0.0 USER GUIDE Last update: Aug 13 th, 2013 DragonFroot.com Grid Manager v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact

More information

Sitecore InDesign Connector 1.1

Sitecore InDesign Connector 1.1 Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

Fortis Theme. User Guide. v1.0.0. Magento theme by Infortis. Copyright 2012 Infortis

Fortis Theme. User Guide. v1.0.0. Magento theme by Infortis. Copyright 2012 Infortis Fortis Theme v1.0.0 Magento theme by Infortis User Guide Copyright 2012 Infortis 1 Table of Contents 1. Introduction...3 2. Installation...4 3. Basic Configuration...5 3.1 Enable Fortis Theme...5 3.2 Enable

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

Shipbeat Magento Module. Installation and user guide

Shipbeat Magento Module. Installation and user guide Shipbeat Magento Module Installation and user guide This guide explains how the Shipbeat Magento Module is installed, used and uninstalled from your Magento Community Store. If you have questions or need

More information

Interspire Website Publisher Developer Documentation. Template Customization Guide

Interspire Website Publisher Developer Documentation. Template Customization Guide Interspire Website Publisher Developer Documentation Template Customization Guide Table of Contents Introduction... 1 Template Directory Structure... 2 The Style Guide File... 4 Blocks... 4 What are blocks?...

More information

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual

SPHOL326: Designing a SharePoint 2013 Site. Hands-On Lab. Lab Manual 2013 SPHOL326: Designing a SharePoint 2013 Site Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

Search Engine Optimization for the title tag, the canonical tag and the meta tags author, description and keywords.

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,

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

More information

GalleryAholic Documentation

GalleryAholic Documentation GalleryAholic Documentation After a successful install click onto the module called GalleryAholic. The first drop-down option you will have is asking, where do you want to get your photos from. Your selections

More information

User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team

User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team User Guide for Smart Former Gold (v. 1.0) by IToris Inc. team Contents Offshore Web Development Company CONTENTS... 2 INTRODUCTION... 3 SMART FORMER GOLD IS PROVIDED FOR JOOMLA 1.5.X NATIVE LINE... 3 SUPPORTED

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved FORTIS Fully responsive flexible Magento theme by Infortis User Guide Copyright 2012-2013 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you eliminate

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: [email protected] Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

More information

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com User Guide User Guide 1 Extension Description Successful Websites ALWAYS have logical navigation that mirror real world navigational expectations and experiences. Good menus ALWAYS looks 100% clear, because

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

emarketing Manual- Creating a New Email

emarketing Manual- Creating a New Email emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

Typo3 Extension API. mysqldump --password=[password] [database name] [tablename] --add-drop-table >./ext_tables_static.sql

Typo3 Extension API. mysqldump --password=[password] [database name] [tablename] --add-drop-table >./ext_tables_static.sql Typo3 Extension API Introduction Typo3 can be extended in nearly any direction without loosing backwards compatibility. The Extension API provides a powerful framework for easily adding, removing, installing

More information

Building A Very Simple Web Site

Building A Very Simple Web Site Sitecore CMS 6.2 Building A Very Simple Web Site Rev 100601 Sitecore CMS 6. 2 Building A Very Simple Web Site A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Building

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

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

More information

User s manual. Magento extension. BCP - Better Configurable Products

User s manual. Magento extension. BCP - Better Configurable Products User s manual Magento extension BCP - Better Configurable Products This document describes how to install, configure, and use the extension BCP - Better Configurable Products for the ecommerce system Magento.

More information

NewsletterAdmin 2.4 Setup Manual

NewsletterAdmin 2.4 Setup Manual NewsletterAdmin 2.4 Setup Manual Updated: 7/22/2011 Contact: [email protected] Contents Overview... 2 What's New in NewsletterAdmin 2.4... 2 Before You Begin... 2 Testing and Production...

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

EXT: Shop System Manager Module

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

More information

SellerDeck 2013 Reviewer's Guide

SellerDeck 2013 Reviewer's Guide SellerDeck 2013 Reviewer's Guide Help and Support Support resources, email support and live chat: http://www.sellerdeck.co.uk/support/ 2012 SellerDeck Ltd 1 Contents Introduction... 3 Automatic Pagination...

More information

Content Management Manual

Content Management Manual Content Management Manual Holcim Ltd Holcim CMS Handbook November 2010 Managing the Holcim corporate website 5 1. General 5 1.1 Target group 5 1.1.1 What is TYPO3? 5 1.2 Access 6 1.2.1 Frontend 6 1.2.2

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

How To Create A Website Template On Sitefinity 4.0.2.2

How To Create A Website Template On Sitefinity 4.0.2.2 DESIGNER S GUIDE This guide is intended for front-end developers and web designers. The guide describes the procedure for creating website templates using Sitefinity and importing already created templates

More information

Manual for CKForms component Release 1.3.4

Manual for CKForms component Release 1.3.4 Manual for CKForms component Release 1.3.4 This manual outlines the main features of the component CK Forms including the module and the plug-in. CKForms 1.3 is the new version of the component for Joomla

More information

Shop Manager Manual ConfigBox 3.0 for Magento

Shop Manager Manual ConfigBox 3.0 for Magento Shop Manager Manual ConfigBox 3.0 for Magento Table of Contents 1 INTRODUCTION... 4 2 INSTALLATION... 5 2.1 How to check if ioncube Loader is installed... 5 2.1.1 What to do if ioncube Loader is not installed...

More information

Developers Guide. Designs and Layouts HOW TO IMPLEMENT WEBSITE DESIGNS IN DYNAMICWEB. Version: 1.3 2013.10.04 English

Developers Guide. Designs and Layouts HOW TO IMPLEMENT WEBSITE DESIGNS IN DYNAMICWEB. Version: 1.3 2013.10.04 English Developers Guide Designs and Layouts HOW TO IMPLEMENT WEBSITE DESIGNS IN DYNAMICWEB Version: 1.3 2013.10.04 English Designs and Layouts, How to implement website designs in Dynamicweb LEGAL INFORMATION

More information

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc. WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. [email protected]

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. [email protected] 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

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.

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

More information

Netigate User Guide. Setup... 2. Introduction... 5. Questions... 6. Text box... 7. Text area... 9. Radio buttons...10. Radio buttons Weighted...

Netigate User Guide. Setup... 2. Introduction... 5. Questions... 6. Text box... 7. Text area... 9. Radio buttons...10. Radio buttons Weighted... Netigate User Guide Setup... 2 Introduction... 5 Questions... 6 Text box... 7 Text area... 9 Radio buttons...10 Radio buttons Weighted...12 Check box...13 Drop-down...15 Matrix...17 Matrix Weighted...18

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2009 KWizCom Corporation. All rights reserved. Company Headquarters P.O. Box #38514 North York, Ontario M2K 2Y5 Canada E-mail:

More information

How To Use Query Console

How To Use Query Console Query Console User Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User

More information

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE 1 TABLE OF CONTENTS Introduction 3 Parts of the Government Web Template (GWT) 4 Logging In and Getting Started 5 GWT Joomla! Module Map 8 Editing the Top Bar

More information

Joomla User Manual, Version 1.5

Joomla User Manual, Version 1.5 Joomla User Manual, Version 1.5 Joomla is a content management system that enables you to make and update Web pages easily. Many aspects, including its ease of use and the ability to add to its capabilities,

More information

Order Manager Toolkit

Order Manager Toolkit Order Manager Toolkit Magento Extension User Guide Official extension page: Order Manager Toolkit Page 1 Table of contents: 1. Order Manager Toolkit: functionality on the order grid.. 3 2. Extended grid:

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

SerialMailer Manual. For SerialMailer 7.2. Copyright 2010-2011 Falko Axmann. All rights reserved.

SerialMailer Manual. For SerialMailer 7.2. Copyright 2010-2011 Falko Axmann. All rights reserved. 1 SerialMailer Manual For SerialMailer 7.2 Copyright 2010-2011 Falko Axmann. All rights reserved. 2 Contents 1 Getting Started 4 1.1 Configuring SerialMailer 4 1.2 Your First Serial Mail 7 1.2.1 Database

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:

More information

User Manual Sitecore Content Manager

User Manual Sitecore Content Manager User Manual Sitecore Content Manager Author: Sitecore A/S Date: November 2003 Release: Revision 4.3 Language: English Sitecore is a trademark of Sitecore A/S. All other brand and product names are the

More information

Project Backup And Transfer

Project Backup And Transfer 127 Project Backup And Transfer Please also see the following document summarizing all what you need to know about project backup: http://downloads.atlasti.com/docs/howto_v7_project_backup.pdf Backup Copies

More information

Module Google Rich Snippets + Product Ratings and Reviews

Module Google Rich Snippets + Product Ratings and Reviews Module Google Rich Snippets + Product Ratings and Reviews Date : May 13 th, 2013 Business Tech Installation Service If you need help installing and configuring your module, we can offer you an installation

More information

Building A Very Simple Website

Building A Very Simple Website Sitecore CMS 6.5 Building A Very Simple Web Site Rev 110715 Sitecore CMS 6.5 Building A Very Simple Website A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Creating

More information

Web Ambassador Training on the CMS

Web Ambassador Training on the CMS Web Ambassador Training on the CMS Learning Objectives Upon completion of this training, participants will be able to: Describe what is a CMS and how to login Upload files and images Organize content Create

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

The Power Loader GUI

The Power Loader GUI The Power Loader GUI (212) 405.1010 [email protected] Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to

More information

Browser Tutorial SEO - Search Engine Optimization - (en)

Browser Tutorial SEO - Search Engine Optimization - (en) Browser Tutorial SEO - Search Engine Optimization - (en) Browser - TYPO3 without PHP SEO - Search Engine Optimization - for the Browser - TYPO3 without PHP. This is the tutorial for SEO only. Version:

More information

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

More information

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability Aras Corporation 2005 Aras Corporation. All rights reserved Notice of Rights All rights reserved. Aras Corporation (Aras) owns this document. No part of this document may be reproduced or transmitted in

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS JOHN MOYLAN UKONS EXPRESSIONENGINE DOCUMENTATION 2 What is ExpressionEngine? ExpressionEngine is a flexible, feature-rich content

More information

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Prepared by: Table of Contents Module 9: Notification Center on the Home Dashboard This module

More information

Paazl Magento Extension Manual for using and configuring Paazl in the Magento Admin

Paazl Magento Extension Manual for using and configuring Paazl in the Magento Admin Paazl Magento Extension Manual for using and configuring Paazl in the Magento Admin Version: 1.2.4 1. General information Refresh you Magento cache after installation. Make sure you run at least PHP 5.3.

More information

Drupal CMS for marketing sites

Drupal CMS for marketing sites Drupal CMS for marketing sites Intro Sample sites: End to End flow Folder Structure Project setup Content Folder Data Store (Drupal CMS) Importing/Exporting Content Database Migrations Backend Config Unit

More information

How To Make Email Templates More Powerful In Ec.Org

How To Make Email Templates More Powerful In Ec.Org EMAIL TEMPLATE RESTRUCTURING OVERVIEW This document describes the restructuring of stored email templates in release 6.0, version 2012-01. The primary reason this restructuring was implemented was so that

More information

Creative Guidelines for Emails

Creative Guidelines for Emails Version 2.1 Contents 1 Introduction... 3 1.1 Document Aim and Target Audience... 3 1.2 WYSIWYG editors... 3 1.3 Outlook Overview... 3 2 Quick Reference... 4 3 CSS and Styling... 5 3.1 Positioning... 5

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger. System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

How To Build An Intranet In Sensesnet.Com

How To Build An Intranet In Sensesnet.Com Sense/Net 6 Evaluation Guide How to build a simple list-based Intranet? Contents 1 Basic principles... 4 1.1 Workspaces... 4 1.2 Lists... 4 1.3 Check-out/Check-in... 5 1.4 Version control... 5 1.5 Simple

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

Version 4.2. Change the Way You DNN. News Module User Manual

Version 4.2. Change the Way You DNN. News Module User Manual Version 4.2 Change the Way You DNN. News Module User Manual P A C K F L A S H. C O M News Module User Manual PackFlash.com 415 N. Lasalle Street Suite 205 Chicago, IL 60654 Phone 888.433.2260 Fax 773.787.1787

More information

Manual Password Depot Server 8

Manual Password Depot Server 8 Manual Password Depot Server 8 Table of Contents Introduction 4 Installation and running 6 Installation as Windows service or as Windows application... 6 Control Panel... 6 Control Panel 8 Control Panel...

More information

Flexible Virtuemart 2 Template CleanMart (for VM2.0.x only) TUTORIAL. INSTALLATION CleanMart VM 2 Template (in 3 steps):

Flexible Virtuemart 2 Template CleanMart (for VM2.0.x only) TUTORIAL. INSTALLATION CleanMart VM 2 Template (in 3 steps): // Flexible Virtuemart VM2 Template CleanMart FOR VIRTUEMART 2.0.x (ONLY) // version 1.0 // author Flexible Web Design Team // copyright (C) 2011- flexiblewebdesign.com // license GNU/GPLv3 http://www.gnu.org/licenses/gpl-

More information

News Extension 2.2 User Guide

News Extension 2.2 User Guide News Extension 2.2 User Guide Table of Contents Notice... 4 Description... 5 Installation... 6 Using the News Module... 8 1. Add News Article... 9 1.1 Main information... 9 1.2 Additional Options... 12

More information

Mailchimp Integration Addon

Mailchimp Integration Addon Purpose Mailchimp Integration Addon This addon provides integration between your shopping cart and the Mailchimp.com email marketing system. You can export existing customers, users, subscribers and ecommerce

More information

Context-sensitive Help Guide

Context-sensitive Help Guide MadCap Software Context-sensitive Help Guide Flare 11 Copyright 2015 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

The ultimate integrated Magento helpdesk solution

The ultimate integrated Magento helpdesk solution Breincoach Wolfhezerweg 40 6874 AE Wolfheze The Netherlands Website:www.breincoach.eu email: [email protected] l phone: +31-6-925529 VAT: NL019512259B02 Bank: Paypal: [email protected] Bank: ING Account

More information