Most of the time we would like to know more about our website visitors. The Webform module let you create your own form for and gather user information in a very convenient way.
If you find the fonts of your Drupal site quite boring. The @font-your-face module could make the text of your Drupal site more fun. Before proceeding, it would be great if your PHP is already enabled with the zip extension. but no worry if you doesn’t have the zip extension. We can still complete it without any problem.
Similar to ShareThis module, the Printer, the e-mail and PDF versions module create the Print, Email and PDF buttons on you node page.
Installed module and you can now modify its settings @ Administer –> Site configuration –> Printer, e-mail and PDF versions. Continue reading Drupal – Add Print Friendly and Email Buttons→
The ShareThis module let you add a share button on any node type such that you can share the node content to Facebook, Twitter, Google Buzz or any other channels as shown in the following picture. Continue reading Drupal – Share Node Content to Social Networks→
# By default, rails console run in development env
rails server
# Run in test env
rails server --environment test
# Run in production env
rails server --environment production