- Posts: 14
COMMUNITY FORUM
Relationship between K2 and Joomla templates?
- Andrea
-
Topic Author
- Offline
- New Member
Less
More
13 years 6 months ago #59374
by Andrea
Relationship between K2 and Joomla templates? was created by Andrea
Hi, I guess this question shows that I haven’t really understood Joomla and K2, anyway here it is: what is the relationship between K2 and normal joomla templates?
In other words, I’m trying to build my first site with joomla and K2 and I want to choose a template. Can I download just any template that is compatible with joomla 1.7? Is there some overlapping between the features of a template and K2 features / settings or they control a completely separated set of characteristics of the site?
In other words, I’m trying to build my first site with joomla and K2 and I want to choose a template. Can I download just any template that is compatible with joomla 1.7? Is there some overlapping between the features of a template and K2 features / settings or they control a completely separated set of characteristics of the site?
Please Log in or Create an account to join the conversation.
- Debbie Lane
-
- Offline
- Junior Member
13 years 6 months ago #59375
by Debbie Lane
Technically Blonde
www.andiamoinpuglia.co.uk
Replied by Debbie Lane on topic Re: Relationship between K2 and Joomla templates?
You need to find a template that is K2 compatible. Once you have downloaded and installed it you will find all the K2 template files in yoursite/templates/template_name/html/com_k2/templates and in yoursite/templates/template_name/css.
There is some very helpful information on how to create a template override on the Community. I'm not an expert but with the help of the info here I've been able to create template overrides successfully.
Good Luck
There is some very helpful information on how to create a template override on the Community. I'm not an expert but with the help of the info here I've been able to create template overrides successfully.
Good Luck
Technically Blonde
www.andiamoinpuglia.co.uk
Please Log in or Create an account to join the conversation.
- Andrea
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 14
13 years 6 months ago #59376
by Andrea
Replied by Andrea on topic Re: Relationship between K2 and Joomla templates?
Thank you Debbie,
actually I'm not sure that what you said is completely true.
I have downloaded a template that didn't say it was K2 compatible and I can't find a directory named come_k2 under yoursite/templates/template_name/html, but it seems to work anyway.
There are a few things that I've not figured out how to do, but the basic structure of the site is working.
So I'm still confused, maybe someone else would like to add some information?
actually I'm not sure that what you said is completely true.
I have downloaded a template that didn't say it was K2 compatible and I can't find a directory named come_k2 under yoursite/templates/template_name/html, but it seems to work anyway.
There are a few things that I've not figured out how to do, but the basic structure of the site is working.
So I'm still confused, maybe someone else would like to add some information?
Please Log in or Create an account to join the conversation.
- rolan
-
- Offline
- New Member
Less
More
- Posts: 10
13 years 6 months ago #59377
by rolan
Replied by rolan on topic Re: Relationship between K2 and Joomla templates?
k2 is a component so the items and categories will show where your ordinary joomla template has its component output.
in your template it would look like <jdoc:include type="component" />
so basically k2 will show fine in any joomla template
its only when you want to start changing the style of k2 and its output that you would need to start worrying about creating files in templates/yourtemplate/html/k2/
the templates with these files already created have simply defined their own particular styles for k2.
hope that makes sense and is helpful.
ps k2 has its own set of templates for the different views (templates everywhere!! lol)
these are the files you would copy to the directory above.
in your template it would look like <jdoc:include type="component" />
so basically k2 will show fine in any joomla template
its only when you want to start changing the style of k2 and its output that you would need to start worrying about creating files in templates/yourtemplate/html/k2/
the templates with these files already created have simply defined their own particular styles for k2.
hope that makes sense and is helpful.
ps k2 has its own set of templates for the different views (templates everywhere!! lol)
these are the files you would copy to the directory above.
Please Log in or Create an account to join the conversation.