Skip to main content

Home/ Drupal for Developers/ Group items tagged how-to

Rss Feed Group items tagged

Hostforlife Hosting

How to Manage Comments in Drupal - 1 views

  •  
    In this tutorial, I'm going to explain to you how to manage comments in Drupal 7.
Daniel Gregoire

How to define page callbacks that you don't want to render using page template in Drupa... - 1 views

  • Method 1 : Printing your stuff and exit
  • Method 2 : Printing your stuff and returning NULL
  •  
    Callbacks, and how to get just the output (without template calls, etc.).
samantha armstrong

FixComputerpProblemsSite Surely Knows How to Fix Computer Problems! - 1 views

I was having problems with my laptop before. Good thing FixComputerpProblemsSite helped me fix it. And they are really the experts when it comes to solving any computer related issues. They can eas...

fix computer problems Drupal drupal_howto drupal_best_modules drupal_performance drupal_theme drupal_problems_solved drupal_modules_to_watch drupal_sites drupal_module module

started by samantha armstrong on 07 Jun 11 no follow-up yet
specbee

How to Control Access to Restricted Pages with the Rabbit Hole Module in Drupal 8 | Spe... - 0 views

  •  
    The Rabbit hole module for Drupal 8 (also compatible with Drupal 9!) is a very popular Drupal module that enables you to restrict access to certain pages. Read more about how you can implement it.
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 .
Scott Blackburn

Views Help: How to get a field to "Link this field to its user" besides username | drup... - 0 views

  • Though one would think the $field object is what we wanted-- the actual object we needed is $row (even though we're only looking at one field in the row). Put the following into the field tpl file to see what the necessary info is: <?phpprint '<pre>';print_r($row);print '</pre>';?> Then, to actually make the link, put the following in your field tpl file: <?php$account = user_load($row->uid);print l($row->profile_values_profile_fullname_value, 'users/' . $account->name);?> Change 'profile_values_profile_fullname_value' to the proper field alias (based on the $row output). Also, be sure to change 'users' to whatever the path is for your user accounts. I also had another thought-- given your use case, you may want to consider the http://drupal.org/project/realname module as well. It will replace usernames with whatever field(s) you designate all over the site. EDIT: I had another thought. I'm not sure of the performance implications of doing a user_load in the template file. Another option is to add the 'User: name' field to the view but exclude it from display. Then you could avoid the user_load and change the code in the tpl file to: <?phpprint l($row->profile_values_profile_fullname_value, 'users/' . $row->users_name);?>
  •  
    theming the field tpl files for Views2
shai edrote

They Are the Best Computer Tech Specialists - 1 views

I called Fix Slow Computer Today because I wanted them to fix slow computer fast. I need their expert computer tech specialist to help me with my slow PC problem. I heard they are the best and trus...

Fix Slow Computer

started by shai edrote on 13 Jul 11 no follow-up yet
shai edrote

They Are the Best Computer Tech Specialists - 0 views

I called Fix Slow Computer Today because I wanted them to fix slow computer fast. I need their expert computer tech specialist to help me with my slow PC problem. I heard they are the best and trus...

Fix Slow Computer

started by shai edrote on 13 Jul 11 no follow-up yet
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.
anonymous

The Great Pretender: Making your data act like a field | Lullabot - 7 views

  • Now, though, it's possible for any module to tie into CCK's field management page to control the positioning of custom content. The key is hook_content_extra_fields(), and in this article we'll show you how to use it.
  • Now, though, it's possible for any module to tie into CCK's field management page to control the positioning of custom content. The key is hook_content_extra_fields(), and in this article we'll show you how to use it.
  •  
    Dubai Independent Escorts Service Dubai Independent Escorts Agency Independent Escort In Dubai Independent Escort In UAE Independent Escort Service Dubai Independent Escort Agency In Dubai Independent Model Escort In Dubai Independent Indian Escort In Dubai Arab Call Girls In Dubai
specbee

How to perform Automated Backups on a Drupal 8 (or 9) Website | Specbee - 0 views

  •  
    Automation always takes a load off. Drupal 8 and Drupal 9 offers different ways to perform #automated_backups on your Drupal website. Learn more about using the #Backup and migrate Drupal module and CLI methods to #automate your backups.
Graham Sutcliffe

Delivery Information not showing up when using uc_cart_add_item | Ubercart - 0 views

    • Graham Sutcliffe
       
      When adding cart items through a custom module ensure auc_cart_add_item() function has attribltes but calling module_invoke_all().
  •  
    How to make Drupal ubercart retain shipping rules when using uc_cart_add_item()
innoraft

How does entity cache work in Drupal 8 - 0 views

The Drupal Cache API is used to store data that takes a long time to compute. Caching can either be permanent or valid only for a certain time span, and the cache can contain any type of data.&nbsp...

drupal drupal8 cache

started by innoraft on 26 Aug 19 no follow-up yet
clariene Austria

Lead generation marketing - 2 views

We know how expensive websites can cost. And we know how expensive SEO can be. We don't want you to get into overdraft to get a website, but we don't want to design a low quality website as well. S...

lead generation seo web design

started by clariene Austria on 08 May 12 no follow-up yet
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.
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.
Scott Blackburn

How to make CCK fields do some of the same tricks as taxonomy terms | !&# - 0 views

  • In Drupal, taxonomy.module implements hook_term to provide links among content which shares a given term. Site builders often use this feature to provide indexes and RSS feeds of their content. Taxonomy.module's purpose is to support the creation of controlled vocabularies which we can use to classify our site's content. If taxonomy.module were a prescription drug, this would be its "on-label" or indicated use. Using taxonomy.module vocabularies and terms to store essential data about our content is what I call an "off-label" use. You're not really creating a controlled vocabulary, and the term-node relationship in these cases isn't always classificatory. However, a clever web developer will use the tools that get the job done, and often taxonomy.module is the perfect tool for making this happen. Because this information is essential to your node's content, CCK fields are indicated for this use. However, CCK fields don't have built-in linking among nodes which share values for the same field. Also absent is any built-in RSS feed for a CCK field's value. This requires some theming and Views.
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.
seth kutcher

Exceptional Online Computer Support Services - 1 views

I was having problems with my computer last week. I have already called a lot of downtown computer shop providers to help me with my concerns but, they just were not able to fix it. So I called On...

online PC repair

started by seth kutcher on 28 Sep 11 no follow-up yet
seth kutcher

The Best Remote PC Support I Ever Had - 1 views

The Remote PC Support Now excellent remote PC support services are the best. They have skilled computer tech professionals who can fix your PC while you wait or just go back to work or just simpl...

remote PC support

started by seth kutcher on 12 Sep 11 no follow-up yet
1 - 20 of 49 Next › Last »
Showing 20 items per page