newt wrote: [View Post]
I'll tell you one thing! - This is hard work going backwards and trying to remember where everything was, because IP*27 is a lot of little templates, and bits and pieces all over the place.
Maybe you would be better off upgrading!
BUT! Hopefully this will give you what you want.
Code: [Download] [Hide] [Select]
Open: mg_themes/layout/3_column.tpl
Find:
<a href="{U_RECENT}">{L_RECENT}</a> | <a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
<!-- END switch_user_logged_out -->
</div>
</div>
After Add:
{CALENDAR_BOX}
Find:
<a href="{U_RECENT}">{L_RECENT}</a> | <a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
<!-- END switch_user_logged_out -->
</div>
</div>
After Add:
{CALENDAR_BOX}
BTW, you do have some <tags> out of place with the stuff you've been adding. It's no BIG deal, but it is probably the reason why the calendar broke your layout.
















