ссылку дайте на сайт или ваш mod_user_menu.tpl и фрагмент styles.css который отвечает за этот модуль. Посмотрю.
Вот сайт вбурятии.рф Посмотрите пожалуйста!
<div>
{if $id}
<!-- Split button -->
<div class="btn-group">
<button type="button" class="btn btn-primary">Личное меню пользователя</button>
<button type="button" style="height: 34px;" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li>
<a href="{profile_url login=$login}">{$nickname}</a>
</li>
{if $is_billing}
<li>
<a href="{profile_url login=$login}#upr_p_balance" title="{$LANG.USERMENU_BALANCE}">{if $balance}{$balance}{else}0{/if}</a>
</li>
{/if}
{if $users_cfg.sw_msg}
<li>
{if $newmsg.total}
<a class="has_new" href="/users/{$id}/messages{if !$newmsg.messages}-notices{/if}.html" title="{$LANG.NEW_MESSAGES}: {$newmsg.messages}, {$LANG.NEW_NOTICES}: {$newmsg.notices}">{$LANG.USERMENU_MESS} ({$newmsg.total})</a>
{else}
<a href="/users/{$id}/messages.html">{$LANG.USERMENU_MESS}</a>
{/if}
</li>
{/if}
{if $users_cfg.sw_blogs}
<li>
<a href="/blogs/my_blog.html">{$LANG.USERMENU_MY_BLOG}</a>
</li>
{/if}
{if $users_cfg.sw_photo}
<li>
<a href="/users/{$id}/photoalbum.html">{$LANG.USERMENU_PHOTOS}</a>
</li>
{/if}
{if $is_admin}
<li>
<a href="/admin" target="_blank">{$LANG.USERMENU_ADMININTER}</a>
</li>
{/if}
<li>
<a href="/logout">{$LANG.USERMENU_EXIT}</a>
</li>
</ul>
</div>
{else}
<form action="/login" method="post" name="authform" class="navbar-form navbar-right">
<div class="form-group">
<input name="login" type="text" placeholder="Пользователь" class="form-control">
</div>
<div class="form-group">
<input name="pass" type="password" placeholder="Пароль" class="form-control">
</div>
<button type="submit" name="Submit" class="btn btn-primary">Войти</button>
</form>
{/if}
<div class="clear"></div>
</div>
{*<div class="mod_user_menu">*}
{*{if $id}*}
{*<span class="my_profile">*}
{*<a href="{profile_url login=$login}">{$nickname}</a>*}
{*</span>*}
{*{if $is_billing}*}
{*<span class="my_balance">*}
{*<a href="{profile_url login=$login}#upr_p_balance" title="{$LANG.USERMENU_BALANCE}">{if $balance}{$balance}{else}0{/if}</a>*}
{*</span>*}
{*{/if}*}
{*{if $users_cfg.sw_msg}*}
{*<span class="my_messages">*}
{*{if $newmsg.total}*}
{*<a class="has_new" href="/users/{$id}/messages{if !$newmsg.messages}-notices{/if}.html" title="{$LANG.NEW_MESSAGES}: {$newmsg.messages}, {$LANG.NEW_NOTICES}: {$newmsg.notices}">{$LANG.USERMENU_MESS} ({$newmsg.total})</a>*}
{*{else}*}
{*<a href="/users/{$id}/messages.html">{$LANG.USERMENU_MESS}</a>*}
{*{/if}*}
{*</span>*}
{*{/if}*}
{*{if $users_cfg.sw_blogs}*}
{*<span class="my_blog">*}
{*<a href="/blogs/my_blog.html">{$LANG.USERMENU_MY_BLOG}</a>*}
{*</span>*}
{*{/if}*}
{*{if $users_cfg.sw_photo}*}
{*<span class="my_photos">*}
{*<a href="/users/{$id}/photoalbum.html">{$LANG.USERMENU_PHOTOS}</a>*}
{*</span>*}
{*{/if}*}
{*{if !$is_audio && !$is_video}*}
{*{if $is_can_add && !$is_admin}*}
{*<span class="my_content">*}
{*<a href="/content/my.html">{$LANG.USERMENU_ARTICLES}</a>*}
{*</span>*}
{*<span class="add_content">*}
{*<a href="/content/add.html">{$LANG.USERMENU_ADD_ARTICLE}</a>*}
{*</span>*}
{*{/if}*}
{*{/if}*}
{*{if $is_audio}*}
{*<span class="my_audio">*}
{*<a href="/audio/library">{$LANG.USERMENU_AUDIO} ({$audio_count})</a>*}
{*</span>*}
{*{/if}*}
{*{if $is_video}*}
{*<span class="my_channel">*}
{*<a href="/video/channel/{$login}.html">{$LANG.USERMENU_CHANNEL} ({$video_count})</a>*}
{*</span>*}
{*<span class="add_video">*}
{*<a href="/video/add.html">{$LANG.USERMENU_ADD_VIDEO}</a>*}
{*</span>*}
{*{/if}*}
{*{if $is_admin}*}
{*<span class="admin">*}
{*<a href="/admin" target="_blank">{$LANG.USERMENU_ADMININTER}</a>*}
{*</span>*}
{*{/if}*}
{*<span class="logout">*}
{*<a href="/logout">{$LANG.USERMENU_EXIT}</a>*}
{*</span>*}
{*{else}*}
{*<span class="register"><a href="/registration">{$LANG.TEMPLATE_REGISTRATION}</a></span>*}
{*<span class="login"><a href="/login">{$LANG.TEMPLATE_ENTER}</a></span>*}
{*{/if}*}
{*</div>*}
В качестве шаблона модуля указать module_usermenu.tpl
в файле module_usermenu.tpl использовать дефолтный шаблон меню пользователя
<div class="mod_user_menu"> {if $id} <span class="my_profile"> <a href="{profile_url login=$login}">{$nickname}</a> </span> {if $is_billing} <span class="my_balance"> <a href="{profile_url login=$login}#upr_p_balance" title="{$LANG.USERMENU_BALANCE}">{if $balance}{$balance}{else}0{/if}</a> </span> {/if} {if $users_cfg.sw_msg} <span class="my_messages"> {if $newmsg.total} <a class="has_new" href="/users/{$id}/messages{if !$newmsg.messages}-notices{/if}.html" title="{$LANG.NEW_MESSAGES}: {$newmsg.messages}, {$LANG.NEW_NOTICES}: {$newmsg.notices}">{$LANG.USERMENU_MESS} ({$newmsg.total})</a> {else} <a href="/users/{$id}/messages.html">{$LANG.USERMENU_MESS}</a> {/if} </span> {/if} {if $users_cfg.sw_blogs} <span class="my_blog"> <a href="/blogs/my_blog.html">{$LANG.USERMENU_MY_BLOG}</a> </span> {/if} {if $users_cfg.sw_photo} <span class="my_photos"> <a href="/users/{$id}/photoalbum.html">{$LANG.USERMENU_PHOTOS}</a> </span> {/if} {if !$is_audio && !$is_video} {if $is_can_add && !$is_admin} <span class="my_content"> <a href="/content/my.html">{$LANG.USERMENU_ARTICLES}</a> </span> <span class="add_content"> <a href="/content/add.html">{$LANG.USERMENU_ADD_ARTICLE}</a> </span> {/if} {/if} {if $is_audio} <span class="my_audio"> <a href="/audio/library">{$LANG.USERMENU_AUDIO} ({$audio_count})</a> </span> {/if} {if $is_video} <span class="my_channel"> <a href="/video/channel/{$login}.html">{$LANG.USERMENU_CHANNEL} ({$video_count})</a> </span> <span class="add_video"> <a href="/video/add.html">{$LANG.USERMENU_ADD_VIDEO}</a> </span> {/if} {if $is_admin} <span class="admin"> <a href="/admin" target="_blank">{$LANG.USERMENU_ADMININTER}</a> </span> {/if} <span class="logout"> <a href="/logout">{$LANG.USERMENU_EXIT}</a> </span> {else} <span class="register"><a href="/registration">{$LANG.TEMPLATE_REGISTRATION}</a></span> <span class="login"><a href="/login">{$LANG.TEMPLATE_ENTER}</a></span> {/if} </div>
.mod_user_menu { float: right; } .mod_user_menu span{ margin-right:0px; } .mod_user_menu span a{ padding:6px; padding-left:26px; color:#BFDEFF; text-decoration:none; } .mod_user_menu span a:hover{ color:#FFF; background-color:#5D90D1; border-radius:8px; -moz-border-radius:8px; } .mod_user_menu .my_profile a{ background:url(../images/icons/user.png) no-repeat 6px center; } .mod_user_menu .my_messages a{ background:url(../images/icons/message.png) no-repeat 6px 6px; } .mod_user_menu .my_messages a.has_new { color:#FFE900; } .mod_user_menu .my_gifts a{ background:url(../images/icons/gift.png) no-repeat 6px 6px; } .mod_user_menu .my_blog a{ background:url(../images/icons/blog.png) no-repeat 6px center; } .mod_user_menu .my_photos a{ background:url(../images/icons/folder_picture.png) no-repeat 6px center; } .mod_user_menu .my_content a{ background:url(../images/icons/folder_page.png) no-repeat 6px center; } .mod_user_menu .add_content a{ background:url(../images/icons/add.png) no-repeat 6px center; } .mod_user_menu .admin a{ background:url(../images/icons/cpanel.png) no-repeat 6px center; } .mod_user_menu .logout a{ background:url(../images/icons/logout.png) no-repeat 6px center; } .mod_user_menu .register a{ background:url(../images/icons/register.png) no-repeat 6px center; } .mod_user_menu .my_balance a{ background:url(../images/billing/balance.png) no-repeat 6px center; }
.mod_user_menu { float: right; } .mod_user_menu span{ margin-right:0px; display: list-item; list-style-type:none; } .mod_user_menu span a{ color:#428bca; text-decoration:none; } .mod_user_menu span a:hover{ color:#FFF; background-color:#5D90D1; border-radius:8px; -moz-border-radius:8px; } .mod_user_menu .my_profile a{ background:url(../images/icons/user.png) no-repeat 6px center; } .mod_user_menu .my_messages a{ background:url(../images/icons/message.png) no-repeat 6px 6px; } .mod_user_menu .my_messages a.has_new { color:#FFE900; } .mod_user_menu .my_gifts a{ background:url(../images/icons/gift.png) no-repeat 6px 6px; } .mod_user_menu .my_blog a{ background:url(../images/icons/blog.png) no-repeat 6px center; } .mod_user_menu .my_photos a{ background:url(../images/icons/folder_picture.png) no-repeat 6px center; } .mod_user_menu .my_content a{ background:url(../images/icons/folder_page.png) no-repeat 6px center; } .mod_user_menu .add_content a{ background:url(../images/icons/add.png) no-repeat 6px center; } .mod_user_menu .admin a{ background:url(../images/icons/cpanel.png) no-repeat 6px center; } .mod_user_menu .logout a{ background:url(../images/icons/logout.png) no-repeat 6px center; } .mod_user_menu .register a{ background:url(../images/icons/register.png) no-repeat 6px center; } .mod_user_menu .my_balance a{ background:url(../images/billing/balance.png) no-repeat 6px center; }
у вас этот модуль в этом шаблоне описан не в styles.css а в bootstrap.cssа какой фрагмент styles.css отвечает за него я не соображу
у вас этот модуль в этом шаблоне описан не в styles.css а в bootstrap.cssа какой фрагмент styles.css отвечает за него я не соображу
Ок! Через пару часиков попробую сделать как Вы предлагаете! По результатам отпишусь! Заранее благодарю!!!
я смотрю в этом шаблоне модуля классы mod_user_menu из styles.css тоже используются кое где, значит замены которые я предложил сделать тоже скажутся где то в основном модуле, и возможно если результат не будет устраивать (в основном модуле) придется вернуть назад.
в этом случае можно в модуле mudule_usermenu.tpl
<div class="mod_user_menu"> заменить на <div class="mod_user_menu2">
и соответственно в styles.css добавить
.mod_user_menu2 { float: right; } .mod_user_menu2 span{ margin-right:0px; display: list-item; list-style-type:none; } .mod_user_menu2 span a{ color:#428bca; text-decoration:none; } .mod_user_menu2 span a:hover{ color:#FFF; background-color:#5D90D1; border-radius:8px; -moz-border-radius:8px; } .mod_user_menu2 .my_profile a{ background:url(../images/icons/user.png) no-repeat 6px center; } .mod_user_menu2 .my_messages a{ background:url(../images/icons/message.png) no-repeat 6px 6px; } .mod_user_menu2 .my_messages a.has_new { color:#FFE900; } .mod_user_menu2 .my_gifts a{ background:url(../images/icons/gift.png) no-repeat 6px 6px; } .mod_user_menu2 .my_blog a{ background:url(../images/icons/blog.png) no-repeat 6px center; } .mod_user_menu2 .my_photos a{ background:url(../images/icons/folder_picture.png) no-repeat 6px center; } .mod_user_menu2 .my_content a{ background:url(../images/icons/folder_page.png) no-repeat 6px center; } .mod_user_menu2 .add_content a{ background:url(../images/icons/add.png) no-repeat 6px center; } .mod_user_menu2 .admin a{ background:url(../images/icons/cpanel.png) no-repeat 6px center; } .mod_user_menu2 .logout a{ background:url(../images/icons/logout.png) no-repeat 6px center; } .mod_user_menu2 .register a{ background:url(../images/icons/register.png) no-repeat 6px center; } .mod_user_menu2 .my_balance a{ background:url(../images/billing/balance.png) no-repeat 6px center; }
<button type="button" class="btn btn-primary">Личное меню пользователя</button>
<button type="button" class="btn {if $newmsg.total}btn-warning{else}btn-primary{/if}">Личное меню пользователя</button>