-- phpMyAdmin SQL Dump -- version 2.10.0.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Oct 15, 2007 at 12:55 PM -- Server version: 4.1.22 -- PHP Version: 4.4.4 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `m2custom_navis` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_banner` -- DROP TABLE IF EXISTS `jos_banner`; CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default 'banner', `name` varchar(50) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Dumping data for table `jos_banner` -- INSERT INTO `jos_banner` VALUES (1, 1, 'banner', 'OSM 1', 0, 42, 0, 'osmbanner1.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', NULL, NULL); INSERT INTO `jos_banner` VALUES (2, 1, 'banner', 'OSM 2', 0, 48, 0, 'osmbanner2.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `jos_bannerclient` -- DROP TABLE IF EXISTS `jos_bannerclient`; CREATE TABLE `jos_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(60) NOT NULL default '', `contact` varchar(60) NOT NULL default '', `email` varchar(60) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `jos_bannerclient` -- INSERT INTO `jos_bannerclient` VALUES (1, 'Open Source Matters', 'Administrator', 'admin@opensourcematters.org', '', 0, '00:00:00', NULL); -- -------------------------------------------------------- -- -- Table structure for table `jos_bannerfinish` -- DROP TABLE IF EXISTS `jos_bannerfinish`; CREATE TABLE `jos_bannerfinish` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(10) NOT NULL default '', `name` varchar(50) NOT NULL default '', `impressions` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(50) NOT NULL default '', `datestart` datetime default NULL, `dateend` datetime default NULL, PRIMARY KEY (`bid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `jos_bannerfinish` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_categories` -- DROP TABLE IF EXISTS `jos_categories`; CREATE TABLE `jos_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(50) NOT NULL default '', `name` varchar(255) NOT NULL default '', `image` varchar(100) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(10) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_section` (`section`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ; -- -- Dumping data for table `jos_categories` -- INSERT INTO `jos_categories` VALUES (1, 0, 'Latest', 'Latest News', 'taking_notes.jpg', '1', 'left', 'The latest news from the Joomla! Team', 1, 0, '0000-00-00 00:00:00', '', 1, 0, 1, ''); INSERT INTO `jos_categories` VALUES (2, 0, 'Joomla!', 'Joomla!', 'clock.jpg', 'com_weblinks', 'left', 'A selection of links that are all related to the Joomla! Project.', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''); INSERT INTO `jos_categories` VALUES (3, 0, 'Newsflash', 'Newsflash', '', '2', 'left', '', 1, 0, '0000-00-00 00:00:00', '', 2, 0, 0, ''); INSERT INTO `jos_categories` VALUES (4, 0, 'Joomla!', 'Joomla!', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''); INSERT INTO `jos_categories` VALUES (5, 0, 'Business: general', 'Business: general', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''); INSERT INTO `jos_categories` VALUES (7, 0, 'Examples', 'Example FAQs', 'key.jpg', '3', 'left', 'Here you will find an example set of FAQs.', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 2, ''); INSERT INTO `jos_categories` VALUES (9, 0, 'Finance', 'Finance', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''); INSERT INTO `jos_categories` VALUES (10, 0, 'Linux', 'Linux', '', 'com_newsfeeds', 'left', '
\r\n', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''); INSERT INTO `jos_categories` VALUES (11, 0, 'Internet', 'Internet', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 7, 0, 0, ''); INSERT INTO `jos_categories` VALUES (12, 0, 'Contacts', 'Contacts', '', 'com_contact_details', 'left', 'Contact Details for this website', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''); INSERT INTO `jos_categories` VALUES (13, 0, 'Lead Story', 'Lead Story', '', '1', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, 'imagefolders=*1*'); INSERT INTO `jos_categories` VALUES (15, 0, 'Latest', 'Latest', '', '4', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 'imagefolders=*2*'); INSERT INTO `jos_categories` VALUES (16, 0, 'RokSlide', 'RokSlide', '', '2', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 'imagefolders=*2*'); INSERT INTO `jos_categories` VALUES (17, 0, 'Blog Demo', 'Blog Demo', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 'imagefolders=*2*'); -- -------------------------------------------------------- -- -- Table structure for table `jos_components` -- DROP TABLE IF EXISTS `jos_components`; CREATE TABLE `jos_components` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `link` varchar(255) NOT NULL default '', `menuid` int(11) unsigned NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `admin_menu_link` varchar(255) NOT NULL default '', `admin_menu_alt` varchar(255) NOT NULL default '', `option` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `admin_menu_img` varchar(255) NOT NULL default '', `iscore` tinyint(4) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ; -- -- Dumping data for table `jos_components` -- INSERT INTO `jos_components` VALUES (1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, ''); INSERT INTO `jos_components` VALUES (2, 'Manage Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, ''); INSERT INTO `jos_components` VALUES (3, 'Manage Clients', '', 0, 1, 'option=com_banners&task=listclients', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, ''); INSERT INTO `jos_components` VALUES (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, ''); INSERT INTO `jos_components` VALUES (5, 'Web Link Items', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, ''); INSERT INTO `jos_components` VALUES (6, 'Web Link Categories', '', 0, 4, 'option=categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, ''); INSERT INTO `jos_components` VALUES (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, ''); INSERT INTO `jos_components` VALUES (8, 'Manage Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, ''); INSERT INTO `jos_components` VALUES (9, 'Contact Categories', '', 0, 7, 'option=categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, ''); INSERT INTO `jos_components` VALUES (10, 'Front Page', 'option=com_frontpage', 0, 0, '', 'Manage Front Page Items', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, ''); INSERT INTO `jos_components` VALUES (11, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, ''); INSERT INTO `jos_components` VALUES (12, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, ''); INSERT INTO `jos_components` VALUES (13, 'Manage News Feeds', '', 0, 12, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, ''); INSERT INTO `jos_components` VALUES (14, 'Manage Categories', '', 0, 12, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, ''); INSERT INTO `jos_components` VALUES (15, 'Login', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, ''); INSERT INTO `jos_components` VALUES (16, 'Search', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, ''); INSERT INTO `jos_components` VALUES (17, 'Syndicate', '', 0, 0, 'option=com_syndicate&hidemainmenu=1', 'Manage Syndication Settings', 'com_syndicate', 0, 'js/ThemeOffice/component.png', 0, ''); INSERT INTO `jos_components` VALUES (18, 'Mass Mail', '', 0, 0, 'option=com_massmail&hidemainmenu=1', 'Send Mass Mail', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, ''); INSERT INTO `jos_components` VALUES (19, 'joomlaXplorer', 'option=com_joomlaxplorer', 0, 0, 'option=com_joomlaxplorer', 'joomlaXplorer', 'com_joomlaxplorer', 0, '../administrator/components/com_joomlaxplorer/images/joomla_x_icon.png', 0, ''); INSERT INTO `jos_components` VALUES (20, 'JCE Admin', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE Admin', 'com_jce', 0, 'js/ThemeOffice/component.png', 0, ''); INSERT INTO `jos_components` VALUES (21, 'JCE Configuration', '', 0, 20, 'option=com_jce&task=config', 'JCE Configuration', 'com_jce', 0, 'js/ThemeOffice/controlpanel.png', 0, ''); INSERT INTO `jos_components` VALUES (22, 'JCE Languages', '', 0, 20, 'option=com_jce&task=lang', 'JCE Languages', 'com_jce', 1, 'js/ThemeOffice/language.png', 0, ''); INSERT INTO `jos_components` VALUES (23, 'JCE Plugins', '', 0, 20, 'option=com_jce&task=showplugins', 'JCE Plugins', 'com_jce', 2, 'js/ThemeOffice/add_section.png', 0, ''); INSERT INTO `jos_components` VALUES (24, 'JCE Layout', '', 0, 20, 'option=com_jce&task=editlayout', 'JCE Layout', 'com_jce', 3, 'js/ThemeOffice/content.png', 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_contact_details` -- DROP TABLE IF EXISTS `jos_contact_details`; CREATE TABLE `jos_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `con_position` varchar(50) default NULL, `address` text, `suburb` varchar(50) default NULL, `state` varchar(20) default NULL, `country` varchar(50) default NULL, `postcode` varchar(10) default NULL, `telephone` varchar(25) default NULL, `fax` varchar(25) default NULL, `misc` mediumtext, `image` varchar(100) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(100) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `jos_contact_details` -- INSERT INTO `jos_contact_details` VALUES (1, 'Name', 'Position', 'Street', 'Suburb', 'State', 'Country', 'Zip Code', 'Telephone', 'Fax', 'Miscellanous info', 'asterisk.png', 'top', 'email@email.com', 1, 1, 0, '0000-00-00 00:00:00', 1, '', 0, 12, 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_content` -- DROP TABLE IF EXISTS `jos_content`; CREATE TABLE `jos_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `title_alias` varchar(100) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(100) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_mask` (`mask`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=54 ; -- -- Dumping data for table `jos_content` -- INSERT INTO `jos_content` VALUES (1, 'Equinox, Professionalism and Style Converge', 'Simplix Intro', '

Clean and professional, Equinox gives you the tools you need to create the perfect site for any application. Whether it''s for business or for pleasure, Equinox offers versatile layout options and a multitude of features.

\r\n\r\n

Adapt your site''s layout to any configuration and take advantage of the subtle but stylish module variations for the perfect presentation of your content. Combine these with all of the amazing features and functionality that RocketTheme is famous for like the exclusive RokMooMenu, 12 versatile module positions with stylish module variations, RokZoom integration, and so much more.\r\nLearn more...

', '', 1, 1, 0, 1, '2004-06-12 11:54:06', 62, 'Web Master', '2007-09-30 01:43:27', 63, 0, '0000-00-00 00:00:00', '2004-01-01 00:00:00', '0000-00-00 00:00:00', 'asterisk.png|left|Joomla! Logo|1|Example Caption|bottom|center|120', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 111, 0, 1, '', '', 0, 215); INSERT INTO `jos_content` VALUES (24, 'Equinox Basic Customisation', '', '

A guide to the basic Equinox customisation options that can be configured in the template "index.php" file with a description of each of the available options and how they affect the presentation of the template.

\r\n\r\n

Equinox features several built in configuration options that have been designed to be easily changed with a single control. You can take advantage of these customisation options by making changes in the Equinox "index.php" file. Here is a breakdown of the available options:

\r\n\r\n
\r\n$default_style = "style2";	//[style1... style8]\r\n$enable_rokzoom = "true";	// true | false\r\n$template_width = "990";	// width in px | fluid\r\n$sidebar_width = "25%";		// width in px | width in %\r\n$secondcol_width = "25%";	// width in px | width in %\r\n$menu_name = "mainmenu";	// mainmenu by default, can be any Joomla menu name\r\n$menu_type = "moomenu";		// moomenu | suckerfish | splitmenu | module\r\n$default_font = "default";      // smaller | default | larger\r\n$show_pathway = "false";	// true | false\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n

Default Style

\r\nEquinox has 8, pre-made styles that can be easily selected from the option shown below. Simply change the settings between the two " " tags to your style of choice.

\r\n
$default_style = "style2"; \r\n//custom | [style1...style8]
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

RokZoom Enabled

\r\nRokZoom, a powerful and presentationally excellent script can sometimes come into conflict with other javascript libraries, you can disable it with the following settings.
\r\n
$enable_rokzoom = "true"; \r\n// true | false
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Template Width

\r\nYou have the ability to select, with ease, the width of the template. The setting below is what you edit to either reduce or increase templates width.
\r\n
\r\n
$template_width = "990"; \r\n// width in px | fluid
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Side Width

\r\nYou have the ability to select, with ease, the width of the side column. The setting below is what you edit to either reduce or increase side column width.

\r\n
$sidebar_width = "25%";	\r\n// width in px or % 
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Second Column Width

\r\nYou have the ability to select, with ease, the width of the right column. The setting below is what you edit to either reduce or increase side column width.

\r\n
$secondcol_width = "25%";	\r\n// width in px or % 
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Menu Name

\r\nThe following parameter controls which Joomla! menu is loaded for the horizontal navigation bar. Therefore, you can use a custom menu instead of a default menu.

\r\n
$menu_name = "mainmenu";  \r\n// mainmenu by default
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Menu Type

\r\nEquinox has the 4 options for the horizontal navigation bar. You can either, select moomenu, the latest menu addition; suckerfish, the basic vertical dropdown menu; splitmenu, the popular classic or have the area as a separate module position.\r\n
$menu_type = "moomenu"; \r\n// moomenu | suckerfish | splitmenu | module
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Default Font

\r\nBased on your site''s needs, you can easily set the default font size of the text in your site by editing the following line:

\r\n
$default_font = "default";   \r\n// smaller | default | larger
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

Show Pathway

\r\nSometimes sites just look better with no pathway, and we''ve provided a convenient toggle to allow you to disable this for your site
\r\n
$show_pathway = "true";  \r\n// true | false
\r\n
\r\n
\r\n', '', 1, 0, 0, 0, '2007-03-31 17:50:33', 62, '', '2007-09-30 06:24:10', 68, 0, '0000-00-00 00:00:00', '2007-03-31 17:50:04', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 8, 0, 6, '', '', 0, 15845); INSERT INTO `jos_content` VALUES (5, 'Joomla! License Guidelines', '', '

This website is powered by Joomla! The software and default templates on which it runs are Copyright 2005 Open Source Matters. All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.

If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read ''How To Apply These Terms To Your Program'' and the ''GNU General Public License FAQ''.

\r\n', '', 1, 0, 0, 0, '2004-08-19 20:11:07', 62, '', '2007-06-30 11:43:25', 63, 0, '0000-00-00 00:00:00', '2004-08-19 00:00:00', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 18, '', '', 0, 1154); INSERT INTO `jos_content` VALUES (6, 'Example News Item 1', 'News1', '{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum.', '

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n

Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

', 1, 1, 0, 1, '2004-07-07 11:54:06', 62, '', '2004-07-07 18:05:05', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'food/coffee.jpg|left||0\r\nfood/bread.jpg|right||0', '', '', 1, 0, 2, '', '', 0, 340); INSERT INTO `jos_content` VALUES (7, 'Example News Item 2', 'News2', '

{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', '', 1, 1, 0, 1, '2004-07-07 11:54:06', 62, '', '2004-07-07 18:11:30', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'food/bun.jpg|right||0', '', '', 1, 0, 3, '', '', 0, 207); INSERT INTO `jos_content` VALUES (8, 'Example News Item 3', 'News3', '

{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', '', 1, 1, 0, 1, '2004-04-12 11:54:06', 62, '', '2004-07-07 18:08:23', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'fruit/pears.jpg|right||0', '', '', 1, 0, 4, '', '', 0, 166); INSERT INTO `jos_content` VALUES (9, 'Example News Item 4', 'News4', '

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', '

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n{mospagebreak}

{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n{mospagebreak}

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

', 1, 1, 0, 1, '2004-07-07 11:54:06', 62, '', '2004-07-07 18:10:23', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', 'fruit/strawberry.jpg|left||0\r\nfruit/pears.jpg|right||0\r\nfruit/cherry.jpg|left||0', '', '', 1, 0, 5, '', '', 0, 337); INSERT INTO `jos_content` VALUES (10, 'Example FAQ Item 1', 'FAQ1', '

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', '', 1, 3, 0, 7, '2004-05-12 11:54:06', 62, '', '2004-07-07 18:10:23', 62, 0, '0000-00-00 00:00:00', '2004-01-01 00:00:00', '0000-00-00 00:00:00', '', '', '', 1, 0, 5, '', '', 0, 379); INSERT INTO `jos_content` VALUES (11, 'Example FAQ Item 2', 'FAQ2', '

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', '

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n

{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

', 1, 3, 0, 7, '2004-05-12 11:54:06', 62, 'Web master', '2004-07-07 18:10:23', 62, 0, '0000-00-00 00:00:00', '2004-01-01 00:00:00', '0000-00-00 00:00:00', 'fruit/cherry.jpg|left||0\r\nfruit/peas.jpg|right||0\r\nfood/milk.jpg|left||0', '', '', 1, 0, 5, '', '', 0, 291); INSERT INTO `jos_content` VALUES (12, 'Joomla Core Stuff', '', '

Joomla! in Action

Joomla! is used all over the world to power everything from simple, personal homepages to complex corporate web applications. Here are just some of the ways people use our software:

Joomla! can be used to easily manage every aspect of your website, from adding content and images to updating a product catalog or taking online reservations.

', '', 1, 0, 0, 0, '2007-02-21 18:11:10', 62, '', '2007-03-31 21:41:18', 63, 0, '0000-00-00 00:00:00', '2007-02-21 18:10:49', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 17, '', '', 0, 7857); INSERT INTO `jos_content` VALUES (13, 'Typography', '', '

This page shows all of the typography styles and settings for Equinox in action. If you would like to read more detailed information on inserting the included typography into your content, check out the Equinox Typography Tutorial.

\r\n\r\n
This is a ComponentHeading
\r\n\r\n

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

\r\n\r\n
This is a Contentheading
\r\n\r\n

Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a, porttitor in, urna. Maecenas vitae mauris. Donec vestibulum, nunc eu varius pharetra, massa est sagittis odio, sit amet eleifend elit dolor id tortor.

\r\n\r\n

This is an H1 Header

\r\n\r\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin sit amet odio quis sapien molestie ultrices. Vivamus quis lectus. Praesent eu mi. Curabitur pharetra leo sed nisl. Nunc vel nisi. Aliquam nulla. Etiam at est. Pellentesque arcu diam, tempus nec, sodales eu, ullamcorper quis, risus.

\r\n\r\n\r\n
Notice Styles are shown below
\r\n\r\nThis is a sample of the ''alert'' style. Use this style to denote very important information to your users. To use this use the folllowing html: <span class="alert">....</span>\r\n\r\nThis is a sample of the ''info'' style. Use this style to denote pieces of information or tips for your readers and visitors. To use this use the folllowing html: <span class="info">....</span>\r\n\r\nThis is a sample of the ''note'' style. Use this style to denote items in your content that you would like your users to note or pay attention to. To use this use the folllowing html: <span class="note">....</span>\r\n\r\nThis is a sample of the ''download'' style. Use this style to denote information containing a download or information about an available download on your site. To use this use the folllowing html: <span class="download">....</span>\r\n\r\n

This is an H2 Header

\r\n\r\n

Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a, porttitor in, urna. Maecenas vitae mauris. Donec vestibulum, nunc eu varius pharetra, massa est sagittis odio, sit amet eleifend elit dolor id tortor.

\r\n\r\n

This is an H3 Header

\r\n\r\n

Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit. Maecenas venenatis lorem at nulla. Phasellus a libero. Sed odio odio, eleifend dignissim, feugiat vel, tempor nec, ligula. Suspendisse lacinia convallis nulla. Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante magna non tellus.

\r\n\r\n

This is an H4 Header

\r\n\r\n
\r\nThis is a sample <pre>...</pre> tag:\r\n\r\ndiv.modulebox-black div.bx1 {\r\n  background: url(../images/black/box_bl.png) 0 100% no-repeat; \r\n}\r\n\r\ndiv.modulebox-black div.bx2 {\r\n  background: url(../images/black/box_tr.png) 100% 0 no-repeat;\r\n}\r\n\r\ndiv.modulebox-black div.bx3 {\r\n  background: url(../images/black/box_tl.png) 0 0 no-repeat;\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n
\r\n\r\n

This is a sample blockquote (use <blockquote><p>....</p></blockquote>)

\r\n\r\n

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

\r\n\r\n
\r\n

List Styles - plus-#

\r\n

Below is a list with plus-X. To use this style create a list in the following format: <ul class="plus-1 .... plus-2"><li>....</li><li>....</li>...</ul>

\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n

List Styles - bullet-#

\r\n

Below is a list with bullet-x. To use this style create a list in the following format: <ul class="bullet-1 .... bullet-2"><li>....</li><li>....</li>...</ul>

\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n

List Styles - triangle-#

\r\n

Below is a list with triangle-x. To use this style create a list in the following format: <ul class="triangle-1 .... triangle-2"><li>....</li><li>....</li>...</ul>

\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n

List Styles - Arrow-x

\r\n

Below is a list with arrow-x. To use this style create a list in the following format: <ul class="arrow-1 .... arrow-4"><li>....</li><li>....</li>...</ul>

\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
\r\n

List Styles - Numbers

\r\nBelow is a list with number bullets. To use this style, create a list in the following format: <ul class="number"><li class="number-1 .... number-9">....</ul>\r\n\r\n\r\n
', '', 1, 0, 0, 0, '2007-02-21 11:28:13', 62, '', '2007-09-30 11:16:51', 63, 0, '0000-00-00 00:00:00', '2007-02-21 11:28:01', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 1, 0, 16, '', '', 0, 33306); INSERT INTO `jos_content` VALUES (14, 'Clear test', '', '
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin ac odio eu tortor sagittis aliquet. Phasellus adipiscing est vitae turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus non leo. Ut nisi. In hac habitasse platea dictumst. Fusce adipiscing lectus eu nulla. Phasellus auctor, erat in ultrices aliquam, est diam facilisis dui, ac iaculis lectus nibh non pede. Duis lorem sapien, tempor id, pharetra vel, ultrices sed, lectus. Ut convallis dolor eget nisl. Vivamus hendrerit imperdiet mi. Sed gravida risus. Vestibulum auctor, nisi in porta dapibus, ligula nisi volutpat velit, ut aliquam risus felis in lectus. Nullam imperdiet. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer bibendum. Aliquam ultricies ligula quis ligula. Ut id pede. Curabitur hendrerit.
\r\n\r\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin ac odio eu tortor sagittis aliquet. Phasellus adipiscing est vitae turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus non leo. Ut nisi. In hac habitasse platea dictumst. Fusce adipiscing lectus eu nulla. Phasellus auctor, erat in ultrices aliquam, est diam facilisis dui, ac iaculis lectus nibh non pede. Duis lorem sapien, tempor id, pharetra vel, ultrices sed, lectus. Ut convallis dolor eget nisl. Vivamus hendrerit imperdiet mi. Sed gravida risus. Vestibulum auctor, nisi in porta dapibus, ligula nisi volutpat velit, ut aliquam risus felis in lectus. Nullam imperdiet. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer bibendum. Aliquam ultricies ligula quis ligula. Ut id pede. Curabitur hendrerit.

\r\n\r\n
\r\n

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin ac odio eu tortor sagittis aliquet. Phasellus adipiscing est vitae turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus non leo. Ut nisi. In hac habitasse platea dictumst. Fusce adipiscing lectus eu nulla. Phasellus auctor, erat in ultrices aliquam, est diam facilisis dui, ac iaculis lectus nibh non pede. Duis lorem sapien, tempor id, pharetra vel, ultrices sed, lectus. Ut convallis dolor eget nisl. Vivamus hendrerit imperdiet mi. Sed gravida risus. Vestibulum auctor, nisi in porta dapibus, ligula nisi volutpat velit, ut aliquam risus felis in lectus. Nullam imperdiet. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer bibendum. Aliquam ultricies ligula quis ligula. Ut id pede. Curabitur hendrerit.

\r\n
\r\n\r\n
Clear Left - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin ac odio eu tortor sagittis aliquet. Phasellus adipiscing est vitae turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus non leo. Ut nisi. In hac habitasse platea dictumst. Fusce adipiscing lectus eu nulla. Phasellus auctor, erat in ultrices aliquam, est diam facilisis dui, ac iaculis lectus nibh non pede. Duis lorem sapien, tempor id, pharetra vel, ultrices sed, lectus. Ut convallis dolor eget nisl. Vivamus hendrerit imperdiet mi. Sed gravida risus. Vestibulum auctor, nisi in porta dapibus, ligula nisi volutpat velit, ut aliquam risus felis in lectus. Nullam imperdiet. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer bibendum. Aliquam ultricies ligula quis ligula. Ut id pede. Curabitur hendrerit.
\r\n', '', 1, 0, 0, 0, '2007-02-23 15:25:14', 62, '', '2007-02-23 15:30:05', 62, 0, '0000-00-00 00:00:00', '2007-02-23 15:23:39', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=', 1, 0, 15, '', '', 0, 27); INSERT INTO `jos_content` VALUES (16, 'Lead Story Example', '', 'Ut imperdiet, risus non blandit mollis, nulla pede pretium lacus, et accumsan massa massa auctor metus. Nam ut elit. Pellentesque sit amet tortor. Ut fermentum augue. Etiam a eros a nulla vehicula', '

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin dolor. Morbi diam ligula, lacinia nec, sollicitudin quis, faucibus id, tortor. Donec odio. Donec volutpat porta risus. Fusce tristique odio sit amet nunc. Nunc placerat, dui vel semper feugiat, magna ipsum tempus dui, fermentum varius risus sem fringilla est. Proin eget nulla porta arcu semper laoreet. Vestibulum diam. Vestibulum auctor elit non urna. Maecenas lacus leo, gravida eu, porttitor et, placerat ut, nisl. Maecenas nec mi eu ligula dapibus interdum. Ut venenatis.

\r\n\r\n

Donec at purus ut nisl rhoncus faucibus. Vivamus ullamcorper cursus leo. Morbi erat. Aenean id quam. Proin arcu. Pellentesque et mi. Proin vitae purus a justo pellentesque consectetuer. Quisque rhoncus lorem. Sed vel mauris. Phasellus quis justo. Aliquam erat volutpat. Nullam nec lorem.

', 1, 1, 0, 13, '2007-03-28 16:33:13', 62, '', '2007-03-30 17:32:09', 62, 0, '0000-00-00 00:00:00', '2007-03-28 16:32:34', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 4, 0, 1, '', '', 0, 150); INSERT INTO `jos_content` VALUES (17, 'RokZoom Enabled', 'RokZoom', '

RokZoom is a custom ground up script written in motools 1.1+ that has the features \r\nof slimbox with an exciting zoom effect transition to give your image galleries and popups \r\nan added flair. Equinox fully integrates the JavaScript and the CSS for RokZoom so all \r\nyou have to do to utilize this technique is install the RokZoom mambot and add an extra \r\nelement to your image link.

\r\n\r\n

Check out the demo below:

\r\n
\r\nsample image1\r\nsample image1\r\nsample image3\r\nsample image4\r\nsample image5\r\nsample image6\r\nsample image7\r\nsample image8\r\n
\r\n\r\nThis mambot is available for download in the members area of the RocketTheme Template Club. It will also be made available on joomlacode.org soon.\r\n\r\n

The Syntax

\r\nRokZoom is accompanied by a GPL mambot that is WYSIWYG safe and does not require you to enter any HTML code directly.\r\n
\r\n

The Syntax is {rokzoom}image_url{/rokzoom} \r\nIf you want the image to be part of an album, you can use the syntax \r\n{rokzoom album=|albumname|}image_url{/rokzoom}. \r\nTo provide text descriptions, please use the syntax \r\n{rokzoom title=|your description|}image_url{/rokzoom}. \r\nYou can also use both album and title in the same tag.

\r\n\r\n
\r\n{rokzoom album=|colo|}images/stories/colorado/image1.jpg{/rokzoom}\r\n{rokzoom album=|colo| title=|some title|}\r\n  images/stories/colorado/image4.jpg{/rokzoom}\r\n{rokzoom}images/stories/colorado/image3.jpg{/rokzoom}\r\n
\r\n\r\n

The above syntax only operates when the RokZoom mambot is enabled.\r\nTherefore, if you do not have the mambot or wish to have more control\r\nover the rokzoom script than the mambot provides, there is still the\r\nHTML option. The syntax below is the code form of the examples shown\r\nabove.

\r\n\r\n
\r\n<a href="images/stories/colorado/image1.jpg" rel="rokzoom[colroado]"\r\n title="Image 1">\r\n<img src="images/stories/colorado/image1_tn.jpg" alt="image1" \r\nclass="album" /></a>\r\n
\r\n\r\n

An exemplified preview is constructed below to aid your understanding of the HTML format of rokzoom

\r\n\r\n
\r\n<a href="main image url(relative path)" rel="rokzoom[album name]" title="Title in popup">\r\n<img src="thumbnail url(relative)" alt="Image name" class="album" /></a> \r\n
\r\n\r\n

The RocketTheme RokZoom Mambot

\r\n

The new RocketTheme RokZoom mambot helps to dynamically create Photo\r\ngalleries with minimal effort from yourself. This great utility also\r\nproduces thumbnails of your selected photos/images, which, on\r\nselection, generate the whole image/photo in a javascript based window.\r\nIt is the perfect tool to showcase photographs and other gallery images\r\nin a professional environment.

\r\n\r\n

How to implement RokZoom

\r\n\r\n

RokZoom galleries or single images can inserted in Content, Static\r\nContent and Custom modules. By utilising a few simple commands, you can\r\neasily insert a gallery onto your page. For this tutorial, we will be\r\nusing the TinyMCE editor and be inserting rokzoom images into a Static\r\nContent Item. The procedure is identical with ordinary content and\r\ncustom module.

\r\n\r\n
\r\n
    \r\n
  • Step 1 - Login
    \r\nLogin\r\nto the Joomla! Administration Control Panel. Go to\r\nwww.yoursite.com/administrator. Enter the Administrator''s Username and\r\npassword.\r\n
  • \r\n
\r\nRokZoom\r\n
\r\n
\r\n\r\n
\r\n
    \r\n
  • Step 2 - Navigation
    \r\nNavigate\r\nto the Static Content Manager. Once you have logged in, hover over the\r\nContent link on the top taskbar, scroll down to Static Content Manager.\r\n
  • \r\n
\r\nRokZoom\r\n
\r\n
\r\n\r\n
\r\n
    \r\n
  • Step 3 - Static Content Manager
    \r\nWhen\r\nyou have selected the Static Content Manager link, you will be sent to\r\nthe Static Content Manager control panel. Select either Edit or New,\r\ndepending on whether you want to add typography to an existing or new item.\r\n
\r\nRokZoom\r\n
\r\n
\r\n\r\n
\r\n
    \r\n
  • Step 4 - RokZoom Commands
    \r\nYou now need to enter the syntax into your content editor. This should resemble the screenshot\r\nbelow. The syntax, in both HTML and mambot formats can be found at the section located\r\nhere.\r\n
\r\nRokZoom\r\n
\r\n
\r\n\r\n
\r\n
    \r\n
  • The Examples
    \r\nFor the examples of the rokzoom command, all images are located within\r\nthe directory images/stories/photos. If we wanted to load image1.jpg by\r\nitself, we would enter:\r\n

    \r\n{rokzoom}images/stories/photo/image1.jpg{/rokzoom}\r\n
    \r\nRokZoom\r\n

    \r\nIf we wanted to load photo1.jpg, photo2.jpg and photo3.jpg as part of an album, we would use the following syntax:\r\n

    \r\n{rokzoom album=|colo|}images/stories/photo/image1.jpg{/rokzoom}{rokzoom\r\nalbum=|colo|}images/stories/photo/image2.jpg{/rokzoom}{rokzoom\r\nalbum=|colo|}images/stories/photo/image3.jpg{/rokzoom}.

    \r\nRokZoom\r\n
  • \r\n
\r\n
\r\n
\r\n\r\n
\r\n
    \r\n
  • Step 6 - Navigation
    \r\nTo change the settings, hover over Mambots on the top taskbar. This\r\nwill highlight Site Mambots which you will select. You will then be\r\ntaken to the Mambot Manager. You will notice the Mambot called,\r\n"RokZoom". Select the name to edit the bot.\r\n

    \r\nRokZoom\r\n
  • \r\n
\r\n
\r\n
\r\n\r\n
\r\n
    \r\n
  • Step 7 - Mambot Settings
    \r\nThe screenshot below shows you all the configurable options that\r\nRokZoom is capable of. The mambot itself allows you to switch between\r\nthe latest RokZoom script or the other popular scripts, Slimbox,\r\nLitebox and Lightbox.

    \r\n
      \r\n
    • The thumbnail extension field controls what suffix, the thumbnails shall take. For example, image.jpg with the default settings will have a thumbnail, named image_thumb.jpg
    • \r\n
    • Thumbnail class refers to the CSS of the script itself, the default is set to album.
    • \r\n
    • The following field gives you the option to have a directory for your thumbnails
    • \r\n
    • Custom thumbnail directory is the name given to the folder where the thumbnails are stored if the above setting is activate.

    • \r\n
    • The last settings control the width, height and quality of the thumbnails themselves.
    • \r\n
    \r\n
    \r\nRokZoom\r\n
  • \r\n
\r\n
\r\n
\r\n\r\n
\r\n
    \r\n
  • The Thumbnails
    \r\nThe latest Rokzoom allows you to create custom thumbnails as well as the automated procedure witnessed in previous versions.\r\nThe process itself is extremely simple. You need to create 2 images. The first, for example photo1.jpg\r\nwill be the main image that will be loaded in the RokZoom Screen. The\r\nsecond, will be the custom thumbnail, it must contain the suffix _thumb or the suffix you defined in the Mambot configuration.\r\nThe images need to be contained within the same directory as your main\r\nimages unless defined in a thumbnails only folder as seen in the\r\nConfiguration for the mambot.\r\n

    \r\nTherefore, in the container where your images are stored, you should see photo1.jpg and photo1_thumb.jpg\r\n
  • \r\n
\r\n
', '', 1, 0, 0, 0, '2007-03-29 16:26:44', 62, '', '2007-09-29 08:52:36', 68, 0, '0000-00-00 00:00:00', '2007-03-29 16:26:11', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 14, 0, 14, '', '', 0, 35466); INSERT INTO `jos_content` VALUES (21, 'Equinox Preset Styles', '', '

Equinox is an incredibly versatile design that allows for a multitude of color schemes and possibilities. Equinox includes 8 preset colour styles for you to choose from by default.

\r\n\r\n

You can choose the colour scheme that works best for your site, or create your own. The clean, lightweight design features a large amount of whitespace making it easy to alter and create your own color schemes and tweak the colors to perfection. With just a few changes to the CSS and image files using the included Adobe Fireworks Source PNG files, you can utilize any color scheme you desire.

\r\n\r\n

You can select the default colour style for your site by specifying it in the template''s "index.php" file on the following line

\r\n\r\n
$default_style = "style1"; [style1... style8]

\r\n\r\n

The 8 included colour schemes are featured below, click on the thumbnails to load the color scheme and see it in action.

\r\n\r\n\r\nStyle1\r\nStyle2\r\nStyle3\r\nStyle4
\r\n\r\nStyle5\r\nStyle6\r\nStyle7\r\nStyle8\r\n\r\n', '', 1, 0, 0, 0, '2007-03-31 16:17:39', 62, '', '2007-09-29 22:38:36', 63, 0, '0000-00-00 00:00:00', '2007-03-31 16:07:27', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 12, 0, 13, '', '', 0, 177551); INSERT INTO `jos_content` VALUES (18, 'Equinox Features', '', '

Equinox continues the chain of impressive, revolutionary, yet functional RocketTheme templates. It combines incredible styling with refined and powerful code to help your website achieve its maximum potential.

\r\n\r\n\r\n

\r\n\r\n
\r\n

Joomla 1.5 Native

\r\nimageA Joomla 1.5 native version of Equinox is available. The front-end of your site will be the same as Equinox 1.0.x but Joomla 1.5 allows for the option of back-end parameters. Therefore, all the index.php configurable options are easily accessible in the Joomla 1.5 administrator. Simply go to Admin -> Extensions -> rt_equinox_j15 -> Edit. All the options will appear in the right column such as the transition type for RokMooMenu.

\r\n
\r\n
', '', 1, 0, 0, 0, '2007-03-29 16:27:18', 62, '', '2007-09-30 01:31:40', 63, 0, '0000-00-00 00:00:00', '2007-03-29 16:26:55', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 4, 0, 12, '', '', 0, 34428); INSERT INTO `jos_content` VALUES (29, 'Equinox Demo Content', '', '

The demo for Equinox utilises a large stock of inline styling. This basically \r\nmeans that the HTML used in the custom modules and content have customisations\r\nwhich employ the characteristics of the template to make the "perfect" content.

\r\n\r\n

This demo content section will take you through the general techniques used to further your understand and help you realise Equinox''s true potential.

\r\n\r\n
\r\n

Front Page Inset Image

\r\nThe Inset promo image on the front page content is generated through a mixture of HTML and CSS. Below is the HTML code. You can insert the code into a custom module and place in the "inset" module position.\r\n
\r\n<div class="header" />\r\n<div class="sample-header" /><p>RocketTheme Joomla Templates</p></div>\r\n</div>\r\n<a href="index.php?option=com_content&task=view&id=18&Itemid=35" class="readon">Read more...</a>\r\n
\r\nThe CSS classes to make this work are already located in the template by default. You can change the "sample-header.png" image to your own.\r\n
\r\n\r\n
\r\n

Read More Buttons

\r\nRead more buttons are automatically generated for content items that use the intro and main text option. However, you can easily insert them manually as witnessed on this demo. Use the following code:\r\n
\r\n<a href="your_link" class="readon">Read More...</a>\r\n
\r\n
\r\n\r\n
\r\n

Subtle bordered modules

\r\nYou will observe in the demo that the majority of modules in the white sections had subtle grey borders surrounding them. This is done through custom HTML code. It is a great technique if you have lots of different sections in the white area that are referring to various subjects, such as this demo.\r\n

\r\nThe following outlines the processes we used:\r\n

\r\nIn this demo, we chose to use faux moduling. This means that we "faked" the module positions available to speed up the process but creates the same output. For this, we have our module , example: Example Page Top Tier. This top tier module will take on the characteristics of using the modules from user2-5, if you are using Layout A. This is created in Admin > Modules > Site Modules > New. Also referred to as a custom module.\r\n

\r\nThere is a white box at the bottom in which we insert the following:\r\n
\r\n<div style="border:1px solid #eee;">\r\n<h3>Module Header</h3>\r\nYour module content would go here.\r\n</div>\r\n
\r\nThis is the basic HTML output of a module in Joomla, we are just using our manual way. style="border:1px solid #eee;" is what produces the thin grey border around our faux module. The extra code between the <div>...</div> is just our content.\r\n
', '', 1, 0, 0, 0, '2007-05-28 15:42:06', 62, '', '2007-09-30 11:22:22', 63, 0, '0000-00-00 00:00:00', '2007-05-28 15:41:57', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 18, 0, 5, '', '', 0, 10850); INSERT INTO `jos_content` VALUES (20, 'Equinox Custom Modules', '', '

Learn all about the exciting new RocketTheme exclusive modules that are included in the Equinox template release. Here you can find instructions for installation and configuration for each of the custom modules.

\r\n\r\n\r\nVideo Tutorial Currently Available!
\r\nLaunch the Joomla Template Module Installation Video Tutorial now! (Requires Flash)
\r\n\r\n
\r\n

Step One: Installing the Module

\r\n\r\n
\r\n\r\n\r\n
\r\n

Step Two: Publishing the Module

\r\n\r\n
\r\n\r\n
\r\n\r\n', '', 1, 0, 0, 0, '2007-03-31 14:55:58', 62, '', '2007-09-29 14:46:47', 63, 0, '0000-00-00 00:00:00', '2007-03-31 14:51:19', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 17, 0, 11, '', '', 0, 27525); INSERT INTO `jos_content` VALUES (28, 'Using Equinox Typography', 'Typography', '

A guide to utilizing the included Equinox typography styles and elements into your site as well as instructions for inserting typography using the HTML editor option of your WYSIWYG editor.

\r\n\r\n\r\nVideo Tutorial Currently Available!
\r\nLaunch the Joomla Using Typography Video Tutorial now! (Requires Flash)
\r\n\r\n

Every RocketTheme template has its own set of content styles, these styles are known as Typography. Typography can come in a number of varying and diverse formats, ranging from simple text modifications to image insertions to improve the look, layout of your website and give it life. This tutorial will take you through the necessary steps to adding typography to your Joomla! content.

\r\n\r\n

Inserting Typography with the HTML Editor

\r\n\r\n

To insert the Typography into your content, you must use the HTML feature of all Joomla! content editors. The following tutorial will outline the steps in which to does this with the default Joomla! content edit, TinyMCE. Please be aware, even though there are other content editors available, all are basically the same and the steps with be just as effective if you are using another Content editor.

\r\n\r\nPlease note that the following tutorial will show you how to insert HTML (typography) into Static Content, the same procedure is apparent for Content Items and Custom modules.\r\n\r\n
\r\n
\r\n

Step 1 - Login

\r\nLogin to the Joomla! Administration Control Panel. Go to www.yoursite.com/administrator. Enter the Administrator''s Username and password.

\r\nTypography\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Step 2 - Navigation

\r\nNavigate to the Static Content Manager. Once you have logged in, hover over the Content link on the top taskbar, scroll down to Static Content Manager.

\r\nTypography\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Step 3 - Static Content Manager

\r\nWhen you have selected the Static Content Manager link, you will be sent to the Static Content Manager control panel. Select either Edit or New, depending on whether you want to add typography to an existing or new item.

\r\nTypography\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Step 4 - HTML Icon

\r\nTo add typography to your content, you must enter the HTML mode of the Content editor. In the TinyMCE editor, this an icon called "HTML", in some other content editors, it is a tab but with be clearly marked for easy navigation. Push the icon to enter HTML mode.

\r\nTypography\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Step 5 - HTML Mode

\r\nA popup shall appear with your content in HTML format, in the following screenshot, you will see the above screenshot''s text in HTML coding. You shall do all your editing here for typography.

\r\nTypography\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Step 6 - Inserting HTML

\r\nIn this case, we will be using the info span class style for the example text.



\r\nTypography\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\nYou will not see the effects in the content editor, all style affects are only visible on the Frontend of your Joomla! website.\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

The Example

\r\nThe following screenshot shows you the end result of inserting the HTML code into your content.

\r\nTypography\r\n
\r\n
', '', 1, 0, 0, 0, '2007-05-28 14:02:51', 62, '', '2007-09-30 00:29:44', 63, 0, '0000-00-00 00:00:00', '2007-05-28 14:01:55', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 3, 0, 4, '', '', 0, 4580); INSERT INTO `jos_content` VALUES (19, 'Installing Equinox', '', '

The following is a guide that covers how to set up your new Equinox template on your Joomla site. Here you can find an overview of the files included in the Equinox release and instructions on installing and activating the template in your Joomla install.

\r\n\r\n\r\nVideo Tutorial Currently Available!
\r\nLaunch the Joomla Template Installation Video Tutorial now! (Requires Flash)\r\n
\r\n\r\n

Downloading the Equinox Files

\r\n\r\nThe first step is to download all of the files that will be needed to install your template, custom modules, as well make modifications. Here is a quick explanation of each of the available files in the Equinox release.\r\n\r\n\r\n', '', 1, 0, 0, 0, '2007-03-31 11:04:09', 62, '', '2007-09-30 11:25:18', 63, 0, '0000-00-00 00:00:00', '2007-03-31 10:59:41', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 2, 0, 10, '', '', 0, 10591); INSERT INTO `jos_content` VALUES (23, 'Equinox Menu Options', '', '

Equinox features the exciting and exclusive RokMooMenu system for the ultimate in menu functionality and style, as well as the popular and reliable RTSplitMenu. An option for Suckerfish is also included. Here you can read an overview of the Equinox menu configuration options.

\r\n\r\n\r\nVideo Tutorial Currently Available!
\r\nLaunch the Joomla Menu Setup Video Tutorial now! (Requires Flash)
\r\n\r\n

Selecting your Menu Style

\r\n\r\n

Equinox allows you to choose from 3 menu options:

\r\n\r\n\r\n\r\n

You can designate which menu style you want to use on your site with a single control in the template''s index.php file which is editable via the Joomla Administrator as well as in an external text editor.

\r\n\r\n
$menu_type = "moomenu";	// moomenu | suckerfish | splitmenu | module

\r\n\r\n
\r\n\r\n
\r\n

The Powerful & Popular RokMooMenu

\r\nMaking its return this month is the immensely popular RokMooMenu. This menu has been developed from scratch using the latest and greatest MooTools JavaScript framework. The RokMooMenu is a highly advanced and fully customizable menu system. Some of the great features include:\r\n\r\nAn example configuration as used in the demo:\r\n
\r\n<script type="text/javascript">\r\nwindow.addEvent(''domready'', function() {\r\nnew Rokmoomenu($E(''ul.nav''), {\r\nbgiframe: false,\r\ndelay: 500,\r\nanimate: {\r\nprops: [''opacity'', ''width'', ''height''],\r\nopts: {\r\nduration:400,\r\nfps: 100,\r\ntransition: Fx.Transitions.Expo.easeOut\r\n}\r\n}\r\n});\r\n});\r\n</script>
\r\n
\r\n\r\n
\r\n

Menu Settings

\r\n\r\n
\r\n\r\n
\r\n\r\nFor more details with diagrams, visit the Mootools documentation site\r\n\r\n

Creating dropdown menus for RokMooMenu and Suckerfish

\r\nTo have specific menu items appear as sub items, you must assign them to the specific navigation item in which they will originate from. The following tutorial will show you how simple it is to create your ideal menu system.

\r\n\r\n
\r\n

Step 1 - Navigation

\r\nOnce you have logged into the Joomla! Administration Area, you must navigate to the Menu area. Hover over the Menu item in the taskbar to show the dropdown menu. For this example, we are going into the mainmenu but the technique is exactly the same for all menus in the Administrative area.\r\n

\r\ndropdown\r\n
\r\n\r\n
\r\n

Step 2 - The Menu Manager

\r\nYou will then be transported to the Menu Manager for mainmenu. At this point, you can do 2 things. The first is to edit an existing menu item, which we will be doing in this tutorial or create a New menu item to be subordinate to an existing item. Click on the item you want to be part of the dropdown menu.\r\n

\r\ndropdown\r\n
\r\n\r\n
\r\n

\r\n
\r\ndropdown\r\n

Step 3 - Assigning a Parent Item

\r\nYou can now assign the content item to the mainmenu item in which you want to be in the dropdown menu. Identify the "Parent Item" section of the manager. You will select the item in which you wish to be the parent and the source of the dropdown menu. In this example, we have selected "Home".\r\n

\r\n
', '', 1, 0, 0, 0, '2007-03-31 17:39:05', 62, '', '2007-09-29 09:02:19', 68, 0, '0000-00-00 00:00:00', '2007-03-31 17:38:54', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 5, 0, 9, '', '', 0, 31043); INSERT INTO `jos_content` VALUES (22, 'Tutorials', '', '
Install Equinox

Installing Equinox

\r\n\r\n

An overview of Equinox with instructions on installing and activating the template in Joomla. Read More...

\r\n\r\n
Custom Modules

Custom Modules

\r\n\r\n

The Equinox custom modules and how to configure them for your site. Read More...


\r\n\r\n
Menu Options

Menu Options

\r\n\r\n

An overview of the Equinox menu options including the top menu icon configuration. Read More...

\r\n\r\n
Customization

Customization

\r\n\r\n

Equinox customization options that can be configured within the template "index.php" file. Read More...


\r\n\r\n
Typography

Using Typography

\r\n\r\n

A guide to using the included the Equinox typography styles in your site. Read More...

\r\n\r\n
Demo Content

Demo Content

\r\n\r\n

Some of the content styles and techniques used in the Equinox demo. Read More...


\r\n\r\n
Logo Editing

Logo Editing

\r\n\r\n

How to customise the Equinox logo and replace the logo text with your own. Read More...

\r\n\r\n
PNGfix

PNGfix

\r\n\r\n

An overview of how to customize your Equinox in respects to the Internet Explorer PNGfix. Read More...

\r\n\r\n

\r\n\r\n
More Equinox Template Tutorials
\r\n\r\n

Continue learning how to configure and customize the Equinox template with the following guides and tutorials available in the RocketTheme members forum board.

\r\n\r\n
\r\n\r\n
', '', 1, 0, 0, 0, '2007-03-31 16:19:43', 62, '', '2007-09-30 12:34:38', 63, 0, '0000-00-00 00:00:00', '2007-03-31 16:12:44', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 5, 0, 8, '', '', 0, 14668); INSERT INTO `jos_content` VALUES (25, 'Equinox Module Positions', '', '

Equinox has been constructed with an assortment of 12 module \r\npositions. Most of these module positions are fully collapsible meaning that if there are \r\nno modules published in a particular area, that module area will not be \r\nshown. This provides you with the maximum amount of flexibility possible.

\r\n\r\n

The Equinox template is designed to allow you the best possible flexibility with your site''s layout. By publishing and unpublishing modules in various available module positions, you can set your template up in single column, 2 column, and 3 column configurations. This, along with a variety of central module positions allow you to create a layout and design that is all your own.


\r\n\r\n
image
', '', 1, 0, 0, 0, '2007-03-31 18:18:35', 62, '', '2007-09-29 20:02:16', 63, 0, '0000-00-00 00:00:00', '2007-03-31 18:18:29', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 5, 0, 7, '', '', 0, 34997); INSERT INTO `jos_content` VALUES (31, 'Customising Your Equinox Logo', '', '
Equinox Logo Editing
\r\n\r\n

The following is a step by step guide to customizing your Equinox logo image by replacing the logo text with your own organization or company''s name and logo.

\r\n\r\nIn order to utilize the Fireworks Source PNG included with the Equinox template release, you will need Adobe Fireworks. The 30-day free trial of this software as well as more information is available here at the Adobe website.\r\n\r\n

Customizing Your Logo

\r\n\r\n

One of the first steps of customizing your new Equinox template will undoubtedly be altering the logo text to reflect the name of your company / organization. RocketTheme makes this process a simple one by including both the Source PNG for the template, as well as font(s) used.

\r\n\r\n

The most effective way to customize the logo is to use the included Source PNG file. When opened in Adobe Fireworks, this file contains all of the Layers in the design allowing you to tweak and change any of the image elements of the template design. The following steps will help you quickly get your new logo ready to go:

\r\n\r\nWe have a Video tutorial available which takes you through the process of customising a RocketTheme template source in Fireworks. The focus is on the logo which greatly compensates this written tutorial. Launch the Video at the RocketTheme Tutorial Site\r\n\r\n
\r\n\r\n\r\n

Where are the other styles in the source! - in another frame...

\r\n

If you are new to Fireworks, you may be wondering why it appears that there is only one style variation in the source. This is not the case as we take advantage of the Frame features of Fireworks. You need to simple switch frames to see all the other style variation sources.

\r\nThere are a few ways to change frames and we will show 2 methods that you can use.

\r\n\r\n\r\n

Uploading your new logo

\r\n

Once you have successfully edited then exported your new logo, you will need to upload it to your server. This process is best done via a FTP client such as Filezilla

\r\n
    \r\n
  1. Open your FTP client on your local computer.
  2. \r\n
  3. Login to your web server where Equinox is installed.
  4. \r\n
  5. Navigate to the /templates/rt_equinox/images/style# directory.
  6. \r\n
  7. Upload logo.png to this directory (You may need to browse on the local panel in the FTP client to find where you have exported your logo).
  8. \r\n
  9. Clear your browser cache before viewing such as using the keyboard commands on Windows, Ctrl+F5.
  10. \r\n
\r\n\r\n\r\nEnsure that you are uploading the correct logo to avoid confusion if it does not change.\r\nAlso take into account hosting permissions. Sometimes, hosters which are not designed for \r\nJoomla may have permissions not suited for the setup, thus, the upload will not be complete.\r\nIn this case, contact your hosting provider.\r\n\r\n
', '', 1, 0, 0, 0, '2007-05-29 15:46:24', 62, '', '2007-09-30 06:40:00', 68, 0, '0000-00-00 00:00:00', '2007-05-29 15:45:56', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 7, 0, 3, '', '', 0, 9015); INSERT INTO `jos_content` VALUES (30, 'Module Variations', '', '

Equinox provides the ability to use 10 stylish module variations to increase the appeal of your module content. With so many impressive hilites available, you can make any module stand out on your site. To use these you just need to add -hilite1 ....-hilite8 or -quote and -search in the module class suffix parameter of the module in the module manager.

\r\n\r\nModule Suffix Setting
\r\n\r\n\r\n', '', 1, 0, 0, 0, '2007-05-29 11:33:43', 62, '', '2007-09-30 11:14:39', 63, 0, '0000-00-00 00:00:00', '2007-05-29 11:33:14', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=1\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 6, 0, 2, '', '', 0, 17083); INSERT INTO `jos_content` VALUES (44, 'RocketLauncher', '', '
RocketLauncher

\r\n\r\n

RocketTheme templates feature some amazing advanced features and layout possibilities that open up a wide world of options for your sites. Unfortunately, the default Joomla content in a new Joomla install is very limited and does little to take advantage of the abilities of a modern Joomla template.

\r\n

Each of our demo sites has been highly customized to show off the abilities of each template and give that "professional touch" to the look and feel of the content. This professional look could not be achieved without hands on manual customization, that is, until now.

\r\n\r\n

Equinox now features the exciting new RocketLauncher custom Joomla install option. With the RocketLauncher Equinox Joomla installer, you can instantly create a Joomla site complete with custom content creating a perfect replica of our Equinox demo site that has been professionally tuned to look its best, all with just a few clicks.

\r\n\r\n

The Equinox RocketLauncher package consists of a full 1.0.13 Joomla install, complete with all of the demo images and content. By running the installer, your Joomla site will be set up with all everything needed to create an exact implementation of the demo site automatically.

\r\n', '', 1, 0, 0, 0, '2007-05-20 12:56:19', 62, '', '2007-09-30 10:54:03', 63, 0, '0000-00-00 00:00:00', '2007-05-20 12:56:10', '0000-00-00 00:00:00', '', '', 'menu_image=-1\nitem_title=0\npageclass_sfx=\nback_button=0\nrating=0\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0', 2, 0, 1, '', '', 0, 16003); INSERT INTO `jos_content` VALUES (49, 'Lead Story Example', 'Lead Story Example', '

Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn''t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.

Read More...', '', 1, 5, 0, 17, '2007-08-30 12:42:29', 63, '', '2007-08-30 12:48:07', 63, 0, '0000-00-00 00:00:00', '2007-08-30 12:41:30', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 2, 0, 4, '', '', 0, 31); INSERT INTO `jos_content` VALUES (53, 'RokSlide', '', '
\r\nRokSlide\r\n

RokSlide

\r\nThis module allows you to maximise your web space in combination with an excellent content presentation medium.\r\n
\r\nRead More...\r\n
', '', 1, 2, 0, 16, '2007-08-30 14:09:02', 68, '', '2007-09-29 12:00:19', 68, 0, '0000-00-00 00:00:00', '2007-08-30 14:07:34', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 4, 0, 5, '', '', 0, 2); INSERT INTO `jos_content` VALUES (47, 'Typography', '', '
\r\nTypography\r\n

Typography

\r\nYour content can always be brought to life with Typography, Equinox has customised Typography to maximise your presentational potential.
\r\nRead More...\r\n
', '', 1, 2, 0, 16, '2007-08-30 11:43:53', 68, '', '2007-09-29 12:00:36', 68, 0, '0000-00-00 00:00:00', '2007-08-30 11:42:24', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 10, 0, 2, '', '', 0, 0); INSERT INTO `jos_content` VALUES (46, 'Hilites', '', '
\r\nModule Hilites\r\n

Module Hilites

\r\n4 professional styled Module Hilites have been incorporated into the Equinox design. Try them out yourself.\r\n
\r\nRead More...\r\n
', '', 1, 2, 0, 16, '2007-08-30 11:35:56', 68, '', '2007-09-29 12:00:49', 68, 0, '0000-00-00 00:00:00', '2007-08-30 11:32:57', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 9, 0, 4, '', '', 0, 2); INSERT INTO `jos_content` VALUES (45, 'Menus', '', '
\r\nRokMooMenu\r\n

Menus

\r\nEquinox is packed with 3 menu systems, the popular RokMooMenu, the functional Suckerfish and the versatility SplitMenu.\r\n
\r\nRead More...\r\n
', '', 1, 2, 0, 16, '2007-08-30 10:01:38', 68, '', '2007-09-29 12:00:41', 68, 0, '0000-00-00 00:00:00', '2007-08-30 10:00:09', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 18, 0, 3, '', '', 0, 0); INSERT INTO `jos_content` VALUES (48, 'RokZoom', '', '
\r\nRokZoom\r\n

RokZoom


\r\nRokZoom is a custom script, built with mootools. It is fully integrated into Equinox to great effect.\r\n
\r\nRead More...\r\n
', '', 1, 2, 0, 16, '2007-08-30 11:49:42', 68, '', '2007-09-29 19:38:34', 63, 0, '0000-00-00 00:00:00', '2007-08-30 11:48:39', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 15, 0, 1, '', '', 0, 2); INSERT INTO `jos_content` VALUES (50, 'Another Article', 'Another Article', '

Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.

Read More...', '', 1, 5, 0, 17, '2007-08-30 12:43:11', 63, '', '2007-08-30 12:47:54', 63, 0, '0000-00-00 00:00:00', '2007-08-30 12:42:37', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 2, 0, 3, '', '', 0, 31); INSERT INTO `jos_content` VALUES (51, 'Yet Another Article', 'Yet Another Article', '

Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.

Read More...', '', 1, 5, 0, 17, '2007-08-30 12:43:11', 63, '', '2007-08-30 12:52:39', 63, 0, '0000-00-00 00:00:00', '2007-08-30 12:42:37', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 1, 0, 2, '', '', 0, 31); INSERT INTO `jos_content` VALUES (52, 'Great Story Example', 'Great Story Example', '

Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn''t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.

Read More...', '', 1, 5, 0, 17, '2007-08-30 12:42:29', 63, '', '2007-08-30 12:52:51', 63, 0, '0000-00-00 00:00:00', '2007-08-30 12:41:30', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nback_button=\nitem_title=1\nlink_titles=\nintrotext=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=\nkeyref=\ndocbook_type=', 1, 0, 1, '', '', 0, 25); -- -------------------------------------------------------- -- -- Table structure for table `jos_content_frontpage` -- DROP TABLE IF EXISTS `jos_content_frontpage`; CREATE TABLE `jos_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_content_frontpage` -- INSERT INTO `jos_content_frontpage` VALUES (1, 1); INSERT INTO `jos_content_frontpage` VALUES (2, 2); INSERT INTO `jos_content_frontpage` VALUES (3, 3); INSERT INTO `jos_content_frontpage` VALUES (4, 4); INSERT INTO `jos_content_frontpage` VALUES (5, 5); -- -------------------------------------------------------- -- -- Table structure for table `jos_content_rating` -- DROP TABLE IF EXISTS `jos_content_rating`; CREATE TABLE `jos_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_content_rating` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_aro` -- DROP TABLE IF EXISTS `jos_core_acl_aro`; CREATE TABLE `jos_core_acl_aro` ( `aro_id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`aro_id`), UNIQUE KEY `jos_gacl_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ; -- -- Dumping data for table `jos_core_acl_aro` -- INSERT INTO `jos_core_acl_aro` VALUES (10, 'users', '62', 0, 'Administrator', 0); INSERT INTO `jos_core_acl_aro` VALUES (11, 'users', '63', 0, 'Marian Motyl-Szary', 0); INSERT INTO `jos_core_acl_aro` VALUES (12, 'users', '64', 0, 'Adam the Boss', 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_aro_groups` -- DROP TABLE IF EXISTS `jos_core_acl_aro_groups`; CREATE TABLE `jos_core_acl_aro_groups` ( `group_id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ; -- -- Dumping data for table `jos_core_acl_aro_groups` -- INSERT INTO `jos_core_acl_aro_groups` VALUES (17, 0, 'ROOT', 1, 22); INSERT INTO `jos_core_acl_aro_groups` VALUES (28, 17, 'USERS', 2, 21); INSERT INTO `jos_core_acl_aro_groups` VALUES (29, 28, 'Public Frontend', 3, 12); INSERT INTO `jos_core_acl_aro_groups` VALUES (18, 29, 'Registered', 4, 11); INSERT INTO `jos_core_acl_aro_groups` VALUES (19, 18, 'Author', 5, 10); INSERT INTO `jos_core_acl_aro_groups` VALUES (20, 19, 'Editor', 6, 9); INSERT INTO `jos_core_acl_aro_groups` VALUES (21, 20, 'Publisher', 7, 8); INSERT INTO `jos_core_acl_aro_groups` VALUES (30, 28, 'Public Backend', 13, 20); INSERT INTO `jos_core_acl_aro_groups` VALUES (23, 30, 'Manager', 14, 19); INSERT INTO `jos_core_acl_aro_groups` VALUES (24, 23, 'Administrator', 15, 18); INSERT INTO `jos_core_acl_aro_groups` VALUES (25, 24, 'Super Administrator', 16, 17); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_aro_sections` -- DROP TABLE IF EXISTS `jos_core_acl_aro_sections`; CREATE TABLE `jos_core_acl_aro_sections` ( `section_id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`section_id`), UNIQUE KEY `value_aro_sections` (`value`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `hidden_aro_sections` (`hidden`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ; -- -- Dumping data for table `jos_core_acl_aro_sections` -- INSERT INTO `jos_core_acl_aro_sections` VALUES (10, 'users', 1, 'Users', 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`; CREATE TABLE `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_acl_groups_aro_map` -- INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25, '', 10); INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25, '', 11); INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25, '', 12); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_log_items` -- DROP TABLE IF EXISTS `jos_core_log_items`; CREATE TABLE `jos_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_log_items` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_core_log_searches` -- DROP TABLE IF EXISTS `jos_core_log_searches`; CREATE TABLE `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_core_log_searches` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_groups` -- DROP TABLE IF EXISTS `jos_groups`; CREATE TABLE `jos_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_groups` -- INSERT INTO `jos_groups` VALUES (0, 'Public'); INSERT INTO `jos_groups` VALUES (1, 'Registered'); INSERT INTO `jos_groups` VALUES (2, 'Special'); -- -------------------------------------------------------- -- -- Table structure for table `jos_jce_langs` -- DROP TABLE IF EXISTS `jos_jce_langs`; CREATE TABLE `jos_jce_langs` ( `id` int(11) NOT NULL auto_increment, `Name` varchar(100) NOT NULL default '', `lang` varchar(100) NOT NULL default '', `published` tinyint(3) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `jos_jce_langs` -- INSERT INTO `jos_jce_langs` VALUES (1, 'English', 'en', 1); -- -------------------------------------------------------- -- -- Table structure for table `jos_jce_plugins` -- DROP TABLE IF EXISTS `jos_jce_plugins`; CREATE TABLE `jos_jce_plugins` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `plugin` varchar(100) NOT NULL default '', `type` varchar(100) NOT NULL default 'plugin', `icon` varchar(255) NOT NULL default '', `layout_icon` varchar(255) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '18', `row` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `editable` tinyint(3) NOT NULL default '0', `elements` varchar(255) NOT NULL default '', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `plugin` (`plugin`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=52 ; -- -- Dumping data for table `jos_jce_plugins` -- INSERT INTO `jos_jce_plugins` VALUES (1, 'Context Menu', 'contextmenu', 'plugin', '', '', 18, 0, 1, 0, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (2, 'Directionality', 'directionality', 'plugin', 'ltr,rtl', 'directionality', 18, 3, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (3, 'Emotions', 'emotions', 'plugin', 'emotions', 'emotions', 18, 4, 12, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (4, 'Fullscreen', 'fullscreen', 'plugin', 'fullscreen', 'fullscreen', 18, 4, 4, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (5, 'Paste', 'paste', 'plugin', 'pasteword,pastetext', 'paste', 18, 1, 16, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (6, 'Preview', 'preview', 'plugin', 'preview', 'preview', 18, 4, 2, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (7, 'Tables', 'table', 'plugin', 'tablecontrols', 'buttons', 18, 2, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (8, 'Print', 'print', 'plugin', 'print', 'print', 18, 4, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (9, 'Search Replace', 'searchreplace', 'plugin', 'search,replace', 'searchreplace', 18, 1, 17, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (10, 'Styles', 'style', 'plugin', 'styleprops', 'styleprops', 18, 4, 5, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (11, 'Non-Breaking', 'nonbreaking', 'plugin', 'nonbreaking', 'nonbreaking', 18, 4, 8, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (12, 'Visual Characters', 'visualchars', 'plugin', 'visualchars', 'visualchars', 18, 4, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (13, 'XHTML Xtras', 'xhtmlxtras', 'plugin', 'cite,abbr,acronym,del,ins,attribs', 'xhtmlxtras', 18, 4, 10, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (14, 'Image Manager', 'imgmanager', 'plugin', '', 'imgmanager', 18, 4, 13, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', 'dir=/\nurl=/\ncreate_folder=1\nuse_tree=1\nmax_size=1024\nhspace=5\nvspace=5\nborder=0\nborder_width=1\nborder_style=solid\nborder_color=#000000\nalign=left\nupload=18\nfolder_new=18\nfolder_delete=18\nfolder_rename=18\nfile_delete=18\nfile_rename=18\nfile_move=18\nuser_dir=0\ndir_type=level\nuser_folder=\nuser_dir_level=18'); INSERT INTO `jos_jce_plugins` VALUES (15, 'Advanced Link', 'advlink', 'plugin', '', 'advlink', 18, 4, 14, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (16, 'Spell Checker', 'spellchecker', 'plugin', 'spellchecker', 'spellchecker', 18, 4, 15, 1, 1, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (17, 'Layers', 'layer', 'plugin', 'insertlayer,moveforward,movebackward,absolute', 'layer', 18, 4, 11, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (18, 'Font ForeColour', 'forecolor', 'command', 'forecolor', 'forecolor', 18, 3, 4, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (19, 'Bold', 'bold', 'command', 'bold', 'bold', 18, 1, 5, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (20, 'Italic', 'italic', 'command', 'italic', 'italic', 18, 1, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (21, 'Underline', 'underline', 'command', 'underline', 'underline', 18, 1, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (22, 'Font BackColour', 'backcolor', 'command', 'backcolor', 'backcolor', 18, 3, 5, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (23, 'Unlink', 'unlink', 'command', 'unlink', 'unlink', 18, 2, 11, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (24, 'Font Select', 'fontselect', 'command', 'fontselect', 'fontselect', 18, 3, 2, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (25, 'Font Size Select', 'fontsizeselect', 'command', 'fontsizeselect', 'fontsizeselect', 18, 3, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (26, 'Style Select', 'styleselect', 'command', 'styleselect', 'styleselect', 18, 3, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (27, 'New Document', 'newdocument', 'command', 'newdocument', 'newdocument', 18, 1, 4, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (28, 'Help', 'help', 'command', 'help', 'help', 18, 1, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (29, 'StrikeThrough', 'strikethrough', 'command', 'strikethrough', 'strikethrough', 18, 1, 12, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (30, 'Indent', 'indent', 'command', 'indent', 'indent', 18, 1, 11, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (31, 'Outdent', 'outdent', 'command', 'outdent', 'outdent', 18, 1, 10, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (32, 'Undo', 'undo', 'command', 'undo', 'undo', 18, 1, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (33, 'Redo', 'redo', 'command', 'redo', 'redo', 18, 1, 2, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (34, 'Horizontal Rule', 'hr', 'command', 'hr', 'hr', 18, 2, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (35, 'HTML', 'html', 'command', 'code', 'code', 18, 1, 13, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (36, 'Numbered List', 'numlist', 'command', 'numlist', 'numlist', 18, 1, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (37, 'Bullet List', 'bullist', 'command', 'bullist', 'bullist', 18, 1, 8, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (38, 'Clipboard Actions', 'clipboard', 'command', 'cut,copy,paste', 'clipboard', 18, 1, 16, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (39, 'Subscript', 'sub', 'command', 'sub', 'sub', 18, 2, 2, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (40, 'Superscript', 'sup', 'command', 'sup', 'sup', 18, 2, 3, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (41, 'Visual Aid', 'visualaid', 'command', 'visualaid', 'visualaid', 18, 3, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (42, 'Character Map', 'charmap', 'command', 'charmap', 'charmap', 18, 3, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (43, 'Justify Full', 'full', 'command', 'justifyfull', 'justifyfull', 18, 2, 7, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (44, 'Justify Center', 'center', 'command', 'justifycenter', 'justifycenter', 18, 2, 5, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (45, 'Justify Left', 'left', 'command', 'justifyleft', 'justifyleft', 18, 2, 6, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (46, 'Justify Right', 'right', 'command', 'justifyright', 'justifyright', 18, 2, 4, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (47, 'Remove Format', 'removeformat', 'command', 'removeformat', 'removeformat', 18, 1, 15, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (48, 'Anchor', 'anchor', 'command', 'anchor', 'anchor', 18, 2, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (49, 'Format Select', 'formatselect', 'command', 'formatselect', 'formatselect', 18, 3, 9, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (50, 'Image', 'image', 'command', 'image', 'image', 18, 4, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_jce_plugins` VALUES (51, 'Link', 'link', 'command', 'link', 'link', 18, 4, 1, 1, 0, '', 1, 0, 0, '0000-00-00 00:00:00', ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_mambots` -- DROP TABLE IF EXISTS `jos_mambots`; CREATE TABLE `jos_mambots` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ; -- -- Dumping data for table `jos_mambots` -- INSERT INTO `jos_mambots` VALUES (1, 'MOS Image', 'mosimage', 'content', 0, -10000, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (2, 'MOS Pagination', 'mospaging', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (3, 'Legacy Mambot Includer', 'legacybots', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (4, 'SEF', 'mossef', 'content', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (5, 'MOS Rating', 'mosvote', 'content', 0, 5, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (6, 'Search Content', 'content.searchbot', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (7, 'Search Weblinks', 'weblinks.searchbot', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (8, 'Code support', 'moscode', 'content', 0, 3, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (9, 'No WYSIWYG Editor', 'none', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (10, 'TinyMCE WYSIWYG Editor', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'theme=advanced'); INSERT INTO `jos_mambots` VALUES (11, 'MOS Image Editor Button', 'mosimage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (12, 'MOS Pagebreak Editor Button', 'mospage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (13, 'Search Contacts', 'contacts.searchbot', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (14, 'Search Categories', 'categories.searchbot', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (15, 'Search Sections', 'sections.searchbot', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (16, 'Email Cloaking', 'mosemailcloak', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (17, 'GeSHi', 'geshi', 'content', 0, 7, 0, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (18, 'Search Newsfeeds', 'newsfeeds.searchbot', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (19, 'Load Module Positions', 'mosloadposition', 'content', 0, 8, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (22, 'RokSlimbox', 'rokslimbox', 'content', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', 'thumb_ext=_thumb\nthumb_class=album\nthumb_custom=0\nthumb_dir=cache\nthumb_width=200\nthumb_height=100\nthumb_quality=90'); INSERT INTO `jos_mambots` VALUES (23, 'RokZoom', 'rokzoom', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (24, 'RunPHP', 'RunPHP', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (25, 'CodePress', 'codepress', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_mambots` VALUES (26, 'JCE Editor Mambot', 'jce', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_menu` -- DROP TABLE IF EXISTS `jos_menu`; CREATE TABLE `jos_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(25) default NULL, `name` varchar(100) default NULL, `link` text, `type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `componentid` int(11) unsigned NOT NULL default '0', `sublevel` int(11) default '0', `ordering` int(11) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `pollid` int(11) NOT NULL default '0', `browserNav` tinyint(4) default '0', `access` tinyint(3) unsigned NOT NULL default '0', `utaccess` tinyint(3) unsigned NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=62 ; -- -- Dumping data for table `jos_menu` -- INSERT INTO `jos_menu` VALUES (1, 'mainmenu', 'Home', 'index.php?option=com_frontpage', 'components', 1, 0, 10, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nheader=Welcome to the Frontpage\npage_title=0\nback_button=0\nleading=1\nintro=0\ncolumns=0\nlink=0\norderby_pri=\norderby_sec=front\npagination=0\npagination_results=0\nimage=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=0\ncreatedate=0\nmodifydate=0\npdf=0\nprint=0\nemail=0\nunpublished=0'); INSERT INTO `jos_menu` VALUES (2, 'mainmenu', 'News', 'index.php?option=com_content&task=section&id=1', 'content_section', 1, 26, 1, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\ndescription_sec=1\ndescription_sec_image=1\norderby=\nother_cat_section=1\nempty_cat_section=0\ndescription_cat=1\ndescription_cat_image=1\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nunpublished=1'); INSERT INTO `jos_menu` VALUES (3, 'mainmenu', 'Contact Us', 'index.php?option=com_contact', 'components', 1, 26, 7, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\ncatid=0\nother_cat_section=1\nother_cat=1\ncat_description=1\ncat_items=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nheadings=1\nposition=1\nemail=0\ntelephone=1\nfax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsessionCheck=1'); INSERT INTO `jos_menu` VALUES (23, 'mainmenu', 'Links', 'index.php?option=com_weblinks', 'components', 1, 26, 4, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat_section=1\nother_cat=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nweblink_icons='); INSERT INTO `jos_menu` VALUES (5, 'mainmenu', 'Search', 'index.php?option=com_search', 'components', 1, 26, 16, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader='); INSERT INTO `jos_menu` VALUES (6, 'mainmenu', 'Joomla! License', 'index.php?option=com_content&task=view&id=5', 'content_typed', 1, 2, 5, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (7, 'mainmenu', 'News Feeds', 'index.php?option=com_newsfeeds', 'components', 1, 2, 12, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nother_cat_section=1\nother_cat=1\ncat_description=1\ncat_items=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nheadings=1\nname=1\narticles=1\nlink=0\nfeed_image=1\nfeed_descr=1\nitem_descr=1\nword_count=0'); INSERT INTO `jos_menu` VALUES (8, 'mainmenu', 'Wrapper', 'index.php?option=com_wrapper', 'wrapper', 1, 0, 0, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=0\nheader=\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=0\nadd=1\nurl=http://www.google.com'); INSERT INTO `jos_menu` VALUES (9, 'mainmenu', 'Blog', 'index.php?option=com_content&task=blogsection&id=5', 'content_blog_section', 1, 2, 5, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\npageclass_sfx=\nback_button=\nheader=A Blog Layout of Content\npage_title=1\nleading=0\nintro=6\ncolumns=2\nlink=4\norderby_pri=order\norderby_sec=\npagination=2\npagination_results=1\nimage=0\ndescription=0\ndescription_image=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=1\ncreatedate=1\nmodifydate=\npdf=1\nprint=1\nemail=1\nunpublished=0\nsectionid=5'); INSERT INTO `jos_menu` VALUES (10, 'othermenu', 'Joomla!', 'http://www.joomla.org', 'url', 1, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (11, 'othermenu', 'RocketTheme', 'http://www.rockettheme.com', 'url', 1, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (12, 'othermenu', 'RocketTutorials', 'http://tutorials.rockettheme.com', 'url', 1, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (24, 'othermenu', 'RocketWerx', 'http://www.rocketwerx.com', 'url', 1, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (21, 'usermenu', 'Your Details', 'index.php?option=com_user&task=UserDetails', 'url', 1, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, ''); INSERT INTO `jos_menu` VALUES (13, 'usermenu', 'Submit News', 'index.php?option=com_content&task=new§ionid=1&Itemid=0', 'url', 1, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 1, 2, ''); INSERT INTO `jos_menu` VALUES (14, 'usermenu', 'Submit WebLink', 'index.php?option=com_weblinks&task=new', 'url', 1, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 1, 2, ''); INSERT INTO `jos_menu` VALUES (15, 'usermenu', 'Check-In My Items', 'index.php?option=com_user&task=CheckIn', 'url', 1, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 1, 2, ''); INSERT INTO `jos_menu` VALUES (16, 'usermenu', 'Logout', 'index.php?option=com_login', 'components', 1, 0, 15, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, ''); INSERT INTO `jos_menu` VALUES (17, 'topmenu', 'Home', 'index.php', 'url', 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=icon-1.png'); INSERT INTO `jos_menu` VALUES (18, 'topmenu', 'Contact Us', 'index.php?option=com_contact&Itemid=3', 'url', 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=icon-2.png'); INSERT INTO `jos_menu` VALUES (19, 'topmenu', 'About', 'index.php?option=com_content&task=section&id=1&Itemid=2', 'url', 0, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=icon-3.png'); INSERT INTO `jos_menu` VALUES (20, 'topmenu', 'Links', 'index.php?option=com_weblinks&Itemid=23', 'url', 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (25, 'mainmenu', 'FAQs', 'index.php?option=com_content&task=category§ionid=3&id=7', 'content_category', 1, 26, 7, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\ndescription_cat=1\ndescription_cat_image=1\norderby=\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1\nunpublished=1'); INSERT INTO `jos_menu` VALUES (26, 'mainmenu', 'J! Stuff', 'index.php?option=com_content&task=view&id=12', 'content_typed', 1, 0, 12, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (27, 'topmenu', 'Contact', 'index.php?option=com_contact', 'components', 0, 0, 7, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=icon-2.png\npageclass_sfx=\nback_button=\npage_title=1\nheader=\ncatid=0\nother_cat_section=1\nother_cat=1\ncat_description=1\ncat_items=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nheadings=1\nposition=1\nemail=0\ntelephone=1\nfax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsessionCheck=1'); INSERT INTO `jos_menu` VALUES (28, 'mainmenu', 'Typography', 'index.php?option=com_content&task=view&id=13', 'content_typed', 1, 0, 13, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (35, 'mainmenu', 'Features', 'index.php?option=com_content&task=view&id=18', 'content_typed', 1, 0, 18, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (37, 'mainmenu', 'RokZoom Enabled', 'index.php?option=com_content&task=view&id=17', 'content_typed', 1, 35, 17, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (38, 'mainmenu', 'Tutorials', 'index.php?option=com_content&task=view&id=22', 'content_typed', 1, 0, 22, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (39, 'mainmenu', 'Installing Equinox', 'index.php?option=com_content&task=view&id=19', 'content_typed', 1, 38, 19, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (40, 'mainmenu', 'Custom Modules', 'index.php?option=com_content&task=view&id=20', 'content_typed', 1, 38, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (41, 'mainmenu', 'Menu Options', 'index.php?option=com_content&task=view&id=23', 'content_typed', 1, 38, 23, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (42, 'mainmenu', '8 Preset Styles', 'index.php?option=com_content&task=view&id=21', 'content_typed', 1, 35, 21, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (43, 'mainmenu', 'Basic Customisation', 'index.php?option=com_content&task=view&id=24', 'content_typed', 1, 38, 24, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (44, 'mainmenu', '12 Module Positions', 'index.php?option=com_content&task=view&id=25', 'content_typed', 1, 35, 25, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (46, 'mainmenu', 'Menu Options', 'index.php?option=com_content&task=view&id=23', 'content_typed', 1, 35, 23, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (48, 'mainmenu', 'Using Typography', 'index.php?option=com_content&task=view&id=28', 'content_typed', 1, 38, 28, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (49, 'mainmenu', 'Dummy Menu Item', '#', 'url', 1, 46, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (50, 'mainmenu', 'Dummy Menu Item', '#', 'url', 1, 46, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (51, 'mainmenu', 'Dummy Menu Item', '#', 'url', 1, 46, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (52, 'mainmenu', 'Dummy Menu Item', '#', 'url', 1, 46, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (53, 'mainmenu', 'Dummy Menu Item', '#', 'url', 1, 50, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (54, 'mainmenu', 'Dummy Menu Item', '#', 'url', 1, 50, 0, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (55, 'mainmenu', 'Dummy Menu Item', '#', 'url', 1, 50, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); INSERT INTO `jos_menu` VALUES (56, 'mainmenu', 'Demo Content', 'index.php?option=com_content&task=view&id=29', 'content_typed', 1, 38, 29, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (57, 'mainmenu', 'Module Variations', 'index.php?option=com_content&task=view&id=30', 'content_typed', 1, 35, 30, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (58, 'mainmenu', 'Logo Editing', 'index.php?option=com_content&task=view&id=31', 'content_typed', 1, 38, 31, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (60, 'mainmenu', 'RocketLauncher', 'index.php?option=com_content&task=view&id=44', 'content_typed', 1, 35, 44, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\nunique_itemid=0'); INSERT INTO `jos_menu` VALUES (61, 'othermenu', 'RocketLabs', 'http://labs.rockettheme.com', 'url', 1, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1'); -- -------------------------------------------------------- -- -- Table structure for table `jos_messages` -- DROP TABLE IF EXISTS `jos_messages`; CREATE TABLE `jos_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` varchar(230) NOT NULL default '', `message` text NOT NULL, PRIMARY KEY (`message_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `jos_messages` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_messages_cfg` -- DROP TABLE IF EXISTS `jos_messages_cfg`; CREATE TABLE `jos_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_messages_cfg` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_modules` -- DROP TABLE IF EXISTS `jos_modules`; CREATE TABLE `jos_modules` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(10) default NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `numnews` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=172 ; -- -- Dumping data for table `jos_modules` -- INSERT INTO `jos_modules` VALUES (1, 'Polls', '', 1, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_poll', 0, 0, 1, 'cache=0\nmoduleclass_sfx=', 0, 0); INSERT INTO `jos_modules` VALUES (2, 'User Menu', '', 3, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_mainmenu', 0, 1, 1, 'menutype=usermenu', 1, 0); INSERT INTO `jos_modules` VALUES (3, 'Main Menu', '', 1, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'class_sfx=\nmoduleclass_sfx=\nmenutype=mainmenu\nmenu_style=vert_indent\nfull_active_id=0\ncache=1\nmenu_images=1\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=', 1, 0); INSERT INTO `jos_modules` VALUES (4, 'Login Form', '', 1, 'top', 0, '0000-00-00 00:00:00', 0, 'mod_login', 0, 0, 1, 'moduleclass_sfx=-hilite3\npretext=\nposttext=\nlogin=\nlogout=\nlogin_message=0\nlogout_message=0\ngreeting=1\nname=0', 1, 0); INSERT INTO `jos_modules` VALUES (5, 'Syndicate', '', 1, 'user3', 0, '0000-00-00 00:00:00', 0, 'mod_rssfeed', 0, 0, 1, 'text=\ncache=0\nmoduleclass_sfx=\nrss091=1\nrss10=1\nrss20=1\natom=1\nopml=1\nrss091_image=\nrss10_image=\nrss20_image=\natom_image=\nopml_image=', 1, 0); INSERT INTO `jos_modules` VALUES (6, 'Latest News', '', 1, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_latestnews', 0, 0, 1, 'moduleclass_sfx=\ncache=0\ntype=1\nshow_front=1\ncount=8\ncatid=\nsecid=', 1, 0); INSERT INTO `jos_modules` VALUES (8, 'Current Visitors', '', 8, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_whosonline', 0, 0, 1, 'showmode=0\nmoduleclass_sfx=-hilite4', 0, 0); INSERT INTO `jos_modules` VALUES (9, 'Popular', '', 2, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_mostread', 0, 0, 1, 'moduleclass_sfx=\ncache=0\ntype=2\nshow_front=1\ncount=3\ncatid=\nsecid=', 0, 0); INSERT INTO `jos_modules` VALUES (10, 'Template Chooser', '', 4, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_templatechooser', 0, 0, 1, 'show_preview=1', 0, 0); INSERT INTO `jos_modules` VALUES (11, 'Archive', '', 5, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_archive', 0, 0, 1, '', 1, 0); INSERT INTO `jos_modules` VALUES (12, 'Sections', '', 6, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_sections', 0, 0, 1, '', 1, 0); INSERT INTO `jos_modules` VALUES (13, 'Newsflash', '', 3, 'top', 0, '0000-00-00 00:00:00', 0, 'mod_newsflash', 0, 0, 0, 'catid=14\nstyle=random\nimage=0\nlink_titles=0\nreadmore=0\nitem_title=0\nitems=\ncache=0\nmoduleclass_sfx=', 0, 0); INSERT INTO `jos_modules` VALUES (14, 'Related Items', '', 1, 'user4', 0, '0000-00-00 00:00:00', 0, 'mod_related_items', 0, 0, 1, 'cache=0\nmoduleclass_sfx=', 0, 0); INSERT INTO `jos_modules` VALUES (15, 'Search', '', 8, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, 'moduleclass_sfx=-search\ncache=0\nset_itemid=\nwidth=20\ntext=\nbutton=\nbutton_pos=right\nbutton_text=', 0, 0); INSERT INTO `jos_modules` VALUES (16, 'Random Image', '', 2, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_random_image', 0, 0, 1, '', 0, 0); INSERT INTO `jos_modules` VALUES (17, 'Top Menu', '', 1, 'footer', 0, '0000-00-00 00:00:00', 0, 'mod_mainmenu', 0, 0, 0, 'class_sfx=\nmoduleclass_sfx=\nmenutype=topmenu\nmenu_style=horiz_flat\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=|\nend_spacer=', 1, 0); INSERT INTO `jos_modules` VALUES (18, 'Banners', '', 1, 'inset', 0, '0000-00-00 00:00:00', 0, 'mod_banners', 0, 0, 0, 'banner_cids=\nmoduleclass_sfx=', 1, 0); INSERT INTO `jos_modules` VALUES (19, 'Components', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_components', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (20, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 99, 1, '', 0, 1); INSERT INTO `jos_modules` VALUES (21, 'Latest Items', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 99, 1, '', 0, 1); INSERT INTO `jos_modules` VALUES (22, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 99, 1, '', 0, 1); INSERT INTO `jos_modules` VALUES (23, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (24, 'Online Users', '', 3, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (25, 'Full Menu', '', 1, 'top', 0, '0000-00-00 00:00:00', 1, 'mod_fullmenu', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (26, 'Pathway', '', 1, 'pathway', 0, '0000-00-00 00:00:00', 1, 'mod_pathway', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (27, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (28, 'System Message', '', 1, 'inset', 0, '0000-00-00 00:00:00', 1, 'mod_mosmsg', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (29, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 99, 1, '', 1, 1); INSERT INTO `jos_modules` VALUES (30, 'Other Menu', '', 2, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 0, 'class_sfx=\nmoduleclass_sfx=\nmenutype=othermenu\nmenu_style=list_flat\nfull_active_id=0\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=', 0, 0); INSERT INTO `jos_modules` VALUES (31, 'Wrapper', '', 7, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_wrapper', 0, 0, 1, '', 0, 0); INSERT INTO `jos_modules` VALUES (32, 'Logged', '', 0, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 99, 1, '', 0, 1); INSERT INTO `jos_modules` VALUES (87, 'Sample Module', 'Mauris mattis. Donec pretium. Fusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae, condimentum pellentesque, mauris', 2, 'user7', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (78, 'Key Features', '\r\n', 3, 'user3', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite4\ncache=1\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (114, 'Getting Started', '', 2, 'user4', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite3\ncache=1\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (79, 'Detailed Tutorials', 'Don''t miss out on our detailed Equinox tutorials available on this demo and our tutorials site. The Equinox tutorials feature step by step guides, each designed to help you set up your template and get the most out of your Equinox powered site.\r\n
Learn more...', 6, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-quote\ncache=1\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (66, 'Preview', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_preview', 0, 99, 1, '', 0, 1); INSERT INTO `jos_modules` VALUES (84, 'Sample Module', 'Mauris mattis. Donec pretium. Fusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae, condimentum pellentesque, mauris.

\r\nFusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae.\r\n', 9, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite1\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (85, 'Sample Module', 'Mauris mattis. Donec pretium. Fusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae, condimentum pellentesque, mauris.

\r\nFusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae.', 10, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite5\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (86, 'Sample Module', 'Mauris mattis. Donec pretium. Fusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae, condimentum pellentesque, mauris.\r\n', 1, 'user6', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (89, 'Native Joomla 1.5', 'imageEquinox is also available in a native Joomla 1.5 version, take advantage of the latest Joomla features without sacrificing style. Learn more...', 7, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite1\ncache=1\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (151, 'Variation Chooser', '', 1, 'user2', 0, '0000-00-00 00:00:00', 0, 'mod_variationchooser', 0, 0, 1, 'title_length=20\nshow_preview=0\npreview_width=140\npreview_height=90\nmoduleclass_sfx=', 0, 0); INSERT INTO `jos_modules` VALUES (154, 'RocketLauncher Video', 'RocketLauncher

RocketLauncher Installation Video Tutorial

You can also learn how to install the RocketLauncher template packages by following along with the steps in this detailed video tutorial.

Launch Video...', 9, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=-hilite7\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (94, 'Module User1 -hilite1', 'This is the -hilite1 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 11, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite1\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (95, 'Module User2 -hilite1', 'This is the -hilite1 module hilite. Enter this as your module class suffix in the Module Manager.', 2, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite1\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (96, 'Module User3 -quote', 'This is the -hilite1 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 5, 'user3', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-quote\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (166, 'Module User1 -search', '', 15, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, 'moduleclass_sfx=-search\ncache=0\nset_itemid=\nwidth=20\ntext=\nbutton=\nbutton_pos=right\nbutton_text=', 0, 0); INSERT INTO `jos_modules` VALUES (167, 'Module User5 -hilite6', 'This is the -hilite3 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 5, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite6\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (136, 'Module User4 -quote', 'This is the -hilite2 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 3, 'user4', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-quote\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (164, 'Tutorials Sidebar', '
\r\n

Switching Columns

\r\nA tutorial for RocketTheme members is available which, in detailed steps, describes how to change main side column orientation. Read more...\r\n
\r\n\r\n
\r\n

Integrating RokFlow

\r\nA tutorial for RocketTheme members is available which, in detailed steps, describes how to integrate RokFlow into Equinox. Read more...\r\n
\r\n\r\n
\r\n

Logo Size Changes

\r\nA tutorial for RocketTheme members is available which, in detailed steps, describes how to change the parameters of the logo image. Read more...\r\n
', 2, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=-\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (160, 'Module User1 -hilite3', 'This is the -hilite3 module hilite. Enter this as your module class suffix in the Module Manager.', 5, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite3\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (153, 'Customer Login', '', 2, 'top', 0, '0000-00-00 00:00:00', 1, 'mod_roklogin', 0, 0, 1, 'moduleclass_sfx=\npretext=\nposttext=\nlogin=\nlogout=\nlogin_message=0\nlogout_message=0\ngreeting=1\nname=0\nshowforgotpw=1\nautoremember=1', 0, 0); INSERT INTO `jos_modules` VALUES (158, 'Module User7', 'This is a regular module display without any hilite module suffix applied. This is how your modules will appear by default.\r\n', 1, 'user7', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (159, 'Module User8', 'This is a regular module display without any hilite module suffix applied. This is how your modules will appear by default.\r\n', 1, 'user8', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (162, 'Module User2 -hilite2', 'This is the -hilite2 module hilite. Enter this as your module class suffix in the Module Manager.', 3, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite2\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (111, 'Custom Widths', 'Equinox gives you the ability to change the width of the entire site with a single control. Set the perfect width for your site''s needs, be it fixed or fluid, and the layout will automatically adapt. Learn more...', 6, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite1\ncache=1\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (112, 'RokZoom Enabled', 'Make the most of your images with Equinox''s built in RokZoom support, or disable the RokZoom functionality with the flick of a switch.\r\nLearn more...', 1, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite5\ncache=1\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (152, 'Sample Inset', '
\r\n

RocketTheme Joomla Templates

\r\n
\r\n\r\nRead more...', 2, 'inset', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (168, 'Module User5 -hilite7', 'This is the -hilite3 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 6, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite7\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (169, 'Module User5 -hilite8', 'This is the -hilite3 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 7, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite8\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (170, 'Module User2 -hilite3', 'This is the -hilite2 module hilite. Enter this as your module class suffix in the Module Manager.', 4, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite3\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (171, 'Module User6', 'This is a regular module display without any hilite module suffix applied. This is how your modules will appear by default.', 2, 'user6', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (149, 'Sample Module', 'Mauris mattis. Donec pretium. Fusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae, condimentum pellentesque, mauris', 12, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite3\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (123, 'Features Left Sidebar', '
\r\n

8 Default Styles

\r\nEquinox is packaged with 8 lightweight styles to appeal to anyone''s colour preferences. These are easily interchangeable in the index.php via a configurable toggle.\r\n\r\nLearn more...\r\n
\r\n\r\n
\r\n

Module Variations

\r\n10 Module Variations are packaged with Equinox to allow you to present your Joomla Modules in a fashion fitting of the template design.\r\n\r\nLearn more...\r\n
\r\n\r\n
\r\n

Rocket Launcher Pack

\r\nThe Rocket Launcher is a full/complete Joomla install of the demo. Therefore, with a few steps, you can make an exact replica of the demo for Equinox.\r\n\r\nLearn more...\r\n
', 4, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=-\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (156, 'Installation User5', '
\r\n
\r\n

Step 1 - Using the Joomla installer

\r\n\r\nGo to your Admin control panel for your site. In the Menu at the top, go to Installers > Templates - Site. Next browse for your rt_equinox.tgz file you downloaded and then click Upload File & Install. Now Equinox is installed and in your template list. You should observe an introductory page in which you select Continue.

\r\n\r\nJoomla Template Install
\r\n
\r\n
\r\n\r\n
\r\n
\r\n

Step 2 - Making Equinox your default template

\r\n\r\nNext, from your admin control panel, go to Site > Template Manager > Site Templates. This will pull up the list of your installed templates. Find Equinox on the list and select the radio button to the left and then click Default up in the top right corner. Now Equinox is set as your default template. If you view your site, you should see the Equinox template up and running.

\r\n\r\nJoomla Template Manager
\r\n
\r\n
\r\n', 2, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=-\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (146, 'Features User1', '', 9, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (147, 'RokSlide', '', 2, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_rokslide', 0, 0, 0, 'catid=16\nwidth=650\nheight=150\nimage=1\nreadmore=0\nitems=5\njslib=0', 0, 0); INSERT INTO `jos_modules` VALUES (148, 'Sample Module', 'Mauris mattis. Donec pretium. Fusce rhoncus tincidunt ipsum. Maecenas risus quam, condimentum vulputate, mollis vitae, condimentum pellentesque, mauris', 7, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite2\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (150, 'Login Form', '', 10, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, 'moduleclass_sfx=-quote\npretext=\nposttext=\nlogin=\nlogout=\nlogin_message=0\nlogout_message=0\ngreeting=1\nname=0', 0, 0); INSERT INTO `jos_modules` VALUES (137, 'Module User5 -hilite5', 'This is the -hilite3 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 4, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite5\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (138, 'Module User1 -hilite4', 'This is the -hilite4 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 14, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite4\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (139, 'Module User1 -hilite2', 'This is the -hilite2 module hilite. Enter this as your module class suffix in the Module Manager.\r\n', 13, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite2\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (141, 'Module User2 -hilite4', 'This is the -hilite4 module hilite. Enter this as your module class suffix in the Module Manager.', 5, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite4\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (163, 'Logo Editing User1', '
\r\n

Guides, Tutorials & More

\r\nIn the RocketTheme forum, we have a board devoted to Fireworks and general image editing which you can ask for assistance, browse the lists of tutorials from the web or just search through the posts. Read More...\r\n
\r\n\r\n
\r\n

Video Available

\r\nA detailed video tutorial outlining the processes of Using Typography is now available. Launch Now\r\n
\r\n\r\n
\r\n

Download Source

\r\nRocketTheme provide it''s members with a complete PNG source which is fully editable in Adobe Fireworks. Read More...\r\n
', 3, 'user1', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=-\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (131, 'Layout Options Top Tier', '
Module Positions
\r\n\r\n', 10, 'user2', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 0, 'moduleclass_sfx=\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (134, 'Step 1 - Upload the Files', 'Download the seperate Equinox RocketLauncher package from the Equinox\r\ntemplate downloads section, unzip the RocketLauncher package, and upload the Joomla files located inside of the Joomla_RT_Equinox folder to your server as you would a standard Joomla installation package. You can upload the files with a FTP \r\nclient such as Filezilla.', 3, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite5\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); INSERT INTO `jos_modules` VALUES (135, 'Step 2 - Run the Installer', 'Point your browser to the location of the RocketLauncher Joomla\r\ninstallation package on your server (whichever domain/folder you\r\nuploaded to). You will then see a RocketLauncher splash screen. Click\r\nBegin Install and follow the on screen Joomla installation instructions.', 8, 'user5', 0, '0000-00-00 00:00:00', 1, '', 0, 0, 1, 'moduleclass_sfx=-hilite5\ncache=0\nfirebots=1\nrssurl=\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\nrsscache=3600', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_modules_menu` -- DROP TABLE IF EXISTS `jos_modules_menu`; CREATE TABLE `jos_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_modules_menu` -- INSERT INTO `jos_modules_menu` VALUES (1, 2); INSERT INTO `jos_modules_menu` VALUES (1, 3); INSERT INTO `jos_modules_menu` VALUES (1, 5); INSERT INTO `jos_modules_menu` VALUES (1, 6); INSERT INTO `jos_modules_menu` VALUES (1, 7); INSERT INTO `jos_modules_menu` VALUES (1, 9); INSERT INTO `jos_modules_menu` VALUES (1, 23); INSERT INTO `jos_modules_menu` VALUES (1, 25); INSERT INTO `jos_modules_menu` VALUES (1, 26); INSERT INTO `jos_modules_menu` VALUES (2, 0); INSERT INTO `jos_modules_menu` VALUES (3, 1); INSERT INTO `jos_modules_menu` VALUES (3, 2); INSERT INTO `jos_modules_menu` VALUES (3, 3); INSERT INTO `jos_modules_menu` VALUES (3, 5); INSERT INTO `jos_modules_menu` VALUES (3, 6); INSERT INTO `jos_modules_menu` VALUES (3, 7); INSERT INTO `jos_modules_menu` VALUES (3, 9); INSERT INTO `jos_modules_menu` VALUES (3, 23); INSERT INTO `jos_modules_menu` VALUES (3, 25); INSERT INTO `jos_modules_menu` VALUES (3, 26); INSERT INTO `jos_modules_menu` VALUES (3, 28); INSERT INTO `jos_modules_menu` VALUES (3, 35); INSERT INTO `jos_modules_menu` VALUES (3, 37); INSERT INTO `jos_modules_menu` VALUES (3, 38); INSERT INTO `jos_modules_menu` VALUES (3, 39); INSERT INTO `jos_modules_menu` VALUES (3, 40); INSERT INTO `jos_modules_menu` VALUES (3, 41); INSERT INTO `jos_modules_menu` VALUES (3, 42); INSERT INTO `jos_modules_menu` VALUES (3, 43); INSERT INTO `jos_modules_menu` VALUES (3, 44); INSERT INTO `jos_modules_menu` VALUES (3, 46); INSERT INTO `jos_modules_menu` VALUES (3, 48); INSERT INTO `jos_modules_menu` VALUES (3, 56); INSERT INTO `jos_modules_menu` VALUES (3, 57); INSERT INTO `jos_modules_menu` VALUES (3, 58); INSERT INTO `jos_modules_menu` VALUES (3, 60); INSERT INTO `jos_modules_menu` VALUES (4, 1); INSERT INTO `jos_modules_menu` VALUES (5, 2); INSERT INTO `jos_modules_menu` VALUES (5, 5); INSERT INTO `jos_modules_menu` VALUES (5, 6); INSERT INTO `jos_modules_menu` VALUES (5, 7); INSERT INTO `jos_modules_menu` VALUES (5, 23); INSERT INTO `jos_modules_menu` VALUES (5, 25); INSERT INTO `jos_modules_menu` VALUES (6, 5); INSERT INTO `jos_modules_menu` VALUES (6, 6); INSERT INTO `jos_modules_menu` VALUES (6, 7); INSERT INTO `jos_modules_menu` VALUES (6, 23); INSERT INTO `jos_modules_menu` VALUES (6, 26); INSERT INTO `jos_modules_menu` VALUES (8, 1); INSERT INTO `jos_modules_menu` VALUES (9, 2); INSERT INTO `jos_modules_menu` VALUES (9, 3); INSERT INTO `jos_modules_menu` VALUES (9, 5); INSERT INTO `jos_modules_menu` VALUES (9, 6); INSERT INTO `jos_modules_menu` VALUES (9, 7); INSERT INTO `jos_modules_menu` VALUES (9, 9); INSERT INTO `jos_modules_menu` VALUES (9, 23); INSERT INTO `jos_modules_menu` VALUES (9, 25); INSERT INTO `jos_modules_menu` VALUES (9, 26); INSERT INTO `jos_modules_menu` VALUES (10, 1); INSERT INTO `jos_modules_menu` VALUES (13, 0); INSERT INTO `jos_modules_menu` VALUES (14, 2); INSERT INTO `jos_modules_menu` VALUES (14, 5); INSERT INTO `jos_modules_menu` VALUES (14, 6); INSERT INTO `jos_modules_menu` VALUES (14, 7); INSERT INTO `jos_modules_menu` VALUES (14, 9); INSERT INTO `jos_modules_menu` VALUES (14, 23); INSERT INTO `jos_modules_menu` VALUES (14, 25); INSERT INTO `jos_modules_menu` VALUES (15, 1); INSERT INTO `jos_modules_menu` VALUES (17, 0); INSERT INTO `jos_modules_menu` VALUES (18, 0); INSERT INTO `jos_modules_menu` VALUES (30, 0); INSERT INTO `jos_modules_menu` VALUES (66, 0); INSERT INTO `jos_modules_menu` VALUES (78, 1); INSERT INTO `jos_modules_menu` VALUES (79, 1); INSERT INTO `jos_modules_menu` VALUES (84, 2); INSERT INTO `jos_modules_menu` VALUES (84, 3); INSERT INTO `jos_modules_menu` VALUES (84, 5); INSERT INTO `jos_modules_menu` VALUES (84, 6); INSERT INTO `jos_modules_menu` VALUES (84, 7); INSERT INTO `jos_modules_menu` VALUES (84, 23); INSERT INTO `jos_modules_menu` VALUES (84, 25); INSERT INTO `jos_modules_menu` VALUES (84, 26); INSERT INTO `jos_modules_menu` VALUES (85, 2); INSERT INTO `jos_modules_menu` VALUES (85, 5); INSERT INTO `jos_modules_menu` VALUES (85, 6); INSERT INTO `jos_modules_menu` VALUES (85, 7); INSERT INTO `jos_modules_menu` VALUES (85, 9); INSERT INTO `jos_modules_menu` VALUES (85, 23); INSERT INTO `jos_modules_menu` VALUES (85, 25); INSERT INTO `jos_modules_menu` VALUES (85, 26); INSERT INTO `jos_modules_menu` VALUES (86, 2); INSERT INTO `jos_modules_menu` VALUES (86, 5); INSERT INTO `jos_modules_menu` VALUES (86, 6); INSERT INTO `jos_modules_menu` VALUES (86, 7); INSERT INTO `jos_modules_menu` VALUES (86, 23); INSERT INTO `jos_modules_menu` VALUES (87, 2); INSERT INTO `jos_modules_menu` VALUES (87, 5); INSERT INTO `jos_modules_menu` VALUES (87, 6); INSERT INTO `jos_modules_menu` VALUES (87, 7); INSERT INTO `jos_modules_menu` VALUES (87, 23); INSERT INTO `jos_modules_menu` VALUES (89, 1); INSERT INTO `jos_modules_menu` VALUES (94, 57); INSERT INTO `jos_modules_menu` VALUES (95, 57); INSERT INTO `jos_modules_menu` VALUES (96, 57); INSERT INTO `jos_modules_menu` VALUES (111, 1); INSERT INTO `jos_modules_menu` VALUES (112, 1); INSERT INTO `jos_modules_menu` VALUES (114, 1); INSERT INTO `jos_modules_menu` VALUES (123, 28); INSERT INTO `jos_modules_menu` VALUES (123, 37); INSERT INTO `jos_modules_menu` VALUES (123, 41); INSERT INTO `jos_modules_menu` VALUES (123, 42); INSERT INTO `jos_modules_menu` VALUES (123, 44); INSERT INTO `jos_modules_menu` VALUES (123, 46); INSERT INTO `jos_modules_menu` VALUES (123, 60); INSERT INTO `jos_modules_menu` VALUES (131, 63); INSERT INTO `jos_modules_menu` VALUES (134, 60); INSERT INTO `jos_modules_menu` VALUES (135, 60); INSERT INTO `jos_modules_menu` VALUES (136, 57); INSERT INTO `jos_modules_menu` VALUES (137, 57); INSERT INTO `jos_modules_menu` VALUES (138, 57); INSERT INTO `jos_modules_menu` VALUES (139, 57); INSERT INTO `jos_modules_menu` VALUES (141, 57); INSERT INTO `jos_modules_menu` VALUES (146, 35); INSERT INTO `jos_modules_menu` VALUES (147, 35); INSERT INTO `jos_modules_menu` VALUES (148, 2); INSERT INTO `jos_modules_menu` VALUES (148, 3); INSERT INTO `jos_modules_menu` VALUES (148, 5); INSERT INTO `jos_modules_menu` VALUES (148, 6); INSERT INTO `jos_modules_menu` VALUES (148, 7); INSERT INTO `jos_modules_menu` VALUES (148, 23); INSERT INTO `jos_modules_menu` VALUES (148, 25); INSERT INTO `jos_modules_menu` VALUES (148, 26); INSERT INTO `jos_modules_menu` VALUES (149, 2); INSERT INTO `jos_modules_menu` VALUES (149, 3); INSERT INTO `jos_modules_menu` VALUES (149, 5); INSERT INTO `jos_modules_menu` VALUES (149, 6); INSERT INTO `jos_modules_menu` VALUES (149, 7); INSERT INTO `jos_modules_menu` VALUES (149, 23); INSERT INTO `jos_modules_menu` VALUES (149, 25); INSERT INTO `jos_modules_menu` VALUES (149, 26); INSERT INTO `jos_modules_menu` VALUES (150, 2); INSERT INTO `jos_modules_menu` VALUES (150, 3); INSERT INTO `jos_modules_menu` VALUES (150, 5); INSERT INTO `jos_modules_menu` VALUES (150, 6); INSERT INTO `jos_modules_menu` VALUES (150, 7); INSERT INTO `jos_modules_menu` VALUES (150, 9); INSERT INTO `jos_modules_menu` VALUES (150, 23); INSERT INTO `jos_modules_menu` VALUES (150, 25); INSERT INTO `jos_modules_menu` VALUES (150, 26); INSERT INTO `jos_modules_menu` VALUES (151, 1); INSERT INTO `jos_modules_menu` VALUES (152, 0); INSERT INTO `jos_modules_menu` VALUES (153, 0); INSERT INTO `jos_modules_menu` VALUES (154, 60); INSERT INTO `jos_modules_menu` VALUES (156, 39); INSERT INTO `jos_modules_menu` VALUES (158, 57); INSERT INTO `jos_modules_menu` VALUES (159, 57); INSERT INTO `jos_modules_menu` VALUES (160, 57); INSERT INTO `jos_modules_menu` VALUES (162, 57); INSERT INTO `jos_modules_menu` VALUES (163, 58); INSERT INTO `jos_modules_menu` VALUES (164, 38); INSERT INTO `jos_modules_menu` VALUES (164, 39); INSERT INTO `jos_modules_menu` VALUES (164, 40); INSERT INTO `jos_modules_menu` VALUES (164, 41); INSERT INTO `jos_modules_menu` VALUES (164, 43); INSERT INTO `jos_modules_menu` VALUES (164, 48); INSERT INTO `jos_modules_menu` VALUES (164, 56); INSERT INTO `jos_modules_menu` VALUES (164, 58); INSERT INTO `jos_modules_menu` VALUES (166, 57); INSERT INTO `jos_modules_menu` VALUES (167, 57); INSERT INTO `jos_modules_menu` VALUES (168, 57); INSERT INTO `jos_modules_menu` VALUES (169, 57); INSERT INTO `jos_modules_menu` VALUES (170, 57); INSERT INTO `jos_modules_menu` VALUES (171, 57); -- -------------------------------------------------------- -- -- Table structure for table `jos_newsfeeds` -- DROP TABLE IF EXISTS `jos_newsfeeds`; CREATE TABLE `jos_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ; -- -- Dumping data for table `jos_newsfeeds` -- INSERT INTO `jos_newsfeeds` VALUES (4, 1, 'Joomla! - Official News', 'http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_frontpage&Itemid=1', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 8); INSERT INTO `jos_newsfeeds` VALUES (4, 2, 'Joomla! - Community News', 'http://www.joomla.org/index.php?option=com_rss_xtd&feed=RSS2.0&type=com_content&task=blogcategory&id=0&Itemid=33', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 9); INSERT INTO `jos_newsfeeds` VALUES (10, 4, 'Linux Today', 'http://linuxtoday.com/backend/my-netscape.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 1); INSERT INTO `jos_newsfeeds` VALUES (5, 5, 'Business News', 'http://headlines.internet.com/internetnews/bus-news/news.rss', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 2); INSERT INTO `jos_newsfeeds` VALUES (11, 6, 'Web Developer News', 'http://headlines.internet.com/internetnews/wd-news/news.rss', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 3); INSERT INTO `jos_newsfeeds` VALUES (10, 7, 'Linux Central:New Products', 'http://linuxcentral.com/backend/lcnew.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 4); INSERT INTO `jos_newsfeeds` VALUES (10, 8, 'Linux Central:Best Selling', 'http://linuxcentral.com/backend/lcbestns.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 5); INSERT INTO `jos_newsfeeds` VALUES (10, 9, 'Linux Central:Daily Specials', 'http://linuxcentral.com/backend/lcspecialns.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 6); INSERT INTO `jos_newsfeeds` VALUES (9, 10, 'Internet:Finance News', 'http://headlines.internet.com/internetnews/fina-news/news.rss', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 7); -- -------------------------------------------------------- -- -- Table structure for table `jos_polls` -- DROP TABLE IF EXISTS `jos_polls`; CREATE TABLE `jos_polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(100) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ; -- -- Dumping data for table `jos_polls` -- INSERT INTO `jos_polls` VALUES (14, 'This Joomla! installation was ....', 1, 0, '0000-00-00 00:00:00', 1, 0, 86400); -- -------------------------------------------------------- -- -- Table structure for table `jos_poll_data` -- DROP TABLE IF EXISTS `jos_poll_data`; CREATE TABLE `jos_poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(4) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ; -- -- Dumping data for table `jos_poll_data` -- INSERT INTO `jos_poll_data` VALUES (1, 14, 'Absolutely simple', 1); INSERT INTO `jos_poll_data` VALUES (2, 14, 'Reasonably easy', 0); INSERT INTO `jos_poll_data` VALUES (3, 14, 'Not straight-forward but I worked it out', 0); INSERT INTO `jos_poll_data` VALUES (4, 14, 'I had to install extra server stuff', 0); INSERT INTO `jos_poll_data` VALUES (5, 14, 'I had no idea and got my friend to do it', 0); INSERT INTO `jos_poll_data` VALUES (6, 14, 'My dog ran away with the README ...', 0); INSERT INTO `jos_poll_data` VALUES (7, 14, '', 0); INSERT INTO `jos_poll_data` VALUES (8, 14, '', 0); INSERT INTO `jos_poll_data` VALUES (9, 14, '', 0); INSERT INTO `jos_poll_data` VALUES (10, 14, '', 0); INSERT INTO `jos_poll_data` VALUES (11, 14, '', 0); INSERT INTO `jos_poll_data` VALUES (12, 14, '', 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_poll_date` -- DROP TABLE IF EXISTS `jos_poll_date`; CREATE TABLE `jos_poll_date` ( `id` bigint(20) NOT NULL auto_increment, `date` datetime NOT NULL default '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `jos_poll_date` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_poll_menu` -- DROP TABLE IF EXISTS `jos_poll_menu`; CREATE TABLE `jos_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_poll_menu` -- INSERT INTO `jos_poll_menu` VALUES (14, 1); -- -------------------------------------------------------- -- -- Table structure for table `jos_sections` -- DROP TABLE IF EXISTS `jos_sections`; CREATE TABLE `jos_sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `name` varchar(255) NOT NULL default '', `image` varchar(100) NOT NULL default '', `scope` varchar(50) NOT NULL default '', `image_position` varchar(10) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `jos_sections` -- INSERT INTO `jos_sections` VALUES (1, 'News', 'The News', 'articles.jpg', 'content', 'right', 'Select a news topic from the list below, then select a news article to read.', 1, 0, '0000-00-00 00:00:00', 3, 0, 2, ''); INSERT INTO `jos_sections` VALUES (2, 'Newsflashes', 'Newsflashes', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 4, 0, 3, ''); INSERT INTO `jos_sections` VALUES (3, 'FAQs', 'Frequently Asked Questions', 'pastarchives.jpg', 'content', 'left', 'From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.', 1, 0, '0000-00-00 00:00:00', 5, 0, 1, ''); INSERT INTO `jos_sections` VALUES (4, 'Latest', 'Latest', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 'imagefolders=*1*'); INSERT INTO `jos_sections` VALUES (5, 'Blog Demo', 'Blog Demo', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'imagefolders=*1*'); -- -------------------------------------------------------- -- -- Table structure for table `jos_session` -- DROP TABLE IF EXISTS `jos_session`; CREATE TABLE `jos_session` ( `username` varchar(50) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `whosonline` (`guest`,`usertype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_session` -- INSERT INTO `jos_session` VALUES ('admin', '1192240818', 'ba3919df5564e24159ef3a2702673479', 1, 62, 'Super Administrator', 0); INSERT INTO `jos_session` VALUES ('', '1192241977', '9bd4d38c62edc68b63c13ad021bd4fea', 1, 0, '', 0); INSERT INTO `jos_session` VALUES ('', '1192241745', 'c935fa25ca6ad5b6c5a1e874f0b450f5', 1, 0, '', 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_stats_agents` -- DROP TABLE IF EXISTS `jos_stats_agents`; CREATE TABLE `jos_stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_stats_agents` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_templates_menu` -- DROP TABLE IF EXISTS `jos_templates_menu`; CREATE TABLE `jos_templates_menu` ( `template` varchar(50) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`template`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_templates_menu` -- INSERT INTO `jos_templates_menu` VALUES ('joomla_admin', 0, 1); INSERT INTO `jos_templates_menu` VALUES ('rt_equinox', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_template_positions` -- DROP TABLE IF EXISTS `jos_template_positions`; CREATE TABLE `jos_template_positions` ( `id` int(11) NOT NULL auto_increment, `position` varchar(10) NOT NULL default '', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ; -- -- Dumping data for table `jos_template_positions` -- INSERT INTO `jos_template_positions` VALUES (1, 'left', ''); INSERT INTO `jos_template_positions` VALUES (2, 'right', ''); INSERT INTO `jos_template_positions` VALUES (3, 'top', ''); INSERT INTO `jos_template_positions` VALUES (4, 'bottom', ''); INSERT INTO `jos_template_positions` VALUES (5, 'inset', ''); INSERT INTO `jos_template_positions` VALUES (6, 'banner', ''); INSERT INTO `jos_template_positions` VALUES (7, 'header', ''); INSERT INTO `jos_template_positions` VALUES (8, 'footer', ''); INSERT INTO `jos_template_positions` VALUES (9, 'newsflash', ''); INSERT INTO `jos_template_positions` VALUES (10, 'legals', ''); INSERT INTO `jos_template_positions` VALUES (11, 'pathway', ''); INSERT INTO `jos_template_positions` VALUES (12, 'toolbar', ''); INSERT INTO `jos_template_positions` VALUES (13, 'cpanel', ''); INSERT INTO `jos_template_positions` VALUES (14, 'user1', ''); INSERT INTO `jos_template_positions` VALUES (15, 'user2', ''); INSERT INTO `jos_template_positions` VALUES (16, 'user3', ''); INSERT INTO `jos_template_positions` VALUES (17, 'user4', ''); INSERT INTO `jos_template_positions` VALUES (18, 'user5', ''); INSERT INTO `jos_template_positions` VALUES (19, 'user6', ''); INSERT INTO `jos_template_positions` VALUES (20, 'user7', ''); INSERT INTO `jos_template_positions` VALUES (21, 'user8', ''); INSERT INTO `jos_template_positions` VALUES (22, 'user9', ''); INSERT INTO `jos_template_positions` VALUES (23, 'advert1', ''); INSERT INTO `jos_template_positions` VALUES (24, 'advert2', ''); INSERT INTO `jos_template_positions` VALUES (25, 'advert3', ''); INSERT INTO `jos_template_positions` VALUES (26, 'icon', ''); INSERT INTO `jos_template_positions` VALUES (27, 'debug', ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_users` -- DROP TABLE IF EXISTS `jos_users`; CREATE TABLE `jos_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `username` varchar(25) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=65 ; -- -- Dumping data for table `jos_users` -- INSERT INTO `jos_users` VALUES (62, 'Administrator', 'admin', 'mims@massmonopoly.com', '35b21f07b19065d3c928af8c7aeef290', 'Super Administrator', 0, 1, 25, '2007-10-12 20:38:25', '0000-00-00 00:00:00', '', 'expired=\nexpired_time='); INSERT INTO `jos_users` VALUES (63, 'Marian Motyl-Szary', 'mmotylszary', 'mmotylszary@gmail.com', '35b21f07b19065d3c928af8c7aeef290', 'Super Administrator', 0, 0, 25, '2007-10-12 21:49:20', '2007-10-12 22:19:36', '634e95c71968215ed21cea5562ef0f27', 'editor=\nexpired=\nexpired_time='); INSERT INTO `jos_users` VALUES (64, 'Adam the Boss', 'amotylszary', 'amotylszary@gmail.com', '35b21f07b19065d3c928af8c7aeef290', 'Super Administrator', 0, 0, 25, '2007-10-12 21:51:16', '0000-00-00 00:00:00', '', 'editor=tinymce'); -- -------------------------------------------------------- -- -- Table structure for table `jos_usertypes` -- DROP TABLE IF EXISTS `jos_usertypes`; CREATE TABLE `jos_usertypes` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `mask` varchar(11) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `jos_usertypes` -- INSERT INTO `jos_usertypes` VALUES (0, 'superadministrator', ''); INSERT INTO `jos_usertypes` VALUES (1, 'administrator', ''); INSERT INTO `jos_usertypes` VALUES (2, 'editor', ''); INSERT INTO `jos_usertypes` VALUES (3, 'user', ''); INSERT INTO `jos_usertypes` VALUES (4, 'author', ''); INSERT INTO `jos_usertypes` VALUES (5, 'publisher', ''); INSERT INTO `jos_usertypes` VALUES (6, 'manager', ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_weblinks` -- DROP TABLE IF EXISTS `jos_weblinks`; CREATE TABLE `jos_weblinks` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` varchar(250) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Dumping data for table `jos_weblinks` -- INSERT INTO `jos_weblinks` VALUES (1, 2, 0, 'Joomla!', 'http://www.joomla.org', 'Home of Joomla!', '2005-02-14 15:19:02', 2, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0'); INSERT INTO `jos_weblinks` VALUES (2, 2, 0, 'php.net', 'http://www.php.net', 'The language that Joomla! is developed in', '2004-07-07 11:33:24', 0, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, ''); INSERT INTO `jos_weblinks` VALUES (3, 2, 0, 'MySQL', 'http://www.mysql.com', 'The database that Joomla! uses', '2004-07-07 10:18:31', 0, 1, 0, '0000-00-00 00:00:00', 5, 0, 1, ''); INSERT INTO `jos_weblinks` VALUES (4, 2, 0, 'OpenSourceMatters', 'http://www.opensourcematters.org', 'Home of OSM', '2005-02-14 15:19:02', 2, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0'); INSERT INTO `jos_weblinks` VALUES (5, 2, 0, 'Joomla! - Forums', 'http://forum.joomla.org', 'Joomla! Forums', '2005-02-14 15:19:02', 2, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0');