Plone 4.2: DatePicker Widget with YY/MM/DD instead of DD/MM/YY - datepicker

In my Plone 4.2 site the DatePicker (e.g. when adding a new "event") displays as YEAR MONTH DAY
However, I do have a German Website, where it should be the other way around. That is:
DAY MONTH YEAR. How can I change this?
PS German is already selected as default language from Plone's language control panel.
PPS I don't know if this is related in any way, but since this might be a localisation issue, I'd rather tell: I use raptus.multilanguageplone
edit: added correct image link | say, that this happens when adding/editing a new event

I can't see the image you added because the URL is expired. so I'm going to assume you mean for the add/edit form of an Archetype (In Plone 4.2 the default types are all Archetypes).
There seems to be no easy fix such as a site-wide setting in the control panel, but you can change the ordering in the calendar_macros.pt template. This however means you'll have to change the raw HTML.
To do this, you'll have to go to the Zope Management Interface (reached via the Site Setup page "Plone/##overview-controlpanel").
Then click on the "portal_skins tool" and then "plone_templates". Then click on "calendar_macros" and then click the "Customize" button.
Now you can change the ordering in the raw HTML/TAL.

Related

Typo3 site to run in kiosk mode

I have an existing fitness site ( showing exercises on different pieces of equipment) with menus available depending on whether the user is logged in.
Not sure of the best way of doing this but I would like to access the site via a touchscreen kiosk which will show a different welcome page and menus.
I know it can be done as a clone site which would mean copying all the execise data but is there a way for typo3 to recognise the type of device, assign it as a certain user and allow user level control of the content shown?
Regards
Paul
Device detecting is very complicated and TS conditions that should work were removed from TYPO3 core some time ago.
If it is important (and possible) to detect one kind of device you may create your own TS condition (userfunc).
But maybe another option would solve your problem:
Configure another page type which gets your modified layout for the start page.
Then you only needs to make sure the inital page is called with that specific page type.
An automatic login will be complicated. maybe it would be possible to use a permanent login, where a session cookie without endtime is stored.
If you're using TYPO3 version 8.7, you could use the extension aoe_ipauth (https://extensions.typo3.org/extension/aoe_ipauth/) to automatically log in a user based on IP address. There are several other extensions that do this, but I think most of the others are old and don't work in 8.7. There don't seem to be any that support TYPO3 9.5 yet.

Oracle Mobile MAF Date Time picker

I am using the regular input date-picker. But after selecting a date, there is no convenient way to confirm the selection. Something like a DONE button that will elegant than clicking anywhere outside to "select". Like the 'clear" button, which is there on the frame. Any suggestions where to get a good date-time picker?
I understand there is no easy Calendar-Date pickup available in MAF unless one installs the Cordova-PhoneGap-Calendar for iOS!
BTW, I found a good date-Picker in Oracle-Wiki (Link Below). In fact, I want something imilar,but either the given code is not the right one or I am missing something.
I have no idea, how to use the Oracle WiKi. Any help on a good Date-Time picker is appreciated.
https://wikis.oracle.com/display/ADFMobileDesign/Component+-+Input+Date

Magento theme exceptions not working on the category and product pages

I'm trying to make an iphone and ipad version for my magento store.
I followed the following steps to achieve the fallback:
Added exceptions for the mobile devices. Navigated to the Magento administrative area -> System -> Configuration -> Design -> Themes. Clicked on the Add Exceptions buttons besides the Templates, Skin and Layout labels.
Entered the following line in the Matched Expression field:
iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini
In the Value field entered iphone and saved the changes.
It worked like a charm for all my pages except for the category and product pages. I checked the Category settings under Manage Categories and the design of these pages seems to be handled in the Custom Design tab.
How do I make my exceptions overide this setting?
I Thought the field in custom design had to be populated with one of the themes from the drop down. Apparently you can leave it on --Please Select-- and it will still save without errors.
The exceptions work perfectly know, DOH!

Like Box "data-height" Display Error

Has there been a recent change to the functionality of the Like Box "data-height" parameter functionality? This designation used to allow developers to set the height of the feed regardless of the usage of the other features such as "show faces." It appears that now this parameter will only respond to allow for more faces to be shown, rather than actual postings.
My company has built a few sites that utilize this functionality, and up until last month, the widgets' "data-height" specification was working fine. Now there is no response from this unless "show faces=true." The display of several other client webpages is now being compromised, and will require attention unless this issue can be resolved.
Is there a current work around for this? Is this a bug? If not, is there a timetable to when the previous functionality will be restored?

Liferay: Portlet titles not saving

I'm using liferay with web content and iframe portlets. The default title for these portlets are 'web content display' and 'iframe'. After I change these I'm still seeing them revert back to default on other PCs.
Anyone come across this before?
Cheers,
Jonesy
which version of liferay are you using?
How are you changing them? You can change them in two ways, try both:
Double click on the title (this will change it for the language you are currently in)
From the look and Feel pop up (this should allow you to change the title for any language, althoug this was not working properly in some older versions)