D World Official
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Carbon Blue

Page 2 of 2 Previous  1, 2

View previous topic View next topic Go down

Carbon Blue - Page 2 Empty Carbon Blue

Post by SSYT 12/11/12, 05:00 am

First topic message reminder :

Name: Carbon Blue
Author: D World <3
Browser: Google Chrome, Mozila Firefox 15, Opera 12
Version: phpBB3
Personalize: CSS and JavaScript
Demo: Peview |

Update:


Code:

#footer_utilities a {
font-size: 11px!important;
}

#footer_utilities .ipsList_inline {
margin-top: 9px;
clear: left;
float: left;
}

#ips_Posts .post {
font-size: 10px!important;
}

New Update:
CSS:
Old:
Cautati in css urmatoarele coduri :
Code:
.row .topics::after {
content: "topics";
color: #E2E2E2;
font-weight: 400;
}

.row .posts::after {
content: "replies";
color: #E2E2E2;
font-weight: 400;
}

.row .posts {
position: relative;
top: 8px;
}

.row .topics {
position: relative;
left: 95px;
top: -7px;
}
si inlocuitile cu:
Code:
.row .topics li {
line-height: 15px;
}

.row .posts {
display: none;
}

.row .topics {
margin-right: 10px;
margin-left: 90px;
}

Javascript:
La sfarsitul js-ului Stats puneti:
Code:
$(function(){
  $('.topiclist .header .posts').text();
  $('.forums .row .topics').each(function(){
  var topicsNo = $(this).text().split(" ")[0];
  var postsNo = $(this).next('.posts').text().split(" ")[0];
  $(this).html('<ul><li><strong>'+topicsNo+'</strong> topics</li> <li><strong>'+postsNo+'</strong> replies</li></ul>');
  });
});

Update:
Inlocuiti javascript-ul Stats cu acesta:
Code:
varCopyright = "(c) D World Oficial. All right reserved.";
$(function() {
$('#i_whosonline + p strong:eq(1)').wrap('<p class="id">');
$('.id').insertAfter('p.page-bottom:last');
});

$(function(){
  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').attr('id','board_statistics').addClass('statistics clearfix');
$('#board_statistics').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"><span class="value"></span> Most Online </li></ul></div>');
$('.h3:contains(Cine este conectat?), .h3:contains(Statistici)').remove();
$('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)');
$('.id strong').appendTo('#board_stats .value:eq(3)');
$('p.page-bottom, #board_statistics em:last, #picture_legend, .footer-home, #main-content div:has(iframe)').remove();
$('#board_statistics').prepend('<h4 class="statistics_head"></h4>');
$('#board_statistics strong:eq(0)').appendTo('.statistics_head');
$('.statistics_head strong').after(' users are online (in the past 15 minutes)');
$('#board_statistics br').after('<br />');
$('#board_statistics br:eq(3), #board_statistics br:eq(4), #board_statistics br:eq(5), #board_statistics br:eq(6), #board_statistics br:eq(7)').remove();
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/este/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/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(/Utilizatori inregistrati:/,' ');}
});

$(function(){
  $('.topiclist .header .posts').text();
  $('.forums .row .topics').each(function(){
  var topicsNo = $(this).text().split(" ")[0];
  var postsNo = $(this).next('.posts').text().split(" ")[0];
  $(this).html('<ul><li><strong>'+topicsNo+'</strong> topics</li> <li><strong>'+postsNo+'</strong> replies</li></ul>');
  });
});

$(document).on('ready', function() {
$('.lastpost').each(function () {
var touser = $(this).children('span').children('strong').children('a').attr('href');
$(this).prepend('<a href="' + touser + '" class="ipsUserPhotoLink left"></a>');
$(this).children('a').load(touser + ' .module:eq(0) img:eq(0)');
});
});

Update 26.03.2013:
In CSS
Code:
.lastpost a img {
 width: 35px;
 height: 35px;
 margin-right: 5px;
}


Last edited by StaarK* on 26/03/13, 07:42 am; edited 4 times in total
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue - Page 2 Left_bar_bleue50/200Carbon Blue - Page 2 Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down


Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by SSYT 26/01/13, 09:33 am

Update:
Inlocuiti javascript-ul Stats cu acesta:
Code:
varCopyright = "(c) D World Oficial. All right reserved.";
$(function() {
$('#i_whosonline + p strong:eq(1)').wrap('<p class="id">');
$('.id').insertAfter('p.page-bottom:last');
});

$(function(){
  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').attr('id','board_statistics').addClass('statistics clearfix');
$('#board_statistics').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"><span class="value"></span> Most Online </li></ul></div>');
$('.h3:contains(Cine este conectat?), .h3:contains(Statistici)').remove();
$('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)');
$('.id strong').appendTo('#board_stats .value:eq(3)');
$('p.page-bottom, #board_statistics em:last, #picture_legend, .footer-home, #main-content div:has(iframe)').remove();
$('#board_statistics').prepend('<h4 class="statistics_head"></h4>');
$('#board_statistics strong:eq(0)').appendTo('.statistics_head');
$('.statistics_head strong').after(' users are online (in the past 15 minutes)');
$('#board_statistics br').after('<br />');
$('#board_statistics br:eq(3), #board_statistics br:eq(4), #board_statistics br:eq(5), #board_statistics br:eq(6), #board_statistics br:eq(7)').remove();
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/este/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/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(/Utilizatori inregistrati:/,' ');}
});

$(function(){
  $('.topiclist .header .posts').text();
  $('.forums .row .topics').each(function(){
  var topicsNo = $(this).text().split(" ")[0];
  var postsNo = $(this).next('.posts').text().split(" ")[0];
  $(this).html('<ul><li><strong>'+topicsNo+'</strong> topics</li> <li><strong>'+postsNo+'</strong> replies</li></ul>');
  });
});

$(document).on('ready', function() {
$('.lastpost').each(function () {
var touser = $(this).children('span').children('strong').children('a').attr('href');
$(this).prepend('<a href="' + touser + '" class="ipsUserPhotoLink left"></a>');
$(this).children('a').load(touser + ' .module:eq(0) img:eq(0)');
});
});
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue - Page 2 Left_bar_bleue50/200Carbon Blue - Page 2 Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by I'm sorry 03/02/13, 02:43 am

E super tema
I'm sorry
I'm sorry
Membru Avansat
Membru Avansat

Mesaje : 43 Puncte : 54

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by BuLLeT 23/02/13, 02:17 am

Link?
BuLLeT
BuLLeT
Nou Venit
Nou Venit

Mesaje : 6 Puncte : 56

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by I'm sorry 24/02/13, 08:59 am

I'm sorry
I'm sorry
Membru Avansat
Membru Avansat

Mesaje : 43 Puncte : 54

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by theseus 08/03/13, 11:13 pm

Frumoasa. Faci o treaba buna !
theseus
theseus
Membru
Membru

Mesaje : 13 Puncte : 17

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by InDiGo28 23/03/13, 02:03 am

Recomand tema ! Este super tare !!
InDiGo28
InDiGo28
Nou Venit
Nou Venit

Mesaje : 9 Puncte : 9

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by Punisher 26/03/13, 02:48 am

O tema excelenta
Punisher
Punisher
Membru
Membru

Mesaje : 22 Puncte : 22

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by I'm sorry 29/03/13, 11:12 am

De ce nu imi apar Acasa, forum, membru etc.
Carbon Blue - Page 2 S6z94Ni
I'm sorry
I'm sorry
Membru Avansat
Membru Avansat

Mesaje : 43 Puncte : 54

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by Sanchezu 16/04/13, 08:21 am

Salutare StaarK* as dori si eu un link de download la aceasta tema.
Iti multumesc anticipat.
Sanchezu
Sanchezu
Membru
Membru

Mesaje : 11 Puncte : 15

Activitate
Activitate Forum:
Carbon Blue - Page 2 Left_bar_bleue0/0Carbon Blue - Page 2 Empty_bar_bleue  (0/0)

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by Sanchezu 16/04/13, 08:40 am

Scuze de dublu post am reusit sa downloadez aceasta tema dar din pacate nu se vede complet las jos un print .

https://2img.net/h/s11.postimg.cc/jnecritb7/print.png
Sanchezu
Sanchezu
Membru
Membru

Mesaje : 11 Puncte : 15

Activitate
Activitate Forum:
Carbon Blue - Page 2 Left_bar_bleue0/0Carbon Blue - Page 2 Empty_bar_bleue  (0/0)

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by SSYT 16/04/13, 08:42 am

Pentru alte probleme, va rugam sa postati aici - https://dworld.forumgratuit.ro/t19-suport-teme.
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue - Page 2 Left_bar_bleue50/200Carbon Blue - Page 2 Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by KinetiX 17/04/13, 10:08 am

Bravo pentru tema.Sper sa continui si sa reusesti mult mai mult decat atat!
avatar
KinetiX
Nou Venit
Nou Venit

Mesaje : 3 Puncte : 55

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by mario77 30/05/13, 03:18 am

Tema arata foarte bine,nu mai merge link-ul..
mario77
mario77
Nou Venit
Nou Venit

Mesaje : 9 Puncte : 9

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by kitkat 19/12/13, 10:09 am

Felicitari
kitkat
kitkat
Nou Venit
Nou Venit

Mesaje : 4 Puncte : 4

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by xAlecsu 07/07/14, 12:50 pm

misto tema bv!
xAlecsu
xAlecsu
Nou Venit
Nou Venit

Mesaje : 3 Puncte : 5

Loading...

Back to top Go down

Carbon Blue - Page 2 Empty Re: Carbon Blue

Post by Sponsored content


Sponsored content


Loading...

Back to top Go down

Page 2 of 2 Previous  1, 2

View previous topic View next topic Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum