Skip to main content

Home/ Drupal for Developers/ Group items tagged drupal development

Rss Feed Group items tagged

Hendy Irawan

Drupal Development - 0 views

  •  
    Drupal Development - Presentation Transcript Drupal Code: Day 1 where am i, and how did i get all these arrays Hi. I'm eaton. Drupal is... http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Drupal Core http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Views Five Star CCK Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Theme Views Five Star CCK Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ Drupal is... Theme Views Five Star CCK Node Drupal Core User http://www.flickr.com/photos/druclimb/282597447/ name = Demo description = Just a simple demo module. core = 6.x function demo_nodeapi(&$node, $op) { global $user; if ($op == 'view') { if ($node->uid == $user->uid) { $node->title . ' [YOUR ARTICLE]'; } } } demo.info demo.module name = Tricky description = A slightly trickier module. core = 6.x function tricky_form_alter(&form, $form_state, $id) { if ($id == 'node_form') { $title['#required'] = FALSE; } } function tricky_install() { drupal_set_message('You just installed Tricky!'); } tricky.info tricky.module tricky.install views.info views.module views.inc user.inc node.inc blog.inc comment.inc ui.info ui.module arguments.inc handlers.inc filters.inc query.inc sprout.info sprout.module forum.inc views.pages.inc table.inc views.install sprout.install sprout.admin.inc sprout.inc CHANGELOG README views.info views.module views.inc user.inc node.inc blog.inc comment.inc ui.info ui.module arguments.inc handlers.inc filters.inc query.inc sprout.info sprout.module forum.inc views.pages.inc table.inc views.install sprout.install sprout.admin.inc sprout.inc CHANGELOG README views.info views.module views.inc user.inc node.inc blog.inc comment.inc ui.info ui.module arguments.inc handlers.inc filters.inc query.inc sprout.info sprout.module forum.inc views.pages.inc table.inc views.install
paresh sagar

How Drupal 8 is Enhancing Enterprise Content Management Capabilities - 0 views

  •  
    Hire Drupal developers to solve all your Drupal related inquiries. Our Drupal Development Services includes Drupal website development, maintenance and support for Drupal websites, bug fixing and much more.
paresh sagar

Hire Expert Drupal Web Developers & Programmers in India, USA - 0 views

  •  
    Looking for hire drupal web developers? Hire dedicated drupal website developer in India, USA for a great drupal development Company at Excellent WebWorld.
paresh sagar

Premium Drupal Development Company in USA, India - 0 views

  •  
    Excellent WebWorld is the best Drupal Development services Company in USA, India and surrounding the area. Whether it is the complete end-to-end Drupal solution or assistance with custom Drupal theme development, our expertise is here for you.
paresh sagar

Top Drupal Web Development Company in India & USA - 0 views

  •  
    Top Drupal Web Development Company in India & USA. Our Drupal developers use a combination of custom and contributed Drupal Modules to create innovative solutions for your clients.
Megan Lloyd

Drupal Development Edinburgh | Drupal Developer Edinburgh | Hire - 0 views

  •  
    Fortune Innovations is Drupal development Company in Edinburgh catering visionary and cost-effective Drupal development service across UK. For more details visit: http://edinburgh.fortuneinnovations.com/drupal-cms-development
paresh sagar

Why Drupal Web Development Has Gone Widely Popular? - 0 views

  •  
    If you intend to do so, then you need to hire a service provider of Drupal Web Development. Drupal Web Development is the frequently opted service that has gone highly popular for the relative and relevant features it offers.
paresh sagar

Best Drupal Website Development Services in USA - 0 views

  •  
    Excellent WebWorld is a best drupal website development services in USA and surrounding the area. Drupal websites are platform, web server and database independent; they can be installed on any platform and work with all the servers.
paresh sagar

Best Drupal Development Services Company in India & USA - 0 views

  •  
    Best Drupal Development Services Company in India & USA. Our highly flexible and proven engagement model starts with complete evaluation of your business and IT requirements to deliver right Drupal development solution to meet your development goals.
paresh sagar

