Problema legenda
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1 • Distribuiţi
Problema legenda
Buna dimineata
Vreau si eu un cod care sa numai apara titlu "Legenda" si sa numai fie [ ] [] la grupuri
Ca aici as dori:
Multumesc anticipat!
Vreau si eu un cod care sa numai apara titlu "Legenda" si sa numai fie [ ] [] la grupuri
Ca aici as dori:
Multumesc anticipat!
Re: Problema legenda
punnbb
Re: Problema legenda
- Cod:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
</ul>
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN message_admin_index -->
<div class="main">
<!-- BEGIN message_admin_titre -->
<div class="main-head">
<h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
</div>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<div id="pun-announcement">
<p>{message_admin_index.message_admin_txt.MES_TXT}</p>
</div>
<!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form main-box center">
<label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label>
<label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label>
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
</div>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
<div style="text-align: center;">
<span class="statround FORUMCOUNTPOST"></span> Posts
<span class="statround FORUMCOUNTOPIC"></span> Threads
<span class="statround FORUMCOUNTUSER"></span> Members
<span class="statround FORUMLASTUSERLINK"></span> New Member
<span class="tooltip" style="cursor: default;"><span class="statround FORUMONLINEUSER"></span> Online</span>
</div>
<br />
<div id="board_statistics" class="statistics clearfix">
<h4 class="statistics_head"><ul id="stat_links" class="ipsList_inline right ipsType_small">
<!-- Hook point -->
<li><a href="#" title="View the moderating team">The Moderating Team</a></li>
<li><a href="#" title="View today's top 20 posters">Today's Top Posters</a></li>
<li><a href="#" title="View the board's overall top posters">Overall Top Posters</a></li>
<li>
<a href="/forum">
Most Liked Content
</a>
</li>
</ul>
Users Online</h4>
<p class="statistics_brief desc">
<div style="color: #777;
font-size: 11px;
}">
<p>{TOTAL_USERS_ONLINE}</p>
<p>{L_ONLINE_USERS}</p>
<p>{LOGGED_IN_USER_LIST}</p>
<p>{L_CONNECTED_MEMBERS}</p>
<p>{TOTAL_CHATTERS_ONLINE}</p>
<p>{CHATTERS_LIST}</p>
<p>{LEGEND} : {GROUP_LEGEND}</p>
</div>
</p>
<br>
<p>
<p style="color: #111;
}">{LOGGED_IN_USER_LIST}</p>
</p>
</div>
</div>
<!-- END disable_viewonline -->
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form main-box center">
<label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label>
<label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label>
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
<!-- BEGIN switch_fb_connect -->
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
<fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
<!-- END switch_fb_connect -->
</div>
</form>
<!-- END switch_user_login_form_footer -->
{CHATBOX_BOTTOM}
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Re: Problema legenda
Sau mai simplu: https://help.forumgratuit.ro/t50346-#353477
Vizitator- Vizitator
Re: Problema legenda
Poate din cauză că înainte de codul respectiv aveți:
Văd că e un obicei prost, nu știu exact de cine răspândit. Comentariile în CSS sunt marcate de /* și */, altfel pot apărea erori.
- Cod:
========================
Văd că e un obicei prost, nu știu exact de cine răspândit. Comentariile în CSS sunt marcate de /* și */, altfel pot apărea erori.
Vizitator- Vizitator
Re: Problema legenda
inca ceva cum pot scoate acel " : " ??
Re: Problema legenda
Tot în același template, înainte de:
- Cod:
<span id="groupLegend">{GROUP_LEGEND}</span>
Vizitator- Vizitator
Re: Problema legenda
resolvat mersi mult!!
Vizitator- Vizitator
Subiecte similare
» Problema Legenda
» Problema Legenda
» Problema legenda
» Problema la legenda
» Problema Icon-uri Legenda
» Problema Legenda
» Problema legenda
» Problema la legenda
» Problema Icon-uri Legenda
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum