Trying to create an Event panel, and would like to sort "location data" (from location module), "date_field" and "location map" (gmap) in the same area, so to say. Date and map is selectable. I can't see to find the way of selecting just location data from the node. If i select the whole node content in a pane, than all the links etc. will follow. Selecting "no extra" will remove location data as well. Any way to work this around?
Comments
Comment #1
dark.o commentedfurther explanation, may be important, I can't tell... I am working on a panel, that will be activated when event content type is to be viewed, so therefore I have access to CCK fields, like date_field, but not to location data fields. Perhaps this could be done with Views, but it is above my current skills level... :)
Comment #2
merlinofchaos commentedRight now Panels probably doesn't have anything special with location data. Now, with the most current CCK you should be able to select any individual field as a pane. If that isn't adequate, it may need location.module to provide data to Panels. Right now adoption for the Panels API isn't spectacular, it's at a much lower level than Views is, so whether an individual module author will utilize the API or not is up to that author entirely.
Comment #3
dark.o commentedI tried newest version of CCK but it did'n make any difference for location data.
Comment #4
dark.o commentedAfter many unproductive hours on this I finally managed to come up with solution, that opens many doors. Surprisingly (for me) there is option now in Views to add pane as a new display. And one hour later i also understood that one is to adjust argument settings under pane settings, in order to view correct data in the pane. So now, happily, and several hours later, the job is done. :)