background preloader

Drupal

Facebook Twitter

Risorse per Drupal

Mini calendar day's link [#997434] Lang - Documentation | FullCalendar. Customize the language and localization options for the calendar. A String language code. default: "en" This option affects many things such as: the text in buttons, as defined by headertext that contains month or day-of-week stringsdate formatting strings, such as timeFormatweekNumberCalculationfirstDay How to use other languages You will need to load the language's JavaScript data file in order to use it. These files are included with the FullCalendar download in the lang/ directory. They must be loaded via a <script> tag after the main FullCalendar library is loaded. <script src='fullcalendar/fullcalendar.js'></script><script src='fullcalendar/lang/es.js'></script><script> $(document).ready(function() { $('#calendar').fullCalendar({ }); }); </script> If you are simply loading one language, you do not need to specify the lang option.

For more information, see the live example. MomentJS and jQuery UI Datepicker.

Views

Becoming friends with the Drupal Color module — Part 1. This is a tutorial how you can easily take advantage of Color module on your custom theme on Drupal 7. Color is a module that comes with the Drupal core. It offers very nice re-coloring of your theme with minimal coding. Many popular themes are taking advantage of the Color module, such as AdaptiveTheme, BlogBuzz, Pixture Reloaded, RootCandy, Sky and multiple others. This is the basic configuration part of your friendship with Color and will only handle the background color/text color changes. The Part 2 (coming up!) Will take your relationship with Color into a more intimate level. So let's get started with the basics. A custom themeColor module enabledFew lines of code There's an archive attached at the bottom of the post with the implementation that I'm going to create here. I have a simple theme that looks like this by default. Step 1. Step 2. Step 3. Step 4. Step 5. Now your theme directory should look something like this: Step 6. /** * PART 1.

Step 6.1. // Color schemes for the site. Drupal - Open Atrium - Default Front Page. How does one theme a panel (or add a style) CSS. Panels style plugin in Drupal 7. jQuery icons styling example | Kendo UI Web demos. How to create a panels style plugin | manuee – Putting the puzzle together. Creating panels styles can be very powerful. You can define certain styles for your client to choose from, so they can choose what type of display the panel pane will be like. This way you keep the workflow clean, your code under revision control, your themer gets to keep his sanity, and your concious stays clear. This article assumes you know about running panels, and more or less what the nomenclature is.

You should know also that panels now uses ctools, which is is primarily a set of APIs and tools to improve the developer experience. So, what we'll be doing here is actually creating a ctools plugin, to implement a new panels style. Sorry if I'm confusing you already, don't worry, it's actually quite straight forward, we want to be able to do this: ... and then this: OK, now to the meat of it. 1. What you need is very basic, an info file and a module file. 1.1 Declare our dependencies 1.2 Implement hook_ctools_plugin_directory to tell ctools about our plugins 2. 3. Is it just for markup? Panels | Drupal.org. Drupal as an Intranet/Extranet Solution | Vision Multimedia Technologies, LLC. Drupal can be readily configured to act as an Intranet or Extranet solution.

An Intranet is generally defined as an information system for posting and sharing information that functions in much the same way as the general Internet, except that the information is restricted for people within the organization: employees, managers, board of directors, etc. An Extranet is simply an Intranet the allows select access to groups or individuals outside of the organization: vendors, partners, clients, etc. To use Drupal as an Intranet one has to first look at the general requirements of such a solution that are not necessarily handled out-of-the-box: Mechanism for uploading files/documents easily and securely.Mechanism for restricting access to content. The first issue of handling the ability to upload files and documents requires some configuration of the Drupal core installation, along with the implentation of a few modules: Install the ACL module.

Open Atrium

Flat Metro. Found 2985 results containing the words: intranet. Installing modules (Drupal 7) You can add third-party contributed modules to extend or alter Drupal's behavior. Table of contents: In a nutshell 1. Download the module and extract it in the folder sites/all/modules/contrib. It is recommended to place all third-party modules in a subfolder called contrib. 2. 3. Note: The drush commands drush dl module_name and drush en module_name offer probably the fastest way installing modules. Choose the module file Choose the right release. Upload the module There are two basic ways to upload module files to a Drupal 7 site: Through the Drupal user interfaceManually on the server The first option will not work on many types of servers, but may be a more user-friendly choice on servers where it does work.

Option 1: Upload the module through the Drupal interface Navigate to the install page. If your site asks for your FTP username and password, it is referring to the username and password to access your site, not drupal.org Option 2: Upload the module manually Enable and configure. Beautiful Drupal-Based Intranet: Open Atrium.

Open Atrium is an open source web application for creating an intranet where co-workers/teams can collaborate easily. It is built on the Drupal framework & has modules like: blogs for each groupevent calendar which can import feeds from iCal & othersdocuments, to store, collaborate & see revisionsTwitter-like shoutbox for sharing any infocase tracker which is a complete ticketing system to manage projects & assign tasksgroup dashboard to see what’s going on Open Atrium can be extended with new features by creating new modules. The application is multilingual & requires PHP & MySQL to run (like Drupal).

Intranets built on Drupal. Paul Chason | Managing Partner Enterprises, small and large, public and private, use Intranets to maintain continuity of information access and ease of remote collaboration. Traditionally, Intranets have been built on proprietary platforms such as Sharepoint or Jive. But open source Drupal is becoming an increasingly popular and more viable option. Compared to costly proprietary platform licensing fees that are typically based on number of users, the cost of running a Drupal Intranet is significantly less than proprietary platforms. Drupal’s out-of-the-box user management, collaboration features, and content management capabilities make it a natural fit for use as an Intranet. It easily integrates with employee account management systems like Active Directory and Central Authentication Service by way of the LDAP module or CAS module.

User Management For organizations needing enhanced user management, Drupal presents a variety of options. Collaboration Drupal facilitates collaboration. The Absolute Beginners Guide to Drupal Distributions. One of the most common hurdles that Drupal beginners face is learning to navigate the modules area on Drupal.org. We often hear questions like, "There are over 10,000 modules! How we do know which ones to use and in which combinations? " The answer is often to use a distribution. Building your own e-commerce, intranet or a social networking site in Drupal can be intimidating. Imagine how much easier it would be if an expert had found all the best modules for your purpose and had combined them into one package.

Imagine that you could download and install that package as easily as a normal copy of Drupal. That's what distributions can do for you. Where to Find Drupal Distributions Drupal distributions are considered important enough that they have two areas on the Drupal.org homepage. Examples of Drupal Distributions Here are five examples of Drupal distributions that are designed to meet a specific need: OpenPublic: Governments.

Installing a Drupal Distribution.