Why i not get the "right" of the If system? Is the "MTGetVar" not working with MT:IfCategory?
Cheers Kai
CODE
<MTSetVarBlock name="ThisBlog">
<$MTBlogName$>
</MTSetVarBlock>
<MTGetVar name="ThisBlog">
<MTVar name="ThisBlog">
<MTOtherBlog include_blogs="12">
<div class="Link List widget">
<h3 class="widget-header">Links</h3>
<div class="widget-content">
<MTCategories>
<mt:IfCategory name="<MTGetVar name="ThisBlog">">
<!-- do something -->
<"right">
<ul>
<MTEntries sort_by="title" sort_order="ascend">
<li class="widget-list-item">
<img src="<$MTStaticWebPath$>images/list_icon.gif" width="4" height="7" alt="" class="list_w_image" /><a href="<$MTEntryBody convert_breaks="0"$>" target="_blank" <MTIfNonEmpty tag="EntryMore">title="<$MTEntryExcerpt$>"</MTIfNonEmpty>><$MTEntryTitle$></a><MTIfNonEmpty tag="EntryMore"><span><$MTEntryMore convert_breaks="0"$></span></MTIfNonEmpty>
</li>
</MTEntries>
</ul>
<mt:else>
<"fasle">
<MTEntries sort_by="title" sort_order="ascend">
</MTEntries>
</ul>
<!-- do something else -->
</mt:IfCategory>
</MTCategories>
</div></div>
</MTOtherBlog>
<$MTBlogName$>
</MTSetVarBlock>
<MTGetVar name="ThisBlog">
<MTVar name="ThisBlog">
<MTOtherBlog include_blogs="12">
<div class="Link List widget">
<h3 class="widget-header">Links</h3>
<div class="widget-content">
<MTCategories>
<mt:IfCategory name="<MTGetVar name="ThisBlog">">
<!-- do something -->
<"right">
<ul>
<MTEntries sort_by="title" sort_order="ascend">
<li class="widget-list-item">
<img src="<$MTStaticWebPath$>images/list_icon.gif" width="4" height="7" alt="" class="list_w_image" /><a href="<$MTEntryBody convert_breaks="0"$>" target="_blank" <MTIfNonEmpty tag="EntryMore">title="<$MTEntryExcerpt$>"</MTIfNonEmpty>><$MTEntryTitle$></a><MTIfNonEmpty tag="EntryMore"><span><$MTEntryMore convert_breaks="0"$></span></MTIfNonEmpty>
</li>
</MTEntries>
</ul>
<mt:else>
<"fasle">
<MTEntries sort_by="title" sort_order="ascend">
</MTEntries>
</ul>
<!-- do something else -->
</mt:IfCategory>
</MTCategories>
</div></div>
</MTOtherBlog>
