Other Editing. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

Size: px
Start display at page:

Download "Other Editing. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012"

Transcription

1 Other Editing v10 OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

2 OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA (fax) Copyright 2014 OmniUpdate, Inc. All rights reserved. Document Number: b-003 Publish Date: 8/26/2015 OmniUpdate and are trademarks or registered trademarks of OmniUpdate, Inc. Any other company and product names, and trademarks mentioned within are property of their respective owners. Content is subject to change without notice. About OmniUpdate, Inc. OmniUpdate is the leading web content management system (CMS) provider for higher education. The company focuses on providing an exceptional product and customer experience to its CMS users who manage more than 700 web and mobile sites in the U.S. and around the world. is secure and scalable, server and platform independent, and seamlessly integrates with other enterprise campus systems. It provides college and university web developers, administrators, and marketers with the userfriendly tools and deployment flexibility they need to achieve excellence. For more information, visit. About This Guide The Other Editing booklet includes Source Editor, Properties, Image Editor, and Reminders. Support The Support site is available to everyone and users are encouraged to visit and browse the site for information. An institution's administrators are also available if the answer cannot be found on the Support site or further explanation and clarification is needed. Administrators may contact the OmniUpdate Support Team. Ways to access the support documentation include: Support site: The help link in the main interface of The WYSIWYG Help link Help links embedded in the system Text instructions are provide onscreen for specific fields and functionality OmniUpdate Community Network (OCN): Conventions Shorthand for navigation through the CMS is indicated with a greater-than sign and bolded: > For example, Setup > Sites. Code snippets use Courier New and a shaded background. Page 2 of 37

3 Contents Edit...4 Overview...4 Editable Regions...4 Editing Methods in...5 WYSIWYG Editor...5 MultiEdit...5 Source Editor... 5 Page Properties... 5 Image Editor... 5 Source Editor... 6 Accessing the Source Editor... 7 Using the Source Editor... 8 Using Gadgets in the Source Editor Syntax Highlighting Dependency Tags in the Source Editor Properties...12 Overview...12 Parameters...12 RSS Items...12 Access...13 Reminders...13 Log Overview...13 Accessing Page Parameters Title and Meta Tags...14 Custom Settings Binary Files...15 Overview...15 Basic Steps Editing MultiEdit Content Overview...18 Access Group Approver...21 Enforce Approver Bypass Approval Toolbar RSS Feed URL Type...21 Exclude Search...21 Exclude From Sitemap.xml...21 Modifying Access Settings Binary Files...22 Image Editor Overview...24 Accessing the Image Editor Image Editor Tools Resize Crop Rotate...28 Zoom Undo/Redo Final Notes Reminders...31 Overview...31 Creating a Scheduled Reminder Creating a Stale Reminder...35 Editing a Reminder...37 Binary Files...37 Page 3 of 37

4 Edit Overview Whether accessing a page through DirectEdit or when navigating the folder structure through the Pages list view, there are a variety of ways in which content can be edited in. Editable Regions Web page content is typically accessed through the editable regions on a page. When an editable region is clicked, the WYSIWYG Editor will appear. After clicking through to edit a page, the Edit view shows the editable regions of a page. The availability of an editable region is indicated by an Edit button, the design of which can be customized. The editable region buttons are shown on a page, either by clicking Edit from the Page Actions toolbar or Edit > Page from within the Pages list view. For more information, visit the Editable Regions page. Edit Page 4 of 37

5 Editing Methods in Pages (typically PCF or HTML files) and includes (typically INC or HTML files) are edited through the WYSIWYG or Source Editor; depending on the implementation, includes may only be able to be edited via the Source Editor. Page parameterscan also be edited Assets are edited through a plain text editor, mini-wysiwyg editor, or Source Editor depending on the type of asset. Images are edited using the Image Editor built into. The following editors/editing methods are available: WYSIWYG Editor What-You-See-Is-What-You-Get, or WYSIWYG for short, is the most common way users edit pages in OU Campus. The WYSIWYG editor allows for editing of pages similarly to the way a page is edited in a word processor. For more information, visit the WYSIWYG Editor page. For information about JustEdit, the new WYSIWYG interface released with version 10.2, visit the JustEdit page. MultiEdit MultiEdit allows form-controlled editing for XML and other structured content. Administrators can create form-based templates that present users with an easy-to-follow guide for adding content to a structured layout. Templates can include both style-free form fields and WYSIWYG content editing areas. For more information, visit the MultiEdit page. Source Editor The source code editor allows users to view and edit the actual source code of a given page. For more information, see the Source Editor page. Page Properties Page Properties allow a user to modify the meta data of a page, including the page's title, description, and keywords; custom template settings that have been configured for the page; and the access settings for the page. For more information, visit the Page Properties page. Image Editor The Image Editor allows images to be resized, cropped, and rotated directly in. Additionally, users can upload and edit an image in one operation. This helps ensure large images are properly resized before they ever reach the server. For more information, visit the Image Editor page. Edit Page 5 of 37

6 Source Editor Overview By default, level 9 or level 10 administrators have the ability to edit the source code of a file via the Source Editor. Source Editor privileges can be granted or restricted for users as follows: A level 9 administrator can be restricted access to the Source Editor. User levels 1 through level 8 can be allowed access to the Source Editor. Both of these settings can be configured by a level 10 administrator in the Restrictions panel of User Settings, found in Setup > Users. For more information on user permissions, visit the Users page. The Source Editor is different than the HTML Source Editor available through the WYSIWYG Editor; the HTML Source Editor only allows a user to edit the source code of the region which is currently being edited. The Source Editor will, by default, highlight the code based upon the syntax for the type of file detected. The Syntax drop-down menu in the Source Editor toolbar allows users to change the highlighting. When HTML or XML is selected in the Syntax drop-down menu, the Source Editor automatically completes the closing Source Editor Page 6 of 37