Free webinar- Upgrade your drupal website to drupal 8 - 0 views

  •  
    Drupal websites are helping businesses to grow. Migrate your Drupal 6 or 7 websites to Drupal 8 website now to utilize the advantages.
paresh sagar

10 points to consider before hiring a Drupal developer - 0 views

  •  
    A developer should have a curious mind to create unique solutions for a project. Make sure to check the innovative skills of the person before hiring a Drupal developer for your website.
amelia_joe

Drupal Web Development Company Los Angeles - 0 views

  •  
    Fortune Innovations Los Angeles Web Development Company provides affordable custom website design with creative design using Drupal CMS Development.For more details visit:http://losangeles.fortuneinnovations.com/drupal-cms-development
Daniel Gregoire

Module Development - Schema Won't Install | drupal.org - 0 views

  • I had similar symptoms ... a simple install file that wouldn't create a table. However, I got it to work by going into the Drupal system table and deleting the record for my module. Then the next time that I enabled my module, Drupal freshly discovered it and ran the .install file to successfully create the table. Summary. When you have a module already in use (and so it appears in the system table), and *then* as a developer you create its .install file, it doesn't look like a *new* installation to Drupal (since the module name was already in the system table), so hook_install never gets called.
  •  
    Trick for schema's that won't install. If you have a custom module that you _had_ installed before making a .install file and including a schema, you need to: (1) Disable your module (2) Uninstall your module (3) Delete your module's row in the 'system' table in your Drupal database. Then you can re-introduce your module, and all its files will be recognized.
specbee

A Complete Guide To Hire A Drupal Developer For Your Project | Specbee - 0 views

  •  
    A step by step guide to hire a Drupal developer. Know everything about how to hire the right resource for your Drupal project.
Fabola smith

Drupal Web development ,Drupal theming,Drupal Services Blogs | Ebizon NetInfo - 0 views

  •  
    This post enlists the benefits associated with adapting the Drupal technology and also shares examples of popular drupal powered websites on the internet.
Daniel Gregoire

Reducing server resource utilization for busy sites by implementing fast 404s in Drupal... - 3 views

  • // List of extensions for static files $exts = 'txt|png|gif|jpe?g|shtml?|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp|xml'; // It is not an imagecache path, which we allow to go through Drupal if (!strpos($_SERVER['QUERY_STRING'], 'imagecache')) { // It is not our main feed page if ($_SERVER['QUERY_STRING'] != 'rss.xml') { // Is it a static file? if (preg_match('/\.(' . $exts . ')$/', $_SERVER['QUERY_STRING'])) // Just send a 404 right now ... { header('HTTP/1.0 404 Not Found'); print '<html>'; print '<head><title>404 Not Found</title></head>'; print '<body><h1>Not Found</h1>'; print '<p>The requested URL was not found on this server.</p>'; print '</body></html>'; exit(); } } }
  •  
    Fast Drupal 404 handling for static files.
paresh sagar

How Drupal 8 is Claiming to be the Best CMS Solution for the Enterprises - 0 views

  •  
    We all are aware of the potential of Drupal as a web content management system; the open source web development platform is serving a digital presence to some of the world's largest enterprises.
anonymous

Smarter Theming with SASS (Syntactically Awesome StyleSheets) on Drupal | Steve Krueger - 0 views

  •  
    Currently there are 2 Drupal projects, by Steve Krueger, which focus on development with SASS on Drupal: Basic (SASS Optimized) and SASS API.
andrew smith

Hire Drupal Developers | Drupal CMS Development company - 0 views

  •  
    Anubavam offers a wide range of Drupal consulting services meant to assist companies and organizations with various aspects of a Drupal development project
amelia_joe

Drupal 8 Bug Bounty Program: Find an Issue and Get Paid - 0 views

  •  
    Anybody can participate in this bug bounty program and try to find the issues in Drupal 8 within 31st August 2015.Read more at:http://losangeles.fortuneinnovations.com/news/drupal-8-bug-bounty-program-find-issue-and-get-paid
1 - 20 of 72 Next › Last »
Showing 20 items per page