Search found 2 matches

by bartboy
Thu Jan 31, 2008 10:25 am
Forum: Joomla! Coding 101
Topic: Remove template from 1 page inside a component
Replies: 2
Views: 576

Re: Remove template from 1 page inside a component

Thanks Ian, much appreciated. As a newbie, I forgot to mention that I am on Joomla! 1.0.13 not 1.5. So not sure if MVC is there. I tried with &tmpl=component or/and &type=raw but nothing changes. What else do I need to do? I tried to look these up on the web, but can't find much info on them. My com...
by bartboy
Thu Jan 31, 2008 1:49 am
Forum: Joomla! Coding 101
Topic: Remove template from 1 page inside a component
Replies: 2
Views: 576

Remove template from 1 page inside a component

Hi there, I'm bumping my head against a brick wall  I have amended a component using existing functions and have generated the desired output. The only issue is that this output is displayed inside my site's template whereas I would like to show it in a blank page. Due to all the php involved, ...