Menu Views

Menu Tokens Module for Drupal Site

| 28 views

<p>On the project I'm working lately there is need for many not so simple solutions - one of them involves using Profile2 module, for creating a multi level user profile page - like there is one page for e-mail and password, then there is second profile page for personal information and more.</p><p>To handle this tasks, I'm using Profile2 module, what works 90% great - the rest 10% that doesn't works includes - it doesn't integrates well with Panels module…


Drupal: Create Dynamical Menus with Menu Views

| 10 views

Today working on a customer's Drupal project, I found a kind of strange need - to display for authenticated users their flagged content in a drop-down menu - kinda Facebook, LinkedIn behavior, when you click on gear icon and magic happens - you see your latest messages, invitations, and e.t.c. So I must admit - at the start I didn't have an idea - how actually to flag content. But luckily for me, a few years ago - I was playing with Flags Module and working on this project I decided flags will…