7 tag of an HTML or XML element. Selecting None from the Syntax drop-down disables this feature as well as removes any highlighting. Users can perform a regex find and replace from the Source Editor to edit source code. The regex behavior within the Source Editor is slightly different than the regex behavior in the Find and Replace tool, in that the Source Editor will perform a line-by-line search while Find and Replace searches the whole page. Find and Replace matches white space throughout the document. Source Editor will also provide auto-complete suggestions as you are typing, for ease and efficiency. The suggestions provided will vary depending on the option selected in the Syntax drop-down menu. The following syntax options will trigger auto-complete functionality: Javascript files: JS-related methods/syntax HTML files: HTML nodes/attributes XML files (PCF, TCF, TMPL and XSL): Proprietary OU nodes/attributes such as <ouc:div> and <ouc:editor>, HTML nodes/attributes, and common XSL nodes/attributes. CSS files: CSS properties/pseudo classes Accessing the Source Editor The Source Editor can be accessed through any of the following ways: From the Content > Pages view, check out the desired page. Select the Edit menu and choose Source. Open the page from the Pages list view and click the Source button in the Page Actions toolbar. Source Editor Page 7 of 37

8 Check out the page or click the Edit button, and then click the blue Edit Source button at the bottom of the page. Using the Source Editor The Source Editor contains a modified toolbar, which has different functions than those within the WYSIWYG Editor. The functions for the Source Editor toolbar are as follows: Save: This saves all changes made to source and exits the user from the Source Editor. The user will be taken back to the Preview view of the page. To save in place without exiting the Source Editor, use keyboard shortcuts (Ctrl+S on PC, Cmd+S on Mac). Save As: This allows the user to change the name, path, and extension of the file in order to save a copy. This is an alternative way to create a new file in the system. Undo/Redo: This allows a user to undo a change that has been made in the source code, or to redo a step that has been undone. Source Editor Page 8 of 37

9 Find and Replace: This allows the user to search for (and, if they desire, replace) text or code within the source. Searches can use a regular expression (regex) or simple text string. For more information about regex, see: Regular Expressions (RegEx) Go To Line: This will open up a box beneath the toolbar where a line number can be inputted. Inputting a line number will automatically direct the Source Editor cursor to the start of that line. Line Wrap: This button enables or disables wrap-around text. When enabled, text will be bound to the width of the Source Editor window. Lines of code longer than this width will continue on the next line (though a new line number will not be assigned). When disabled, lines of code longer the width of the window will be accessible via a horizontal scroll bar. Line wrap does not alter the code in any way, only how the user views it. Insert File Path: A user may insert a dependency tag for a file directly into the source code, if Dependency Manager is enabled. This button will open a modal that allows the user to select a file from any configured servers (e.g., staging, production, auxiliary sites, and alternative publish targets). The dependency tag will be inserted at the cursor's location in the Source Editor, so be sure to set the cursor at the desired location. Note that this function only inserts the dependency tag or link, and no other pieces of code. Insert Asset: A user may also insert an asset directly into the source code. This button will open a modal that allows a user to browse for a specific asset. The dependency tag will be inserted at the cursor's location in the Source Editor, so be sure to set the cursor at the desired location. Syntax: This drop-down allows the user to select the code syntax based on code type. A few of the available options at HTML, XML (default), CSS, and JavaScript. Theme: A user may choose between a large variety of themes, which will change the colors of the text and background. Increase/Decrease Font Size: Clicking each icon increases or decreases the font size of the Source Editor. Users can also use a variety of keyboard shortcuts in the Source Editor. The available keyboard shortcuts include: Ctrl (Windows)/Cmd (Mac) + S: Save-in-Place. Saves the content onto the staging server, but allows users to remain in the editor and make further changes. Ctrl/Cmd + A: Select All. Selects all content in the Source Editor. Ctrl/Cmd + D: Deletes the entire line of code on which the cursor is currently placed. Ctrl/Cmd + Z: Undo the last change. Ctrl/Cmd + Y: Redo the last undone change. Ctrl/Cmd + F: Brings up the Find and Replace tool for the Source Editor. Ctrl/Cmd + /: Comments out the currently-selected line(s) of code. This function is syntax-specific; the format of the comment will depend on the language selected in the Syntax drop-down menu. Shift + Tab: Auto-indent. Takes all selected text and indents it according to the nesting of elements. Ctrl/Cmd + [: Indents all selected code by one tab less. Ctrl/Cmd + ]: Indents all selected code by one tab more. Ctrl + Q: Folds the element on the current line, hiding child elements and other content, making the code easier to read. Source Editor Page 9 of 37

10 Before Folding After Folding Using Gadgets in the Source Editor Users are able to drag and drop images and videos from the Images Gadget and YouTube Gadget, respectively, into the Source Editor just as they would in the WYSIWYG Editor. When an image or video is added to the Source Editor from a gadget, the Insert/Edit Image or Insert/Edit Video modal will not appear; instead, a simple <img> or <iframe> tag will be added into the source with only the essential information included. A user must add other information (e.g., image description, dimensions, alignment) manually after the image or video has been inserted. Syntax Highlighting The Source Editor in automatically determines the correct type of document based upon the file extension. However, the need may arise to override the automatic behavior and display a document in a different style. When a user selects a different code syntax, the displayed highlighting is specific for that code base. The list of code syntax types available in the drop-down menu are as follows: 1. None (.txt): The first option, when selected, displays the the code without syntax highlight and without code complete. 2. HTML (.html,.tmpl,.jsp) 3. XML (.xml,.pcf,.tcf,.xsl,.rss,.xslt,.xsd,.dtd) 4. CSS (.css) 5. JavaScript (.js) 6. PHP (.php,.php3) 7. Python (.py) 8. VBScript (.vbs) 9. Perl (.pl,.cgi) 10.MySQL (.sql) 11.C# (.cs) Source Editor Page 10 of 37

11 Dependency Tags in the Source Editor Dependency tags are inserted into the Source Editor via the Insert File Path tool (for files, folders, or servers) or the Insert Asset tool (for assets). Once inserted, the Dependency tag appears as a tag surrounded by two curly braces, such as below: Dependency Manager also includes tracking and reporting broken links within the Source Editor. If a dependency tag is identified as broken,it is highlighted in red in-context so it can be easily identified and fixed. Source Editor Page 11 of 37

12 Properties Overview Properties refers to several ancillary items related to a file. The availability of functionality under Properties is determined by the specifics of the implementation, access settings, authority level, and file type. The file must be checked out to the current user for Properties to be visible in either the List View or the Actions Toolbar. The five possible items under Properties are: Parameters RSS Access Reminders Log Binary files have all properties available except for RSS. Parameters The Parameters screen allows users to edit basic metadata information and template-specific parameters for the checked-out file. While the available fields are dependent upon the template design and implementation for an institution, the metadata fields frequently include title, description, keywords, and tags. Typical configuration options in this panel control page layout and structure, as well as giving users the ability to enable optional editable regions or choose an image for the banner or image slider. For more information, visit the Parameters page. RSS Items If an RSS feed is assigned to a page or at the directory level, then an RSS item can be associated with the page. For more information, visit the RSS Feed Items page. Properties Page 12 of 37

