Bine a-ti venit pe fraNNNta-Design.
Vezi ultimul index creat de noi <a href="https://frannnta-design.hitforum.ro/t1994-cs-gold-design-remake">Cs Gold Design remake</a>


Bine a-ti venit pe fraNNNta-Design.
Vezi ultimul index creat de noi <a href="https://frannnta-design.hitforum.ro/t1994-cs-gold-design-remake">Cs Gold Design remake</a>

Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Conectare


descriptiontestproblema sub forum

more_horiz
Titlu: problema sub forum
Printscreen:

Versiune forum:punbb
Link forum: http://gaming-zone.forumers.ro/
Descriere problema: am o problema la sub forum nu se aseaza cum trebuie eu il am asa :
problema sub forum Untitled

si vreau sa arate asa 
problema sub forum Untitled



MA REFER SA FIE UNU SUB ALTUL SI IN 3 LINI

descriptiontestRe: problema sub forum

more_horiz
Intrati in:
Panou => Afisare => Imagini si culori => Culori => Foaie de stil css

Adaugati:
Cod:

Cod:

.sub a {
background: url(http://i34.servimg.com/u/f34/13/94/17/66/onl10.png) left no-repeat;
padding-left: 15px;
}


Sau daca nu urmati acest tutorial creat de echipa forumgratuit!!

Adaugati aceasta linie in index_body
Cod:

Cod:

<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="150"><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 1</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 2</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 3</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 4</a><br></td>

<td width="150"><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 5</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 6</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 7</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 8</a><br></td>

<td width="150"><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 9</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 10</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 11</a><br>
<img src="http://i259.photobucket.com/albums/hh310/_7udor_/10x10.png">    <a href="http://link-catre forumul-dvs.">Topic 12</a><br></td></tr></table>

descriptiontestRe: problema sub forum

more_horiz
Ma scuzi ca am intarziat dar lucrez si nu prea am intotdeauna timp sa raspund repede.


Adauga in css acest cod

Cod:


/*
** BEGIN IPS Subforums by Zeus & StaarK*
*/
ul.ipsType_small {
  margin-top: 3px;
  float: left;
  width: 33%;
  display: table;
  list-style-type: none;
}

ul.ipsType_small > li {
  background: url('http://i56.servimg.com/u/f56/17/39/93/85/subfor12.png') no-repeat 0 50%;
  padding: 0 15px 0 15px;
  margin: 0;
  float: left;
}

ul.ipsType_small > li.new {
  background: url('http://i56.servimg.com/u/f56/17/39/93/85/subfor12.png') no-repeat 0 50%;
}

ul.ipsType_small > li.new > a {
  font-weight: 800;
}

ul.ipsType_small > li.new {
  background: url('http://i.imgur.com/Kq3UgRp.png') no-repeat 0 50%;
}
/* END IPS Subforums by Zeus & StaarK*/


Apoi in javascript pe acesta si bifati in subforum-uri si prima pagina

Cod:


/*
** IPS Subforums by Zeus & StaarK*
*/
var ips_subForums = {
 init : function() {
 ips_subForums.exec();
 },
 exec : function() {
 $('p.subforums').each(function(a, c) {
 this.innerHTML=this.innerHTML.replace(/(\,)/g, "");
 var id = a+1;
 $('a.gensmall', this).wrap('<ul class="ipsList_inline ipsType_small subforums'+ id +'" id="subforum_'+ id +'"><li />');
 var sub = $('.ipsType_small', this);
 for (var i = 0; i < sub.length; i++) {
 $(sub[i]).prev('a').insertBefore($(sub[i]).find('li a'));
 $(sub[i]).find('a:eq(0)').hide();
 };
 });
 // Executare functia new post
 $('.ipsType_small li:has("img.sprite-icon_post_target_unread")').each(function(a, c) {
 c.className = 'new';
 });
 }



Apoi intrati in index_box si cautati

Cod:

{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}


Apoi il stergeti.

Dupa care tot in Index_box cautati

Cod:

{catrow.forumrow.FORUM_DESC}


Si adaugati dupa el acest cod

Cod:

<p class="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</p>



descriptiontestRe: problema sub forum

more_horiz
Avand in vedere ca nu sa mai oferit atentie acestui topic problema sub forum 276182321

descriptiontestRe: problema sub forum

more_horiz
privacy_tip Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum
power_settings_newConectați-vă pentru a răspunde