Fuzbolero .'s Library tagged → View Popular
Fully packaged Drupal CMS distributions now deployed on drupal.org | drupal.org
-
3281d Consulting is very pleased to announce that a new era on drupal.org has begun: Drupal distributions (also known as "installation profiles") can now be automatically packaged with Drupal core and all of their required dependencies. When you download the distribution, you just unpack it into a web root directory, visit install.php, and you're done. This should vastly lower the barriers to getting a new Drupal site up and running. Please read on if you've ever considered installing a Drupal distribution or if you maintain one on drupal.org.
Drupal wins best open source PHP CMS for second year in a row | drupal.org
-
Drupal has won best open source PHP Content Management System for the second year in a row in the Packt Publishing 2009 Open Source CMS Awards. Drupal won by popular vote and a critical selection by a panel of judges. This award reflects the strong support of the Drupal community and our focus on quality which leads to critical acclaim and rapid adoption for large, high quality projects. Drupal won best overall open source CMS in 2007 and 2008.
Support Drupal by Voting in Packt Publishing's Open Source CMS Award Competition | drupal.org
-
go to Packt Publishing's Open Source CMS Award Web site before October 30 and cast your vote in the following categories:
Drupal CMS contributed module: 2 Way Video Chat module | drupal.org
-
2 Way Video Chat (by VideoWhisper) is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It's a solution for conducting easy to setup face to face meetings without leaving your office or home. It's the easiest and most cost-effective way to meet somebody and discuss one on one.
Drupal CMS and contributed modules: How to report a security issue | drupal.org
-
If you discover a vulnerability in Drupal core or contributed module, keep it confidential. Mail us at security@drupal.org, do not post in the issue tracker. The security team will investigate your report and create a fix. When the issue is about a contributed module, the team coordinates with a module maintainer. When a fix is ready, an advisory urging users to upgrade is published.
-
Some bugs take time to correct and the process may involve a review of the codebase for similar problems. Coordinating across time zones and work schedules can be time-consuming.
- 3 more annotations...
Coding standards | drupal.org
-
The Drupal Coding Standards applies to code within Drupal and its contributed modules. This document is loosely based on the PEAR Coding standards.
-
Use an indent of 2 spaces, with no tabs.
Lines should have no trailing whitespace at the end.
Files should be formatted with \n as the line ending (Unix line endings), not \r\n (Windows line endings).
- 24 more annotations...
External Search module for Drupal CMS | drupal.org
-
- Dictionaries and encyclopediae
- General Search sites
- Media
- Programming
Create forms that submit a search to an external search engine, like Google, Yahoo!, Wikipedia, Last.fm or any other engine that uses query strings for form submissions (GET). External Search comes with predefined settings for a lot of common search engines in the following categories:
If you would like a form for a search engine that isn't predefined, you can enter its settings at the External Search administration page.
Dreditor for Firefox greasemonkey - script for drupal cms development | drupal.org
-
Awesome user scripts for drupal.org going on here. This is no Drupal module, and you can only install the script in your browser.
Comparison of Rotator / Slider modules | drupal.org handbook
-
This page came about as a result of this post in the Duplicated Modules Hall of Shame group. The linked post lists several modules that provide either tabbed content or rotating content.
-
- Dynamic display block - Enables you to create and present blocks of content in a dynamic way. Uses the jQuery Cycle Plug-in.
- Views Rotator - a Views style plugin using the Cycle jQuery plugin with a small number of options for controlling transition behaviour.
- Views Cycle - a Views style plugin using the Cycle jQuery plugin, with an option for tabs, several transition effect options and other transition behavior settings.
- Views Slideshow - a Views style plugin using its own JavaScript for the rotation, also including a tabs option and a small number of transition behavior options. The Drupal 6 (dev) version is an extensible API that allows other cycles, rotators, and carousels to plug into the module, so they don't need to recreate the Views functionality.
- Views Slideshow: ImageFlow - offers an ImageFlow option to Views Slideshow, similar to Apple's CoverFlow.
Slideshow Creator - adds an input format filter to allow you to add slideshow creation code to the body of a node.This module has been deprecated- Featured Content Slider - select nodes based on content type and create up to 3 blocks of featured content.
- Slider - create a "slider" content type with a multi-value nodereference field to create carousel-style sliders of the referenced nodes.
- EasySlider - create a list-style view with a block display and the view results are displayed in a carousel style slider.
- Node Carousel - create carousels of nodes based on nodequeue or custom values using a hook in your own module.
- Views Carousel - a Views style plugin using the jCarousel jQuery plugin for the rotation, suitable for e.g. a scrollable thumbnail viewer.
Available Modules
There are many modules that provide some sort of slideshow / rotator functionality.
Node access rights | Drupal API reference - api.drupal.org
-
The node access system determines who can do what to which nodes.
In determining access rights for a node, node_access() first checks
whether the user has the "administer nodes" permission. Such users have
unrestricted access to all nodes. Then the node module's hook_access()
is called, and a TRUE or FALSE return value will grant or deny access.
This allows, for example, the blog module to always grant access to the
blog author, and for the book module to always deny editing access to
PHP pages.If node module does not intervene (returns NULL), then the
node_access table is used to determine access. All node access
modules are queried using hook_node_grants() to assemble a list of
"grant IDs" for the user. This list is compared against the table.
If any row contains the node ID in question (or 0, which stands for "all
nodes"), one of the grant IDs returned, and a value of TRUE for the
operation in question, then access is granted. Note that this table is a
list of grants; any matching row is sufficient to grant access to the
node.In node listings, the process above is followed except that
hook_access() is not called on each node for performance reasons and for
proper functioning of the pager system. When adding a node listing to your
module, be sure to use db_rewrite_sql() to add
the appropriate clauses to your query for access checks.To see how to write a node access module of your own, see
node_access_example.module.
Sharing Content with Drupal's contributed Domain Access module | Trellon.com
(Old post about Drupal 5.x, now 6.x is the current development environment)
Drupal CMS showcase story: The American Society of Media Photographers | drupal.org
-
In early 2009, The American Society of Media Photographers (ASMP) embarked on a website redevelopment project with Context, a web development firm based just outside of Philadelphia.
With over 7,000 members and an expansive website consisting of hundreds of pages ranging from informational tutorials to event registration to their national "Find a Photographer" service, the ASMP had quite a project in front of them, and were looking for guidance in determining which system would be able to meet their requirements.
After reviewing the ASMP's 11 page request-for-proposal and the wonderfully clean and organized designs provided by Chicago's Grillo Group, Context decided that Drupal was the only CMS that would make the project practical.
D7 discussion: Taxonomy.module vocabularies should be fields | drupal.org
-
The development of Drupal Field API obligates us to look at taxonomy.module to keep it relevant and modern. The concerns At Drupalcon DC, Benjamin Melançon (ben-agaric) and Benjamin Doherty (bangpound) began to look at this problem and untie it. Here's what we propose.
Module reorganization
Taxonomy.module should primarily contain features for the management of controlled vocabularies: CRUD of vocabularies and terms, describing the hierarchy of terms, and other features that may or may not be fully developed yet: synonymy, term relationships.
A new module called term.module will be the field module that will replace all or most of taxonomy.module's nodeapi functionality. Hopefully it will do more, too.
Field widgets also need some development. Currently, we're using Options.module select widgets, but we shouldn't limit ourselves only to that widget. Tagging autocompletion widget will need to be built.
Tagging features live in taxonomy.module because there had been a significant overlap in the functional, UI and data requirements with taxonomy.module's support for controlled vocabularies. However, this overlap will become much less significant. I'd like to solicit the community's ideas about how to move tagging into a rational place in Drupal 7 and this proposal. We certainly do not propose abandoning tagging at all. We simply need to know where it fits in a Drupal 7 where taxonomy.module lets us manage vocabularies and term.module lets us put terms on things.
SportBusiness.com relaunch - still using Drupal CMS | drupal.org
-
SportBusiness Group is the world's leading supplier of information, media and B2B marketing services to the sports industry and, with its network of partners and agents, assists companies from all over the globe in achieving their business goals.
The latest incarnation (site version 11, 3rd Drupal version) of the Sportbusiness.com website has finally brought us into the world of Drupal 6. We initially moved the site over to Drupal almost 3 years ago (back in the Drupal 4.7 days) after months of data conversion from a proprietry Oracle-based CMS. We've never looked back. The upgrade to Drupal 6 has just finished; the site has been redesigned and several major changes have been implemented.
Getting up to 10,000 page impressions a day certainly doesn't make this a high-traffic site by comparison to some of the other sites we have at Electric Word plc (parent company to SportBusiness), but the visitors to the site demand equally high levels of quality and content. This was something we had to maintain from previous releases.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in drupal
-
Drupal
Websites related to the Dru...
Items: 34 | Visits: 79
Created by: Ray Metzen
-
Drupal
Items: 32 | Visits: 104
Created by: Stefanos Karagos
-
Drupal
drupal is my choice of CMS ...
Items: 465 | Visits: 95
Created by: Scott Blackburn
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