13 Access User levels 8, 9, and 10 have the ability to configure access settings for a file. Level 8 users can only set access settings for content to which they have access. For more information, visit the Access page. Reminders Both a scheduled reminder and a stale reminder can set for a file. For more information, visit the Reminders page. Log Provides a list view of all actions previously performed on the file. For more information, visit the Log page. Overview Parameters can be used to control preconfigured aspects of a page, such as supplying meta tag content and keywords, as well as any custom settings that have been configured for the template. Page parameters are accessed from the Page Properties view. In order to access Page Properties, the page must be checked out to the current user. User levels 5 through 10 have the ability to edit the parameters of a page to which they have access. The available metadata and parameters in the Parameters panel depend upon template design. Some of the fields available during page creation also include parameters. The Page Parameters panel includes the Title and Meta Tags area and the Custom Settings area. Accessing Page Parameters In order to edit the metadata and configuration parameters for a page, Properties must be accessed. 1. Navigate to the Pages list view and check out the page. 2. Access the page parameters by one of two ways: Hover over Edit in the page row and choose Properties. Click on the linked path for the page, and then click the Properties button on the Page Actions toolbar. The included fields in the Parameters panel vary greatly from implementation to implementation, but will always fall under the Title and Meta Tags or Custom Settings headings. Properties Page 13 of 37

14 Title and Meta Tags The first area of Page Parameters contains the Title and Meta Tags heading, which frequently contains the following: Title: Allows users to create a user-friendly name for the page that is used to identify the content in the CMS, and is used for the title of the page that appears in a browser. Description: Allows users to provide a brief description of the page. Tags: Tags are used within to categorize pages and files so that it is easier to search for and filter them. If allowed, users may create new tags directly on pages. For more information about tags, visit the Tags Access and Tags in Setup pages. Note: because Tags are defined through the properties of each individual page, users are unable to apply tags to multiple pages at a time, save through the Tags Access settings of the directory. Author: Defines the user who created the content. Keywords: User-defined keywords that are used in searches to help find content and for SEO purposes. Custom Settings The Custom Settings heading contains any custom settings that have been configured with the template used to create the page. The options under this heading will vary depending on the template used. The available fields may include: Page Type: The ability for the page to be displayed as a one-, two-, or three-column layout Keywords: Choose from a set of predefined keywords to add into the page metadata using checkboxes. Properties Page 14 of 37

15 Additional Editable Regions: Optional editable regions that can be enabled or disabled for the page, such as Student Quotes, a Quick Links section, or a secondary content region. Image Slider Region: An editable region that, when clicked, will allow users to add an image gallery asset to the page in the form of an image slider (requires LDP to be activated for the site). Article Image Article Description Article Author Left and Right Column Options Once edited, changes can be saved by clicking the blue Save button at the bottom of the page. If the page is navigated away from before changes are saved, they will not take effect. Binary Files For binary files, the only field available under parameters is Tags. Tags function as they do throughout OU Campus, and are used to mark the files to make them easier to search for. Overview A MultiEdit region is a type of editable region on a page similar to an editable region that uses the WYSIWYG Editor. It is a way to quickly enter information for several fields without having to worry about layout or formatting, which is handled by the MultiEdit template. Accessing MultiEdit content is accomplished in a manner similar to accessing any editable region, except instead of clicking an Edit button, the orange MultiEdit button, found at the top of the page, is used. When viewing a MultiEdit-capable page in Edit mode, other Edit buttons might also be viewable, such as for an INC file for a navigation bar. MultiEdit is most frequently used for faculty pages and the faculty directory. The traditional implementation for faculty pages includes the index page for the directory which is auto-populated and is not usually edited. The individual faculty pages are used to build the index. Each faculty or staff member has his or her own page, which they can log in to and update. A user can also navigate the file structure to locate and edit the content. Note: If a web page has MultiEdit tags, JustEdit is disabled automatically for that page. Basic Steps Editing MultiEdit Content 1. Log in to via the DirectEdit link on a published page. 2. Navigate through the file structure in Content > Pages if necessary to find the desired page. 3. Check out the page. Click the orange MultiEdit button below the Page Actions toolbar. Properties Page 15 of 37

16 4. The MultiEdit Content panel is shown. 5. Edit the details as necessary. Certain fields may be text-only; others may include a filechooser to upload images, while others may include a mini-wysiwyg Editor for a faculty biography, for example. 6. Save and publish the page. Properties Page 16 of 37

17 Creating a New Faculty Profile When MultiEdit has been used to implement faculty pages, a Faculty Profile template is provided in order to create new faculty pages. This step creates the page that will be used in editing. After the page has been created, it can be edited to add additional information using MultiEdit. 1. Navigate to the Faculty directory. 2. Click New and choose the Faculty Profile template. Alternatively, use the drop-down indicator to select the Faculty Profile template from the menu. 3. For the Faculty Name field enter both the family and given name. For some templates, the Faculty Name is joined with the Designation to create the title on the actual page. 4. For the Designation filed, enter the title for the faculty member. 5. Edit other fields as necessary, including the file name (without adding an extension). Properties Page 17 of 37

18 6. Click Create. The next step is to edit the page to add the rest of the details. Each implementation is different, so the actual fields and field labels may vary. Overview Authority Level: Level 9 and 10 administrators can edit the access setting for any content. Level 8 users can change the access settings for content they can access to groups of which they are members. Properties Page 18 of 37

19 Access settings can be specified for an editable region, page, directory, and site. In particular, this topic covers page access settings. Note that access settings for a page can also be set by a TCF at the time of new content creation, if the template is so configured. If not explicitly set, access settings have default inherit settings as noted below. At the page level, the following access settings are available: Access Group Approver Enforce Approver Bypass Approval Toolbar RSS Feed URL Type Exclude Search Exclude from Sitemap.xml Properties Page 19 of 37

20 Access Group Determines the group with rights to edit the page. The default setting is Everyone. If the Access Group is set to Administrators Only, then only Level 9 or Level 10 administrators are able to access the page. Properties Page 20 of 37

