Cerere cod din bara de la statistici.
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 2 • Distribuiţi
Pagina 1 din 2 • 1, 2
Cerere cod din bara de la statistici.
Buna seara tuturor !
As vrea si eu acel cod din bara de la statistici din footer. statistici ca si aici ! Cu The Moderating Team, Today's Top Posters, Overall Top Posters, Most Liked Content.
As vrea si eu acel cod din bara de la statistici din footer. statistici ca si aici ! Cu The Moderating Team, Today's Top Posters, Overall Top Posters, Most Liked Content.
Ultima editare efectuata de catre RealWolf. in Dum Iul 19, 2015 9:10 pm, editata de 1 ori
Re: Cerere cod din bara de la statistici.
Buna seara, Titlul dumneavoastră nu este explicit si de aceea nu ajuta la gasirea subiectului folosind opţiunea de "Cautare". Va rog sa va schimbati titlul subiectului intr-unul legat de problema dumneavoastra - folositi butonul . Multumesc pentru intelegere! |
Re: Cerere cod din bara de la statistici.
Postati va rog template-ul index_body.
Re: Cerere cod din bara de la statistici.
- 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 -->
<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<div id='board_stats'
<ul class="ipsType_small ipsList_inline">
<center> <dl>
<div id='board_statistics'><span class="FORUMCOUNTPOST"></span></div> Aportes
<div id='board_statistics'><span class='FORUMCOUNTUSER'></span></div> Miembros
<div id='board_statistics'><span class='FORUMLASTUSERLINK'></span></div> Nuevo Miembro
<div id='board_statistics'><span class='FORUMCOUNTOPIC'></span></div> Online
</dl></center>
</ul>
</div>
<div id="pun-info" class="main">
<div class="statistics_head">Estadisticas</div>
<div class="main-statistics">
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}
<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</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}
<!-- BEGIN switch_legend -->
<ul id="pun-legend">
<li>
<img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
<img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
<img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
</li>
</ul>
<!-- END switch_legend -->
{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: Cerere cod din bara de la statistici.
Inlocuiti template-ul actual cu acesta:
- 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 -->
<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<div id='board_stats'
<ul class="ipsType_small ipsList_inline">
<center> <dl>
<div id='board_statistics'><span class="FORUMCOUNTPOST"></span></div> Aportes
<div id='board_statistics'><span class='FORUMCOUNTUSER'></span></div> Miembros
<div id='board_statistics'><span class='FORUMLASTUSERLINK'></span></div> Nuevo Miembro
<div id='board_statistics'><span class='FORUMCOUNTOPIC'></span></div> Online
</dl></center>
</ul>
</div>
<div class="statistici"><ul id="stats_link" class="ipsList_inline right ipsType_small"><!-- Statistics --><li><a href="/LINK" original-title="View the moderating team">The moderating team</a></li><li><a href="/search?search_id=activetopics" original-title="View today's active topics">Today's active topics</a></li><li><a href="/memberlist?mode=today_posters" original-title="View the top 20 posters">Top 20 posters</a></li><li><a href="/search?search_id=newposts" original-title="View the new posts">New posts</a></li><li><a href="/search?search_id=egosearch" original-title="View the your posts">Your posts</a></li><li><a href="/search?search_id=unanswered" original-title="View the messages which do not answer">Messages which do not answer</a></li><li><a href="/forum?mark=forums" original-title="Mark all as read">Mark all as read</a></li></ul>Statistics:</div>
<div id="pun-info" class="main">
<div class="statistics_head">Estadisticas</div>
<div class="main-statistics">
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}
<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</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}
<!-- BEGIN switch_legend -->
<ul id="pun-legend">
<li>
<img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
<img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
<img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
</li>
</ul>
<!-- END switch_legend -->
{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 -->
- Cod:
.statistici {
-moz-box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
-webkit-box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
background: #333 url(http://i.imgur.com/H6eZ3N7.png) repeat;
background-attachment: scroll;
background-color: rgba(0,0,0,0);
background-image: linear-gradient(rgb(255,255,255) 49%, #f4f4f4 49%, #f4f4f4 100%);
background-position: 0 0;
background-repeat: repeat;
border-bottom: 1px solid rgba(0,0,0,0.15);
border-top: 1px solid rgba(0,0,0,0.15);
box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
color: #727272;
font-size: 11px;
font-weight: 700;
margin: -8px 0 8px;
padding: 8px;
text-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
.statistici_head, .statistics_head a {
color: #727272;
}
.statistici .statistics_head:first-of-type {
border-top: 0;
}
#stats_link {
font-weight: 400;
}
.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}
.ipsList_inline>li:first-child {
margin-left: 0;
}
Re: Cerere cod din bara de la statistici.
Nu este bine.
Click aici!
Click aici!
Re: Cerere cod din bara de la statistici.
Intai, inlocuiti template-ul index_body actual, cu acesta:
- 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 -->
<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN disable_viewonline -->
<div id='board_stats'
<ul class="ipsType_small ipsList_inline">
<center> <dl>
<div id='board_statistics'><span class="FORUMCOUNTPOST"></span></div> Aportes
<div id='board_statistics'><span class='FORUMCOUNTUSER'></span></div> Miembros
<div id='board_statistics'><span class='FORUMLASTUSERLINK'></span></div> Nuevo Miembro
<div id='board_statistics'><span class='FORUMCOUNTOPIC'></span></div> Online
</dl></center>
</ul>
</div><br><br>
<div class="statistici"><ul id="stats_link" class="ipsList_inline right ipsType_small"><!-- Statistics --><li><a href="/LINK" original-title="View the moderating team">The moderating team</a></li><li><a href="/search?search_id=activetopics" original-title="View today's active topics">Today's active topics</a></li><li><a href="/memberlist?mode=today_posters" original-title="View the top 20 posters">Top 20 posters</a></li><li><a href="/search?search_id=newposts" original-title="View the new posts">New posts</a></li><li><a href="/search?search_id=egosearch" original-title="View the your posts">Your posts</a></li><li><a href="/search?search_id=unanswered" original-title="View the messages which do not answer">Messages which do not answer</a></li><li><a href="/forum?mark=forums" original-title="Mark all as read">Mark all as read</a></li></ul>Statistics:</div>
<div id="pun-info" class="main">
<div class="statistics_head">Estadisticas</div>
<div class="main-statistics">
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}
<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</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}
<!-- BEGIN switch_legend -->
<ul id="pun-legend">
<li>
<img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
<img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
<img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
</li>
</ul>
<!-- END switch_legend -->
{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 -->
- Cod:
.statistici {
-moz-box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
-webkit-box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
background: #333 url(http://i.imgur.com/H6eZ3N7.png) repeat;
background-attachment: scroll;
background-color: rgba(0,0,0,0);
background-image: linear-gradient(rgb(255,255,255) 49%, #f4f4f4 49%, #f4f4f4 100%);
background-position: 0 0;
background-repeat: repeat;
border-bottom: 1px solid rgba(0,0,0,0.15);
border-top: 1px solid rgba(0,0,0,0.15);
box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
color: #727272;
font-size: 11px;
font-weight: 700;
margin: -8px 0 8px;
padding: 8px;
text-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
- Cod:
.statistici {
background: #282828 url(http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_reallyfaint.png) repeat-x 0 -1px;
border: 1px solid #393939;
color: #bcbcbc;
font-size: 11px;
font-weight: 700;
margin: -8px 0px 8px;
padding: 8px;
}
- Cod:
#stats_link {
position: relative;
bottom: 10px;
}
Re: Cerere cod din bara de la statistici.
Bun merge, dar cum as putea lasa unpic de spatiu intre ele?
Re: Cerere cod din bara de la statistici.
Spatiie intre ce anume? Am sa va rog ca de fiecare data cand doriti un lucru, sa fiti cat mai explicit (in ce zona si ce anume doriti sa modificati).RealWolf. a scris:Bun merge, dar cum as putea lasa unpic de spatiu intre ele?
Re: Cerere cod din bara de la statistici.
Ma refer intre texte cum as putea lasa spatiu, pentru ca asa nu se prea intelege(Cu The Moderating Team, Today's Top Posters ,Overall Top Posters ).
Re: Cerere cod din bara de la statistici.
Identificati in template urmatoarea linie:
- Cod:
<li><a href="/LINK" original-title="View the moderating team">The moderating team</a></li><li><a href="/memberlist?mode=today_posters" original-title="View Today's Top Posters">Today's Top Posters</a></li><li><a href="/memberlist?mode=overall_posters" original-title="Overall Top Posters">Overall Top Posters</a></li></ul>Statistici</div>
- Cod:
<li><a href="/LINK" original-title="View the moderating team">The moderating team</a></li> <li><a href="/memberlist?mode=today_posters" original-title="View Today's Top Posters">Today's Top Posters</a></li> <li><a href="/memberlist?mode=overall_posters" original-title="Overall Top Posters">Overall Top Posters</a></li> </ul>Statistici</div>
Pagina 1 din 2 • 1, 2
Subiecte similare
» Cum sterg bara statistici si bara chatbox [phpBB3]
» Bara statistici
» Cum scot bara STATISTICI
» Cerere script statistici si detalii forum
» Cerere script Cine este conectat;Statistici:grupuri.
» Bara statistici
» Cum scot bara STATISTICI
» Cerere script statistici si detalii forum
» Cerere script Cine este conectat;Statistici:grupuri.
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 2
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum