Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4616184
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:56:45+00:00 2026-05-22T01:56:45+00:00

I have events that contain both the event title and event time. However, I

  • 0

I have events that contain both the event title and event time. However, I need to have ‘fc-event-title’ show up first in the event, before ‘fc-event-time’. Right now it’s the opposite. How would I go about switching this?

Any help is greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:56:46+00:00Added an answer on May 22, 2026 at 1:56 am

    User @ppumkin suggested that I edit the core javascript (fullcalendar.js), which proved to be the solution. I took the following item on line 3665:

    (!event.allDay && seg.isStart ?
    "<span class='fc-event-time'>" +
    htmlEscape(formatDates(event.start, event.end, opt('timeFormat'))) +
    "</span>"
    :'') +
    "<span class='fc-event-title'>" + htmlEscape(event.title) + "</span>" +
    

    And replaced it with the following:

    "<span class='fc-event-title'>" + htmlEscape(event.title) + "</span>" +    
    (!event.allDay && seg.isStart ?
    "<span class='fc-event-time'>" +
    htmlEscape(formatDates(event.start, event.end, opt('timeFormat'))) +
    "</span>"
    :'') +
    

    Basically, I just put the ‘fc-event-title’ span before ‘fc-event-time’.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a set of events that reoccur. I need to be able to
I have a number of events that circulate throughout a year. I need to
Both of these classes contain another private class that raises events. These two classes
I have two matrices A and B, both contain a list of event start
I have a class that contains this class method: def self.get_event_record(row, participant) event =
I have a table that contains the following columns: ID int, DISTANCE float, EVENT
I have a C# Windows Form application that contains a menu with this event:
In my app I have certain events that trigger a lot of emails (~100).
I have a database of events that are used to fill a PHP calender.
I have a model of events that has various information such as date, location,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.