default userpic

Link Roller for MT 5?

Vote 0 Votes

i only recently updated from 3.35 and decided to go all in update to v.5. putting my many grumbles aside, is there any way to add links of my own choosing to the sidebar? seems like there should be a widget for that. i found Link Roller but it doesn't work with MT 5.

Reported on Movable Type 5

4 Replies

| Add a Reply
  • You could create a custom widget yourself and use it for that purpose ;)

  • right. i'm sure widgets are easy to figure out if you're used to working with code, but i don't quite follow how they work and honestly that's more time than i want to spend to simply update my site and make it look like it did before the upgrade. i was just hoping someone could point me to a solution that i may have missed somewhere.

  • Creating your own widget really is pretty easy.

    Here's a step-by-step:

    1) Go to Design > Widgets

    2) Click on "Create widget template"

    3) Copy the following code in and add your title and contents.

    <div class="widget">
        <h3 class="widget-header">Your Title</h3>
        <div class="widget-content">
            <ul>
                <li><a href="yourLink#1URL">Your Link #1</a></li>
                <li><a href="yourLink#2URL">Your Link #2</a></li>
                <li><a href="yourLink#3URL">Your Link #3</a></li>
                <li><a href="yourLink#4URL">Your Link #4</a></li>
            </ul>
        </div>
    </div>
    

    4) Save it and go back to the Widgets page.

    5) If you used a two column layout, then click on the "2-column layout - Sidebar" widget set, otherwise decide which column you want it to appear in in the 3-column layout and choose that one.

    6) Look for your new widget template name in the column of widgets on the right labeled Available Widgets.

    7) Drag it over to the Installed Widgets column on the left where you want it to appear and click on save.

    8) Republish the site.

    Other than the html to add your links, you really don't have do a lot of code tweaking.

    Good luck.

  • default userpic

    That's great, but if you're running something for people who don't know how use a computer very well, much less a dorkin' around in the innards of MT, it isn't a great solution. Linkroller was a great asset that allowed people, who have don't want to write a list, to make a list that was easy.

Add a Reply

If you need to share template code, replace all the "<" signs with "&lt;" or use this utility.

Forum Groups

1773 6162

Last Topic: Excluding categories from blog by kholechek on Feb 9, 2012

86 302

Last Topic: website entries by masoud on Oct 26, 2011

1429 5077

Last Topic: What apocalypse hit this community in the middle of 2011? by 75th on Feb 10, 2012

695 2910

Last Topic: Insert Image / File Fails by Russ Miller on Feb 10, 2012

84 291

Last Topic: How to have some other characters in entry basename automatically written by Afshin Haghighatnia on Dec 22, 2011

173 737

Last Topic: About the MT version stated in HTML source by Alex E. Schneider on Feb 7, 2012

190 567

Last Topic: Analytics Reporting by michael webster on Feb 5, 2012

48 210

Last Topic: An idea and also a request by Afshin Haghighatnia on Jun 29, 2011

64 246

Last Topic: jQuery in MT 5.1 still at 1.4 - why? by perlmonkey on May 25, 2011

code.sixapart.com

137 478

Last Topic: Getting a thumbnail with xpath by Peter on Mar 13, 2011

222 720

Last Topic: Custom Field for Asset Not Appearing by android on Feb 9, 2012