Austin Meetup on Sat, 2/09/08, 2-5 pm @ St. Edward's University. Topic: Lightning Talks

Matt V.'s picture
public
group: Austin
Matt V. - Thu, 2008-01-31 17:56
Start: 
2008-02-09 14:00 US/Central - 2008-02-09 17:00 US/Central

Who

Calling all Central Texas Drupalers! Meetups are very informal and Drupal users of all levels - new users to expert users - are encouraged to attend and participate.

What

It's time for another Austin Drupal Users Group Meetup! Walt has suggested a Lightning Talks format.

When

Saturday, February 9th 2-5 pm.

Where

St. Edward's University, Trustee Hall, room 205

PLEASE NOTE: If you're not already familiar with the St. Edward's campus, I suggest printing a copy of the PDF map. I checked with campus police and parking is open on the weekends, with the exception of handicap and residence hall spots.

Why

The Austin DUG wants YOUR participation and your fellow Drupalers want to meet you, make new friends/professional contacts, and learn about how you're using Drupal.

Sign Up

Signing up is courteous and helps in planning purposes by letting both the host and the venue know how many folks will be attending.
If you plan on attending, please add a comment below.

(The following text is no longer applicable as of Friday, 2/8/08 due to the Signup module having been just implemented today here on g.d.o.) If you plan on attending, please click on the i am not attending link at the bottom of the event description to add yourself to the Attendees list found at the top of this page (explained more fully here). If after signing up you later decide to not attend, please remove yourself from the Attendees list (explained more fully here).


Yes, I'll be there

splacette@drupal.org's picture
splacette@drupal.org - Thu, 2008-01-31 19:24

Thanks for coordinating this Matt. I'll be there and I'll bring a lightning talk topic too.


Awesome, thanks Matt!

Walt Esquivel's picture
Walt Esquivel - Thu, 2008-01-31 20:25

I'll be there and I'll present a lightning talk topic, most likely either Advanced Profile or Organic Groups.

Walt Esquivel, MBA; MA; President, Wellness Corps; Captain, USMC (Veteran)
$50 Hosting Discount Helps Projects Needing Financing


Topic

vinayakaya's picture
vinayakaya - Sun, 2008-02-03 21:42

I wish I could come, but my family has something planned that weekend. In the next event I could do a presentation on advanced theme configuration using lesser known tpl techniques (such as using alternative includes in the page.tpl.php or the search-block.tpl.php to use an image for the search submit button) and the use of php varibles to control css.

Web design, Drupal theming, and logo design:
http://www.translationdesigns.com


planning to make this one

Shannon Lucas's picture
Shannon Lucas - Thu, 2008-02-07 14:54

I have a bicycle ride scheduled in the morning, but I'm going to try and make this one.


Term node counts with parents

David Strauss's picture
David Strauss - Sat, 2008-02-09 21:12

SELECT COUNT( tn.nid ) , t.name, parent_td.name AS parent
FROM term_node tn
INNER JOIN term_data t ON t.tid = tn.tid
INNER JOIN node n ON n.nid = tn.nid
LEFT OUTER JOIN term_hierarchy th ON th.tid = tn.tid
LEFT OUTER JOIN term_data parent_td ON parent_td.tid = th.parent
WHERE n.status =1
GROUP BY tn.tid

Taxonomy API functions:
http://api.drupal.org/api/file/modules/taxonomy/taxonomy.module/5


So sorry I missed!

AnneEasterling's picture
AnneEasterling - Mon, 2008-02-11 12:33

Rats! I was so busy last week that I didn't see this till Monday. I'm looking forward to a report and the next opportunity!

Happy day,
Anne


signup.module is now being used on this site = reminder email

Walt Esquivel's picture
Walt Esquivel - Mon, 2008-02-11 19:19

Hi Anne,

As of late last week, groups.drupal.org has now started using the signup.module which will send everyone that signs up a reminder email.

The reminder email will go out one (1) day prior to the event. So if folks sign up for the 3/29 event, which I encourage them to do, they should get a reminder email on 3/28.

I also try to send out a broadcast email to all 100+ Austin group subscribers at least a week prior to an event to give folks a heads up since not everyone visits this site regularly.

Walt Esquivel, MBA; MA; President, Wellness Corps; Captain, USMC (Veteran)
$50 Hosting Discount Helps Projects Needing Financing


followup on category listings

chip's picture
chip - Tue, 2008-02-12 06:58

Thanks for the feedback Saturday on my category listings questions.

I did add an exposed filter to my archive index page as suggested.

To get category listings, I wrote a custom module to do it. I posted about it on my blog. I'd welcome any feedback on the module.