background preloader

Drupal

Facebook Twitter

Synthetic Biology. Negosyante | drupal.org. Drupal. Drupal is a robust Content Management System that runs on a LAMP server. The LAMP server uses MySQL by default, but PostgreSQL can also be used with Drupal. It can host blogs, forums, and a variety of other content. It has a huge selection of add-ons modules for other functionality, such as advertising, chatbox, e-commerce, multimedia tools, instant messenger, customer relationship management, printer-friendly pages, and web-cams. Recent releases of Ubuntu include both Drupal6 and Drupal7 in the repositories, which are the only two supported releases of Drupal.

Please read this if you need help choosing a Drupal version. Accessory Drupal add-ons modules are not included in the Ubuntu packages however and must be installed manually after initial installation. Please refer to the Drupal installation guide for more advanced hosting features. Use any method to install the LAMP stack packages. Easy LAMP server installation sudo tasksel install lamp-server sudo apt-get install tasksel or mysql> \q Run. How to install Drupal 7 on ubuntu. To install Drupal 7 on your localhost, you must setup apache and mysql first. We have already posted a tutorial on How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu.Please read first. 1.Download Drupal 7 Go to Drupal website and download the latest Drupal 7 version in zip format on your desktop and extract.

Now you will get drupal-7.0 folder. just rename that folder to drupal2.Copy Drupal to /var/www folder . To do this Method 1: Go to Application -> Accessories -> Terminal. And type the below code in terminal and hit enter. gksudo nautilus Type your ubuntu password if needed. Cd Desktop sudo mv drupal /var/www Type your ubuntu password if needed. 3.Create a database using phpMyAdmin follow these steps: For phpmyadmin,apache,mysql,php installation click here Open your browser and type in the address bar and press enter. 4.Install and configure drupal Go to Application -> Accessories -> Terminal. Open in your browser. Getting Started with Drupal 7 tutorial video series | LevelTen | Dallas, TX. Screencast: Creating and Theming a Node Photo Gallery with Drupal 7 and Colorbox » High Rock Media. Views Carousel. Kroimon/Drupal-Galleria. Views jQFX Galleria | Web Development. New Demo: HTML Caption Layer Basically Galleria is a stellar themable customizable javascript photo gallery and this module integrates it with Drupal 7.

Image galleries can be created from images in a single node or from multiple nodes. The demo above uses the classic theme with lightbox enabled. Images and thumbs are scaled by height. Image pan is disabled. Just click on the stage to open an overlay. This demo also uses the classic theme, image crop is 'true', image pan is enabled, the stage is a little taller, and clicking the image toggles fullscreen 'mode'. Galleria also supports tooltips, custom theming, and has tons of other advanced capabilities. I will put up additional information on using Galleria as time permits. The new Galleria home page is up.

Also, Galleria has changed their API so that settings are now camel case. More Demos: The Module and an Extra Theme: The Galleria Plugin: The jQFX project pages on drupal: Notes: Image formatting is now done by the module. Creating a Drupal Photo Gallery. JQuery Cycle Plugin. Check out Cycle2, the latest in the Cycle line of slideshows. The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more. It also supports, but does not require, the Easing Plugin. The plugin provides a method called cycle which is invoked on a container element. Each child element of the container becomes a "slide". Images are used in these demos because they look cool, but slideshows are not limited to images. Use the Effects Browser page to preview the available effects.

For more about options, see the Options Reference page. Frequently Asked Questions Special thanks to Torsten Baldes, Matt Oakes, and Ben Sterling for the many ideas that got me started on writing Cycle in 2007. Installing FullCalendar | drupal.org. Last updated May 24, 2012. Created by aspilicious on February 9, 2011.Edited by emmajane, sirtet, jhodgdon, tim.plunkett.

Log in to edit this page. Requirements Drupal 7 Drupal 6 Views (For Views 3 use FullCalendar 6.x-2.x)Date (6.x-2.7 or later)jQuery Update 6.x-2.x (jQuery 1.3.x)jQuery UI (jQuery UI 1.7.x)FullCalendar (external JS Library) cck is not strictly a requirement, but is generally used to create custom node types. Installing the module Download a version of FullCalendar.Unzip the module.Move the module into the sites/all/modules/ directory. Installing the plugin Download the most recent version of the plugin.Unzip the plugin.Move the plugin into the sites/all/libraries/ directory. Note: When unzipped, the plugin contains several directories. If you are using drush, enable the fullcalendar module and then use the command: drush fullcalendar-plugin to download the correct version of the plugin and move the files accordingly. Looking for support? Galleria Drupal Module ====================== 1. How to install Galleria 2.

