MX Jumper

Developer

Max Lazar

3rd Party (Free)


EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

MX Jumper allows you to copy pieces of content from one spot in your template into another. Why it is needed? For example to take some information from the entry to the page title. Usually, you need to request the same module twice, but with MX Jumper you just need one request only.

Your Questions

q: What the difference between MX Jumper, String and NSM Transplant?
a: They all have the same functions, the same support level, the same performance. The difference is only in cost - MX Jumper is Free.

Tags

Single variables

Put single piece of content:

{exp:mx_jumper:put name="city"}City{/exp:mx_jumper:put}

Insert content, specified by the tags, to the end of existing variable:

{exp:mx_jumper:append name="city"}Lights{/exp:mx_jumper:append}


Insert content, specified by the parameter, to the beginning of existing variable:

{exp:mx_jumper:prepend name="city"}Big{/exp:mx_jumper:prepend}

Out single piece of content:

{exp:mx_jumper:out name="city"}

Global out of single variables:


{exp:mx_jumper:out_global}
{city}
....
{city_2}
{/exp:mx_jumper:out_global}

 

Groups

Put piece of content to group:

{exp:mx_jumper:put_group name="my_group"}Toronto{/exp:mx_jumper:put_group}

Out the group of content:

{exp:mx_jumper:out_group name="my_group"}{item}{/exp:mx_jumper:out_group}

 

Example

{exp:channel:entries channel="news" limit="15"}

<h3>{title}</h3>

{body}

<div class="date">Posted on {entry_date format="%M %d, %Y - %h:%i %A"}</div>

{exp:mx_jumper:put_group name="country_list"}{country}{/exp:mx_jumper:put_group}

{/exp:channel:entries}

Menu:
<ul>
{exp:mx_jumper:out_group name="country_list"}
<li>{item}</li>
{/exp:mx_jumper:out_group}
<ul>

MX Jumper Links

This entry was created October 13, 2010, 12:21 pm.
This entry was last updated June 19, 2012, 3:19 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

3 Reviews:

Loughlin 02.25.13

Loughlin
Rating - {addon_rating_average}

Take note of Tidy’s tip below!  This plugin is essential, small footprint, super fast and works really well

Andre Van Kets 05.18.12

Andre Van Kets
Rating - {addon_rating_average}

We’re using MX Jumper to get rid of nearly all the php in our templates. This in conjunction with CE String means we can pretty much forget about turning php on in the control panel. Nice :)

Tidy 03.15.11

Tidy
Rating - {addon_rating_average}

This add-on is so useful and it’s brilliant that it is available for free when EE2 alternatives are commercial.

By surrounding your template with {exp:mx_jumper:out_global}, you can access any put content variables etc from any snippet/embed in the template.

A lifesaver! Thanks Max :)