Wrong URL and more

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jan 09, 2014 10:27 am
Reply with quote
Report this post
1. Al my K2 items starts with a URL like this. (.../2013-10-21-12-30-28/...) I've been searching for dubble names in pages/modules etc but couldn't find anyting. Could you help me when I provide you some admin details like a login etc?

2. Ohanah event for Joomla. I've bought it from their website but those guys did not give me any help :angry: . The events are working fine but when I activate one of the modules wich are included it gives me a 500 error on every page were the module is active. When I deactive it, the error is gone. So it seem a module problem. Could you give me some advise? pls...

3. the code:
Code: Select all
img {
    max-width: 100%;
is working fine for images. But is there also a code for movies like youtube? I've added some youtube movies in a k2 article but they are not responsive. See http://wkr.pimrozendaal.nl/2013-10-21-12-30-28/opnamenfront/item/269-thequeensymphony

and...

4. how to change the date of the K2 articles. Now its only for example december 5 and I want change it to 5 december 2013 Is that possible?

screenshot:
date.png

hope to hear! regards
User avatar
Senior Boarder

teitbite
Sun Jan 12, 2014 6:07 pm
Reply with quote
Report this post
Hi

1. Please check menu structure and if there is no menu item with an aias like this. Often different types of menu items are using date if alias is not applied.

2. Luckly I've spend some time with Ohanah, so please let me know which module is it and send me an access to joomla panel.

3. For movies You just need to use a plugin with responsive version of the video.

4. Date format can be changed in /languages/en-GB/en-GB.com_k2.ini file, please use parameters for the date() function http://php.net/manual/pl/function.date.php
User avatar
Moderator

GK User
Mon Jan 13, 2014 11:07 am
Reply with quote
Report this post
1. Yes I know, but for now I can't find any dubble alias or a alias which is using a date. :?
2. Module error 500 solved with a update wich I received from the Ohanah Guys.

A other problem with the Event Calender View is the height of the rows. It is a template error. Why? When I activete the standard Beez20 template the problem seems to be gone. I can solve it by adding
Code: Select all
body { word-wrap: normal }
to .css override. Could you tell me te reason? Screenshot wich is showing the problem can be found here: http://support.ohanah.com/attachments/token/3kpuyivmg3wxlwp/?name=eventcalender.png On the left how it should be, on the right my website.

3. Okay, check!

4. Thanks.
User avatar
Senior Boarder

teitbite
Wed Jan 15, 2014 6:51 am
Reply with quote
Report this post
Hi

1. Please send me an access to joomla panel. I'll try to locate it.

2. This is not an error, just default joomla template doesn't have a style for tabs and our does, but unfortunatelly it's not working well with style provided by Ohanah. A simple conflict. Happens all the time. It's simply not possible to prepare a template for milions of extentions which can be used.
User avatar
Moderator

GK User
Thu Jan 30, 2014 11:39 am
Reply with quote
Report this post
teitbite wrote:Hi

4. Date format can be changed in /languages/en-GB/en-GB.com_k2.ini file, please use parameters for the date() function http://php.net/manual/pl/function.date.php


Maybe the most stupid thing but I can´t change the date format. I mean the date of the K2 articles. Now its december 5 and I want change it to 5 december 2013

Could you give me the right code wich I have to place?
User avatar
Senior Boarder

teitbite
Fri Jan 31, 2014 5:01 pm
Reply with quote
Report this post
Hi

I believe it should looks like this:

Code: Select all
K2_DATE_FORMAT_LC2="j F Y"
User avatar
Moderator

GK User
Sat Feb 01, 2014 12:32 pm
Reply with quote
Report this post
When I replace the code with the you're code nothing changes. What am I doing wrong?
teitbite wrote:Hi

I believe it should looks like this:

Code: Select all
K2_DATE_FORMAT_LC2="j F Y"
User avatar
Senior Boarder

teitbite
Sun Feb 02, 2014 1:22 pm
Reply with quote
Report this post
Hi

Than we are most probably talking about 2 different dates. Please show me exactly which date You have in mind with an url to the page where I can see example.
User avatar
Moderator

GK User
Mon Feb 03, 2014 3:17 pm
Reply with quote
Report this post
teitbite wrote:Hi

Than we are most probably talking about 2 different dates. Please show me exactly which date You have in mind with an url to the page where I can see example.


You can go to http://wkr.pimrozendaal.nl/infoledenfront/item/275-mededeling-5-december-2013 and login with: username: support and password: support.

The date on top of the K2 article is as you can see december 5. The date that I want is 5 december 2013
User avatar
Senior Boarder

teitbite
Wed Feb 05, 2014 5:34 pm
Reply with quote
Report this post
Hi

Unfortunatelly the support/support access is not working, but I've looked into the code of the K2 item layout and looks like the date format is hardcoded there. Please edit file /html/com_k2/default/item.php and look for line like this:

Code: Select all
<time datetime="<?php echo JHtml::_('date', $this->item->created, 'Y-m-d'); ?>"> <?php echo JHTML::_('date', $this->item->created, JText::_('d M')); ?> </time>


and where it says: JText::_('d M'), change it to JText::_('M d Y')
User avatar
Moderator

GK User
Wed Feb 05, 2014 7:57 pm
Reply with quote
Report this post
SOLVED! You're great
User avatar
Senior Boarder

teitbite
Fri Feb 07, 2014 7:58 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron