Skip to main content

Home/ Drupal for Developers/ Group items tagged need

Rss Feed Group items tagged

Angela Ann

Personal Loans With Bad Credit - Cash Advance Without Any Credit Check Formalities - 0 views

  •  
    Personal loans with short term help offers easy monetary aid to handle your cash woes in the same day of applying . You can arrange fast funding through online way without any credit check verification. Best way to solve your cash hassle according to your needs .
  •  
    Personal loans with short term help offers easy monetary aid to handle your cash woes in the same day of applying . You can arrange fast funding through online way without any credit check verification. Best way to solve your cash hassle according to your needs .
  •  
    Personal loans with short term help offers easy monetary aid to handle your cash woes in the same day of applying . You can arrange fast funding through online way without any credit check verification. Best way to solve your cash hassle according to your needs .
Daniel Gregoire

How To Create Users Programmatically In Drupal 6.x - 1 views

  • <?php $newUser = array( 'name' => 'username', 'pass' => 'password', // note: do not md5 the password 'mail' => 'email address', 'status' => 1, 'init' => 'email address' ); user_save(null, $newUser); ?>
  •  
    Create users programmatically. A bit less involved than creating nodes; you just need to populate an array with values, don't need to cast it into an object.
helen troy

Get Rid of Computer Freezing - 1 views

I badly need computer help. I am a graphic artist and I always use my PC for my graphic design layouts and other major graphic work. But, that is so obvious, is it not? Anyway, my computer recently...

need computer help

started by helen troy on 12 Aug 11 no follow-up yet
Fabola smith

Web Development Company - The Need of The Hour - 0 views

  •  
    This articles stresses upon the utility of a web development company and presents the many benefits that are associated with engaging such a company to look after your organizational needs.
Felipp Crawly

Amazing Customer Service - 1 views

I would like to thank Onward Process Solutions for greatly helping me with my need for assistance in a Customer service outsourcing project. They provided me with 24/7 phone/ email answering serv...

started by Felipp Crawly on 31 Oct 12 no follow-up yet
anonymous

Free your content of PHP: Moving PHP code out of blocks, views and nodes | 2bits.com, I... - 2 views

  • From the early days, Drupal had the ability to embed PHP code in its content. This provides flexibility and functionality, most importantly, nodes and blocks can contain dynamically fetched data from the database using custom queries and displayed them in other content. This is an easy approach to get such data without writing a module. All you need to do is assign the PHP input format filter to the node or block and paste your PHP code in it, and voila, you have dynamic content. Code in Content: the issues However, this approach is suboptimal and has serious drawbacks, including:
  •  
    From the early days, Drupal had the ability to embed PHP code in its content. This provides flexibility and functionality, most importantly, nodes and blocks can contain dynamically fetched data from the database using custom queries and displayed them in other content. This is an easy approach to get such data without writing a module. All you need to do is assign the PHP input format filter to the node or block and paste your PHP code in it, and voila, you have dynamic content.
specbee

Everything you need to know about Website Accessibility | Specbee - 0 views

  •  
    Sure, user experience is the buzzword these days, but the emphasis on web inclusiveness is equally critical. Here's a guide to web accessibility, why you need to implement accessibility and how to check if your website is accessible.
Hendy Irawan

Run multiple sites from the same code base (multi-site) | drupal.org - 0 views

  •  
    "If you are running more than one Drupal site, you can simplify management and upgrading of your sites by using the multi-site feature. Multi-site allows you to share a single Drupal installation (including core code, contributed modules, and themes) among several sites. This is particularly useful for managing the code since each upgrade only needs to be done once. Each site will have its own database and its own configuration settings, so each site will have its own content, settings, enabled modules, and enabled theme. However, the sites are sharing a code base and web document root, so there may be security concerns (see section below for more information)."
Scott Blackburn

Subform Element | drupal.org - 0 views

  •  
    I use this for user profiles. Needed for the nodeprofile module
Scott Blackburn

Take control of your Drupal theme | Lullabot - 0 views

  •  
    Want to create a front page that's styled differently from the rest of your site? Perhaps you need a separate admin theme? Or how about a login page which only shows the login block and nothing else? With a little PHP knowledge these problems are easy t
Scott Blackburn

have you seen ProjectPier? | groups.drupal.org - 0 views

  • We – eCentres.net - are using, with a lot of problem of daily configuration and setting, rather than 60 modules and three subdomains. The collaborative community – working in European research projects - now has a basecamp of 3000 users – biannual newsletters - and 300 collaborative participants, who needs mainly: a join calendar of events; the work-groups and all the rest of traditional modules associated. In addition, the basic forum and messaging and all the modules - it is needed more - of users, communities and profiles, usermap, userlist, search users, directory, etc On the other hand the modules of sharing files and documents - not absolutely solved - maybe with the drupal-ftp module... And finally and a lot important the media sections, podcasts, image gallery and video section - not well solved. The next steps is to integrate the donations, fees and commercial solutions and multichannel communication as SMS, and skype and IRC solutions and webminars. Any other simple or partially CWE in my honest opinion are not really sustainable.
  •  
    have you seen ProjectPier?
Scott Blackburn

Alternative templates for different block types | drupal.org - 0 views

  •  
    Here's a little trick that will allow you to use a different block.tpl.php for a specific block. You can control by Block name or Block ID. Here' a modified block.tpl.php with a conditional at the top. All you need to do is edit the module == '[modulename
Daniel Gregoire

PHP, and Drupal Questions [Archive] - Hostmonster Forums - 4 views

  • * file_uploads * upload_max_filesize * max_input_time * memory_limit * max_execution_time * post_max_size
  •  
    Good list of variables to remember to change if you need to change PHP memory limits, especially for file uploads. I keep forgetting post_max_size
Daniel Gregoire

Handling File Uploads | drupal.org - 1 views

  •  
    Extra coding needed to handle file uploads outside of FAPI definitions.
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.
paresh sagar

Announcing A Series Of Webinar About The Need Of Migrating From Drupal 6 and 7 To Drupal 8 - 0 views

  •  
    Excellent WebWorld is glad to conduct a free webinar informing the people about the importance of Drupal 8 upgradation.
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.
limle lee

Seo companies philippines - 1 views

SEO Builders believe that SEO services need not be expensive. We are ideally situated in the Philippines which is one of the major I.T. outsourcing hubs in Southeast Asia and the 3rd largest Englis...

started by limle lee on 22 Nov 12 no follow-up yet
Justin Pierce

Enjoy An Excellent Bookkeeping Service - 1 views

It is a small grocery with just 4 staff that I started 6 months ago. I thought I can smoothly run it on my own. But then I noticed that I always encounter troubles in doing the payroll and other mo...

started by Justin Pierce on 28 Dec 12 no follow-up yet
1 - 20 of 39 Next ›
Showing 20 items per page