21 The default value is inherited from the parent directory, but the TCF can be configured to assign an Access Group or allow for the choice of an Access Group at the time of page creation. Approver Assigns an approver for the page; the default value is inherited from the parent directory. Setting the approver for a page is optional. Setting an approver revokes publishing rights from all users who are not in the Bypass Approval group or a Level 10 administrator. Setting the approver for a page overrides a user #s default approver. Assigning an approver at the page level still allows users to choose the approver for the page; use Enforce Approver to disable the drop-down that would otherwise allow the user to choose an alternative approver. The TCF can be configured to assign an approver at the time of page creation. Enforce Approver Enforcing an approver is optional even when an approver is set. When enforcing an approver is set, it requires that a page be sent to the designated approver. Select the Enforce Approver checkbox to ensure that a user may not choose an alternate approver from the drop-down. Bypass Approval Selecting this option allows members of the assigned group to override an assigned approver and publish the content directly. If not assigned, the default is level 10 administrators. Toolbar Assigns a previously created custom toolbar to a page. The default is to inherit from the parent directory. A toolbar can be assigned to a page, which overrides any toolbar assigned to a user, directory, or site. This can be helpful for unique content areas, such as a navigation file. It is important to note that if a custom toolbar is selected in this drop-down, all users, including level 10 administrators, will be forced to use this toolbar. The TCF can be configured to assign a toolbar at the time of page creation. For more information about creating custom toolbars, visit the Setup Toolbars page. RSS Feed Assigns a previously configured RSS feed to a page. Once associated either through access settings or automatically with a TCF, RSS items can be created for the feed. The default is no feed assignment, but the TCF can be configured to assign a specific RSS feed or allow for the choice of one at the time of page creation. URL Type Determines the URL type to use for the page. The default is to inherit the URL type from the site settings (or parent directory if a different option had been configured there). Defines the URL structure for when links are inserted on a page. The options are Inherit from Site Settings, Absolute, Root Relative, or Page Relative. Generally, it is best to leave this value at the default and define the URL type in the site settings. Exclude Search This excludes a page from Quick Search results. When Exclude Search is selected, the page is not indexed. This will not remove any content that has already been indexed from the search results, unless the option to apply recursively is available and selected, and it only excludes that folder or page, but not subfolders. This selection will not affect the results when using the Find and Replace tool. Exclude From Sitemap.xml This excludes the page from the XML sitemap when generating a sitemap.xml. Properties Page 21 of 37

22 Modifying Access Settings Page access settings can be changed using two different methods. To modify page access settings: 1. Navigate to the Pages list view via Content > Pages in the global navigation bar. 2. Hover over the row of the target page and select Access from the Edit menu. The Page Access Settings modal will appear. 3. Another method is to select Properties from the Edit menu or click on the linked file path to enter the Preview view. These views show the Page Actions toolbar. From the Page Actions toolbar, select Properties. Then, from the left navigation panel, select Access. The Access Settings panel will appear, which contains the same information as the modal mentioned above. 4. Change any necessary information and click Save. Binary Files The Access Settings for binary files are slightly reduced. Properties Page 22 of 37

23 Access Settings for binary files are comprised of: Access Group Approver Enforce Approver Bypass Approval Exclude Search Exclude from Sitemap.xml They function in the same way that access settings for pages do. Properties Page 23 of 37

24 Image Editor Overview The Image Editor allows images to be resized, cropped, rotated, and zoomed directly within. Images can be uploaded and edited all in one operation. The ability to edit an image helps ensure large images are properly resized before being published to the production server. Additionally, images can be saved and renamed. Access to the Image Editor is dependent on user level. Those who can upload files can use the Image Editor to upload images and edit existing images, but cannot overwrite any existing image with the same file name. Those with overwrite permissions are able to replace existing images. The Image Editor can be accessed using the following methods: Clicking on a linked image name within the Pages list view Clicking Upload and Edit from the Upload modal when uploading an image in the Pages list view When inserting images into an editable region from the Insert/Edit Image filechooser while in the WYSIWYG Editor When inserting images into a mini-wysiwyg editor from the Insert/Edit Image filechooser while editing or creating a new Web Content Asset When inserting images on a page using the Source Editor For more information about the Upload and Edit process, visit the Upload and Edit page. LDP Image Galleries are another way users can add images to a site in the system. However, this function is not related to the standard Upload and Edit Image feature and requires that Live Delivery Platform (LDP) be enabled. For information about creating LDP Image Galleries, visit the Image Galleries page. Image file types support by the Image Editor is browser dependent. The following file types commonly used for web pages can be edited and saved with the Image Editor with the most commonly used browsers: JPG/JPEG PNG GIF Image Editor Page 24 of 37

25 BMP For a complete reference of browser support for image formats, see: Accessing the Image Editor The Image Editor can be accessed in three main ways: Click the hyperlinked image name in the Pages list view When uploading an image, click Upload and Edit from the Upload modal When adding an image to an editable region, the source of a page, or in a mini-wysiwyg Editor and uploading from the Select Image filechooser Image Editor Page 25 of 37

26 Image Editor Tools From the Edit Image screen inside the Image Editor, the following functionality is available in the Tools menu: Resize Crop Rotate Zoom Undo Redo As the image is edited, an estimated file size is shown underneath the image panel. This size will change as the image is resized and cropped. Resize The Resize tool includes the ability to specify a new width and height for the image. The original ratio for the image dimensions can be kept intact by selecting the Preserve Ratio checkbox. Image Editor Page 26 of 37

27 Crop The Crop tool can be used to crop the image, either by selecting a predefined aspect ratio or by determining a custom crop size. When Custom or any of the predefined ratios are selected, a crop box will appear. Users can then adjust the crop for the image by dragging the crop handles located on the edges of the crop box. Clicking the Swap width & height checkbox will swap the dimensions of the crop box width and height (e.g., a crop box with dimensions of 150x300 pixels would swap to 300x150 pixels). Image Editor Page 27 of 37

28 Rotate The Rotate tool rotates the image 90 degrees in a clockwise direction with each click. Image Editor Page 28 of 37

29 Zoom The Zoom tool can be used to manually enter a percentage of the original image size to be displayed in the Edit Image panel for editing. The plus and minus magnifying glass buttons may also be used to increase or decrease the viewing size. Zoom does not alter the size of the image on the staging server; it is only to aid users in the Image Editor. The Original button reverts the image to the original size. The Zoom to Fit button resizes the image to fit into the panel for viewing. Image Editor Page 29 of 37

