- Posts: 4
COMMUNITY FORUM
Title & Item does not display correctly
- teddy
-
Topic Author
- Offline
- New Member
Less
More
12 years 3 months ago - 12 years 3 months ago #109232
by teddy
Title & Item does not display correctly was created by teddy
Dear ALL K2 Experts,
First of all sorry this is my first time using k2, ive tried browsing for documentation but cant find answer yet. And I am not a coder/programmer so simple things like this is huge for me.
My site is: www.asikk.com
My problem is:
1. The title is supposed to be displayed before the date, but the date preceeds the title instead.
please check: www.asikk.com/index.php/2012-05-21-10-19-44
2. When people click on the latest from Teddy Robin, then it opens the item in homepage will all other stuff and modules. This looks ugly and I need the item to be displayed itself only, how to set it?
please check: www.asikk.com/index.php/item/37-and-many-more
Many thanks for your help.
Teddy
NB: somehow I cannot attach file. :(
First of all sorry this is my first time using k2, ive tried browsing for documentation but cant find answer yet. And I am not a coder/programmer so simple things like this is huge for me.
My site is: www.asikk.com
My problem is:
1. The title is supposed to be displayed before the date, but the date preceeds the title instead.
please check: www.asikk.com/index.php/2012-05-21-10-19-44
2. When people click on the latest from Teddy Robin, then it opens the item in homepage will all other stuff and modules. This looks ugly and I need the item to be displayed itself only, how to set it?
please check: www.asikk.com/index.php/item/37-and-many-more
Many thanks for your help.
Teddy
NB: somehow I cannot attach file. :(
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
12 years 3 months ago #109233
by william white
Replied by william white on topic Re: Title & Item does not display correctly
1. you can change the position of the date and title by creating an override and in your case editing category_item.php
2.You will need to fine tune the display of the modules - You may need advanced module manager pro by nonumber.nl which supports k2 very well
2.You will need to fine tune the display of the modules - You may need advanced module manager pro by nonumber.nl which supports k2 very well
Please Log in or Create an account to join the conversation.
- teddy
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 3 months ago #109234
by teddy
Replied by teddy on topic Re: Title & Item does not display correctly
Dear William,
Thanks for your quick response.
Well, I found the file category_item.php, but there are 2 of them:
1 in >> components/com_k2/templates/default/category_item.php
and also in >> components/com_k2/views/itemlist/tmpl/category_item.php
which one should I edit?
I browsed the file and I am confused as to which line and what to replace, would you guide me in detail.
Thanks,
Teddy
Thanks for your quick response.
Well, I found the file category_item.php, but there are 2 of them:
1 in >> components/com_k2/templates/default/category_item.php
and also in >> components/com_k2/views/itemlist/tmpl/category_item.php
which one should I edit?
I browsed the file and I am confused as to which line and what to replace, would you guide me in detail.
Thanks,
Teddy
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
12 years 3 months ago #109235
by william white
Replied by william white on topic Re: Title & Item does not display correctly
check this first
getk2.org/documentation/tutorials/item/174-templating-with-k2-and-the-concepts-of-sub-templates
use the file in the templates directory to copy and create an override, then edit
getk2.org/documentation/tutorials/item/174-templating-with-k2-and-the-concepts-of-sub-templates
use the file in the templates directory to copy and create an override, then edit
Please Log in or Create an account to join the conversation.