Time and date label
  • Hi there,

    I'm testing the script and noticed that "at" is repeated twice in the comment time line (at AT 10:30 AM). I managed get rid of the second "at" by deleting the entry in "english.php". That worked well for me until I decided to try to change the current time and date order for "On Friday 30 December at 10:30", and I couldn't find where the first "at" is located at. Any advice on this?

    Cheers,
    Alex
  • Hello,

    We are aware of this problem. It is accidentally hardcoded in comments/templates/comments.php around line #87

    You should remove it from template file and leave it in language file.
  • Okay. I checked that file but it seems I missed it out. I'll try again. Thanks for your quick response!
  • I cannot believe that I missed the "at" at the beginning of the line #87! Fixed now.
    Just in case someone else is looking for the same thing, this is how it worked for me:

    Deleted "at" located in comments/templates/comments.php, at the beginning of the line #87 ( at )

    and then changed in languages/english.php, line #33

    'date_time_information'=>' at %2$s on %1$s',

    to

    'date_time_information'=>' on %1$s at %2$s',

    and got "on Friday 30 December at 10:30"

    Cheers,
    Alex

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!