MX Jumper documentation

TagsΒΆ

{exp:mx_jumper:put}

Put single piece of content


{exp:mx_jumper:put name="city"}City{/exp:mx_jumper:put}
</pre><p>

Parameters

name= "cache_name" [required]

random

Prevent plugin tag caching (if you have multiple calls tags with identical parameters and tag data)

{exp:mx_jumper:append}


{exp:mx_jumper:append name="city" separator=" // "}New York{/exp:mx_jumper:append}</pre><p>
Insert content, specified by the tags, to the end of existing variable

Parameters

name= "cache_name" [required]

separator=";" [optional]

random

Prevent plugin tag caching (if you have multiple calls tags with identical parameters and tag data)

{exp:mx_jumper:prepend}

{exp:mx_jumper:prepend name="city" separator=" // "}New York{/exp:mx_jumper:prepend}</pre><p>
Insert content, specified by the parameter, to the beginning of existing variable

Parameters

name= "cache_name" [required]

separator=";" [optional]

separator= " | "</pre><p>

random

Prevent plugin tag caching (if you have multiple calls tags with identical parameters and tag data)

{exp:mx_jumper:out}

Out single piece of content

Parameters

name= "cache_name" [required]

random

Prevent plugin tag caching (if you have multiple calls tags with identical parameters and tag data)

{exp:mx_jumper:out_global}

Global out of single variables

</pre><p>

Parameters

random

Prevent plugin tag caching (if you have multiple calls tags with identical parameters and tag data)

{exp:mx_jumper:put_groupt}

Parameters

name= "cache_name" [required]

random

Prevent plugin tag caching (if you have multiple calls tags with identical parameters and tag data)

{exp:mx_jumper:out_group}

Out the group of content:


{exp:mx_jumper:out_global}
{city}
....
{city_2}
{/exp:mx_jumper:out_global} </pre><p>

Parameters

name= "cache_name" [required]

radom

Prevent plugin tag caching (if you have multiple calls tags with identical parameters and tag data)