hey Aliia,
I looked at ow_system_plugins/base/view/components/console.html and I don't see that bit of code. I'm trying to remove it on my "JOIN" page ONLY. I’m using “My Diary Version Compatibility - 1.5.1” theme, if a new user is trying to join my site and is filling out the “join” page, I don’t need the ‘Sign In’ and ‘Sign Up’ tab to be viewable on that page. Any help on this would be very appreciated.
here's my code for /components/console.html :
{style}{literal}
html div.ow_console_list_wrapper
{
min-height: 0px;
max-height: 257px;
}
{/literal}{/style}
<div class="ow_console clearfix">
<div class="ow_console_body clearfix">
<div style="ow_floatright">
{foreach from=$items item="item"}
{$item}
{/foreach}
</div>
</div>
</div>
also please read my other post about this issue. http://www.oxwall.org/forum/topic/14819?page=1#post-74750