Spokane Drupal Group - February 8

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
jhodgdon's picture
Start: 
2018-02-08 10:00 - 12:00 America/Los_Angeles
Organizers: 
Event type: 
User group meeting

We hope you can join us for the next meeting of the Spokane Drupal User Group!

When
Thursday, February 8, 2018, 10 AM to noon
We meet on the 2nd or 3rd Thursday of most months at this time/location. Log in and join the Spokane Drupal User Group (see sidebar on https://groups.drupal.org/spokane-wa ) to be notified of future meetings, events, and discussions (typically just a few email messages per month).
Where
Spokane County Library - Argonne branch, 4322 N. Argonne Road, Millwood. We are currently meeting in the small conference room at the library. From the hallway, go into the library proper, past the checkout/information desk, take a right and you'll see the room on the right.
To be reminded, sign up!
To receive an email reminder closer to the date of the meeting, log in and click the "Sign up" button; log in and click "Cancel signup" at a later time if your schedule changes and you can no longer come. There's no obligation to come if you sign up (but we hope you will!). There's also no obligation to sign up in order to come (it's up to you if you want a reminder or not). However, the meeting could be canceled if the organizer isn't sure anyone is coming.
What
We spend two hours in a question and answer format, with the participants around a table and a laptop on a projector. Come with questions about a project you're working on, something you've learned that you'd like to share with others, a desire to improve Drupal in some way (documentation, programming, design, marketing etc.), or a desire to help others with their projects and questions. Or just come and listen and observe.
Who
Everyone is welcome -- the only prerequisite is having some interest in Drupal. This group is usually 5-10 friendly people, with experience levels ranging from novice to expert, so you'll fit right in. Because of the size of the group, you will have time to share something you've learned, or get your questions answered, or both!

Comments

Meeting notes

jhodgdon's picture

What we talked about today:

Info For Dianne

CProfessionals's picture

First example:

I thought you might like this because it is 100% css related:
https://codepen.io/raubaca/pen/PZzpVe

let me know if you need any further information. (Still looking for my other solution)

More for Dianne

CProfessionals's picture

Still not what I was looking for but similar:
https://www.drupal.org/project/jquery_ui_filter
https://www.drupal.org/project/jquery_plugin

So any theme that has these "libraries" (does not have to be module) will support that technology.

Last One

CProfessionals's picture

Drupal core has accordions built in, but it is not always on:

USE:

Fieldset title

Fieldset description
Fieldset content

Adding functionality:

In HTML -

In Theme (Better) -
function bartik_preprocess_html(&$variables) {
drupal_add_js('misc/form.js');
drupal_add_js('misc/collapse.js');
}

Or you can add to the theme.info file....

Hope this helps. See you all next Month.

Use code tag

jhodgdon's picture

You need to put the HTML code in your example into a CODE tag so that we can see the markup. :)

Weird... if someone replies

CProfessionals's picture

Weird... if someone replies to your post you can no longer edit it. How is this?

<fieldset class="collapsible collapsed"
<legend><span class="fieldset-legend"><a class="fieldset-title" href="#">
<span class="fieldset-legend-prefix element-invisible">Hide</span> Section Title</a><span class="summary"></span></span>
</legend>
<div class="fieldset-wrapper">Write Stuff</div>
</fieldset>

function bartik_preprocess_html(&$variables) {
drupal_add_js('misc/form.js');
drupal_add_js('misc/collapse.js');
}

FYI: Layout

Put notes for March 8 Drupal

Momseekingbalance's picture

Put notes for March 8 Drupal Group meeting here. Deleting them and putting them under correct meeting.