The Segment Checker Module will preform some simple task on the URI segment.
With Segment Checker you can for example check if an value is present in the url, or check if the URI is empty after a specific value. But there is many more, see the list below for a full list of functions and check the documentation how those function works.
Make sure your system meets the minimum requirements:
This method will check if there is nothing comes after a specific segment
{exp:segment_checker:empty_after}
Below are the Tag Parameters. Those parameters can be used in the tag described above
The value you want to check
value=""
Get a specific segment after a value
{exp:segment_checker:get_segment_after}
Below are the Tag Parameters. Those parameters can be used in the tag described above
The value to check
value="test"
A number that indicated how much segments after the value
which="3"
Get a specific segment before a value
{exp:segment_checker:get_segment_before}
Below are the Tag Parameters. Those parameters can be used in the tag described above
The value to check
value="test"
A number that indicated how much segments after the value
which="3"
This method will check if a value is not present in the URI
{exp:segment_checker:has_not}
Below are the Tag Parameters. Those parameters can be used in the tag described above
The value that you want to check
value="test"
This method will check if a value is present in the URI
{exp:segment_checker:has}
Below are the Tag Parameters. Those parameters can be used in the tag described above
The value you want to check
value="test"
This method will check if there comes more after a specific segment
{exp:segment_checker:not_empty_after}
Below are the Tag Parameters. Those parameters can be used in the tag described above
The value to check
value=""