CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Link to CiviEvent in Drupal Calendar not functioning [Solved]
Pages: [1]

Author Topic: Link to CiviEvent in Drupal Calendar not functioning [Solved]  (Read 1480 times)

RichB

  • Guest
Link to CiviEvent in Drupal Calendar not functioning [Solved]
July 27, 2009, 06:42:29 pm
Update--
I found the problem...a rookie mistake- I had the module "calendar pop-up" enabled.
____________________________________________________________________________

I have followed the integration instructions for showing CiviEvents in the Drupal Calendar following Option 1 of
//wiki.civicrm.org/confluence/display/CRMDOC/Using+Drupal+Calendar+with+CiviEvent

The events do show up fine, however, jcalendar.js tries to display the event in a pop-up window when the event title link is clicked.  The window is empty because it issues an ajax "get" for a jcalendar event data and not the CiviEvent data:

 // fill the div with data
      $.ajax({
        type: "GET",
        url: var_base_path + "?q=jcalendar/getnode/"+nid+"/"+ids,
        success: function(msg){
          domCallback(msg);
        }
      });

Did I miss a patch (I have used the July 25,2009 version of Calendar and Date) or is the event description link just not functioning yet in the integration?  I'm new to Drupal & CiviCRM, so I'm not sure if I am expecting too much at this point.

Thanks
« Last Edit: July 29, 2009, 04:18:22 pm by RichB »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Link to CiviEvent in Drupal Calendar not functioning [Solved]

This forum was archived on 2017-11-26.