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?
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.
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:
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?