30 Undo/Redo The Undo and Redo functionality is available after performing another editing function. Undo reverts the last function performed (one level back). The Redo function reapplies the last function removed by the Undo tool (one level forward). Final Notes The edited image must be republished in order to appear correctly on the rendered webpage. This may be initiated with a page publish by selecting the checkbox to publish unpublished dependencies. Or it may be necessary to manually publish the image. If the image does not appear correctly, refresh the browser and/ or clear the browser cache as the previous iteration of the image may have been saved by the browser. This action can be found in various places in browsers' settings and for some browsers/platforms, this can be accomplished by pressing CTRL+F5 (Chrome), CTRL+R (Firefox and IE), or CMD+Option+E (Safari). Otherwise the edited image may not appear as expected. When an image is edited through The Image Editor in, it will be recompressed once it is saved. When using lossy file formats such as JPG, this can cause a visible degradation in image quality, especially when an image is edited multiple times in. As a best practice, crop or resize images to the exact size needed on the page before importing them into. Furthermore, using images saved in a lossless file format (such as PNG) in the Image Editor will avoid losses of quality due to recompression. The image size is dependent on two factors: the browser and the amount of memory allocated to the browser by the parent machine. In testing a fairly large image, x 3955 pixel (27 MB), was used and rendered in 198 ms. Performance of image rendering is dependent upon each individual user's machine and Internet connection. In short, every time a user tries to load an image, large or small, jpeg or any other extension, the image editor relies on the browser to provide the pixel information. If working with an image that cannot be edited, log out of, quit and relaunch the browser. This will free up browser-allocated RAM and may resolve the issue. Image Editor Page 30 of 37

31 Reminders Overview Two types of reminders are available in : scheduled and stale. Reminders can be set on pages and binary files. Reminder notifications can be sent to a user or a group, and can be sent periodically or on a one-time basis. All user levels can set reminders for content to which they have access, and they have the ability to send the reminder notification to themselves or a group to which they belong (except for the Everyone group). Level 9 and 10 administrators can send a reminder to themselves or to any group. A scheduled reminder is used when there is a specific date and time when the reminder message must be sent. An example of a page type that might use a scheduled reminder is a tuition page. If the tuition is updated on a yearly schedule, a reminder may be set for a week prior to the tuition change and set to repeat on a yearly basis, if necessary. A stale reminder is used to make sure that content on a page is being updated periodically. It is important that users understand how the timer is reset for stale reminders. When a version of a page is created or published, regardless of the type of publish (e.g., page publish, directory publish, site publish, asset update publish, Dependency Manager publish, or revert) the last published date and time is reset and the timer on the stale reminder starts over. In other words, a stale reminder notification is sent based on the date/time stamp of the last publish or version creation, rather than based on a specific calendar date. Scheduled and stale reminders can be set from the Pages list view or the Page Actions toolbar (via Properties > Reminders). Both reminder types can be associated with the same page at one time. A reminder can be set even if the content is checked out to another user. Once a reminder has been set, the Reminder icon is shown in blue on the Edit menu under Options in the Pages list view. Set reminders are also shown on the Scheduled Actions report. Creating a Scheduled Reminder The following example makes use of a PCF, but a reminder for a binary file can be set in a similar fashion. To create a scheduled reminder for a file: 1. Navigate to the Pages list view. 2. In the file row, hover over Edit and choose Reminders from the drop-down menu. This shows the Reminders modal where both a scheduled or stale reminder can be set. Reminders Page 31 of 37

32 3. Select the checkbox next to Set Scheduled Reminder. Reminders Page 32 of 37

33 4. Select the Date for the reminder to begin. Click inside the date field or on the calendar icon for a date picker from which the date may be selected. The date may also be entered manually. 5. Select the Time for the reminder. Clicking inside the field or on the clock icon will bring up the time chooser. Click the arrows to choose hour, minute, and AM or PM as necessary, or enter the time in the field manually. Reminders Page 33 of 37

34 6. Use the Repeat Every field to create repeating reminders. Add a number in the field and then select the frequency from the drop-down menu. 7. In the Notification section of the modal, select a group to which the reminder will be sent (alternatively, choose (Myself) to send the message to yourself only), enter in the Subject and Message of the reminder, and select whether a copy of the reminder should be sent to each user's external in addition to their Inbox in. Reminders Page 34 of 37

35 8. Click Save. Creating a Stale Reminder A stale reminder is triggered when a page has not been updated for a set amount of time. Simply select the time period, add a message and recipient, and choose whether recipients will also receive an to their external accounts when a page becomes stale. To schedule a stale reminder: 1. Navigate to the Pages list view. 2. In the file row, hover over Edit and choose Reminders from the drop-down menu. This shows the Reminders modal where both a scheduled or stale reminder can be set. Reminders Page 35 of 37

36 3. Click the Stale Reminder tab and select the Set Stale Reminder checkbox. Reminders Page 36 of 37

37 4. The Last Published date and time is displayed. 5. In the Stale After field, enter a number and select the period of time to define the stale interval from the drop-down menu. 6. In the Notification section of the modal, select a group to which the reminder will be sent (alternatively, choose (Myself) to send the message to yourself only), enter in the Subject and Message of the reminder, and select whether a copy of the reminder should be sent to each user's external in addition to their Inbox in. 7. Click Save. NOTE: The stale page reminder checks from the last published date and time, not the date and time at which the stale reminder was set. After a stale reminder has been sent, the reminder will continue to send until the page has been published again. The length of time between the first reminder and subsequent ones depends on the length of the stale reminder itself: for example, if the page is set to be stale after one week, will send a stale reminder every week after the initial reminder until the page is published. If the page is set to be stale every two months, will send a reminder every two months after the initial reminder. Editing a Reminder Once a reminder has been created, the details can be modified at any time by clicking on Reminders in the Edit menu of the item. Reminders can also be deactivated at any time. To deactivate a reminder: 1. Navigate to the Pages list view. 2. Hover over the item row in the list view, and from the Edit menu, select Reminders. 3. Clear the checkbox for Set Scheduled Reminder or Set Stale Reminder to remove that reminder from the page. 4. Click Save Changes. Binary Files Reminders on binary files function the same way that reminders on pages do, and are accessed the same way. Reminders Page 37 of 37

