This forum is for news and announcements to the Drupal community at large.

Drupal featured in The Sydney Morning Herald and The Age

Icon is a Digital Living guide published each Saturday in Australia's The Sydney Morning Herald (for Sydney readers), and The Age (for Melbourne readers). In this week's issue, the article Talk The Talk reviews Drupal as a "Free Website Management" tool. From the article:

If building websites was once a walk in the park, now it's a lot more like a walk across a six-lane highway in peak hour. Users expect more from their time online and site managers need smart tools to make updates quick and easy. Drupal is an open source content management platform that can form the beating heart of any website. From blogs to intranets to community portals, Drupal offers plenty of features and a host of plug-ins to deliver what any site could need. You'll need some technical skills to install it on your host server and get it customised, but this is a powerful solution that will take months off any DIY website effort.

User administration, simplified

Hello, all,

The industrious primates here at funnymonkey.com have developed a module we are calling the userplus module. This module simplifies adding large numbers of users to a site, and administering user roles. The module works in 4.6.3.

From the readme.txt:

The userplus module simplifies adding large numbers of users to a site, and assigning those users into roles. The module will be particularly useful to admins managing sites where membership requires admin approval, or where only admins can create new members.

The features of the userplus module are available to users with the "administer users" permission. So, if you can't administer users, you can't use userplus.

The userplus modules adds a new tab -- user+ -- that is visible on the admin/user page. When you click on the tab you get three options:
1. add multiple users
2. assign user roles
3. configure user+

"Add multiple users" allows you to add multiple users (I know, who'd have guessed that?). Along with username, email address and password, the administrator can also assign these new users into roles. Since all users created this way are automatically "authenticated users", there is no checkbox for that role, nor is there a checkbox for "anonymous user."

"Assign user" gives you a listing of all users on a site next to checkboxes of all roles. Using this option, you can see what users belong to what roles, and make adjustments accordingly.

"Configure user+" allows you to set the number of users that can be added at one time. It also allows you to set the number of users that will appear per page on the "Assign User" page.

Drupal, Google Summer of Code, and Angela Byron (webchick) in The Economist

Congratulations to Angela Byron for her mention in The Economist:

I'm A total geek all around, says Angela Byron, a 27-year-old computer programmer who has just graduated from Nova Scotia Community College. And yet, like many other students, she never had the confidence to approach any of the various open-source software communities on the internet—distributed teams of volunteers who collaborate to build software that is then made freely available. But thanks to Google, the world's most popular search engine and one of the biggest proponents of open-source software, Ms Byron spent the summer contributing code to Drupal, an open-source project that automates the management of websites.…

Announcing Event Repeat -- repeating events for event.module!

Eventrepeat enables the creation of repeating event patterns for node types that are event-enabled. 

Eventrepeat's pattern creation was largely modeled on the iCal RRULE specification.  At this time, it should support all RRULE parameters, with the following exceptions:

  1. Recurrance periods less than DAILY
  2. BYDAY declarations greater than 5 and less than -5 (ex. 20th Monday of the year is not supported).  Other similar patterns can be built that should approximate this functionality.
  3. BYSETPOS parameter
  4. EXRULE parameter

Latest CVS version can be downloaded ---> here

Note: this module is currently in beta release--known bugs are described in the README file. Requires this as yet unapplied patch to node.module in core. Needs latest CVS event.module to work properly, also a recent HEAD version of drupal is recommended, but it may work fine on 4.6.x. This module deals with automatic creation, editing, and deletion of nodes--it is highly recommended that you run this module on a test site first!

Module developed by thehunmonkgroup. If you wish to sponsor further development of this module, please contact me.

Announcing Signup Module!

Signup allows users to sign up for nodes of any type--this would be ideal for something like online classes, etc. Includes options for sending a notification email to a selected email address upon a new user signup (good for notifying event coordinators, etc.) and a confirmation email to users who sign up--these options are per node. When used on event nodes (with event.module installed and regular cron runs), it can also send out reminder emails to all signups X days before the start of the event (per node setting) and auto-close event signups 1 hour before their start (general setting). Settings exist for resticting signups to selected roles and content types.

Admininstrators have the ability to view a signup summary per node, or a full summation of signups on all nodes, and also have the ability to manually close the signup period of a node, as well as cancel a user's signup.

The user signup form is fully themable--form fields may be added or deleted. For more details see the instructions in signup.theme, where a sample user form is included.

 You can download signup ---> here.  There are CVS and 4.6 versions available.

 

 This module was developed by thehunmonkgroup and jjeff, and sponsored by jjeff.  There are many other cool features that could be added to this module, so let us know if you're interested in sponsoring further development!

Pages

Subscribe with RSS Subscribe to RSS - News and announcements