D7 - Views & Flag - View of [1] users flagged by a user, [2] users flagging a user, and [3] nodes from a user flagged by a user.

Hi all,

The title is pretty self explanatory - I have a user flag that is pretty much like a "follow" or "subscribe" function.

Basically I want to create 3 views for my website's user profile pages,
1. A list of users flagged by a user (i.e. a "people i'm following" block )
2. A list of users flagging a user (i.e. a "my fans" or "my followers" block)
3. A list of nodes from all the users that have been flagged by a user (i.e. a news feed function for a user to view all the new content from the users he/she flagged)

Two-factor authentication with Duo Security

Fellow Drupalers,

We just released our Duo Drupal module yesterday!

For those of you that haven't used our two-factor authentication before, Duo enables convenient and secure two-factor authentication for web sites, VPNs, Unix servers, WordPress blogs, and now: Drupal! Duo's Drupal module adds a second line of defense to your Drupal login credentials – your mobile phone! You and your users will be able to log in to your Drupal-powered site with ease and with confidence that their account is secure.

Check out our project page on drupal.org, our source code on GitHub, and our Duo Drupal documentation that will get you up and running with two-factor auth on your Drupal-powered site in under 10 minutes.

Can change administrative theme but can't change site theme on drupal 7.4

Today I made a brand-new install of drupal 7.4. I installed core, plus I installed the italian language .po and added the latest localization update and localization client modules.

different login pages for two or more anonymous user types

Hi all,

Sorry, if this type of problem has been asked earlier, I did not find it.

I have to build a site where two different login pages are required.

Anonymous users come to siye, they see two options like say student and teacher.

They select one and see their respective front/home page.

I have bina through front page module, it allow to have a slash screen as front page custom....but it does not provide different home or frotnt page for anonymous user. It only provides for one for anonymous user and one for registered users.......

Prepopulate CCK fields with random values from a given list.

Hi, I have a problem for that I can't find a solution. It would be really great if someone could help me with a hint to a module or a documentation page that might help me. I'm not really familiar with PHP yet but I'm willing to learn.

I have a content type (named session) with nine text fields. I want users to be able to choose from templates when they create a node of that type. So far so good, I can do this with the prepupulate module. Users can choose from several session templates out of a list of links I have put on a page. Every link has a list of field values in its URL. But what if I want the values to be choosen randomly out of more than nine values? Each of the nine text fields are to get a different value from a list of more than nine values. So every time a session node is created with the template, the values of the text fields should be different.

I hope my english is good enough here. Please tell me if it's not, then I'll rephrase my problem.

One solution that comes in my mind right now could be to randomly create the prepolulate links on my page. So the prepopulated field values would not be different for every time the link is clicked, but for every time the page with the links is accessed. But if somebody knows a better solution, please let me know.

Add custom html to a node view

Hello,

I have a very simple module that has a custom node type and i want to add some html to the view of this node.

I have implemented hook_view, and it looks somewhat like this:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x