Restrict content based on your conditions in Joomla!
Want to show some text only to registered users?
Or hide some content in December?
Want to display a messagefor mobile users?
Or hide an image every Monday?
Want to have a piece of text only visible for people for Europe?
You can do that and a whole lot more with Conditional Content!
Views | 7,839 | Downloads | 94 |
---|---|---|---|
Version | 5.0.6 | Created | 2016-10-01 |
System | Joomla 3 & 4 | Changed | 2023-11-08 |
Website | JED ![]() |
Developer |
Regular Labs ![]() |
License | GNU/GPL ![]() |
Original Price in Developer Site | 19 € EUR |
With Conditional Content you can restrict or grant access to parts of the content based on a wide selection of conditions (based on device, user groups, date ranges, languages and menu items to name a few).
Creating conditions is a easy as placing {show}
or {hide}
around your special content.
For example, to show a piece of text only to guests (not logged in visitors), you can do this:
{show access="Guest"}You are not logged in yet!{/show}
Or you can hide a promo graphic on weekends:
{hide days="6,7"}<img src="/images/week-special.jpg">{/hide}
Comments