Newsfeed-Generator
Page Titles by Path
This module is a very basic module for filling in some of the gaps left over by the Page Title module. I was frustrated with the fact that it was very difficult to get custom title tags on panels_pages and apachesolr search pages so I quickly wrote this basic module to provide a path to title mapping in a simple text field (one mapping per line).
This module does require the Page Title Api
n8 Experiment
Nate's sandbox for some drupal experiments.
Update manager plus
Do you know the situation: You want to install a new project (module or theme) and first you have to lookup the url of the project?
With this module you just enter the project name und you will get the releases. Cool eh?
Roadmap- Enable modules directly after download
- Add settings page
GC-Code
With this module you are able to create geocache content with the official attributes by importing gpx-files, for example build by the geotoad-script or downloaded directly of geocaching.com (if you have a premium account). You can also add your own notices, solutions and pictures. So you can create your own geocaches database.
Drux
Status: Before this becomes a real project, some of you guys has to suggest a different name! "Drux" is just too meaningless.
Additional drush commands for dealing with module dependencies in a code-driven development workflow.
drush dep
(drux-enable-dependencies)
Download and enable dependencies of all enabled modules.
drush obs [module 1] [module 2] [module 3]
(drux-find-obsolete)
Find all modules that could be safely disabled without disabling any of the modules specified as arguments.
You pull code (modules and features) that a fellow developer has worked on. These modules could contain new dependencies. You run "drush updb" and "drush cc all", but the dependencies are still not enabled.
Solution:
Now in addition you run "drush dep", and everything is fine.
You worked on some modules (incl features), and want to push them upstream. Your fellow developers need to know which other modules they need to enable, so you add those as dependencies. But, how can you be sure you did not forget a dependency?
Solution:
You have one or more "seed" modules, with all the dependencies. You agree in your team that these should always be enabled.
You might also have a "personal seed module", which contains the dependencies you do not want to share with the team.
Whenever you enable a new module, and you want everyone in your team to also enable it, you add it as a dependency somewhere, so it becomes a direct or indirect dependency of the seed module(s).
You can then run "drush obs seed1 seed2 seed_personal" to identify all the modules you forgot to add as dependency. You should either disable these modules, or add them as dependencies somewhere.
iContact D7
This is work on upgrading the iContact module to Drupal 7.
Skysa for Drupal 6.x
The Skysa App Bar is a free to use standardized web app platform which enhances any website or blog. Enabling a website with Skysa takes less than 5 minutes. Once installed the Skysa Bar displays on your webpage at the bottom or top (your choice) of the browser window; making it unobtrusive, while at the same time, presenting a range of applications you have added to the bar for your visitors and site members to use. An example, some Apps which can be added to your Skysa Bar include: Chat, Instant Messaging, Interactive Sharing, Who's Online, Translate, Voting Poll, Twitter, Facebook, YouTube videos, RSS, News Ticker and many others that are available in our App library.
Why Use Skysa?With Skysa, you can add or improve social features, add other social services to your website, engage your website visitors, collect valuable member information, the list goes on. Skysa is designed to help websites keep visitors longer and build more traffic through socially engaging apps. Skysa is a robust web app platform; once added to your website, you never have to update code to get new features or updates (Less Headaches for you).
The Skysa Difference:- Not a Browser Plug-in - Skysa is not a browser plug-in; meaning your visitors do not have to install anything to use the apps added to your bar. It is ready on demand and available on every page you place our code.
- Fully Customizable - The Skysa bar is fully customizable; from the apps you use to the design of your bar. Most apps have settings you can change to further fine tune your bar to your websites needs. For example, the customization options we allow for style of your bar in unmatched, giving you the option to set background images, font, hover colors and much more! There are also placement and display options which allow you to choose what part of the browser window the bar displays; top, bottom, and left and right options for the compact view.
- Integrated Membership System - The Skysa platform features a secure integrated membership and registration system that is used with our integrated Chat Room, IM, Commenting and other social apps. Additionally, you can configure Skysa to work with your own Member System. If you have a Wordpress, BuddyPress, Spruz or Ning website your bar will work seamlessly with the members of your website; no additional setup required.
Drupal auf der Cebit 2012
Auf der diesjährigen Cebit Messe in Hannover wird auch Drupal wieder vertreten sein. Die Drupal Initiative hat dafür einen Stand organisiert und ist da mitten in der Vorbereitung. Desweiteren gibt es einen zusätzlichen Stand von erdfisch und comm-press die einen eigenen Stand haben werden.
Den Stand der Drupal Initiative findet man in Halle 2, Stand D58, (166), den anderen Halle 6, Stand H46.
Aktuelle Infos zum Drupal-Stand auf der Cebit gibts auch im Drupalcenter Podcast unter http://www.drupalcenter.de/podcast/39726
Um den Messestand von Drupal bekannt zu machen, hat die DI ein paar Badges gebastelt die ihr auch in euren Blog übernehmen könnt. Hier auf pebosi.net ersetzt der folgende Badge die AdSense Werbung in der rechten Spalte:
Tags:Selectable Blocks
The Selectable Blocks module allows selection of the blocks when creating or editing a node. A selected block will show up in the selectable region assigned on the node page. The module was crated for a client to eliminate the need to access the Blocks page and enter the correct path alias to control whether a block should show up for a particular node.
Colorbox Video Popups D6
Colorbox Video Popups D6 is a features module which creates colorbox popups to display YouTube and Vimeo videos.
I've tried to include all the dependencies and variables including site_frontpage. Enable this project in your newly installed sandbox, add two terms, 'Vimeo' and 'YouTube', to the taxonomy 'Video' (more on this below), and create two contents of type 'video'. Then go to your frontpage where you will see the Vimeo page and YouTube block side by side. Click on either to view the video in a colorbox popup!
The hover shadow for Firefox, Chrome, and Safari users is the result of some CSS3 goodness.
Notes:
Module patches:
To remove an unpleasant looking border around the video popup, emfield, media_youtube, and media_vimeo need to be patched. I've included the patches with the module, or you can download them from http://drupal.org/node/1050792#comment-5582736.
Taxonomy:
I've included the taxonomy 'Video' with the module. The module does not include the terms of the taxonomy 'Video'. I think there is a discussion as to the merits of including terms. More research is required. Anyway, Add two terms to your taxonomy before creating the content. The terms are: Vimeo and YouTube. Attach these terms as you create your nodes respectively.
Context and Blocks:
I can't seem to move all the blocks in /admin/build/blocks to Disabled via the module. My preference is to use context for block placement. Perhaps more research is needed on my part or this will be better with the Drupal 7 version. Anyway, Navigation, User login and Powered by Drupal (or Pressflow) blocks will initially double print on your page. Move all the blocks that are in regions in /admin/build/blocks to Disabled and let context place the blocks. You may also, initially, have to clear cache to see the Context in the Site Building menu (see http://drupal.org/node/914698 for more on this issue).
Share count statistics
Allows your Drupal site to gather statistics on how many times your content (and other entity types) have been "shared" with social/sharing services like Twitter, Google+, Facebook, etc. Also provides an API for other modules to hook into and provide their own share counts.
Also provides views integration so you can easily create a 'Most shared' block listing the most popular shared content.
Developed by Palantir.net (written by Patrick Teglia) and sponsored by University of Chicago for the University of Chicago Magazine.
Commerce Payment: Suomen Verkkomaksut
This module integrates Suomen Verkkomaksut (www.verkkomaksut.fi) payment method to Drupal Commerce.
Image Effects Text
Image Effects Text is a module that defines an image effect that allows to place text on an image. It is a rewrite of the D6 text imagecache action, that the ImageCache Actions project itself failed/forgot to update. It is a solution for issue #1090312: How can I add text to images (D7) ?.
BackgroundAs maintenance for the D7 version of the ImageCache Actions project seems to be lagging behind, I put the code in a separate sandbox project. But please note that integration with ImageCache Actions is intended. Main difference is the naming, which is more D7 alike (IMO ImageCache Actions should be renamed as well).
Unlike the D6 version it was based on, this module works with both the GD and Imagemagick toolkits.
DependenciesHard dependencies:
- Imagecache actions.
- Image (Drupal core).
Soft dependencies/recommended modules:
- Imagemagick (preferred toolkit).
- PHP filter (Drupal core).
I tested this effect with both th GD and imagemagick toolkit on a Windows server. Tests with imagemagick on Linux will follow shortly. GD may expect to be working on each server. Please test on your configuration and file any isuues you find in the issue queue of this sandbox project.
LDAP integration helper, sync existing user data
@todo write description
Front Themer
Helps you to use (simple) Drupal themes in your JS code.
Hierarchical Select Entity Reference
This module allows you to use hierarchical_select (version 7.x-3.x) as a widget for a taxonomy-based entityreference field.
This module was sponsored by iO1 and iVillage.
Date part-of-day
Small module that provides a date token extension, partofday, a somewhat arbitrary indication of the part of the day (morning, afternoon or evening).
l10n source changer
This is a small and efficent module that allows change l10n source string.
If you have typed incorrect localization source strings wrapped in a function "Drupal.t" or "t()", but all translations are ready. Now you can change l10n source strings on the page admin/build/translate/search
Comment Blocks
This module will provide various blocks for comments
NodeStream core tests
This is a fork of the NodeStream core project that aims to create tests for NodeStream functionality. It will be removed once we have an acceptable amount of tests.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- …
- nächste Seite ›
- letzte Seite »




Neue Kommentare
vor 1 Stunde 58 Minuten
vor 3 Stunden 5 Minuten
vor 3 Stunden 15 Minuten
vor 6 Stunden 33 Minuten
vor 9 Stunden 32 Minuten
vor 9 Stunden 59 Minuten
vor 10 Stunden 24 Minuten
vor 10 Stunden 35 Minuten
vor 10 Stunden 49 Minuten
vor 11 Stunden 22 Minuten