alanski
unread,Nov 3, 2009, 6:03:33 PM11/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! General Development
I have been trying to use template overides per article to access the
intro text of an article.
So in template/html/com_content/article/default.php
I am trying to say if section id =2 then hide all intros for articles
in this view.
However, even though there is a parameter check for show_intro, I cant
access the intro and choose to do something with it as the article
object text seems to have been concatenated/joined already, ie article-
>text is already combining the intro and main into one.
Is my thinking right here?
If so then can a menu level check on the section/category view effect
hide intro on article view without hiding the intro from blog displays
cheers
alanski