Look at Your User Profile
1st : complete text
2nd : The actual date of birth on the same line as Date of Birth:
1st- Text: The date of birth entered should use the format Year-Month-Day, i.e. 0000-00-00 (optional)
is cut off, you only see: The date of birth entered sh
2nd the actual date of birth is not on the same line as Date of Birth:
Joomla 3.3.6
This happens on UK as on NL language, so it's not an language fault
So what i did is change a bit in plugins\user\profile\profiles\profile.xml
and swapped a few lines line 103 - 114
type="spacer"
class="text"
label="PLG_USER_PROFILE_SPACER_DOB"
/>
name="dob"
type="calendar"
label="PLG_USER_PROFILE_FIELD_DOB_LABEL"
description="PLG_USER_PROFILE_FIELD_DOB_DESC"
format="%Y-%m-%d"
filter="server_utc"
/>
to
name="dob"
type="calendar"
label="PLG_USER_PROFILE_FIELD_DOB_LABEL"
description="PLG_USER_PROFILE_FIELD_DOB_DESC"
format="%Y-%m-%d"
filter="server_utc"
/>
type="spacer"
class="text"
label="PLG_USER_PROFILE_SPACER_DOB"
/>
So no the line Date of Birth and the actual date are on the same level,
but the dob_spacer text is still cut off
Can you replicate this with one of the default joomla templates?
I have tested this on 3.3.6 and 23.4beta2 with the protostar template and a
few of my own and can NOT replicate any of the issues
On 4 February 2015 at 18:05, jjsjjs notifications@github.com wrote:
oh i forgot....the calender is not working at all
This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at issues.joomla.org/joomla-cms/5975
http://issues.joomla.org/tracker/joomla-cms/5975.—
Reply to this email directly or view it on GitHub
#5975 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Thanks, i can confirm.
Sorry did'nt think of it myself to check first with a standard template.
I used the Joomlashine JSN-Metro Free template, this is causing this and other faults apperantly.
thanks very much.
You may close this ticket.
I will oped a ticket at Joomlashine.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-02-04 21:21:24 |
Closed_By | ⇒ | brianteeman |
Labels |
Added:
?
|
oh i forgot....the calender is not working at all
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5975.