Tricking RightFields Into Showing Your Extra Fields First

Kevin Shay's RightFields is probably one of my most-used plugins for Movable Type, and thanks to Kevin's help I came up with a unique solution to a problem I was facing.

RightFields lets you rename the standard fields (entry body, extended entry, etc.), but I had a strange situation today where I needed to keep the standard fields untouched and use only extra fields. (The client was migrating from using the entry body for everything to using the extra fields for different types of data, but it's a migration that will take a long time.) Of course, RightFields handles this beautifully, but the client has a unique request: move the extra fields to the top of the edit entry screen.

Unfortunately, RightFields doesn't have the option to place the extra fields before the standard fields. But here's the nifty tweak:

RightFields uses <TMPL_IF NAME=DISP_PREFS_SHOW_TAGS> as an anchor to place the extra fields in the edit_entry.tmpl file. (This is the template that you see when you edit an entry.) So let's fool RightFields into moving the extra fields by moving the anchor.

Edit the /MT_DIR/tmpl/cms/edit_entry.tmpl file.

Look for <div id="body-box"> and put the following code right after it:


<!-- Lets trick RightFields! -->

<TMPL_IF NAME=DISP_PREFS_SHOW_TAGS></TMPL_IF>

<!-- End trick -->

Your edit entry screen should now display extra fields first!

  • posted on 13 August 2007
  • by Jesse

InterAction:

21 September 20071. salguod:

I have the opposite problem - I've somehow gotten my Rightfields fields at the top of the entry screen I'd like to restore them to the bottom. I think i dragged the entry body box down or something. Anyway, I can't move it back. Any ideas?


YourThoughts?



(Minutia)

  • Author:
    Jesse
  • Published:
    Aug 13, 2007
  • Chapters:

GetUpdated

ElseWhere

Find me on aim Find me on delicious Find me on digg Find me on dopplr Find me on facebook Find me on lastfm Find me on linkedin Find me on livejournal Find me on msn Find me on pownce Find me on skype Find me on technorati Find me on twitter Find me on vox Find me on yahoo Find me on youtube