Require users to review their contact information

What would be the best way to force users to review their contact information after login? I need to do that periodically, let's say once a year. Is there a module for that?

Shared guest login

Is there a way to create a guest account that allows multiple users to be logged in at the same time with the same account? 

I’m still developing my site, and sometimes I want to ask a few different people to check it out as authenticated users, sometimes at the same time. I’d really like to keep it super simple, with username: "guest" and password: "guest". I’m trying to avoid having to create new users each time I want someone new to view the site.

I’ve seen this done on other websites, especially sandbox sites. 

Does anybody have any ideas?

Feeds import driving me nuts!

Hi guys,

I'm trying to use feeds to import content along with associated taxonomy terms (drupal 7) Never having tried it before I thought, do it in stages. Start with taxonomy then add the nodes. Only trouble is I get stuck at the first hurdle. I've got a csv file so:

fruits              child

apple             red, green

orange           Jaffa, tangerine

banana          straight, bent

Overriding user login

For overriding user log in page, add a file "user-login.tpl.php" in your themes "template" directory

then in your themes "template.php" file add code as follow

function YOURTHEMENAME_theme() {
  $items = array();
  
  $items['user_login'] = array(
    'render element' => 'form',
    'path' => drupal_get_path('theme', 'YOURTHEMENAME') . '/templates',
    'template' => 'user-login',
    'preprocess functions' => array(
       'YOURTHEMENAME_preprocess_user_login'
    ),
  );

  return $items;
  
}

Thanks

Drupal 7 | Drupal 8 Custom Fields

Hello,

Hope everyone is doing well...

I am planning to build a matrimonial website...

I want to add custom radio buttons, custom check boxes, custom select options to the standard registration form...

Are there any Drupal 8 plugins or modules to accomplish this?...

Is it possible to add custom fields without any Drupal plugins or modules?...

Please provide some help or idea to me...

Thank you very much...

Couple issues with youtube module

Hello, 

Installed this module: https://www.drupal.org/project/youtube

Added a youtube field to a content type. Selected "youtube video" as widget. 

Issue 1

Visited the node. I was able to play the video in chrome,IE, and firefox but not in chromium. I get this error in chromium "Your browser does not currently recognize any of the video formats available. ...."  Is that something to do with the module or I need to talk to youtube?

Issue 2

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x