Mobile - how to get rid of Modify Date?

GK User
Tue Apr 03, 2012 7:26 pm
Have an article place on the frontpage. Just an image with some text.
Although the "Show modify date" is hidden, it shows the Modified date info....
Attached the screenshot of my article settings.

http://www.newhersystems.nl
(view with iPhone)

Any suggestions?
Appreciated
User avatar
Senior Boarder

teitbite
Wed Apr 04, 2012 4:58 pm
Hi

Like in You previous thread I will need joomla panel access to help with that.
User avatar
Moderator

teitbite
Thu Apr 05, 2012 3:17 am
Hi

To hide it You need to add this css to iphone's layout css file:

Code: Select all
dl.article-info dd.modified { display:none; }
User avatar
Moderator

GK User
Thu Apr 05, 2012 11:57 am
This did not hide the modified field...
Your login to the backend is still active and you can try whatever you want on any time.

Thanks

teitbite wrote:Hi

To hide it You need to add this css to iphone's layout css file:

Code: Select all
dl.article-info dd.modified { display:none; }
User avatar
Senior Boarder

teitbite
Thu Apr 05, 2012 8:56 pm
Hi

I can make this change myself, unfortunately the file I need to edit is not listed on template files so I will need FTP access to make it.
User avatar
Moderator

teitbite
Thu Apr 05, 2012 9:05 pm
Hi

I've looked to check if I didn't make a misstake, but looks like modifie date is gone :) Please clear cache to see changes.
User avatar
Moderator

GK User
Fri Apr 06, 2012 7:19 am
teitbite wrote:Hi

I've looked to check if I didn't make a misstake, but looks like modifie date is gone :) Please clear cache to see changes.


Mmm.

Do you have an iPhone?
On the iPhone I still see the dates. On the Simulator however:
The articles in the menu "Home" are without dates.
The single article when you enter the site, our Logo image, still has the modified date visible.

Please note: we are iOS developers, the iPhone DOES react different as the Simulator!!!
User avatar
Senior Boarder

teitbite
Fri Apr 06, 2012 7:22 pm
Hi

I have 3 iPhones and the funniest is that on 3GS there is no modified but on 4 and 4S there is. Please send me FTP access so I'll be able to change it myself.
User avatar
Moderator

GK User
Tue Apr 10, 2012 1:15 pm
teitbite wrote:Hi

I have 3 iPhones and the funniest is that on 3GS there is no modified but on 4 and 4S there is. Please send me FTP access so I'll be able to change it myself.


We set up a second site on our personal Server because we do not provide login info from our server provider.
I will send you access details by mail.

Thanks
User avatar
Senior Boarder

teitbite
Fri Apr 13, 2012 1:22 am
Hi

I still wasn't able to figure out why it's behaving this way. I've send it to programmers.
User avatar
Moderator

GK User
Wed Apr 18, 2012 8:07 am
teitbite wrote:Hi

I still wasn't able to figure out why it's behaving this way. I've send it to programmers.



Yeah I know, it only happens to our site....
Is anyone looking after this issue?

Thanks
Help appreciated
User avatar
Senior Boarder

teitbite
Wed Apr 18, 2012 5:57 pm
Hi

No responce yet. I've rushed it and send directly to programmers now.
User avatar
Moderator

GK User
Thu Apr 26, 2012 7:12 am
teitbite wrote:Hi

No responce yet. I've rushed it and send directly to programmers now.


Ahum.....
Still waiting for a solution.....

Thank you
User avatar
Senior Boarder

teitbite
Fri Apr 27, 2012 9:56 am
Hi

I've written directly to programmers on skype this time.
User avatar
Moderator

teitbite
Sat Apr 28, 2012 5:55 am
Hi

I've just read a responce :)

Looks like mobile layout was designed to always show modify date and hits, because of this part :

item->modified, JText::_('DATE_FORMAT_LC2'))); ?>

<p><?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?></p>

but to avoid displaying modify date please delete this line

item->modified, JText::_('DATE_FORMAT_LC2'))); ?>

in file ../html/com_content/featured/default_item.php (line 272)
User avatar
Moderator

GK User
Sun Apr 29, 2012 10:54 am
teitbite wrote:Hi

I've just read a responce :)



Thank you. It is a responce. It did brought a dirty solution. But this templete is absolutely "far from home" when it it comes to a quality mobile template. It does not listen to the standard Joomla settings like:
Show date
Show hits

I solved it now on our live site: www.newhersystems.nl

SOLUTION FOR OTHER READERS:

I have 1 menu item (HOME) that should hide the date create in the Home articles.
1 menu item (NEWS) should show the date created in the News articles:
HOME menu items are changed to featured items.
Removed the php show date commands as described below.

Thanks so far.
User avatar
Senior Boarder

teitbite
Mon Apr 30, 2012 8:32 am
Hi

No problem. Hope with other I'll be able to help mysefl.
User avatar
Moderator


cron