Ireland

Events happening in the community are now at Drupal community events on www.drupal.org.

Upcoming Events

Small regular meetings are held in various parts of the country or online, usually on a monthly basis. Please visit the Drupal Ireland meetup.com group for more details on upcoming meetups nationwide.

There is also a separate meetup.com group for organising the Limerick meetups, so be sure to check that one out too.

Drupal Ireland Slack channel

If you're interested in getting more involved in the Drupal Ireland community, why not join our Slack channel: https://drupalireland-slack.now.sh

galooph's picture

Drupalcamp UK

Start: 
2009-06-13 09:00 - 2009-06-14 12:00 Europe/London
Organizers: 
Event type: 
Drupalcamp or Regional Summit

The first Drupalcamp to be held in Manchester, brought to you by the organisers of the North West Drupal User Group. BBC Manchester are very generously providing us with space at New Broadcasting House.

Registration is now open! — Please visit http://drupalcampuk.eventbrite.com/ to sign up.

More information to come shortly!

Read more
Dublin Drupaller's picture

ClickandBuy (as used by itunes, 7digital, mp3.de) payment gateway module now available for Drupal eCommerce.

hi Guys,
Only local images are allowed.
Just a quick heads up about a new module called ClickandBuy that's almost ready for a beta release.

ClickandBuy is a popular payment gateway that is used by Apple Itunes Music Store, 7Digital, MP3.de, publishers such as BILD.DE, Wall Street Online, Habbo, Welt Online, Spiegel Online, TV companies such as MTV, RTL Interactive, 7, N-tv.de and internationbal companies like T-Mobile, BT (British Telecom), MSN, WEB.de, Telefonica and Orange.

ClickandBuy supports 13 languages and 46 different local & national payment methods, including Credit/debit cards, online direct debit, online bank transfer, e-money and their own ClickandBuy accounts.

Read more
amax's picture

Reporting a Drupal Spammer

Hi guys,
I have become plagued by a mystery spammer - see //drupal.org/user/425309 who has got onto my sites forum on several occassions and posted literally hundreds of posts on the pills he is selling from america. He even had the cheek to leave his profile which I was able to track. Is there any way to report him for this, let alone the fact he is doing it on his drupal profile as well?

Read more
amax's picture

Best practice for search and replace - Module or direct SQL for Drupal

Best practice for search and replace - Module or direct SQL for Drupal.I guess I probably should have posted this before doing the work :) Basically I wanted to change all strings (in title, body content, CCk's etc from "product1" to say "product2".
At first, after a backup, I tried to do it via phpMyAdmin SQL tab with:

SELECT REPLACE(’product1’, ‘product1’, ‘product2’);
but this did not work at all, even though it said the query executed correctly, so I assume I was running the right syntax?

Read more
heather's picture

Author credit on RSS, recommendation?

I'm working on an artist's network here in Ireland. Artists blog as part of a research project looking at artists' practice. There are also site updates, news, links, etc.

One of the concerns the artists have is attribution on their posts which appear in the RSS feed.

I tried making some widgets based on the feed, and building custom RSS feeds with views.

How can I get the post author's name on the feed? Ideally, I'd like to use their profile>first_name and profile>last_name instead of the username.

Thanks for any leads.

Read more
alanburke's picture

Editor / IDE of choice for Drupal developers in Ireland?

Vim
33% (7 votes)
Emacs
0% (0 votes)
Eclipse
14% (3 votes)
Jedit
5% (1 vote)
Textmate
5% (1 vote)
Netbeans
5% (1 vote)
Dreamweaver
10% (2 votes)
Notepad
5% (1 vote)
Coda
14% (3 votes)
Pspad
5% (1 vote)
SciTE
5% (1 vote)
Total votes: 21
scor's picture

DrupalCamp Galway 09 - Drupal n'GO challenge + Documentation Sprint

Start: 
2009-04-04 10:00 - 2009-04-05 17:00 Europe/Dublin
Event type: 
Drupalcamp or Regional Summit

Drupal n'Go

During times of recession and job losses it's always useful to develop a new skill or two. DERI based in the IDA Business park is holding a Drupal Ireland event. This event is taking place on Saturday 4th & Sunday 5th April and the event will run from 10am to 5pm both days. Registration is free. You can sign-up for this event below.

Read more
patrickbarry's picture

When is the next Dublin Drupal meetup?

Hi,

Just wondering if there is a meetup arranged for the near future? Would be very interested in meeting some other developers to discuss some potential work on my site http://AllHonours.ie.

If any Irish based developers fancy some work, give me a shout to discuss some high level requirements.

Cheers,

Patrick.

Read more
alanburke's picture

Access a single object inside an array

Hi all,
Some more basic PHP help requested [I know, I really should go to a PHP forum for this stuff :-)]

For a vocabulary with only one term allowed, taxonomy module can return you that information via
http://api.drupal.org/api/function/taxonomy_node_get_terms_by_vocabulary
.
That returns something like this
<?php
#
... (Array, 1 element)

*
  125 (Object) stdClass
      o
        tid (String, 3 characters ) 125
      o
        vid (String, 1 characters ) 3
      o
        name (String, 6 characters ) Dublin
      o
