Salut urgent!!
Pagina 1 din 1 • Distribuiţi
Salut urgent!!
Salut as vrea si eu sa va rog ceva cum sa scot @ arhive deconectare si online din chatbox versiune forum phpbb2 va multumesc! Aici as vrea sa scot @ de langa nume din chat si as vrea sa scot si deconectare conectare si cine e online pe chat tot as vrea sa scot Multumesc
Scuze ca am pus asa nu stiu sa pun an spoiler multumesc
Scuze ca am pus asa nu stiu sa pun an spoiler multumesc
Ultima editare efectuata de catre nothing in Lun Iul 04, 2016 7:44 am, editata de 2 ori
Re: Salut urgent!!
Buna dimineata, pentru scoaterea acelor coduri aveti nevoie de cateva modificari in template-ul index_body
Re: Salut urgent!!
index_body
- index:
- {JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><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></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
</span>
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><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></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer --><br />
<!-- [Trebuie sa fiti inscris si conectat pentru a vedea acest link] Top Ten Forumotion -->
<table class="forumline" id="ytOp" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr id="post"></tr>
<tr id="mem"></tr>
</table>
<script type="text/javascript">
//<![CDATA[
$(function() {
var topTen = '#';
$('#content-container #left table.yTop:eq(0)').appendTo('#ytOp tr#post');
$('#content-container #left table.yTop:eq(0)').appendTo('#ytOp tr#post');
$('#content-container #left table.yTop:eq(0)').appendTo('#ytOp tr#post');
/* Create a new member list of top ten by YoDa and Zeus */
$('#ytOp tr#post table.yTop:eq(2) tr:eq(1) td').load('/memberlist?mode=joined&order=DESC&submit=Ok&username .forumline tr:has("a[href^="/u"]"):lt(10)',function() {
$(this).find('tr').each(function() {
$(this).find('td:eq(0), td:eq(1), td:eq(3)').remove();
$(this).find('td:eq(1)').nextAll().remove();
$(this).find('td:eq(0)').attr('align','left').prepend('<img src="'+ topTen +'" /> ');
$(this).find('td:eq(1)').attr({'align' : 'left','style' : 'width: 70%;'});
$(this).find('td:eq(1) span').prepend('Membru din: ');
});
});
});
//]]>
</script>
<!-- [Trebuie sa fiti inscris si conectat pentru a vedea acest link] Top Ten Forumotion -->
<br />
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
{Statistici}<b><font color="white"># Disclaimer</font></b>{Statistici}</a></span>
</span>
</tr>
<td class="row1"><span class="gensmall"> <font=Arial>Nu raspundem de fisierele care apar aici sau sunt urcate pe hostul nostru! Link-urile sunt furnizate exclusiv de utilizatorii acestui site. Cs.moldovita.Eu ... nu poate fi trasa la raspundere pentru ceea ce utilizatorii posteaza sau orice alte actiuni ilegale ale acestora. Nu puteti folosi acest site pentru a distribui sau descarca orice material atunci cand nu aveti dreptul legal de a face acest lucru. Este responsabilitatea ta sa aderi la acesti termeni. Daca aveti indoieli cu privire la legalitatea de continut sau aveti orice suspiciuni nu ezitati sa ne contactati. Administratorii acestei comunitatii pot selecta utilizatorii si interzicerea oricui in orice moment fara nici un anunt prealabil. Drepturile de autor pentru toate creatiile acestei comunitati apartin ... si este interzisa reproducerea sau copierea lor. Va rugam sa cititi cu atentie acest disclaimer si sa il tratati cu maxima seriozitate!</font></td></span>
<tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://cdn4.iconfinder.com/data/icons/fugue/icon/calendar-task.png" border="0" alt="" /><strong> Comunitatea a fost infiintata in data de : <font color="openblue">Mie 07 Nov 2012 - 13:51</font></strong>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="https://i.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" /><strong> Fondator-ul comunitatii ... este : <font color="red">NoThInG</font></strong>
</td>
</tr>
<table class="forumline" width="45%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
{Statistici}<span class="cattitle"> # <a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>{Statistici}
</tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://www.csneamt.ro/forum/styles/csneamt/theme/images/most_users.png" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="https://i.servimg.com/u/f48/16/68/66/37/i_icon10.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="https://i.servimg.com/u/f48/16/68/66/37/images16.jpg" border="0" alt="" /> Recordul de utilizatori conectati a fost de 496, Vin 9 Nov 2012 </td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="https://i.servimg.com/u/f48/16/68/66/37/new_po10.png" border="0" alt="" /> {NEWEST_USER} </span><img src="https://i.servimg.com/u/f48/17/38/19/69/89223210.gif" border="0" alt="" /></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="https://i.servimg.com/u/f48/16/68/66/37/gnome-10.png" border="0" alt="" /><strong> Versiune forum instalata : <font color="openblue">PhpBB2 </font></strong>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="https://i.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" /><strong> Fondator-ul comunitatii ... Cs.moldovita.Eu este : <font color="red">NoThInG</font></strong>
</td>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="https://i.servimg.com/u/f20/15/90/66/64/table_10.png" border="0" alt="" />
<strong>Contact NoThInG prin Pm :<a href="http://"> <font color="red">NoThInG</font></strong></a></span> <img src="https://th196.photobucket.com/albums/aa94/MustHaveAvatars/Online%20Offline/Online/th_online.gif" border="0" alt="" /></td>
</tr>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://cs1.ro/forum/styles/cs1/theme/images/terms.png" border="0" alt="" />
<strong>Citeste : <a href="http://">Regulamentul comunitatii si Termenii de utilizare</strong></a></td></span>
</tr>
</tr>
<table class="forumline" width="100%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
<b><font color="white"> Utilizatori | Legenda</font></b></a></span>
</span>
</tr>
<td class="row1"><span class="gensmall"> {LOGGED_IN_USER_LIST}</td></span>
<tr>
<div class="adds2"><span style="font-size: 11px; line-height: normal"> <strong>{L_CONNECTED_MEMBERS}</strong></span></div><br/>
<tr>
<td class="row3"><span class="gensmall">Legenda {GROUP_LEGEND}</td></span>
<tr>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
<span class="cattitle"><left> Parteneri</left></span>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="http://s7.postimage.org/u7ja0igsn/1290586483alliance.png" alt="..." /></td>
<td class="row1" width="100%"><span class="gensmall">
<marquee>
<a href="http://needcs.forumz.ro/" target="_blank"><img src="https://2img.net/h/oi46.tinypic.com/2rw6lvm.gif" width='88' height='31' border="0" title="needcs.forumz.ro"></a>
<a href='http://needcs.forumz.ro/' target='_blank'><img src='http://s8.postimage.org/4s0jf7df5/needcs.gif' border='0' alt="needcs" /></a>
<!-- WTStats.com - Web Traffic Statistics --><noscript><a href="http://www.wtstats.com/" target="_blank"><img width="88" height="31" border="0" alt="Statistici Web" src="http://kate.wtstats.com/img/black/vLaD.png" /></a></noscript><script id="WTStats" type="text/javascript">wts_id='vLaD';wts_img='black';wts=document.createElement('script');wts.type='text/javascript';wts.async=1;wts.src='http://kate.wtstats.com/trackingcode.js';s=document.getElementById('WTStats');s.parentNode.insertBefore(wts,s);</script><!-- End of WTStats.com -->
<a href="http://dreamcs.forumer.ro/"><img src="https://2img.net/h/oi49.tinypic.com/vct842.gif"></a>
<a href="http://redgames.taro.tv/"><img src="https://2img.net/h/oi46.tinypic.com/309t0d1.gif"></a>
<a href="http://www.radiobiz.do.am/" target="_blank" title="Radio Biz"><img src="https://2img.net/h/oi47.tinypic.com/v3ljkm.gif" border="0" alt="Asculta Radio Biz" title="Click Aici Si Asculta Radio
Biz"</a>
<a href="http://gameplay.4ulike.com" rel="lightbox" title="GameplaY"><img src="https://2img.net/h/oi48.tinypic.com/yyys0.jpg" width="88" height="31" border="0"/></a>
<a href="http://clan-nope.forumclan.com" target="_blank"><img src="http://mbmfiles.com/Mar2013/130316-QJavTQk2P7DS.gif" alt='' border=0 /></a><br>
<a href="http://bachusteam.com" target="_blank"><img src="http://cstrike.bachusteam.com/minibanner3.gif" alt='' border=0 /></a><br>
</marquee>
<tr>
</tr>
</td>
</tr>
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- 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: Salut urgent!!
cineva?
Re: Salut urgent!!
Imi cer scuze nu am citit cu atentie,ce problema ai. Arhiva si Conectare, Deconectare nu se pot scoate dar pentru Lista Online adauga aceste coduri in css si o sa dispara
- Cod:
#chatbox_members {
display: none !important;
}
#chatbox {
left: 0px !important;
}
Re: Salut urgent!!
nu functioneaza
Re: Salut urgent!!
Ionut, va rog sa nu mai raspundeti la topicuri cu titlu inexplicit! Multumesc pentru intelegere!
Re: Salut urgent!!
Avind in vedere ca au trecut 24 de ore si nu v-ati modificat titlul intr-unul mai explicit =>
Subiecte similare
» Salut !
» Introducerea MODs in panoul de administrare
» [Subiect unic] Erori gramaticale si de scriere in Romana
» Salut @ForumGratuit.ro
» salut
» Introducerea MODs in panoul de administrare
» [Subiect unic] Erori gramaticale si de scriere in Romana
» Salut @ForumGratuit.ro
» salut
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum