Startseite
  • » Home
  • » Handbuch & FAQ
  • » Showroom
  • » Forum
  • » Drupalchannel
  • » Übersetzungsserver
  • » Suche
Startseite › Newsfeed-Generator › Herkunft ›

Neue Module

Inhalt abgleichen
Extend and customize Drupal functionality with contributed modules. If a module doesn't quite do what you want it to do, if you find a bug or have a suggestion, then join forces and help the module maintainer. Or, share your own by starting a new module.
URL: http://drupal.org/taxonomy/term/14/0
Aktualisiert: vor 40 Minuten 1 Sekunde

Web Services Client Views

11 Februar, 2012 - 21:42

Sanbox module to provide integration between Views and WSClient module.

Simple Comment Rate

11 Februar, 2012 - 18:03

This module is created in order for the users to be able to rate comments. Users have the option to rate a comment either once from a certain IP or once with certain user ID. Adminitrators can choose which content type comments can be rated.

Site made by

11 Februar, 2012 - 15:52

The very simple Site made by-module adds a html comment in the html page head with information about the site producer. It's only possible to have a single line comment for the moment.

Ajax submit for any form

11 Februar, 2012 - 13:26

This module allow make sumbit any form via ajax.

Object API

11 Februar, 2012 - 12:00

This is a collection of wrappers for Drupal objects. Just an experiment for now.

emacs

11 Februar, 2012 - 10:02

Tools and libs for Drupal development under GNU/Emacs IDE (applied to Xemacs too).
Project primary targets:

  • Full functional drupal-mode (extended php-mode)
  • Drupal specific snippets for Yasnippet
  • Integrate Emacs with Drupal & PHP development tools
  • Drupal 7 and above compatibility

GNU/Emacs is big and strange thing actively used by a hacker subculture for any purposes. One of Emacs abilities — to be an IDE for wide variety of languages. There are some extensions and tools for using Emacs as IDE for PHP. The purpose of this project is to merge useful PHP tools for Emacs to one bundle for quick installation and easy updating.

See documentation about Drupal + Emacs: http://drupal.org/node/59868
Sacha Chua' work for Drupal 6 Yasnippet integration: http://sachachua.com/blog/2008/07/yet-another-snippet-mode-for-emacs/

3d party code

Yasnippet snippets for PHP initialized by Nishimura' minimal scripts (https://github.com/nishimura/minimal-yasnippet-php-mode)

calendar date field

11 Februar, 2012 - 09:43

The Calendar date field is a field that allows users to select and insert events in a full sized calendar, with the parse PHP function you are able to prepopulate the calendar with events so you can select dates that dont conflict with anything else in the system, I developed this module so i can use the commerce module to take bookings for my hypnotherapy practice, but it can be used with anything such as labour jobs, or even a public calendar

cctv

11 Februar, 2012 - 08:28

Turns your Drupal install into a CCTV recording machine!

Suri

11 Februar, 2012 - 07:00

Suri (Strict URI) is an attempt to reduce "duplicate content" on websites.

The concern

Let's suppose you wrote you code and defined a menu 'mymodule/%' which has as occurence 'mymodule/example'.
The way drupal works make 'mymodule/example' and 'mymodule/example/test' to be treated by the same 'page callback'.
In some case, 'mymodule/example/test' will be treated by Google as duplicate content.

There's another case where you menu doesn't deal with parameters like 'page' or 'utm' or another unwanted. For example, on most urls, we can add an extra parameters (look drupal.org/node/21951 and drupal.org/node/21951?page=12). The extra parameters in the latter case is 'page', which is not performed by the page. Thus making it unecessary.

Both example could lead to duplicate content if indexed by google.

How does suri try to resolve it ?

Each drupal menu has a fixed number parts. When a url is given and if the max parts of the path is more than what is defined in the menu, then Suri try to guess the nearer parent and redirect the user to it.
If a menu is configured to accept only specific arguments, anytime the menu will be called with unwanted argument, the user will be redirect to the nearer parent of the menu.

How can you specify which extra arguments you deal with ?

Extra arguments can be defined when building a menu, through the hook_menu.
A new key Suri arguments can be the same way page arguments is given.
If you're not an administrator, you can specify arguments for every menu drupal through 'admin/settings/suri/urls'.

How can you test it ?

A simple test can be done as follow:
Take any node you have and hit this 'node/xxx/testus' (where xxx is your node id).

Next

A more finished description is to come.

Page Titles by Path

11 Februar, 2012 - 02:32

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

11 Februar, 2012 - 01:21

Nate's sandbox for some drupal experiments.

Update manager plus

11 Februar, 2012 - 00:44

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

10 Februar, 2012 - 21:59

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

10 Februar, 2012 - 21:29

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.

Use case: The PULL situation

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.

Use case: The PUSH situation

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

10 Februar, 2012 - 21:18

This is work on upgrading the iContact module to Drupal 7.

http://drupal.org/project/icontact

Skysa for Drupal 6.x

10 Februar, 2012 - 21:01
What is Skysa?

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.

Selectable Blocks

10 Februar, 2012 - 19:30

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

10 Februar, 2012 - 18:33

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. Instructions for this module are as follows:

1. On a newly installed sandbox of your own, enable this project.
2. Add two terms, 'Vimeo' and 'YouTube', to the taxonomy 'Video' (more on this below).
3. Create two contents of type 'video'. One node can be for a YouTube video and one node can be for a Vimeo video, for instance. Don't forget the taxonomy and the custom thumbnail. I've included sample thumbnails in the /sharks folder which work well with the included css.
4. 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:
Add two terms to the taxonomy 'Video' before creating the content. The terms are: 'Vimeo' and 'YouTube'.

I'm not sure why terms can't be included with Features modules. More research is needed. Attach the terms respectively as you create your nodes so the View will work.

Context and Blocks:
You will initially see the Navigation block and the Powered by Drupal (or Pressflow) block printing twice on the page. Since I am using the context module, you can go into /admin/build/blocks and move all Enabled blocks to Disabled to make this right. Perhaps the Drupal 7 version of Features includes the option to manipulate /admin/build/blocks blocks. Or perhaps I need to do more research.

You may also have to clear cache one time to see the Context menu entry in the Site Building menu (see http://drupal.org/node/914698 for more on this issue).

Share count statistics

10 Februar, 2012 - 18:17

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

10 Februar, 2012 - 17:51

This module integrates Suomen Verkkomaksut (www.verkkomaksut.fi) payment method to Drupal Commerce.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • nächste Seite ›
  • letzte Seite »

Benutzeranmeldung

  • Registrieren
  • Neues Passwort anfordern

Aktive Forenthemen

  • Link von Block in Views
  • Computed_Field Node Objekt bzw. nid?
  • Drupal Entwickler für Erstellung von Shop mit Ubercart in bestehende Drupal-Seite
  • Viele Fragen die mich quälen ...
  • Fataler Fehler nach update auf Drupal 6.24 wg fehlender Funktion in image.inc
  • meine Profilbesucher anzeigen?
  • URLs: Groß- und Kleinschreibung
  • Rules und Organic Group
  • [erledigt] drupal 7 - read more ausblenden
  • Modul für Absatznummern / Randnummern
  • Path-Based Metatags - wofür sind die gut?
  • Views Field Language (Spracherkennung der Felder) funktiniert nicht
Weiter

Neue Kommentare

  • Laß Dir doch mal den Inhalt
    vor 1 Stunde 40 Minuten
  • Problem gelöst
    vor 3 Stunden 51 Minuten
  • ich könnte mir vorstellen
    vor 3 Stunden 51 Minuten
  • Ja und wie greife ich da auf
    vor 4 Stunden 34 Sekunden
  • Unser Server kann das. Ich
    vor 4 Stunden 14 Minuten
  • Modul "User Relationships"
    vor 4 Stunden 14 Minuten
  • Ist der Host ein Windows-Host?
    vor 4 Stunden 21 Minuten
  • Du läßt Dir in der Zeile die
    vor 4 Stunden 27 Minuten
  • Patch aus Issue Queue
    vor 4 Stunden 49 Minuten
  • "Read more"-Link modifizieren
    vor 4 Stunden 52 Minuten

Statistik

Beiträge im Forum: 173997
Registrierte User: 15484

Neue User:

  • Spearoth
  • bwvebb
  • drupal4normi

» Alle User anzeigen

User nach Punkten sortiert:
stBorchert5516
quiptime4713
Tobias Bähr3874
wla3810
md3777
bv3700
Thoor3678
Alexander Langer3282
dereine2635
Exterior2571
» User nach Punkten
Zur Zeit sind 4 User und 32 Gäste online.

Benutzer online

  • Sammelzwerg
  • Bogus
  • Bogus
  • drizzi

Neue Webseite im Showroom

  • Tierherberge Einhorn e.V.
Weiter

Buchempfehlung

Webseiten erstellen Drupal 7
Content - Layout - Administration

DrupalCenter.de Empfehlung

Auf der Seite von All About Cards finden sich Informationen über Kartendrucker, Plastikkarten und Chipkarten sowie über verschiedene Kartensysteme z.B. zur Kundenbindung.

Neue Module

  • Web Services Client Views
  • Simple Comment Rate
  • Site made by
  • Ajax submit for any form
  • Object API
  • emacs
  • calendar date field
  • cctv
Weiter

Drupal Security

  • SA-CONTRIB-2012-018 - Revisioning - Cross Site Scripting
  • SA-CONTRIB-2012-017 - Finder - Multiple vulnerabilities
  • SA-CONTRIB-2012-016 - Forward module CSRF and Access bypass
  • SA-CORE-2012-001 - Drupal core multiple vulnerabilities
  • SA-CORE-2012-001 - Drupal core multiple vulnerabilities
Weiter

Hauptmenü

  • » Home
  • » Handbuch & FAQ
  • » Showroom
  • » Forum
  • » Drupalchannel
  • » Übersetzungsserver
  • » Suche

Quicklinks I

  • Infos
  • Drupal Showcase
  • Installation
  • Update
  • Forum
  • Team
  • Verhaltensregeln

Quicklinks II

  • Drupal Jobs
  • FAQ
  • Drupal-Kochbuch
  • Best Practice - Drupal Sites - Guidelines
  • Drupal How To's
  • Bücherecke

Quicklinks III

  • Tipps & Tricks
  • Drupal Theme System
  • Theme Handbuch
  • Leitfaden zur Entwicklung von Modulen

RSS & Twitter

  • Drupal Planet deutsch
  • RSS Feed Drupal Podcast
  • RSS Feed News
  • RSS Feed Planet
  • Twitter Drupalcenter
Drupalcenter Team | Impressum & Datenschutz | Kontakt
Angetrieben von Drupal | Drupal is a registered trademark of Dries Buytaert.
Drupal Initiative - Drupal Association