Most drupal front page node related news are at:
Detta är en rubrik 18 Jan 2012 | 09:08 pm
Stockholm Detta är ingressen.
head 29 Jun 2011 | 10:46 pm
kick lead
More drupal front page node related news:
A Drupal-Powered Success Story blamcast.net 25 Jan 2011 | 06:11 pm
When I launched my Photoshop layer styles business on the front page of Drupal.org last year, I wasn't sure what to expect. Fast-forward to 2011, and I'm happy to report that business is booming. Janu...
Customize login form block in drupal alsuleman.info 17 Mar 2011 | 06:49 am
I just add this code to drupal documentation page in http://drupal.org/node/478328 paste this in your template.php file in theme directory. Note that password input will not work (will not get a def...
Drupal - Display Content on Front Page Only nzwhost.com 28 Aug 2010 | 01:49 pm
You may want to display a block of content only on the front page of your Drupal powered website. A fairly simple thing to do just select the "Show on only the listed pages" box and put <front> into "...
Creating a custom home page in Drupal 7 using Views (part one) apaddedcell.com 23 Jun 2011 | 02:11 pm
Having installed Drupal, one of the first questions people ask is, ‘How do I change the home page?’ By default the front page of Drupal has a blog feel, with the latest posts shown in date order, but ...
Upgrade to Drupal 7 ookpalm.com 2 Jun 2012 | 10:57 am
I have upgraded my site from Drupal 6 to Drupal 7 now. Have no idea how spammers keep posting things on my website even on the front page! I deleted them anyway.
Drupal 7 Quick Tip: Hiding Content Types on the Add Content Page alligatorsneeze.com 3 Apr 2013 | 10:47 pm
In Drupal 7, hiding contents on the Add content page (node/add) is pretty easy. Go to Admin > Structure > Menus, and choose the Navigation menu. You should see a page such as this one: From here yo...
[DRUPAL 7][UBERCART] How to remove the link of the titles and images of items in cart page zyxware.com 4 Jul 2013 | 11:32 pm
In a recent project, one of the client requirements was to remove the link of the cart-image which appears in shopping cart page. In drupal, when a node is added to cart, it will be automatically link...
Search Engine Optimization in Drupal 6 drup.org 2 Aug 2008 | 04:21 am
Drupal Modules global redirect module makes sure there is only one URL per page (gets rid of node/123 type URLs) simply install—no configuration needed. path_redirect module also needs to be used ...
How to redirect a form in drupal arnelbornales.wordpress.com 25 Aug 2009 | 05:21 am
<?php function MODULENAME_form_alter(&$form, $form_state, $form_id){ global $user; switch ($form_id) { // This is our form ID. case ‘YOUR_NODE_FORM_ID’: // like page_node_form(for node/add/page) ...
What are good extensions to Drupal CCK? [Living Article] gunith.com 10 Oct 2011 | 02:51 am
Since I couldn’t find a good list of extensions to CCK, I thought of making one Views – Something you might even find useful than CCK. Enables you to make custom pages and blocks etc based on nodes a...