|
|
|
IntroductionThe Cynergy Content Component lets you display a category list with a few extra parameters to play with than those offered by joomla.
InstallingThe component is designed for Joomla 1.5 and above. Download the Cynergy Content Component from here: http://www.cynergy-software.com/downloads/category/2-cynergy-content.html In Joomla, under the Extensions tab, click Install/Uninstall and upload the zip file. The component has now been installed properly.
Integrating Cynergy Content Into A Menu ItemTo display the Cynergy Content component, you need to create a menu item of type Cynergy Content.
Once you have created the menu item, open the component advanced parameters at the right of the page. You can here set a few new parameters.
Note: The row tr's are with css classes: sectiontableentry1, sectiontableentry1noborder,sectiontableentry2, sectiontableentry2noborder. This allows you to add custom css to make your rows have alternating colors. In the demo i used the following css:
tr.sectiontableentry2 td { background:#FFFFF none repeat scroll 0%; border-bottom:1px solid #DCDCDC; padding:5px; } tr.sectiontableentry2noborder td { background:#FFFFFF none repeat scroll 0%; padding:5px; } tr.sectiontableentry1 td { background:#F2E3ED none repeat scroll 0%; border-bottom:1px solid #DCDCDC; padding:5px; } tr.sectiontableentry1noborder td { background:#F2E3ED none repeat scroll 0%; padding:5px; }
|




