Theme Joomla Tips and Advice
Useful PHP conditional statements for Joomla
While doing some coding for one of our new templates I was looking for a clearer understanding of some of the conditional statements to be used with the latest versions of Joomla, as I am well versed in the older methods. I found some, and thought I would list them below should anyone find them useful...
//Write conditional code for a homepage <?php if (JRequest::getVar('view')=='frontpage') { ?> put the HTML for the banner here <?php } ?> //Write conditional code for a Section Page <?php if (JRequest::getVar('view')=='section') { ?> put the HTML for the banner here <?php } ?> //Target a Section page with a particlar #id <?php if (JRequest::getVar('view')=='section' && JRequest::getVar('id')==1) { ?> put the HTML for the banner here <?php } ?> //If on section 1, display this data, if on section 2, display this data <?php $db = &JFactory::getDBO(); $id = JRequest::getVar('id'); Useful if ( $id ) { if ( JRequest::getVar('view') == 'section' ) { $sectionid = $id; } elseif ( JRequest::getVar('view') == 'category' ) { $query = 'SELECT section FROM #__categories WHERE id = ' . (int) $id; $db->setQuery($query, 0, 1); $sectionid = $db->loadResult(); } elseif ( JRequest::getVar('view') == 'article' ) { $query = 'SELECT sectionid FROM #__content WHERE id = ' . (int) $id; $db->setQuery($query, 0, 1); $sectionid = $db->loadResult(); } } else { $sectionid = ''; } if ($sectionid != '' && $sectionid == 2) { ?> Code for Section #2 goes here <?php } elseif ($sectionid != '' && $sectionid == 3) { ?> Code for Section #3 goes here <?php } ?>
These above are great for sections and categories, if I find more for other sections of Joomla, I will put them online. Enjoy and happy coding!
- Tags:
- Theme Joomla
- Resources
- PHP
- Favored Friends Partner Program
- Favored Friends Partner Program
-
http://www.alllondonescorts.com -
http://www.wmeseo.com.au/ -
http://www.designsreview.com -
http://www.flash-decompiler.com/ -
http://www.presspixels.com -
http://www.6000year.com -
www.wholesalehandbags11.com - Favored Friends Partner Program
- Favored Friends Partner Program
-
http://www.allsmiles.com/ -
http://directory.ac -
http://www.digitalbroadcasters.co.uk -
http://www.swf-to-fla.net/ -
http://www.dirwebguide.com -
www.dbestdir.com -
http://www.dirtopweb.com
With a Google Page Rank of 6 and an Alexa world global ranking of 82,336 you should become a favored friend and get your site noticed!
Latest Releases
Payment Options
All secure payments and purchases are processed through our main holding company Site Source Solution via PayPal or 2checkout.com. All major credit cards are also accepted.
The Green Button
We often get donations for the extra support we give, if you wish to donate you can do so using the button below. All donations go to the green button initiative which uses donations for charities and ecological organizations.
connect with facebook stay current through twitter