How to use Galleria 3. Configure Galleria 4. Customizing and adding themes 5. Frequently Asked Questions (FAQ) 6. Missing Features from Drupal 6 1. How to install Galleria -------------------------- 1. Create an album based image gallery in Drupal 7 using fields and views | James Tombs. This is a follow up tutorial on the popular Create an album based image gallery in Drupal 6 using CCK and views but for Drupal 7. The tutorial will assume that you have Drupal 7 already installed and ready for use.

The following contrib modules are required: I personally prefer Colorbox to some of the other lightbox modules, but feel free to use whichever one you want, they should all work in the same way. An alternative can be found in Shadowbox. Lightbox2 doesn't have a D7 release at the time of writing and Thickbox has been discontinued, with the maintainer now working on Colorbox. The following list is the absolute minimum required to get the gallery functionality, if you don't have one of these modules installed you won't be able to complete the tutorial.

Views Ctools Colorbox Fields Fields UI Field SQL storage File Image Once you have confirmed all these modules are installed you can continue. Setting up the content type For the Name, enter Gallery. Click Save and add fields. Node view. Creating an image gallery in Drupal 7 | MegaDrupal. Create an image gallery in Drupal is not difficult, you can use some modules but they're often more than you need and sometime difficult to tweak.

I will show you how to create a gallery page that you could easily modify or customize. Overview Through the tutorial I'm going to show you how to create an image gallery page on Bartik (Drupal's default theme) theme. Yes, you can use any theme you want. Demo for this tutorial here. Requirements For this tutorial you will need to install Drupal 7 (because this tutorial for Drupal 7. Step 1: Create custom content type Go to Structure -> Content Types (/admin/structure/types) and add a new content type called Gallery (remember this machine name for step 5). Step 2: Create image style From admin toolbar, go to Configuration -> Image Styles (your_site/admin/config/media/image-styles), add new style name "gallery-thumb".

Step 3: Manage fields Delete body field and add new "Image Gallery" field. Next, click to "manage display" next Gallery content type. How create an image gallery in Drupal 7? | drupal.org. Features | drupal.org. The features module enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together satisfy a certain use-case. Features provides a UI and API for taking different site building components from modules with exportables and bundling them together in a single feature module.

A feature module is like any other Drupal module except that it declares its components (e.g. views, contexts, CCK fields, etc.) in its .info file so that it can be checked, updated, or reverted programmatically. Examples of features might be: A blogA pressroomAn image galleryAn e-commerce t-shirt store Compatibility Issues The 7.x-2.x version The 2.x branch greatly changes (and hopefully improves) the user interface of the Create/Recreate Features screen. Ability to write your feature export directly to the Drupal file system (like drush fu).Ability to remove auto-detected items from your export.Ability to work with conflicting features. Drupal 8 Documentation. Migrate | drupal.org. The migrate module provides a flexible framework for migrating content into Drupal from other sources (e.g., when converting a web site from another CMS to Drupal). Out-of-the-box, support for creating core Drupal objects such as nodes, users, files, terms, and comments are included - it can easily be extended for migrating other kinds of content.

Content is imported and rolled back using a bundled web interface (Migrate UI module) or included Drush commands (strongly recommended). Status I'm afraid I've been very busy with project work and the Migrate in 8 effort and haven't been able to put Migrate 2.6 to bed yet. I am starting to catch up on the issue queue, aiming to answer a few issues at a time, a few times a week, prioritizing bugs>support requests>tasks/feature requests. And, looking at the overall Migrate ecosystem, migrate>migrate_d2d>wordpress_migrate. Migrate 2.6 Release Candidate 1 is available. The most significant changes in Migrate 2.6: Requirements Case studies.

Events calendar feature | drupal.org. Date | drupal.org. This package contains both a flexible date/time field type Date field and a Date API that other modules can use. The D5 and D6 versions of the Date field require the Content Construction Kit (CCK) module. The D7 version works with the core Field functionality. D8 includes Date in core. The Drupal Handbook pages are at Date/Calendar Documentation. Be sure to read Debugging Information before reporting a problem.

Going through those steps may resolve your problems and will help provide enough information to tell if this is a bug. Get Involved Help us to solve issues! D8 Version The D8 branch is being upgraded with a hope to getting some of it into core. D7 Version Due to work on getting Date into Drupal 8 core, the D7 version is currently being minimally maintained.

Please see #2074655: Assign Co-Maintainership [Mark Date/Calendar modules as unsupported] if you are able to help with on-going maintenance. D7 Notes I've added preliminary support for SQLLite and SQLServer. D7 Videos/Tutorials Signup. Drupal Panels Demo - Home Page | Bao Truong on Blip. Panels 3: Tutorials | drupal.org. 7 Panels integration guide | drupal.org. Last updated July 9, 2013. Created by Amitaibu on January 26, 2011.Edited by spovlot, redben, LeeHunter, naught101. Log in to edit this page. Introduction: Since Drupal-7.x, Organic Groups changed a bit and the recommended way to display your group content is with Panels. This guide assumes you have followed steps 1 through 8 of the README.txt that comes with Organic Groups. Videos: There is a screencast series by bjlewis2 that demonstrates everything in this guide (including steps 1-8 of the README.txt), with a few additions.

Required Modules Enable subscribe & unsubscribe group links Go to admin/structure/types/manage, and click on "Manage Display" for the "Group" content typeFor the "Group type" field, change the display format to "Group subscription". Panel Node template override The Panel Node template variant is what will allow us to override the default view for Group content types. OG panel content layout Add panel content Left region content: Center region content: Looking for support? Changing and Adding Menus in Drupal 7 | Energy Web Design.

Theme Configuration | drupal.org. Last updated March 5, 2014. Created by Lioz on December 16, 2010.Edited by bloodndn. Log in to edit this page. You can customize different aspects of the theme by visiting admin/appearance/settings/marinelli Breadcrumb settings Breadrumb Title Choosing yes the node title will be showed in breadcrumb. Title Length Sometimes it's useful to truncate the title to a maximum length (especially for long node titles). Layout settings Layout width This is the full layout width: you can choose between 1048px and 988px.

Layout Type Here you can control the position of the sidebars. Do you want to hide block title for the external blocks? By choosing yes all the block titles outside the content (except the sidebars block) won't show in the template. Primary menu settings Which kind of primary links do you want to use? You can choose between classic 1-level primary links or a Mega Drop Down Menu. Drag the items in admin/structure/menu/manage/main-menu to reflect a hierarchy like this Alt class String Settings. Structure of the .info file | drupal.org. The .info file is a static text file for defining and configuring a theme. Each line in the .info file is a key-value pair with the key on the left and the value on the right, with an "equals sign" between them (e.g. name = my_theme). Semicolons are used to comment out a line. Some keys use a special syntax with square brackets for building a list of associated values, referred to as an "array".

If you are unfamiliar with arrays, have a look at the default .info files that come with Drupal and read the explanations of the examples that follow. Note that this page describes .info files used for Drupal themes, and not modules. Name = Garlanddescription = Tableless, recolorable, multi-column, fluid width theme (default).version = VERSIONcore = 6.xengine = phptemplatestylesheets[all][] = style.cssstylesheets[print][] = print.css The name should start with an alphabetic character, can contain numbers and underscores, but not hyphens, spaces or punctuation. Name (required) screenshot core = 6.x. Core Context UX: Page & Component library. Drupal’s site building user experience currently consists of moving between a lot of different tools and interfaces.

Within Drupal 8 we want to unify these experiences (blocks, menus, views, panels…) more. The experience that we are focusing on, is that of creating the front-end of your website - where content, blocks, views, menus are placed on pages and how these can be configured. The proposal outlined below is for Phase 3/4 of WSCCI which is still some months away - it should be clear that this is just a high-level idea, and all details still need to be discussed. Earlier discussion on this topic can be found at . This post was written by me and yoroy, with feedback from a number of core contributors. Problems This brings us to a fundamental problem that new users and even existing users face when they use Drupal: they have to learn “what kind of thing” each part on the page is - is it a block?

Lets take a step back... UX Strategy Basic approach Page. Drupal Theme Block - Free Drupal Themes – Free Drupal Themes.