Dynamic-Menu-Links

Do you have an Open Source Product available for Joomla!? Let everyone know here.
Locked
User avatar
carsten888
Joomla! Ace
Joomla! Ace
Posts: 1224
Joined: Sat Feb 11, 2006 8:32 am
Contact:

Dynamic-Menu-Links

Post by carsten888 » Fri Jan 16, 2015 8:22 am

Image

With Dynamic-Menu-Links you can create a menuitem which can link to different pages, depending on:
  • - user
    - usergroup
    - accesslevel
    - date/time
    - device (desktop/mobile/tablet)
    - country
    - language
    - ip
    - current page
    and much more...
Any of the above AND all combinations.

example:

Code: Select all

if($user_id){
//logged in
$redirect_menuitem_id = 294;
}else{
//not logged in
$redirect_menuitem_id = 200;
}
Uses the PHP syntax, so you can custom script everything possible in PHP.

project page on the JED:
http://extensions.joomla.org/extensions ... menu-links
http://www.pages-and-items.com my extensions:
User-Private-Page, Redirect-on-Login, Admin-Help-Pages, Dynamic-Menu-Links, Admin-Menu-Manager, plugin load module in article, plugin pure css tooltip and more...

Locked

Return to “Open Source Products for Joomla!”