• How To Add Event Pop-up To Calendar In Drupal7


    Ø  For event pop-up the required modules are required

    *     beautytips
    *     calendar_tooltips
    Ø  Install and enable these modules
    Ø  Then  for adding events to the calendar go to structure -> content type->Add content types
    Ø  Give the name of content type e.g. event  then save and add fields
    Ø  Add a new field of type date then select the widget as pop-up calendar then save
    Ø  Go to contents->add content select event
    Ø  Add event date then save content...like this you can add as many events you want in your calendar
    Ø  Save the contents. Then the events will appear in your calendar and when hover on the event the details of event will pop-up
    Ø  Go to structure->view->calendar view.
         click on edit view->field->content(update)
    ->remove->add->date->content: event date->apply->sort criteria->remove->add->date
    ->apply.
    Ø  Contextual filter->uncheck context: update date and check content: event-date (field event date) ->apply.
    Ø  Do the same procedure for month, year, week, day, block.

  • You might also like

    No comments:

    Post a Comment