3 Notes
Leave a note
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.
Copyright 2007-2012 Six Apart Ltd. All content licensed under Creative Commons Attribution-Share Alike 3.0 Unported License.
Clifton
September 28, 2007 2:38 PM | Reply
The template module code you have here differs from that which is made available in a fresh install of MT 4.01.
The difference, as far as I can tell comes with module includes. In the above, you use:
<$MTInclude module="<__trans phrase="Tags">"$>
But in the default templates, the code is:
<$MTInclude module="Tags"$>
Please reconcile the differences so others don't pull their hair out like I did. :)
Jason Lefkowitz
January 4, 2008 2:40 PM | Reply
The template module "Sidebar (2-column)" provided here causes MT4 to throw multiple template errors when you paste it into a new blank template module.
Also, you should probably consider changing the names of the modules as shown on this page so that they're in line with the references inside the templates/modules themselves. For instance, "Sidebar (2-column)" needs to be named "Sidebar - 2 Column Layout" to work correctly with the other modules.
Brock
January 12, 2008 6:44 PM | Reply
The Tag Listing Template Module code is a little messed up. In line 5, double quotes are used within the glue argument, which ends that argument and screws up the display a little bit. It should use single quotes for class='delimiter' and class='entry-tag' within the glue argument.