Read more

Plans for the next Drupal event in Galway

This is the form of event Alan and I would like to organise in Galway in April. This event has been announced! see http://groups.drupal.org/node/18452

Drupal site building competition

Read more
heather's picture

Drupal Classes or Courses at 3rd level/Uni/College, online or face to face?

Does anyone know of academic institutions offering classes or courses which cover Drupal?

Both face to face and/or online?

NB: Not courses using Drupal as a medium, rather: Drupal as the subject matter.

I would love to hear from lecturers who are planning courses, or who have taught Drupal in their courses. I would like to see examples, how they fit in to the existing academic programmes in their institutions, how they promote it, and what the outcomes have been.

Thank you!

Read more
brendan.lynch's picture

Metatags - Dublin Core or Custom

Hi folks,
I need to add custom metatags to nodes in particular I need to add the Dublin Core set eg "[meta name="DC.Creator" content="My organisation etc" ]". There are over 10 tags. Can I use nodewords or node (key)words module or is there a better way?

many thanks - Bren

Read more
alanburke's picture

Pattering matching /regular expression help

Hi all,

I need to do a simple filter to remove some odd character that get imported into my nodes [bulk import].

The characters are

ºº

and I need to replace them with a
<br />.

I've built a little filter module, which will do the trick, but my regex skills are , well, non existent.

I've tried

<?php
$text
= eregi('ºº','<br />',$text);
?>

to no avail.

Can anybody help?

Alan

Read more
scor's picture

Monthly Drupal meeting in Galway

As I was suggesting to Alan yesterday, we should organize informal meetings once a month or so in Galway where people could bring along their site and ask all sorts of Drupal related questions. I'm not sure how many people in this group would be interested: it would be great if those leaving around Galway could leave a comment to gauge the general interest. There are more people in Galway who would be interested but who are not subscribed to this group yet.

Optionally there could be a topic decided in advance if some users are willing to present or to learn about something specific.

Read more
alanburke's picture

Save the date - Drupalcamp Galway - April 4th 2009

Hi all,

Myself and Stephane have agreed that we will organise the next Ireland Drupal meetup .

Subject to confirmation, the venue will be DERI building at NUI, Galway.

The proposed date is Saturday April 4th 2009.

We've just thrown this out now, so people can plan early,
[and raise objections early too if needs be :-) ]

More details in due course.

Regards
Alan

Read more
heather's picture

Attention new users: Essential Drupal Modules

In one of the sessions on Saturday, I showed (ripped through very quickly) a site you could make with just Drupal core. Then later on I saw several presenters mention the MUST HAVE modules. There are alot of modules on Drupal.org. So sifting through them can be tough. First off, you should try out the most popular and essential modules. I started a list here.

I'm curious what other modules people consider essential?

Here you can see some stats on Drupal Modules usage: http://drupal.org/project/usage

Read more
amax's picture

Securing the files directory

Securing the drupal files directory

Hi everone, im having a bit of a nightmare securing the /files directory of my drupal site from google. I have lots of important user information in here (i.e. 000's of users CS's with contact numbers, address etc) that google is searching and indexing like mad on me.

I thought I had this secured taking the following methods:
1) robots.txt file - Disallow: /files/ and also

no CV's

Disallow: /files/
Disallow: /files/.doc
Disallow: /files/.doc$
Disallow: /files/
.pdf*
Disallow: /files/*.pdf$

Read more
scor's picture

VoCamp Galway 2008

Start: 
2008-11-25 09:00 - 2008-11-26 17:00 Europe/Dublin
Event type: 
User group meeting

DERI Galway will host the second VoCamp next week. VoCamp is a series of informal events where people can spend some dedicated time creating lightweight vocabularies/ontologies for the Semantic Web/Web of Data. The emphasis of the events is not on creating the perfect ontology in a particular domain, but on creating vocabularies that are good enough for people to start using for publishing data on the Web.

Read more
stella's picture

Drupal Ireland Meeting - feedback, suggestions?

Hi everyone!

First off, thanks to everybody who made it to the Drupal Ireland meetup today. It was great to see so many people, especially so many new Drupal users! I hope to see you again at the next Drupal Ireland event, which I'm sure will be even bigger and better!

Read more
joshk's picture

Drupal 6 Lesson On Nov 23rd: Dive Into Drupal!

Start: 
2008-11-23 11:00 US/Pacific
Organizers: 
Event type: 
Online meeting (eg. IRC meeting)

In keeping with my "Getting Back in the Game" post, I'm ready to pick a date for the next lesson. Given the good experience, we'll try using DimDim for screen sharing to test that out.

This Sunday's lesson is going to be a general "Dive into Drupal" for those who already understand the basics of PHP, MySQL, HTML and CSS, but need to wrap their heads around this crazy little thing called Drupal. My goal will be to cover these four major topics:

  • Drupal Concepts: Hooks, Nodes, Core APIs
  • NodeAPI: The Life of a Node
  • Form Alter: Tweaking UI and Behavior
Read more
Subscribe with RSS Syndicate content

Ireland

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: