Group items matching
in title, tags, annotations or urlUS Congress | drupal.org - 0 views
Content Profile | drupal.org - 0 views
Theming the node form | drupal.org - 0 views
Profiles as nodes | groups.drupal.org - 0 views
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.
How To Create Users Programmatically In Drupal 6.x - 1 views
-
<?php $newUser = array( 'name' => 'username', 'pass' => 'password', // note: do not md5 the password 'mail' => 'email address', 'status' => 1, 'init' => 'email address' ); user_save(null, $newUser); ?>
Drupal 6 XML Sitemap for Nodes - 0 views
On RHEL and CentOS. | drupal.org - 0 views
More info | Social Networking - 0 views
-
"Essentially, this website is built around the Facebook-style Statuses module and the Facebook-style Micropublisher extension for it. These two modules (plus the ubiquitous Views module) are what power the "streams" of status updates, links, and images that you see on this site. The rest is mostly fluff. Cool fluff, but fluff nonetheless. My name is Isaac Sukin, a.k.a. IceCreamYou. I frequently blog and tweet about social networking, and I'm planning a blog series about topics I covered in my DrupalCamp presentation in the coming days and weeks. I wrote the Facebook-style Statuses suite, and I am mentoring the Micropublisher initiative for Google's Summer of Code. I've been working on social networking in Drupal since 2007."
‹ Previous
21 - 40 of 174
Next ›
Last »
Showing 20▼ items per page