Welcome to the Portland, Oregon Drupal Users Group. We have an official meetup once every month.
1. Meetings take place every 2nd Wednesday of the month at 6:30pm-8pm US/Pacific.
Join this group to receive updates. Keep an eye on Slack for information between meetings.
No need to RSVP; meetings are open to all.
Join the online community on Drupal Slack in the #drupal-pdx channel.
You can support our group at OpenCollective.com/portland-drupal.
LinkedIn: Portland Drupal
DrupalCamp Planning Meeting, 8-18
We'll be gathering up at the NW Quimby Lucky Lab on Tuesday night. Jhedstrom's leading tonight.
Agenda:
-- Website status and needs.
-- Thinking about sponsorship.
1945 NW Quimby St
Portland, OR 97209-1712
(503) 517-4352
luckylab.com
Ubercart adding a "conditional" cart link to the primary menu
Hey Drupalistas,
This might be braindead simple, but I'd like to add a "cart" link to my primary menu to takes a site visitor to his/her Ubercart shopping cart. However, I only want this link to display if there are actual items in the cart.
I'm guessing that I can write a quick menu hook for this, or worse iterate through the primary navigation menu item array and just kill the link in the theme when the cart's empty. But it seems like this should be a solved problem.
Anyone got any thoughts?
Cheers,
Sean
ThinkShout.com
Permissions
Hello from Grand Rapids!
I've been here for two weeks and already the Drupal involvement begins! I'm not actually working on the development, but our web developer is fairly new to Drupal with very few people to consult in GR; only the support forums. So we have a question based on permissions, and the context is that we're creating a website called The Rapidian that will act as an online distribution platform for citizen journalism in Grand Rapids. In this setup, we have many roles, with first-time reporter and reporter on the lower rungs and editor on the higher rungs.
So when adding content in a custom content type like a “news story,” can we hide/show certain fields based on a users role? For example, we’d like an editor role to be able to check a field “has been fact checked” but not show this to the reporter role.
Read moredrupal 5 user id variable? Not $user->id like in drupal 6. Help is appreciated!
Hey everyone,
I'm doing some custom theme-ing. I've found it extremely useful to be able to place "edit this image" above images in image galleries for content administrators. In drupal 6 I've been placing the code in node.tpl.php and and saying is user != 0 then display the edit div. Since only content admins are users, it's a safe methodology.
Anyways, I can't seem to find the variable in drupal 5. $uid is constantly set at 1 for some god awful reason, and $user->uid doesn't work either!
Thanks everyone,
Jesse
Themeing CCK & styling node.tpl.php. is there PHP code to show fields only if there is data entered?
I posted this on the main drupal theme development forum with no response so i thought i might try my portland buddies...
I am developing a theme for a site that has multiple listings. The site had a landing page with a summary menu produced by creating a view with an argument of city (organizes listings by city). Upon clicking on the city, the user sees, for example, all the restaurants of that particular city. Upon clicking on the restaurant name, the user sees the node page with the body output of the all fields created using CCK.
these links show the process:
Read moreAllow voting on a panel pane?
I have panel pages that contain panes of RSS feed items. I'd like to enable user voting for a feed pane. I haven't found a way to do this with fivestar or the votingapi. Is there a way to do this without a lot of programming modification to either the panels or feed aggregator modules?
Thank you.
Read moreCalendar events appear in two date blocks because event spans across midnight
Hi,
I created a custom content-type that holds events (very similar to the Event type but with more fields). I then created a Calendar view to display it and found that any of my events which spans mid-night is displayed on consecutive dates in the calendar. This happens even if the event ends at midnight (12:00 AM). I don't want this but can't find a way to fix it.
I found others with the exact same problem on the drupal site (http://drupal.org/node/445358) but the solution is very brief and I couldn't get it to work for me. It also seemed like it was not a very good solution.
Read moreAugust Meeting: Module Showcase/Hidden Gems
This month's topic is going to be a module showcase, or module hidden gems. It will be similar to previous Module 101 presentations, but broader in scope, where presenters will focus on a singlel module that they either a) can't live without or b) have just discovered and want to highlight.
If you would like to present a module, please leave a comment below. Depending on the number of people who sign-up, timeslots should be around 15-20 minutes (maximum, no need to feel pressured to present for that long if you can show off a module in 5 or 10 minutes).
Logistics
Read moreForums and Taxonomy - Reducing Duplicate Content
I'm trying to reduce duplicate content/pages on my Drupal install with Forums enabled, and I noticed that there are two pages with very similar content: a forum page (e.g. form/1) and the corresponding taxonomy page for the forum (e.g. taxonomy/term/1). Google is indexing both pages, and we'd much rather have just the forum page, not the taxonomy page. Is there a way to redirect the taxonomy pages to the forum page, as well as setup new redirects when new forums are added?
I could probably whip up a module to do this, just wondering if there's any existing solutions or a quick fix.
Read moreDrupalCamp Meeting - Tuesday at 7, NW Lucky Lab
We'll be gathering up at the NW Quimby Lucky Lab on Tuesday night to take a look at planning documents, define some roles that should be filled and fill folks in on the venue.
1945 NW Quimby St
Portland, OR 97209-1712
(503) 517-4352
luckylab.com
See you there!
Read moreDrupalCamp PDX 2009
PDX DrupalCamp will be held the weekend of October 9 - 11 at NedSpace Old Town. See the Wiki for up-to-date planning information. Once the start and end times, registration details, etc. come together, we'll update the event, but we want to make it available to people's calendars now.
Read moreVenue and dates for DrupalCamp PDX
DrupalCamp PDX 2009 will be hosted at NedSpace Old Town from October 9th through the 11th.
Melissa and Amye toured the facility yesterday, and the current plan is to operate the camp as an unconference.
The tentative schedule is as follows:
- Friday, October 9th: Initial gathering, discussion and scheduling of sessions and Drupal party extraordinaire
- Saturday, October 10th: All Drupal, all the time
Using GMap to display location that is in a reference node?
Hi,
I have another problem using Views together with GMap. Can someone shed some light onto this for me?
I want to show a google map of all of the "event" nodes I have. I
am using Views, Gmap, Location module to do this following the
tutorials I read.
The problem is, my "event" node does not contain it's own
location. Instead each node makes a 'node reference' via a select list to
a venue which contains the location. The reason I did
this is because many events share the same venue and I don't
want the user to have to map the same location multiple times. As
Date Module - using views to create a listing (without a calendar view)
Hi everyone,
i need a little coding help (i think).
I am using the Date module to create an Event Content type. I used a datetime field to collect, well, the date and time. I have created a view to show the Events listed and grouped by date. (Client does not want a calendar view). So the headings that are grouping the events (set up by using Style: Unformatted and Style Options - grouping Field: field_datetime) are pulling the data out of the field_datetime and thus showing both the Date and Time. I want the heading to show only the Date. How do I remove the time from the heading?
Read moreMeeting Scheduling
This week (July 20th - 27th):
- Tuesday, 7-21 at Noon: Walkthroughs of NedSpace Old Town.
We should also see what we can do to gather folks who want to work on this and actually do a kick-off meeting about how the walkthrough turned out, what we'd like to do about a regular meeting time, and some roles that should be filled. (We'll need someone in charge of budgeting, mainly.)
I can be available: Tuesday evening at 7pm - 9:30pm, Wednesday evening 7pm - 9:30pm and Thursday afternoon, 3:30 - 5pm.
Read more A few Drupal content administration/editorial usability tips
I just wrote up a quick blog post on some modules I used to clean up the admin/edit screens for a Drupal site. I got a lot of these tips from the last PDX Drupal meet-up - so thanks folks for your ideas/suggestions.
http://thinkshout.com/blog/six_drupal_usability_modules
As is always the case, my new company site is the last that I spend time working on...so, if you have any additional tips/tricks to improving usability for site admins and content editors, let's capture that dialog here on the groups forum.
Cheers,
Sean
Pacific Northwest Drupal Summit
I am helping to plan a Drupal Event in late October here in Seattle. This event will be a bit different from Drupal camps as we have done them here in Seattle in the past. The focus will be more on folks already in the "Drupal Ecosystem", people who spend much of their time designing, configuring and engineering Drupal. We will not have a focus on the "beginner" track as we have had in the past, rather we will be having a separate event a few weeks earlier to reach out to those checking out the Drupal Ecosystem.
Read morePacific Northwest Drupal Summit
I am helping to plan a Drupal Event in late October here in Seattle. This event will be a bit different from Drupal camps as we have done them here in Seattle in the past. The focus will be more on folks already in the "Drupal Ecosystem", people who spend much of their time designing, configuring and engineering Drupal. We will not have a focus on the "beginner" track as we have had in the past, rather we will be having a separate event a few weeks earlier to reach out to those checking out the Drupal Ecosystem.
Read moreNew Content-type are missing teaser field contents, Drupal 6
Hi Drupal Gurus,
This is probably a pretty simple question but I still new to Drupal so I can't figure it out. Can someone help?
"Where is the teaser display format defined for a new content-type? 'Display Field' is not working."
Details of my problem:
I created several new content-types on my site (http://www.mysterymilonga.com/drupal6/), added some contents of those types and I am trying to create a new page displaying nodes of those type using views.
Reminder: Open Media Mixer Thursday, 7/16 4:00p Portland
Just a quick reminder to everyone that there's going to be a great chance to talk with the folk who made it so drupal can run a community media center! Check out http://groups.drupal.org/node/23682 for more info.
Be there or be []
-pete
Read more










