Noi actualizari pentru forumurile dumneavoastra
Forum gratuit: forum de suport al utilizatorilor :: Despre Forumgratuit :: :: Actualizari si facilitati noi
Pagina 1 din 1 • Distribuiţi
Noi actualizari pentru forumurile dumneavoastra
Actualizari privind "forum in constructie", template-uri si membrii exclusi |
Buna ziua! Astazi au fost efectuate citeva actualizari, aparute ca urmare a sugestiilor dumneavoastra. 1. Alegerea duratei de activare a optiunii "Forum in constructie" Optiunea "Forum in constructie" interzice accesul utilizatorilor in forum, pentru a permite administratorilor sa efectueze modificari importante fara a-i deranja pe ceilalti membri. Pina acum, puteati mentine aceasta optiune activa doar pentru 24 de ore. Prin actualizarea de astazi a fost adaugata posibilitatea de a alege numarul de zile consecutive in care, in locul categoriilor si forumurilor, va fi vizibil mesajul dumneavoastra "Forum in constructie". La expirarea intervalului selectat, optiunea se va dezactiva automat. Panou de administrare -> General -> Forum Puteti modifica perioada chiar si dupa ce ati activat optiunea: 2. Optimizarea managementului templatelor personalizate si introducerea posibilitatii de a le dezactiva pe toate dintr-un click. Managementul template-urilor a fost optimizat pentru a evita ca forumurile sa fie direct afectate de erorile ce pot exista in template-urile personalizate. Aceasta garanteaza o stabilitate mai mare a forumurilor dumneavoastra. In acelasi timp a fost adaugata posibilitatea de a forta aplicarea template-urilor implicite, ceea ce permite dezactivarea tuturor template-urilor modificate printr-un signur click. Aceasta actiune anuleaza efectele templete-urilor personalizate, insa nu sterge modificarile efectuate de dumneavoastra. De ajutor in caz de erori datorate unui cod necorespunzator introdus in template, permite functionarea normala a forumului in timp ce dumneavoastra verificati codurile adaugate in template-uri. 3. Ascunderea automata a mesajelor utilizatorilor exclusi (banati). Panou de administrare -> General -> Mesaje si emailuri - > Configurare Aceasta functionalitate ascunde in mod automat toate postarile membrilor exclusi. Mesajele nu sint sterse, ci ascunse si inlocuite de un text indicind ca autorul a fost exclus din forum. Pentru a citi aceste mesaje, faceti click pe link. Multumim conumitatii Forumgratuit pentru ideile dumneavoastra, idei care ne permit sa adaugam permanent functionalitati inovatoare! Deja ne concentram asupra altor sugestii si va promitem ca in curind vom veni cu noi surprize Numai bine, Echipa Forumgratuit
|
Copyright © Forumgratuit.ro Nicio parte a acestui anunt nu poate fi reprodusa, transmisa sau stocata in orice forma fara acordul scris al detinatorului dreptului de autor, in conformitate cu articolul L122-1 apartinand ICC. |
Ultima editare efectuata de catre Ina in Vin Feb 08, 2013 10:02 am, editata de 1 ori
Re: Noi actualizari pentru forumurile dumneavoastra
Atentie! Pentru ca aceasta actualizare sa fie functionala, administratorii avind forumuri in versiunile phpBB2 & punBB cu template-urile viewcomments_body si/sau viewtopic_body personalizate, trebuie sa efectueze schimbarile de mai jos. |
*****************
Versiunea phpBB2
*****************
- In viewcomments_body
- Dupa:
- Cod:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
addthis_close();
}
});
});
- adaugati:
- Cod:
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
- inlocuiti:
- Cod:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr align="right">
<td class="catHead" colspan="2" height="28">
- cu:
- Cod:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr align="right">
<td class="catHead" colspan="3" height="28">
- inlocuiti:
- Cod:
<!-- BEGIN topicpagination -->
<tr>
<td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
</tr>
<!-- END topicpagination -->
- cu:
- Cod:
<!-- BEGIN topicpagination -->
<tr>
<td class="row1 pagination" colspan="3" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
</tr>
<!-- END topicpagination -->
- inlocuiti:
- Cod:
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<tr class="post">
- cu:
- Cod:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
addthis_close();
}
});
});
- inlocuiti:
- Cod:
<tr>
<td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
<a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
- cu:
- Cod:
<tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
<td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
<a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
- inlocuiti:
- Cod:
<!-- END displayed -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- END postrow -->
- cu:
- Cod:
<!-- END displayed -->
<!-- END postrow -->
- inlocuiti:
- Cod:
<!-- BEGIN comment -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN displayed -->
<tr class="post">
- cu:
- Cod:
<!-- BEGIN comment -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {comment.hidden.ROW_CLASS}" colspan="2" align="center">{comment.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- BEGIN displayed -->
<tr class="post post--{comment.displayed.U_POST_ID}" style="{comment.displayed.DISPLAYABLE_STATE}">
- inlocuiti:
- Cod:
<!-- END displayed -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {comment.hidden.ROW_CLASS}" colspan="2" align="center">{comment.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
</table>
<!-- END comment -->
- cu:
- Cod:
<!-- END displayed -->
</table>
<!-- END comment -->
- In viewtopic_body:
- dupa:
- Cod:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
}
});
});
- adaugati:
- Cod:
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
- inlocuiti:
- Cod:
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<tr class="post">
- cu:
- Cod:
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- BEGIN displayed -->
<tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
- inlocuiti:
- Cod:
<tr>
<td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
<a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
- cu:
- Cod:
<tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
<td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
<a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
- inlocuiti:
- Cod:
<!-- END displayed -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- END postrow -->
- cu:
- Cod:
<!-- END displayed -->
<!-- END postrow -->
*****************
Versiunea punBB
*****************
- In viewcomments_body:
- dupa:
- Cod:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
addthis_close();
}
});
});
- adaugati:
- Cod:
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
- inlocuiti:
- Cod:
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<div class="post"{postrow.displayed.THANK_BGCOLOR}>
<a name="{postrow.displayed.U_POST_ID}"></a>
- cu:
- Cod:
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<p class="p-hidden">{postrow.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- BEGIN displayed -->
<div class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
<a name="{postrow.displayed.U_POST_ID}"></a>
- inlocuiti:
- Cod:
<!-- END displayed -->
<!-- BEGIN hidden -->
<p class="p-hidden">{postrow.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- END postrow -->
- cu:
- Cod:
<!-- END displayed -->
<!-- END postrow -->
- inlocuiti:
- Cod:
<!-- BEGIN comment -->
<!-- BEGIN displayed -->
<div class="post"{comment.displayed.THANK_BGCOLOR}>
<a name="{comment.displayed.U_POST_ID}"></a>
- cu:
- Cod:
<!-- BEGIN comment -->
<!-- BEGIN hidden -->
<p class="p-hidden">{comment.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- BEGIN displayed -->
<div class="post post--{comment.displayed.U_POST_ID}"{comment.displayed.THANK_BGCOLOR} style="{comment.displayed.DISPLAYABLE_STATE}">
<a name="{comment.displayed.U_POST_ID}"></a>
- inlocuiti:
- Cod:
<!-- END displayed -->
<!-- BEGIN hidden -->
<p class="p-hidden">{comment.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- END comment -->
- cu:
- Cod:
<!-- END displayed -->
<!-- END comment -->
- In viewtopic_body:
- dupa:
- Cod:
<script type="text/javascript">//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
}
});
});
- adaugati:
- Cod:
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
- inlocuiti:
- Cod:
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<div class="post"{postrow.displayed.THANK_BGCOLOR}>
<a name="{postrow.displayed.U_POST_ID}"></a>
- cu:
- Cod:
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<p class="p-hidden">{postrow.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- BEGIN displayed -->
<!-- BEGIN first_post_br -->
</div>
<hr id="first-post-br" />
<div class="main-content topic">
<!-- END first_post_br -->
<div class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
<a name="{postrow.displayed.U_POST_ID}"></a>
- inlocuiti:
- Cod:
<!-- BEGIN first_post_br -->
</div>
<hr id="first-post-br" />
<div class="main-content topic">
<!-- END first_post_br -->
<!-- END displayed -->
<!-- BEGIN hidden -->
<p class="p-hidden">{postrow.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- END postrow -->
- cu:
- Cod:
<!-- END displayed -->
<!-- END postrow -->
Subiecte similare
» Decoratiuni de sarbatori pentru forumurile dumneavoastra
» Forumgratuit: O compensare pentru forumurile dumneavoastra
» Decoratiuni de sarbatori pentru forumurile dumneavoastra
» Link-urile au fost rescrise pentru forumurile dumneavoastra!
» Actualizari pentru centrul de notificari
» Forumgratuit: O compensare pentru forumurile dumneavoastra
» Decoratiuni de sarbatori pentru forumurile dumneavoastra
» Link-urile au fost rescrise pentru forumurile dumneavoastra!
» Actualizari pentru centrul de notificari
Forum gratuit: forum de suport al utilizatorilor :: Despre Forumgratuit :: :: Actualizari si facilitati noi
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum