Add a CW Quick Map module to any page(s) on your site
In the Joomla administrator, go to Extensions > Modules and click "New" to add a new module.
Select the CW Quick Map module type.
Parameters Explained
Map Markers: A Joomla repeatable field that enables you to add multiple map markers. In the pop-up window, click a green plus button to add a new map marker, or a red minus button to remove a map marker.
Caption: Enter a caption for each map marker
Latitude: Enter the latitude coordinate for each map marker. *
Longitude: Enter the longitude coordinate for each map marker. *
Center Latitude: Enter the latitude coordinate for the center of the map. *
Center Longitude: Enter the longitude coordinate for the center of the map. *
Zoom Level: Enter the initial zoom level of the map.
Width: Enter the width of the map. Leave this blank if you want to control the map width with your own CSS.
Height: Enter the height of the map. Leave this blank if you want to control the map height with your own CSS.
Creating a Template Override
If you want to override the standard layout, you have to create a template override as follows:
Copy /modules/mod_cw_quickmap/default.php to /templates/{YOUR_TEMPLATE}/html/mod_cw_quickmap/default.php **
Modify as needed
* Note: You can get latitude and longitude coordinates at http://www.latlong.net/ ** Note: If you want to have multiple template overrides, you can create multiple copies of default.php, but give it different names. Each new override will be available in as an option in the Alternate Layout parameter in the Advanced parameter tab in the module.
CW Installer is a plugin for Joomla that allows you to download updates for CW Extensions from the Joomla administrator if you have the correct download ID. You can not use the Joomla updater for CW extensions without first configuring CW Installer. CW Whatever and CW So Meta are available without a membership, and therefore do not require CW Installer to use the Joomla updater.
In the Joomla administrator, go to the plugin manager at Extensions > Plugins
Locate and open the "Installer - CW Extensions" plugin
The only parameter is the Download ID parameter. Each CW Joomla Extensions member has a unique download ID, which can be obtained at https://corywebbmedia.com/account. Enter your unique download ID in the space provided.
CW Top Secret is a plugin for Joomla that prevents access to a site by unauthenticated users except for a designated set of components or menus.
Step 1:Installation
Login to your Joomla administrator
Go to Extensions > Manage, and go to the "Upload Package File" tab
Click the "Browse" button to locate your CW Top Secret installer package
Click the "Upload and Install" button to finish isntallation.
Step 2: Configuration
In the Joomla administrator, go to the plugin manager at Extensions > Plugins
Locate and open the CW Top Secret plugin
Note: All parameters are optional.
Select whether or not you want to use the first whitelist menu option.
If you selected "Yes" to using the first whitelist menu, select the first menu you would like to whitelist. Any menu item in this menu will be whitelisted, meaning that the user's access to that menu item will not be blocked by CW Top Secret.
Repeat the previous steps for the second and third whitelist menu options. You may whitelist up to 3 menus.
Enter a comma-separated list of components you would like to whitelist. The user's access to pages rendered by these components will not be blocked by CW Top Secret. The Joomla users component is already added here by default, because you want the user to be able to access the login form.
Enter a comma-separated list of components you would like to blacklist. The user's access to these components will be blocked regardless of whether or not the components have menu items in the whitelisted menus. Note that this only applies to unauthenticated users.
Select whether or not you want CW Top Secret to only run on the frontend of the site. Select "Yes" to ignore the administrator and only run on the front end.
Select the menu item to which you would like to redirect users whose access is denied.
Enter a message to be displayed to users when they are redirected because their access is denied.
CW So Meta (short for "Social Meta") is a plugin for Joomla that automatically adds social meta tags to every page on your site.
Step 1:Installation
Login to your Joomla administrator
Go to Extensions > Manage, and go to the "Upload Package File" tab
Click the "Browse" button to locate your CW So Meta installer package
Click the "Upload and Install" button to finish isntallation.
Step 2: Configuration
In the Joomla administrator, go to the plugin manager at Extensions > Plugins
Locate and open the CW So Meta plugin
Note: All parameters are optional.
Select a default image
Enter the website's or company's Twitter handle, including the "@" symbol. (Ex: @corywebb)
Enter the author's Twitter handle, including the "@" symbol. (Ex: @corywebb) Note that it is not currently possible to have a different Twitter handle for each author, as Joomla's default user profile does not contain a Twitter handle field.
The first thing you want to do is create a template override for the whatever component's whatever view. Here's how you do that:
In /templates/{YOUR_TEMPLATE}/html, create a folder called com_cw_whatever.
In the com_cw_whatever folder you just created, create a folder called whatever. This folder will contain your template override files.
In the whatever folder you just created, create a PHP file and name it whatever you want to name it.
Add your own custom script to the PHP file you created. Note that the "Whatever" parameter in the menu item is aviailable to use as $this->whatever in your PHP script.
Step 2: Create a CW Whatever menu item
In the Joomla administrator, create a new menu item to render your new CW Whatever script. Set the menu item type to CW Whatever > Whatever
In the menu item's Whatever tab, select your template override in the Script parameter.
[Optional] In the menu item's CW Whatever tab, you can set the Whatever parameter to whatever you want it to be.
CW Whatever Module
Step 1: Create a template override
The first thing you want to do is create a template override for the whatever module. Here's how you do that:
In /templates/{YOUR_TEMPLATE}/html, create a folder called mod_cw_whatever.
In the mod_cw_whatever folder you just created, create a PHP file and name it whatever you want to name it.
Add your own custom script to the PHP file you created. Note that the "Whatever" parameter in the module is aviailable to use as $whatever in your PHP script
Step 2: Add a CW Whatever module to any page(s) on your site
In the Joomla administrator, go to Extensions > Modules and click "New" to add a new module.
Select the CW Whatever module type.
Select the layout you wish to use for the module. This will have the same name as the template override you created in step 1.
[Optional] You can set the Whatever parameter to whatever you want it to be.
That's all there is to it. This component and module were designed to do as little as possible and be as simple as possible to enable you to add your own custom PHP scripts.