Statistici phpbb3
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 3 • Distribuiţi
Pagina 2 din 3 • 1, 2, 3
Statistici phpbb3
Rezumarea primului mesaj :
Cum as putea muta Motoare de cautare si Membrii conectati in decursul ultimelor 24 ore mai jos .
Cum as putea muta Motoare de cautare si Membrii conectati in decursul ultimelor 24 ore mai jos .
Re: Statistici phpbb3
Incearca:
- Cod:
$(function(e) {
$('#i_whosonline + p strong:eq(1)').wrap('<p class="page-bottom" />');
$('p.page-bottom:last').after($('#i_whosonline + p p.page-bottom'));
});
$(function(){// Remove
var on = document.getElementById('i_whosonline');
if(!on) return;
on = on.nextSibling;
on.innerHTML = on.innerHTML.replace(/(<br\s?\/?>).*?\1/, '');
});
$(function(e) {
$('#i_whosonline + p').before('<div id="board_stats"><ul class="ipsType_small ipsList_inline"><li class="clear"><span class="value"></span> Total Posts </li><li class="clear"><span class="value"></span> Total Members </li><li class="clear"><span class="value"></span> Newest Member </li><li class="clear" data-tooltip="20 Aug 2011"><span class="value"></span> Most Online </li></ul></div>');
$('.h3:contains(Cine este conectat?), .h3:contains(Statistici)').remove();
$('#board_stats + p').wrap('<div id="board_statistics" class="statistics clearfix" />');
$('p.page-bottom strong:eq(0)').clone().appendTo('#board_stats .value:eq(0)');
$('p.page-bottom strong:eq(1)').clone().appendTo('#board_stats .value:eq(1)');
$('p.page-bottom strong:eq(2)').clone().appendTo('#board_stats .value:eq(2)');
$('p.page-bottom strong:eq(4)').clone().appendTo('#board_stats .value:eq(3)');
$('p.page-bottom, em').remove();
$('#board_statistics').prepend('<h4 class="statistics_head"><ul id="stat_links" class="ipsList_inline right ipsType_small"><!--//--><li><a href="/t134-playbox-staff" title="View the moderating team">The moderating team</a></li> <li><a href="/memberlist?mode=today_posters" title="View top posters of the day">Top posters of the day</a></li> <li><a href="/memberlist?mode=overall_posters" title="View the board overall top posters">Overall top posters</a></li> <li><a href="/forum?mark=forums">Mark all forums read </a></li></ul></h4>');
$('#board_statistics strong:first').append(' users are online (in the past 15 minutes)<a href="/viewonline" title="View who is online"><b><font size="1" color="99CCCC"> (See online list)</font></b></a>');
$('#board_statistics strong:first').prependTo('.statistics_head');
$('#board_statistics p br:eq(1), #board_statistics p br:eq(2), #board_statistics p br:eq(3)').remove();
});
<br />
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 1 Motor de cautare/,' ');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 2 Motore de cautare/,' ');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total este/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total sunt/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizator conectat:/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizatori conectati:/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/Vizitatori/,'Vizitatori<br />');}
});
Re: Statistici phpbb3
ia vezi asta
- Cod:
$(function(e) {
$('#i_whosonline + p strong:eq(1)').wrap('<p class="page-bottom" />');
$('p.page-bottom:last').after($('#i_whosonline + p p.page-bottom'));
});
$(function(){// Remove
var on = document.getElementById('i_whosonline');
if(!on) return;
on = on.nextSibling;
on.innerHTML = on.innerHTML.replace(/(<br\s?\/?>).*?\1/, '');
});
$(function(e) {
$('#i_whosonline + p').before('<div id="board_stats"><ul class="ipsType_small ipsList_inline"><li class="clear"><span class="value"></span> Total Posts </li><li class="clear"><span class="value"></span> Total Members </li><li class="clear"><span class="value"></span> Newest Member </li><li class="clear" data-tooltip="20 Aug 2011"><span class="value"></span> Most Online </li></ul></div>');
$('.h3:contains(Cine este conectat?), .h3:contains(Statistici)').remove();
$('#board_stats + p').wrap('<div id="board_statistics" class="statistics clearfix" />');
$('p.page-bottom strong:eq(0)').clone().appendTo('#board_stats .value:eq(0)');
$('p.page-bottom strong:eq(1)').clone().appendTo('#board_stats .value:eq(1)');
$('p.page-bottom strong:eq(2)').clone().appendTo('#board_stats .value:eq(2)');
$('p.page-bottom strong:eq(4)').clone().appendTo('#board_stats .value:eq(3)');
$('p.page-bottom, em').remove();
$('#board_statistics').prepend('<h4 class="statistics_head"><ul id="stat_links" class="ipsList_inline right ipsType_small"><!--//--><li><a href="/t134-playbox-staff" title="View the moderating team">The moderating team</a></li> <li><a href="/memberlist?mode=today_posters" title="View top posters of the day">Top posters of the day</a></li> <li><a href="/memberlist?mode=overall_posters" title="View the board overall top posters">Overall top posters</a></li> <li><a href="/forum?mark=forums">Mark all forums read </a></li></ul></h4>');
$('#board_statistics strong:first').append(' users are online (in the past 15 minutes)<a href="/viewonline" title="View who is online"><b><font size="1" color="99CCCC"> (See online list)</font></b></a>');
$('#board_statistics strong:first').prependTo('.statistics_head');
$('#board_statistics p br:eq(1), #board_statistics p br:eq(2), #board_statistics p br:eq(3)').remove();
});
<br />
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 1 Motor de cautare/,' ');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 2 Motore de cautare/,' ');}
(/(<br\s?\/?>)
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total este/,'');}
(/(<br\s?\/?>)
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total sunt/,'');}
(/(<br\s?\/?>)
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizator conectat:/,'');}
(/(<br\s?\/?>)
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizatori conectati:/,'');}
(/(<br\s?\/?>)
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/Vizitatori/,'Vizitatori<br />');}
(/(<br\s?\/?>)
});
Re: Statistici phpbb3
incearca si asta
- Cod:
$(function(e) {
$('#i_whosonline + p strong:eq(1)').wrap('<p class="page-bottom" />');
$('p.page-bottom:last').after($('#i_whosonline + p p.page-bottom'));
});
$(function(){// Remove
var on = document.getElementById('i_whosonline');
if(!on) return;
on = on.nextSibling;
on.innerHTML = on.innerHTML.replace(/(<br\s?\/?>).*?\1/, '');
});
$(function(e) {
$('#i_whosonline + p').before('<div id="board_stats"><ul class="ipsType_small ipsList_inline"><li class="clear"><span class="value"></span> Total Posts </li><li class="clear"><span class="value"></span> Total Members </li><li class="clear"><span class="value"></span> Newest Member </li><li class="clear" data-tooltip="20 Aug 2011"><span class="value"></span> Most Online </li></ul></div>');
$('.h3:contains(Cine este conectat?), .h3:contains(Statistici)').remove();
$('#board_stats + p').wrap('<div id="board_statistics" class="statistics clearfix" />');
$('p.page-bottom strong:eq(0)').clone().appendTo('#board_stats .value:eq(0)');
$('p.page-bottom strong:eq(1)').clone().appendTo('#board_stats .value:eq(1)');
$('p.page-bottom strong:eq(2)').clone().appendTo('#board_stats .value:eq(2)');
$('p.page-bottom strong:eq(4)').clone().appendTo('#board_stats .value:eq(3)');
$('p.page-bottom, em').remove();
$('#board_statistics').prepend('<h4 class="statistics_head"><ul id="stat_links" class="ipsList_inline right ipsType_small"><!--//--><li><a href="/t134-playbox-staff" title="View the moderating team">The moderating team</a></li> <li><a href="/memberlist?mode=today_posters" title="View top posters of the day">Top posters of the day</a></li> <li><a href="/memberlist?mode=overall_posters" title="View the board overall top posters">Overall top posters</a></li> <li><a href="/forum?mark=forums">Mark all forums read </a></li></ul></h4>');
$('#board_statistics strong:first').append(' users are online (in the past 15 minutes)<a href="/viewonline" title="View who is online"><b><font size="1" color="99CCCC"> (See online list)</font></b></a>');
$('#board_statistics strong:first').prependTo('.statistics_head');
$('#board_statistics p br:eq(1), #board_statistics p br:eq(2), #board_statistics p br:eq(3)').remove();
});
<br />
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 1 Motor de cautare/,' ');}
});
<br />
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 2 Motore de cautare/,' ');}
<br />
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total este/,'');}
<br />
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total sunt/,'');}
<br />
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizator conectat:/,'');}
<br />
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizatori conectati:/,'');}
<br />
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/Vizitatori/,'Vizitatori<br />');}
<br />
});
Re: Statistici phpbb3
Salut , incearca acest cod:
- Cod:
$(function(e) {
$('#i_whosonline + p strong:eq(1)').wrap('<p class="page-bottom" />');
$('p.page-bottom:last').after($('#i_whosonline + p p.page-bottom'));
});
$(function(){// Remove
var on = document.getElementById('i_whosonline');
if(!on) return;
on = on.nextSibling;
on.innerHTML = on.innerHTML.replace(/(<br\s?\/?>).*?\1/, '');
});
$(function(e) {
$('#i_whosonline + p').before('<div id="board_stats"><ul class="ipsType_small ipsList_inline"><li class="clear"><span class="value"></span> Total Posts </li><li class="clear"><span class="value"></span> Total Members </li><li class="clear"><span class="value"></span> Newest Member </li><li class="clear" data-tooltip="20 Aug 2011"><span class="value"></span> Most Online </li></ul></div>');
$('.h3:contains(Cine este conectat?), .h3:contains(Statistici)').remove();
$('#board_stats + p').wrap('<div id="board_statistics" class="statistics clearfix" />');
$('p.page-bottom strong:eq(0)').clone().appendTo('#board_stats .value:eq(0)');
$('p.page-bottom strong:eq(1)').clone().appendTo('#board_stats .value:eq(1)');
$('p.page-bottom strong:eq(2)').clone().appendTo('#board_stats .value:eq(2)');
$('p.page-bottom strong:eq(4)').clone().appendTo('#board_stats .value:eq(3)');
$('p.page-bottom, em').remove();
$('#board_statistics').prepend('<h4 class="statistics_head"><ul id="stat_links" class="ipsList_inline right ipsType_small"><!--//--><li><a href="/t134-playbox-staff" title="View the moderating team">The moderating team</a></li> <li><a href="/memberlist?mode=today_posters" title="View top posters of the day">Top posters of the day</a></li> <li><a href="/memberlist?mode=overall_posters" title="View the board overall top posters">Overall top posters</a></li> <li><a href="/forum?mark=forums">Mark all forums read </a></li></ul></h4>');
$('#board_statistics strong:first').append(' users are online (in the past 15 minutes)<a href="/viewonline" title="View who is online"><b><font size="1" color="99CCCC"> (See online list)</font></b></a>');
$('#board_statistics strong:first').prependTo('.statistics_head');
$('#board_statistics p br:eq(1), #board_statistics p br:eq(2), #board_statistics p br:eq(3)').remove();
});
<br/>
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 1 Motor de cautare/,' ');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/:: 2 Motore de cautare/,' ');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total este/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total sunt/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizator conectat:/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizatori conectati:/,'');}
});
$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/Vizitatori/,'Vizitatori<br />');}
});
Re: Statistici phpbb3
poti incerca asa:
- Cod:
var x = $(".statistics + p")[0];
x && (x.innerHTML=x.innerHTML.replace(/Membrii conectati/g,"<br>Membrii conectati "));
Vizitator- Vizitator
Pagina 2 din 3 • 1, 2, 3
Subiecte similare
» Modificare cod statistici phpbb3
» Statistici phpbb3
» Reclama in intre statistici si iconurile: Mesaje noi, Forum Blocat [phpbb3]
» Cum sterg bara statistici si bara chatbox [phpBB3]
» Mutare statistici PHPBB3
» Statistici phpbb3
» Reclama in intre statistici si iconurile: Mesaje noi, Forum Blocat [phpbb3]
» Cum sterg bara statistici si bara chatbox [phpBB3]
» Mutare statistici PHPBB3
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 3
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum