- Posts: 8
COMMUNITY FORUM
Date Created Error
- yerg
-
Topic Author
- Offline
- New Member
Less
More
14 years 9 months ago #86594
by yerg
Date Created Error was created by yerg
When viewing the items in a Category and individual item view in Safari Mac/Win things that are disabled are visible.The date created looks likeFriday, 09 July 2010 21:24 -->Author Written by Administrator --> All this information is disabled and yet still visible in Safari.Any ideas/suggestions other than hacking the item.php and category.php files?
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 9 months ago #86595
by william white
Replied by william white on topic Date Created Error
Do you have a link to a live site that is doing this?
Please Log in or Create an account to join the conversation.
- yerg
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
14 years 9 months ago #86596
by yerg
Replied by yerg on topic Date Created Error
DOH!!
I did a hard cache clear on the Mac and Win and the admin error has gone but not the date
The two links below are an example
www.utes.com.au/body-kits/body-kits
www.utes.com.au/body-kits/blits
I did a hard cache clear on the Mac and Win and the admin error has gone but not the date
The two links below are an example
www.utes.com.au/body-kits/body-kits
www.utes.com.au/body-kits/blits
Please Log in or Create an account to join the conversation.
- yerg
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
14 years 9 months ago #86597
by yerg
Replied by yerg on topic Date Created Error
Been checking some other sites and yup they have the same issue
What I need to know is where in the code do I hack to remove the author and date created ... been chasing in the template files and not getting on too well.
What I need to know is where in the code do I hack to remove the author and date created ... been chasing in the template files and not getting on too well.
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 9 months ago #86598
by william white
Replied by william white on topic Date Created Error
I cannot see the sites with safari, but if you are using k2 without overrides look here
\components\com_k2\templates\default
If you are using overrides look in the override directory you created.
Edit category_item.php and/or item.php
search for itemDateCreated
comment out the line of code that displays it
\components\com_k2\templates\default
If you are using overrides look in the override directory you created.
Edit category_item.php and/or item.php
search for itemDateCreated
comment out the line of code that displays it
Please Log in or Create an account to join the conversation.
- yerg
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
14 years 9 months ago #86599
by yerg
Replied by yerg on topic Date Created Error
Thanks for that I thought I was going mad ... and still am I think
I've commented out the show date and author in both the component template files and the template override files and it's still there.
Have to keep digging
I've commented out the show date and author in both the component template files and the template override files and it's still there.
Have to keep digging
Please Log in or Create an account to join the conversation.