Search found 4 matches
- Fri Feb 15, 2008 10:25 pm
- Forum: Joombie Coding Q/A
- Topic: Need to develop some compoenents/modules
- Replies: 0
- Views: 266
Need to develop some compoenents/modules
I'm trying to understand the scope of developing some components/modules for Joomla that would interface with VirtueMart. In other words, they need part of the functionality of a shopping cart. Basically, I'm trying to add features to VirtueMart. First of all, is this possible? I guess that if it is...
- Sat Oct 27, 2007 5:10 am
- Forum: Joombie Coding Q/A
- Topic: PHP conditional based on page/section other than 'frontpage'
- Replies: 5
- Views: 1046
Re: PHP conditional based on page/section other than 'frontpage'
Thanks. That should work.
Can you also refer to the id on in php conditional just as much as you can refer to the view?
Can you also refer to the id on in php conditional just as much as you can refer to the view?
- Fri Oct 26, 2007 3:18 am
- Forum: Joombie Coding Q/A
- Topic: PHP conditional based on page/section other than 'frontpage'
- Replies: 5
- Views: 1046
Re: PHP conditional based on page/section other than 'frontpage'
Yes I can, but I can't distinguish between various secondary pages:
Example:
if page==blog...or could be if section==blog {show this}
Is that clearer?
Example:
if page==blog...or could be if section==blog {show this}
Is that clearer?
- Thu Oct 25, 2007 11:13 pm
- Forum: Joombie Coding Q/A
- Topic: PHP conditional based on page/section other than 'frontpage'
- Replies: 5
- Views: 1046
PHP conditional based on page/section other than 'frontpage'
I've figured out how to create conditional for content to appear based on whether the user is on the 'frontpage' or not, but how do you do it for any other page. For example: I want my 'main content' component to appear in one div on the frontpage, yet on another when I click on the "articles" link....