Asset Management. for OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

Asset Management. for OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 Asset Management for v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com

More information

Upload. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

Upload. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 Upload v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com Copyright 2014

More information

End-User Reference Guide El Camino College Compton Center

End-User Reference Guide El Camino College Compton Center End-User Reference Guide El Camino College Compton Center OU Campus Version 10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA

More information

Reminders. Overview. Creating a Scheduled Reminder

Reminders. Overview. Creating a Scheduled Reminder Reminders Overview Two types of reminders are available in OU Campus: scheduled and stale. Reminders can be set on pages and binary files. Reminder notifications can be sent to a user or a group, and can

More information

End-User Reference Guide Troy University OU Campus Version 10

End-User Reference Guide Troy University OU Campus Version 10 End-User Reference Guide Troy University OU Campus Version 10 omniupdate.com Table of Contents Table of Contents... 2 Introduction... 3 Logging In... 4 Navigating in OU Campus... 6 Dashboard... 6 Content...

More information

Workflow Best Practices and Reference

Workflow Best Practices and Reference Workflow Best Practices and Reference v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax)

More information

All About Gadgets. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

All About Gadgets. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 All About Gadgets v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com

More information

Enterprise Application Systems

Enterprise Application Systems INFORMATION TECHNOLOGY Enterprise Application Systems Mt. San Antonio College Information Technology 1100 North Grand Avenue Building 23 Walnut, CA 91789 Help Desk 909.274.4357 Contents Accessing OmniUpdate

More information

Administrator Guide for OU Campus v10

Administrator Guide for OU Campus v10 Administrator Guide for v10 Short Version OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax)

More information

Access & Workflow. Short Version. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

Access & Workflow. Short Version. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 Access & Workflow Short Version OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com

More information

Reusable Content. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

Reusable Content. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 Reusable Content v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com Copyright

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

More information

End-User Reference Guide

End-User Reference Guide End-User Reference Guide v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com

More information

OU Campus Beginner s Guide

OU Campus Beginner s Guide OU Campus Beginner s Guide for web publishers at Augusta University Table of Contents Terminology... 1 Homepage, Index Page & Landing Page Website Binary Files Logging In... 2 Failed Logins & User Lockouts

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

page 1 OU Campus User Guide

page 1 OU Campus User Guide page 1 OU Campus User Guide Logging Into OU Campus page page 2 1. Navigate to a page on your site that you wish to edit. 2. Scroll down to the footer and click the symbol. 3. Enter your OU Campus username

More information

Reports. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

Reports. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 Reports v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com Copyright

More information

WYSIWYG Editor. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

WYSIWYG Editor. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 WYSIWYG Editor v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com Copyright

More information

Insert/Edit Image. Overview

Insert/Edit Image. Overview Overview The tool is available on the default toolbar for the WYSIWYG Editor. The Images Gadget may also be used to drop an image on a page and will automatically spawn the Insert/Edit Image modal. Classic

More information

Quick Reference Guide

Quick Reference Guide Quick Reference Guide OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 Table of Contents Table of Contents... 2 WYSIWYG Toolbar Editor... 3 Page Actions Toolbar... 4 Getting Started... 4

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

Web Content. Overview. Web Content Mini WYSIWYG Editor

Web Content. Overview. Web Content Mini WYSIWYG Editor Web Content Overview Web Content Assets are used for entering HTML-formatted text or media items. They are created and edited via a mini-wysiwyg Editor. Web Content Assets support Dependency Manager tags

More information

JustEdit. Overview. Path Status Bar

JustEdit. Overview. Path Status Bar JustEdit Overview JustEdit is a new way to edit content in OU Campus that allows users to edit pages without leaving the "Preview" view of the content. Editing a page using JustEdit works the same as using

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Creating New Templates

Creating New Templates OmniUpdate User Training Conference 2015 Activity Guide OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362605 80489428

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

EPiServer Content Editor s Guide

EPiServer Content Editor s Guide EPiServer Content Editor s Guide Contents Getting Started with EPiServer... 19 Logging In... 19 Navigating from the Global Menu... 19 Generic Functions, Toolbar and Panes... 20 Generic Functions... 20

More information

Training. Last Updated: 4/2014. Prepared by: BEVERLY J. SIMS COMPUTER SPECIALIST

Training. Last Updated: 4/2014. Prepared by: BEVERLY J. SIMS COMPUTER SPECIALIST Training Last Updated: 4/2014 Prepared by: BEVERLY J. SIMS COMPUTER SPECIALIST bsims@uaex.edu 501-671-2263 The Division of Agriculture offers its programs to all eligible persons regardless of race, color,

More information

End-User Reference Guide for OU Campus v10

End-User Reference Guide for OU Campus v10 End-User Reference Guide for OU Campus v10 Long Support Site Version OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

OU Campus. Web Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production

OU Campus. Web Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production OU Campus Web Editors Guide University Information Technology Services Training, Outreach, Learning Technologies, & Video Production Copyright 2015 University Information Technology Services Kennesaw State

More information

Faculty Web. Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production

Faculty Web. Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production Faculty Web Editors Guide University Information Technology Services Training, Outreach, Learning Technologies, & Video Production Copyright 2016 University Information Technology Services Kennesaw State

More information

What is OU Campus? Log into OU Campus

What is OU Campus? Log into OU Campus OU Campus v10 Content Providers User Guide This document is designed to provide (level 5) Content Providers with basic information needed to do most tasks. Those needing additional information are encouraged

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

More information

The SBCC Web Publishing Process The process of creating new web pages or editing existing pages within the OmniUpdate system is straightforward.

The SBCC Web Publishing Process The process of creating new web pages or editing existing pages within the OmniUpdate system is straightforward. Table of Contents Introduction 2 The SBCC Web Publishing Process 2 Staging Server vs. Production Server 2 Roles, Permissions, Levels and Authority 2 Logging In 3 Workflow 3 Dashboard Tab, Content Tab,

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

OmniUpdate. Web Contributors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production

OmniUpdate. Web Contributors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production OmniUpdate Web Contributors Guide University Information Technology Services Training, Outreach, Learning Technologies, & Video Production Copyright 2015 University Information Technology Services Kennesaw

More information

OU Campus Training. Part 1

OU Campus Training. Part 1 OU Campus Training Part 1 OU Campus Training Before you Start Website Access forms are available from the Add-Ons Dropdown (page 3) or on the Web Support Website (www.unco.edu/web-support/resources/ou-campus/forms)

