background preloader

Drupal 7

Facebook Twitter

Nginx

How to install & configure NGINX + PHP-FPM + Memcached work with Drupal 7 on Ubuntu 10.10 Maverick Yodi Aditya Researcher + Traveller. Today, i trying some experiment with my sites yoodey.com will running on NGINX + Memcached.

How to install & configure NGINX + PHP-FPM + Memcached work with Drupal 7 on Ubuntu 10.10 Maverick Yodi Aditya Researcher + Traveller

I'm using Ubuntu 10.10 Maverick Meerkat that hosted in Amazon EC2 + Drupal 7 fresh installed. Also, i have Apache2 already installed and running in my Ubuntu server. Now let starting install NGINX in our Ubuntu server. Running PHP with NGINX usually handled by PHP-FPM which it's emulating Apache2. So, don't worry about your custom extension or php.ini configuration. 1. Actually, Php5-fpm is the service to run php as FastCGI. Will give result : PORT STATE SERVICE 80/tcp open http 3306/tcp open mysql 9000/tcp open cslistener Port 80 actived from Apache2, so i will turn off my Apache2 and let Nginx replaced for port 80 by sudo service apache2 stop . 20 Drupal Modules to Boost Your Website’s Functionality. By Monica S.

20 Drupal Modules to Boost Your Website’s Functionality

Flores Drupal is a robust content management system that can do nearly anything you throw at it. Hundreds of Drupal modules–add-ons that extend the functionality of Drupal core–exist to help you create a powerful website. This is a roundup of some excellent Drupal modules covering the following areas: Managing and displaying contentUser engagement and game mechanicsUser registration Managing and Displaying Content 1. In many pre-built Drupal themes, the primary navigation bar (typically displayed across the top of the page) shows only top-level links. However, with the Menu Block Drupal module, you can easily add a new block that pulls all relevant navigation links together, and then you can place that new block anywhere on the page–in the content section, for example, or perhaps in the left or right sidebar. Here’s a menu block set-up page that pulls links from the equivalent navigation menu and displays it as specified: Let the user change language with a select - Drupal Answers - Stack Exchange.

Current community your communities Sign up or log in to customize your list. more stack exchange communities Stack Exchange sign up log in tour help.

Let the user change language with a select - Drupal Answers - Stack Exchange

Building awesome user interfaces with Drupal 7's Form, AJAX, and Theme systems. Time slot: March 10th, 3:45 PM - 4:45 PM The primary focus of Drupal 7 was usability (other great things were achieved too).

Building awesome user interfaces with Drupal 7's Form, AJAX, and Theme systems

As a result, over the last couple years, we've been blessed to have many new UI designers join the Drupal community, and some long-time Drupalists got a renewed passion for creating better user experiences. Let's keep the momentum going by creating awesome UX in contrib modules and in the websites we build. Designers and developers get frustrated when they have a vision for a great UI, but don't know whether it can be implemented or how to implement it. If you're a designer, come learn about what's easy and what's hard to build in Drupal 7, so you can minimize the pushback you'll receive from your developer colleague.

More Relation and Views. Creating a first relation type + the entity collector. I utvecklingsarbetet byggs webbplatsen på Drupal och tanker, idéer, design och planerade lösningar implementeras.

Creating a first relation type + the entity collector

I vårt utvecklingsarbete tillämpar vi Scrum för att kunna erbjuda dig insyn och frihet. Vår product owner arbetar nära dig vilket innebär att du inte behöver vara en extremt erfaren beställare för att du ska få det du vill ha av leveranserna. Vi är övertygade om vikten av att förstå våra kunders behov, varför du även kommer att arbeta med teamet, för att de ska ha god förståelse av era mål och behov. NodeOne är en av världens mest erfarna drupalspecialister och vi arbetar ständigt med att vara med och driva på utvecklingen av Drupal. Detta innebär att vi har väldigt god insyn i olika lösningar.

Genom att välja NodeOne som din leverantör får du tillgång till några av de vassaste drupalutvecklarna i världen och din drupalbaserade webbplats blir så bra som den förtjänar! How to Write a Drupal 7 Installation Profile. Based on this article.

How to Write a Drupal 7 Installation Profile

Installation profiles are like modules All installation profiles must have profilename.info and profilename.profile files, and they can also have a profilename.install file. The profilename.profile file has access to almost everything a normal Drupal modulename.module file does because Drupal is fully bootstrapped before almost anything in the profile runs. The primary exception is that st() should generally be used to translate strings instead of the usual t() because the localization hasn't been set up until the installation process completes. Profile files should reside in their own directory within the /profiles directory to be loaded.

Creating a drupal 7 image gallery using fields. Peter Yaworski, Toronto Website Developer. HowTo: Install PECL Uploadprogress on Debian 5.0 Lenny. Learn Drupal 7 modules inside and out. Impressions of OpenLayers in Drupal 7. I'm a fan of the OpenLayers module in Drupal 7 (and 6 too, for that matter) and here's why you should be too.

Impressions of OpenLayers in Drupal 7

You can allow for both latitude/longitude mapping, KML property boundary mapping, geocoding entered addresses (with a helper module) and more. With this module, you can input the geo data and then display all your information on a map. Main modules We Use Openlayers -> This is the API module to make everything work. Openlayers KML Layer -> With a KML file, you can add a layer on top of your map with the boundaries on the map drawn. With these modules in place, you can add latitude/longitude decimal degrees fields to a content type and a KML file upload to display property boundaries. Following the online documentation for the OpenLayers module, you next create your default maps, your view to act as a data source and a view to display the maps you desire. Results.