Skip to main content

Home/ Drupal for Developers/ Group items tagged features

Rss Feed Group items tagged

Hans-Peter Zahno

Directory of Public Features Servers | groups.drupal.org - 3 views

  •  
    Considering the power of the Features module I'm surprised this list of public features servers is so small. Hopefully it will grow. Currently there isn't even a decent image gallery feature on any of these public features servers.
Hendy Irawan

Social Networking in Drupal: my SouthEast LinuxFest Drupal Day presentation | Isaac Sukin - 0 views

  •  
    " * I gave a presentation on Social Networking at DrupalCamp South Carolina on June 13th, 2010 (hosted by the SouthEast LinuxFest). Here are the slides I presented (complete with my notes on them) in various formats, as well as a link to the demo site (feel free to play around) and the downloadable Feature I exported based on the demo site. Demo site: http://sndemo.dev3.webenabled.net/ Feature: http://community.featureservers.org/project/self-social-network (also attached) View slides online: http://www.slideshare.net/mediacurrent/social-networking-in-drupal-isaac... If you want to download the slides, I recommend the PPTX. Finally, thanks to Mediacurrent and Doug Vann for making it possible for me to give this presentation."
Daniel Gregoire

Advanced theme settings | drupal.org - 4 views

  • here. dman - April 6, 2009 - 22:10 This worked fo me. An additional logo (Appeared in the footer everywhere) Not sure why I had to put the submit handler into the #validate pass :-/ It was copied from the existing theme settings funcs. 'campaign_' is the theme name.
  •  
    d.o page for adding theme-settings.php file for custom theme features available at theme configuration page. Highlighting comment that successfully adds an "upload" field for uploading images for custom features.
Hendy Irawan

SELF Social Network | community.featureservers.org - 0 views

  •  
    "This feature was generated from the demonstration site for Isaac Sukin's SouthEast LinuxFest Drupal Day presentation on Social Networking in Drupal on June 13th, 2010. The original demo site is at http://sndemo.dev3.webenabled.net/"
Scott Blackburn

Projects | pingVision Feature Server - 1 views

  •  
    Image gallery Feature for OpenAtrium
Scott Blackburn

Defining Spaces Features in Code in Drupal | Development Seed - 0 views

  •  
    I've been starting to make my way through using the Spaces and Context modules put together by developmentseed. It is interesting to start thinking more in terms of re-usable context driven features.
Hendy Irawan

Run multiple sites from the same code base (multi-site) | drupal.org - 0 views

  •  
    "If you are running more than one Drupal site, you can simplify management and upgrading of your sites by using the multi-site feature. Multi-site allows you to share a single Drupal installation (including core code, contributed modules, and themes) among several sites. This is particularly useful for managing the code since each upgrade only needs to be done once. Each site will have its own database and its own configuration settings, so each site will have its own content, settings, enabled modules, and enabled theme. However, the sites are sharing a code base and web document root, so there may be security concerns (see section below for more information)."
Scott Blackburn

Bundling site settings using Features | drupal.org - 3 views

  •  
    Great overview of how-to use Features
Megan Lloyd

The Problems in Android 5.0 Lollipop Update and Ways to Fix Them - 0 views

  •  
    Android 5.0 Lollipop is possibly the major software upgrades that meant to alter the performance under the cover, including new features and revamping the design language of the user interface.Read more at: http://edinburgh.fortuneinnovations.com/news/problems-android-50-lollipop-update-and-ways-fix-them
paresh sagar

Why Drupal Web Development Has Gone Widely Popular? - 0 views

  •  
    If you intend to do so, then you need to hire a service provider of Drupal Web Development. Drupal Web Development is the frequently opted service that has gone highly popular for the relative and relevant features it offers.
innoraft

Getting ready for Drupal 9: what should website owners do? - 0 views

Drupal 9 is not being built on a new core, but rather in Drupal 8 itself. This means that new functionality will be added as backward-compatible code and experimental features. Drupal 8's biggest d...

drupal 9

started by innoraft on 18 Nov 19 no follow-up yet
Scott Blackburn

How to make CCK fields do some of the same tricks as taxonomy terms | !&# - 0 views

  • In Drupal, taxonomy.module implements hook_term to provide links among content which shares a given term. Site builders often use this feature to provide indexes and RSS feeds of their content. Taxonomy.module's purpose is to support the creation of controlled vocabularies which we can use to classify our site's content. If taxonomy.module were a prescription drug, this would be its "on-label" or indicated use. Using taxonomy.module vocabularies and terms to store essential data about our content is what I call an "off-label" use. You're not really creating a controlled vocabulary, and the term-node relationship in these cases isn't always classificatory. However, a clever web developer will use the tools that get the job done, and often taxonomy.module is the perfect tool for making this happen. Because this information is essential to your node's content, CCK fields are indicated for this use. However, CCK fields don't have built-in linking among nodes which share values for the same field. Also absent is any built-in RSS feed for a CCK field's value. This requires some theming and Views.
1 - 17 of 17
Showing 20 items per page