DrupalCamp Ohio Rideshare
Let's see what we can do to get some 'Burghers out to OSU for DrupalCamp Ohio. I have confirmed use of our car, which can comfortably seat 4 including myself. I could squeeze 5 if backseaters are very friendly. I've already committed one seat to Fen, and Phil was interested as well, but I believe tentative.
Let's get some threads going! Maybe if there's a shortage of viable rides we could chip in and rent a van or something.
Read moreIn need of someone who can do Drupal module Insert/Updates
Hi all,
I'm in need of someone who can spend a few hours fixing some custom Drupal modules for one of my clients. The client has a custom profile system (I know, they should have used Content Profile!) that makes use of a custom-programmed module, a custom database table, etc.
We need to add some profile fields and fix a problem in which some fields don't insert properly when first creating a profile. (They update properly when editing a profile, but don't work when first creating it.)
Read moreQuestion for the sysadmins in the house: Server, Hosting, and CDN advice and experiences
Although this isn't strictly a Drupal question, the Drupal Pgh meetings seem to have a sysadmin contingent so I hope this falls on knowledgeable ears. With more clients asking me to host and maintain the sites I build for them I think it's time to move on from cheap shared hosting options to something more robust. I don't have very much experience with servers aside from the standard interactions front and rear end devs normally have, so I'm looking for some advice/experiences.
Read moreThemeing Node Reference Fields
Is there a way to format a node reference field in d6 so that every time it appears it displays not only the title, but a collection of fields from the referenced node? I have a node reference field called field_investigations_reference that is used to reference articles (investigations) so that they can be place on a homepage in a curated way.
Read moreForming a Drupal in Higher Edu Consortium
I've been having a conversation via email with a bunch of higher EDU drupal developers which I'm sick of just talking about so let's make it happen: A Drupal in Higher Education Consortium. The goal of this isn't some kind of bloated, formal relationship but instead a series of lightweight tools across different websites (this one included) in order to help each other through problems we face.
Read moreInstructional Content Management System Alpha 4 Distribution Released!
Today we released a new version of ELMS which starts to branch it out into our vision of 3 separate distributions for education. https://elms.psu.edu/ Has all the details and has been completely redone around our new UI for the system. Many of the issues from Alpha 3 have been resolved but this is a fundamentally different system in just about every way. The focus is still on course content but the instructional designer administrative layer helps set the stage that other educational distributions can be built off of.
Read moreDrupalPGH.org Website project team
We're putting together an external (to G.D.O.) site for DrupalPGH to house our media and serve as a place for local Drupal service providers to connect with each other and with clients. It'll be a pretty simple site and serve as a complement to our presence here on G.D.O..
We've already done some work on the concept and IA. Moving forward, we'll need to tackle design, content / writing, and development/site building. If you'd like to get involved with this, comment here and let us know how you'd like to be involved.
Read moreUsing template to configure link from a field
So this may be a silly, simple question... but it has me. I am trying to modify a field to be output as a link. Scenario: the user adds his/her personal website address (akanik.com) in to the "Website" field. The template takes that field, enters the value of it into the a href and therefore makes the original field data (akanik.com) clickable.
<?php
print render($content['field_email']);
?> <a href="http://<?php
print ($content['field_website']);
?>"><?php
print render($content['field_website']);
?></a>
Read more Providing users with source code
Hello all,
I have a question about providing source code to users. I'm developing a news site that will make it's articles available to whoever wants to republish them, provided that appropriate credit and article formatting guidelines are adhered to. For a more clear idea of what I am talking about, you can visit http://www.propublica.org/blog/item/what-exactly-is-the-war-powers-act-a... and click "Republish" by the byline.
A window come up that stipulates republishing guidelines and then a field where the source code is available for copying.
Read moreJquery tabs integrated into Views
Hey guys, I'm having an issue with using a combination of jquery tabs and the views module. I have created a content type called "Movie Listings" and a custom template that puts all the fields from Movie Listings into a tabs table:
<
div class="movie_listing">
<
div id="tabs">
<div id="tabs-1">
<div class="left forty">
Read more 


