Skip to main content

Home/ Drupal/ Group items tagged 6

Rss Feed Group items tagged

Fabola smith

Complete Drupal 6 Menu Theming - 0 views

  •  
    Drupal 6 Theming of Menus This tutorial expands on the snippet at: Theming Drupal Menu and how to make it work for Drupal 6. Theming Drupal menus are easy once you understand the key drupal menu theming API functions. I will go one by one depending on
Hendy Irawan

Filter Default | drupal.org - 0 views

  •  
    " The Filter Default module allows you to assign a default input format for new nodes and comments for each role on your site. It adds a 'Defaults' tab to the Administer > Site configuration > Input formats page on which you can manage the assignments. Note: This functionality will be built into Drupal 7, so Filter Default will not be maintained beyond Drupal 6. Also, Drupal 6 users should take a look at Better Formats module, which covers more ground than Filter Default. Whenever a new node or comment is being created, each text input box with multiple allowed input formats is initially configured based on the settings for the user's roles. The user's lowest-weighted role (as defined on the settings page) that the user posseses is used. For a user that does not have any role indicated in the table, the default input format will be the one selected on the Input formats > List page. This module has no effect on which input formats any user is allowed to use. It merely sets initially selected input format when there are multiple choices. For example, suppose you have roles 'author' and 'admin' on your site in addition to the standard 'anonymous user' and 'authenticated user' and that your input formats defaults table looks like this:"
Hendy Irawan

Localized Drupal install profile | drupal.org - 0 views

  •  
    A small distribution in development to install Drupal with user interface translations pulled automatically from localize.drupal.org. It is suggested you use this distribution to start off with Drupal if you'd like to set up a localized site. You can find setup instructions for the Drupal 7 version (which applies to Drupal 6 as well) at http://localize.drupal.org/node/2024 Localized Drupal ships with Localization update for sustainable translation management and Localization client for fixing translations and contributing back to the community (both on Drupal 6 and Drupal 7).
Hendy Irawan

Migrate Extras | drupal.org - 0 views

  •  
    Migrate 2: For compatibility between Drupal 6 and Drupal 7 implementations of Migrate 2, all features in core for Drupal 7 are supported by the Migrate 2 module itself on both 6 and 7. Notably, that means while CCK support was in migrate_extras for Migrate 1, it is in migrate itself for Migrate 2.
Richard Sheppard

Solango and Tomcat 6 on Ubuntu Intrepid @ Irrational Exuberance - 1 views

  • sudo mkdir /usr/share/tomcat6/logs
    • Richard Sheppard
       
      Use: sudo ln -s /var/lib/tomcat6/logs . Instead. The command "sudo bin/startup.sh" will give you grief if you don't.
  • sudo cp -R /var/lib/tomcat6/conf /usr/share/tomcat6/ sudo cp -R /var/lib/tomcat6/temp /usr/share/tomcat6/
    • Richard Sheppard
       
      I replaced these two lines with: sudo ln -s /var/lib/tomcat6/conf . sudo mkdir /var/lib/tomcat6/temp sudo ln -s /var/lib/tomcat6/temp .
  •  
    I used this howto for setting up Tomcat to provide the Solr service while using the out of the box Tomcat6 from the normal Ubuntu channels. I'm using Jaunty. I've highlighted a couple of things in the process.
Hendy Irawan

Node Blocks | drupal.org - 0 views

  •  
    This module allows you to specify content type(s) as being a block. This allows the content managers of the site to edit the block text and title without having to access the block administration page. Users only need edit access to that node in order to edit it. It is very handy to create a simple block content type and enable this content type for blocks and use these in place of the normal 'add block' functionality. Now supports translatable content In the 6.x-dev version, if Content Translation is enabled, then only a single node block per translation set is exposed and the node from the translation set with the appropriate language is loaded into the block.
Richard Sheppard

Embed a Region in a node.tpl.php file (D5) | drupal.org - 0 views

  •  
    Also comments below for Drupal 6
Hendy Irawan

40+ Essential Drupal Modules | Nick Lewis: The Blog - 0 views

  •  
    "If you are new to drupal, then this list is for you. These are some of the best of the best drupal modules. Everything from standard framework modules, to location and mapping is covered. Note that if you've been emersed in drupal for some time, than this will be "old news"."
Richard Sheppard

Customizing Drupal 6 Themes - ThemesWiki - 0 views

  •  
    I've not fully digested this yet, so the material might be covered elsewhere. Still - could be worth it.
1 - 13 of 13
Showing 20 items per page