Bringing the Drupal PGH Twitter, Facebook, Meetup.com, and GDO node together
Mark, Max, and I are working on some changes to bring the Drupal Pittsburgh meetups to a new level over the next few months. Part of that is improving the presentation and usefulness of all of the Drupal Pittsburgh properties by bringing them in line with each other and making them available to the people who will be updating, maintaining, and improving them during their tenure (see http://groups.drupal.org/node/211988).
Read moreViews: change output based on true/false boolean
I've run into a small snafu with views.
It seemed conceptually simple (and data efficient) to create a data type whose stored value was 0 or 1. The data is populated by a select list box:
0|False
1|True
But, in a view result, I can only output 0 or 1, right? And, to the end user, I can't expect them to 'relate' to 0 and 1.
So, is there a way to tell views that if the view result is 0, output text 'false' and if it is 1 output 'true'?
Thanks oodles. -Chris
Read moreSpecify the "Private file system path" with tokens or programmatically (solved)
Recommendation system
I am currently working on something that has to be done by April 15.
I am new to Drupal, but have basic database knowledge and more basic PHP knowledge.
I'm working on figuring out how to have an applicant send out a notice to a recommender to write a letter of recommendation. The reviewer would follow the link, make an account, see some information the applicant put on it (like, "I waive my right to see this application) then somehow upload a file so that it gets attached to the applicant's application.
Read moreDrupal in subdirectory
Hey gang. Long time DrupalPGH stalker ... recent poster.
I have a site foo.third.main.ext .
I need to make an 'application' section of the site, and would like to just stick it into the folder foo.third.main.ext/apply .
Is there any reason Drupal can't do this?
What would the complete URL look like if I I put it in a subdirectory of the root?
foo.third.main.ext/apply ?
And things like
foo.third.main.ext/apply/[path] where [path] is set in nodes?
Read moreFar far in the future... there is going to be a meetup
HI Pittsburgh Drupal-ers
I will be your meetup organizer for June, July and August and, given that I have some traveling here and there, I would like to start working early on those meetup.
I was thinking to host them on the following dates:
- June 12th
- July 10th
- August 14th
Also, without impacting Rob's excellent work, I would like to see if anybody is interested in presenting, would like to discuss about specific topics or can offer a space where we can host the meetup.
Thanks everybody
Max
Pittsburghers in Denver?
It seems quite a few from our group are headed out to Denver next week... anyone want to set up a PGH gathering? It'd be great to take some of the energy from the con and get some momentum for future presentations and our camp.
Read moreJquery working in admin theme (revision view) but not default theme
I'm having a very frustrating issue with jquery. I am trying to co-oped some jquery script, css, and text from ProPublica to use as a republished work on my company website (publicsource.org). The code that I am trying to use is here:
$(document).ready(function() {
var tabCommon = $(".frack-show-common");
tabCommon.addClass("active");
var tabSick = $(".frack-show-sick");
var tabWeird = $(".frack-show-weird");
tabCommon.click(function(e) {
e.preventDefault();
$("#common").fadeIn("slow");
$("#sick").hide();
$("#weird").hide();
tabCommon.addClass("active");
Looking For Professional Support
Hello,
I am new to Drupal via a resigned network admin. I have been allocated his duties and one of those is maintenance of our web site which runs on Ubuntu/Drupal. I know just enough to get around. I am looking for a professional in the Pittsburgh area (We are located in Altoona.) that I can work with to keep our site up to date and make some changes that need to be done.
I have looked under the professional listing on this web site, but it does not give me a location for each vendor.
Read moreE-Mail archive site?
Hello fellow Pittsburgh drupalers.
I have an idea for a site but im not sure how to do it. I currently send out a daily email to a group of my friends. I would like to have them all sign up for an account and email them through a site so that the site will archive the emails and we can access them in the future. The emails contain images and links. Any ideas on how this could work?
Read more