More information

JSN PageBuilder 3 Configuration Manual Introduction

JSN PageBuilder 3 Configuration Manual Introduction JSN PageBuilder 3 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation of Joomla! PageBuilder with great improvements in the interface, features, and user

More information

INFORMZ USER GUIDE: The Asset Manager

INFORMZ USER GUIDE: The Asset Manager INFORMZ USER GUIDE: The Asset Manager Version 1.0 January 29, 2014 ABOUT THIS GUIDE This guide provides an overview of the Asset Manager used by Informz. This guide covers the Asset Manager s basic functionality

More information

OU Campus VERSION 10

OU Campus VERSION 10 OU Campus VERSION 10 End User Manual Last Update: 9/8/2015 Contact Tish Sailer with comments or questions regarding this Manual. Contents INTRODUCTION...3 HELP DOCUMENTS AND SUPPORT... 3 ACCESSING PAGES

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

OU CAMPUS TRAINING MANUAL

OU CAMPUS TRAINING MANUAL OU CAMPUS TRAINING MANUAL OmniUpdate Web Content Management System v8.1 El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Campus Overview and Login Section 2: Using OU Campus

More information

Quick Reference Guide OU Campus

Quick Reference Guide OU Campus Quick Reference Guide OU Campus omniupdate.com Logging In... 2 Page Actions Toolbar... 2 Editing Content... 3 WYSIWYG Toolbar Editor... 4 Commonly Used Functions... 5 Publishing Pages... 5 Creating Folders

More information

OU Campus - Getting Started

OU Campus - Getting Started OU Campus - Getting Started I. How to Login 1. To edit any page, log in to OU Campus by clicking the Direct Edit link (the Date Stamp at the bottom of the page, underneath the social media icons). 2. Enter

More information

Broken Pages. Overview

Broken Pages. Overview Broken Pages Overview Authority Level: All user levels. Level 9 and Level 10 administrators will see all broken pages in the report. User levels 0 through 8 will only see broken pages to which they have

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

LEVEL 1 Site Administrator Grants permissions and manages access, manages main homepage.

LEVEL 1 Site Administrator Grants permissions and manages access, manages main homepage. USING JOOMLA LEVEL 2 (TRAINING) OVERVIEW This document is designed to provide guidance and training for incorporating your department s content into to the Joomla Content Management System (CMS). Each

More information

Website Editor. User Guide - Table of Contents. Overview. Use Case(s) Accessing the Tool. Editor Tools. Quick Tab Toolbar. Menu Bar.

Website Editor. User Guide - Table of Contents. Overview. Use Case(s) Accessing the Tool. Editor Tools. Quick Tab Toolbar. Menu Bar. 2016 - Fall Edition Website Editor User Guide - Table of Contents Overview Use Case(s) Accessing the Tool Editor Tools Quick Tab Toolbar Menu Bar Adding Content Inserting Content Inserting Images Styling

More information

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit: Chapter 6 Teacher Pages

TEACHER PAGES USER MANUAL CHAPTER 6 SHARPSCHOOL. For more information, please visit:  Chapter 6 Teacher Pages SHARPSCHOOL USER MANUAL CHAPTER 6 TEACHER PAGES For more information, please visit: www.customernet.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. INTRODUCTION... 1 I. TEACHER PAGE

More information

Creating Teacher Webpages on the New APS WordPress Site

Creating Teacher Webpages on the New APS WordPress Site Creating Teacher Webpages on the New APS WordPress Site TABLE OF CONTENTS INTRODUCTION 3 THE EDITING DASHBOARD 4 CREATING A NEW PAGE 5 EDITING YOUR PAGE 6 1. Page Title 7 2. Toolbar/ toolbar icons 7 3.

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

OU Campus VERSION 10

OU Campus VERSION 10 OU Campus VERSION 10 End User Manual Last Update: 8/15/2017 Contact Tish Sailer with comments or questions regarding this Manual. Contents INTRODUCTION...3 HELP DOCUMENTS AND SUPPORT... 3 ACCESSING PAGES

More information

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

Table of Contents. Look for more information at

Table of Contents. Look for more information at OmniUpd ate @ De Anza Qui ck Guide Table of Contents Login... 2 Logout... 2 OmniUpdate Help Center... 2 Editing and Saving a Page... 3 Publishing... 5 View and Revert to Previously Published Page... 5

More information

W-E

W-E Signage Suite V2.20 User Guide 605220-02-01-W-E-051613-02 Trademarks Windows XP, Windows Vista, Windows 7, and Microsoft are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

APPLICATION USER GUIDE. Application: EasySiteWizard PRO Version: 8.7

APPLICATION USER GUIDE. Application: EasySiteWizard PRO Version: 8.7 APPLICATION USER GUIDE Application: EasySiteWizard PRO Version: 8.7 EasySiteWizard Professional allows you to create a completely customized website in a few simple steps. There are several creative and

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

WYSIWYG Editor: Users Manual

WYSIWYG Editor: Users Manual WYSIWYG Editor: Users Manual Table of Contents WYSIWYG Editor Overview.... 3 Adding Text... 4 Inserting an Image.... 7 Inserting a File.... 15 Embedding Media.... 21 Inserting an Email Link.... 25 Captiva

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

OU Campus Training. Part 2

OU Campus Training. Part 2 OU Campus Training Part 2 Login to OU Campus To get started you need to login to OU Campus. While work on your website just use the page last updated date located in the footer: This will take you to the

More information

OU Campus CMS Workbook

OU Campus CMS Workbook OU Campus CMS Workbook November 2018 Table of Contents Getting Started 4 Access 4 Logging In 4 Logging Out 4 Learn More 4 Interface 5 Learning the Terminology 5 Global Navigation Bar 5 Dashboard 6 Gadgets

More information

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS)

NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE. A Manual for the Cascade Server Content Management System (CMS) NORTH CAROLINA A&T STATE UNIVERSITY CMS USER GUIDE A Manual for the Cascade Server Content Management System (CMS) Table of Contents Chapter 1 - Getting Started... 3 Overview... 3 What is a Content Management

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

Cascade V8.4 Website Content Management for the Site Manager UMSL

Cascade V8.4 Website Content Management for the Site Manager UMSL Cascade V8.4 Website Content Management for the Site Manager UMSL Contents Purpose & How to Use This Guide... 5 Getting Started and Logging In... 5 Login... 5 Dashboard... 5 Notifications... 5 Setting

More information

Monarch Services Website Quick Guide

Monarch Services Website Quick Guide January 2016 Monarch Services Website Quick Guide www.monarchscc.org Credentials Wordpress Login URL: http://www.monarchscc.org/wp-login Login name :Nancya Password: wcs9na! Hosting Login at dreamhost.com

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

Web Manager 2.0 User s Manual Table of Contents

Web Manager 2.0 User s Manual Table of Contents Web Manager 2.0 User s Manual Table of Contents Table of Contents... 1 Web Manager 2.0 Introduction... 2 Rights and Permissions... 2 User Access Levels... 2 Normal Access... 2 Publisher Access... 2 WM2

More information

Basic CMS User Guide

Basic CMS User Guide "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." Basic CMS User Guide Version 1.2 3/28/2012 1 Table of Contents Table of

More information

WCMS Designing Content

WCMS Designing Content WCMS Designing Content WCMS Redesign Series: Part II FINAL California State University, Bakersfield Last modified 7/15/2014 Page 2 REVISION CONTROL Document Title: Author: File Reference: CT055 WCMS -

More information

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6 SCHULICH MEDICINE & DENTISTRY Website Updates August 30, 2012 Administrative Web Editor Guide v6 Table of Contents Chapter 1 Web Anatomy... 1 1.1 What You Need To Know First... 1 1.2 Anatomy of a Home

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Outlook 2010 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook options. Ribbon: Logically organizes Command Buttons onto Tabs and Groups

More information

Hands-On Introduction to Queens College Web Sites

Hands-On Introduction to Queens College Web Sites Hands-On Introduction to Queens College Web Sites This handout accompanies training workshops for Queens College Content Editors who will manage and maintain the web content in their areas. Overview of

More information

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2 Adding Text and Images IMCOM Enterprise Web CMS Tutorial 1 Version 2 Contents and general instructions PAGE: 3. First steps: Open a page and a block to edit 4. Edit text / The menu bar 5. Link to sites,

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

ACADEMIC TECHNOLOGY SUPPORT Advanced OU Campus: 2014 Template Asset Image Gallery using Photoshop

ACADEMIC TECHNOLOGY SUPPORT Advanced OU Campus: 2014 Template Asset Image Gallery using Photoshop ACADEMIC TECHNOLOGY SUPPORT Advanced OU Campus: 2014 Template Asset Image Gallery using Photoshop ats@etsu.edu 439-8611 ATS Website Table of Contents: Select a Gallery Type... 1 Select and Resize Images...

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

The Gardens Trust WordPress Manual. thegardenstrust.org. Page: 1

The Gardens Trust WordPress Manual. thegardenstrust.org. Page: 1 The Gardens Trust WordPress Manual thegardenstrust.org Page: 1 Login Before you can make any changes to the site, you will need to log in. The login of the site is found at the following URL - http://thegardenstrust.org/wp-admin.

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

Creating a Website in Schoolwires Technology Integration Center

Creating a Website in Schoolwires Technology Integration Center Creating a Website in Schoolwires Technology Integration Center Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Accessing Site Manager... 2 Section Workspace Overview...

More information

JustEdit. Overview. Differences Between JustEdit Toolbar and WYSIWYG Toolbar

JustEdit. Overview. Differences Between JustEdit Toolbar and WYSIWYG Toolbar JustEdit Overview JustEdit is a new way to edit content in OU Campus that allows users to edit pages without leaving the "Preview" view of the content. Editing a page using JustEdit works the same as using

More information

Rich Text Editor Quick Reference

Rich Text Editor Quick Reference Rich Text Editor Quick Reference Introduction Using the rich text editor is similar to using a word processing application such as Microsoft Word. After data is typed into the editing area it can be formatted

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

Editing your Moodle: Developing a Book

Editing your Moodle: Developing a Book Editing your Moodle: Developing a Book The Moodle Book feature enables the creation of a multi-page resource in a book-like format, with chapters and sub-chapters. Books are probably the Moodle resource

More information

Site Manager Session - Handout

Site Manager Session - Handout Site Manager Session - Handout Updating the Slideshow Banner on Interior Pages 1. Click on the index.pcf page in the internships section. 2. Click on the light bulb to check out the page (1). 3. Click

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Metropolitan Community College, Kansas City. CMS Editor Training. mcckc.edu website content management

Metropolitan Community College, Kansas City. CMS Editor Training. mcckc.edu website content management mcckc.edu website content management MCC Web Applications 7/27/2012 1 Table of Contents About OU Campus... 2 About mcckc.edu... 2 Navigation & Content Layout... 2 Logging In... 3 Website CMS Login... 3

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps

BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps BrandingUI (Basic, Advanced, Enterprise) Getting Started - Important First Steps Step 1: Log into your BrandingUI Administrative site https:// yourclientid.brandingui.com/admin-signin.php Use the initial

More information

General Training Curriculum

General Training Curriculum General Training Curriculum Table of Contents 1.0 Getting Started 1.1 What is MODX? 1.2 Browser Support 1.3 How Do I Log In? 2.0 MODX Dashboard 2.1 What is a Dashboard? 2.2 Global Top Menu Bar 2.2.0 MODX

More information

Outlook Quick Start Guide

Outlook Quick Start Guide Getting Started Outlook 2013 Quick Start Guide File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook Options. Quick Access Toolbar: Add your mostused tool buttons to this customizable

More information

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor.

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor. Introduction TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor. What this means is that it will let you create html content on your web site. TinyMCE supports a lot of Operation

More information

OU Campus Training. Web Services Unit

OU Campus Training. Web Services Unit OU Campus Training Web Services Unit http://www.sjsu.edu/webservices Last Modified: December 13, 2011 Objectives Introduction to new templates Login to your website Make basic edits to your webpage using

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

WEBSITE USER GUIDE V.4

WEBSITE USER GUIDE V.4 WEBSITE USER GUIDE V.4 SEC. 01 SEC. 02 SEC. 03 SEC. 04 SEC. 05 SEC. 06 CASCADE INTERFACE OVERVIEW LOGIN PAGE USER DASHBOARD SITE DIRECTORY EDITING PAGES PAGE EDITOR OVERVIEW STANDARD ROW COMPONENTS EDITING

More information