Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Un alt design in Overall Footer Cod ?

Pagina 1 din 3 1, 2, 3  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Un alt design in Overall Footer Cod ?

Mesaj Scris de Source Sam Noi 12, 2011 3:12 pm

Buna ziua am gasti cateva forumuri din plataforma ForumGratuit care detin un altfel de overall footer si a-si dori si eu daca se poate codul. Pentru mai multe detali am sa aplic o poza.

Un alt design in Overall Footer Cod ? Untitl10

Doresc exzact la fel ca in imaginea aplicata, daca se poate



Multumesc anticipat
Source

Source
Membru Forumgratuit

Mesaje : 94
Varsta : 32
Localizare : Romania
Data înscrierii : 05/07/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://forum.infinityzone.ro
Source a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de cLuSTeR Sam Noi 12, 2011 3:25 pm

Poftim Index_Body :
Cod:
{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" perms="{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" perms="{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 -->
        <td valign="top" width="100%">
                                      <div id="center">
                                        <!-- BEGIN giefmod_index1 -->
                                        {giefmod_index1.MODVAR}
                                            <!-- BEGIN saut -->
                                            <div style="height:{SPACE_ROW}px"></div>
                                            <!-- END saut -->
                                        <!-- END giefmod_index1 -->
                                      </div>
                                  </td></tr><tr>
<!-- BEGIN disable_viewonline -->
<tr>
<table class="forumline" width="40%" border="0" cellspacing="1" cellpadding="0">

      <td class="catHead" colspan="2" height="28">
     
      {Statistici}<b><font color="white">Cine este conectat</font></b>{Statistici}
  </tr>
     
<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/whosonline.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE}  </td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/totals.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/most_users.png" border="0" alt="" /> Recordul de utilizatori conectati a fost de 156, Mier 11 sep 2011 - 15:57</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/newest_member.png" border="0" alt="" /> {NEWEST_USER}</td></span>
</tr>



<tr>
 <td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/new.png" border="0" alt="" /> <strong>Versiune Instalata: <font color="openblue"> phpBB2</strong></font></td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/terms.png" border="0" alt="" />
<strong>Citeste <a href="/t97-regulament-forum">Termenii de utilizare</strong></a></td></span>
</tr>
 
 
  <script type="text/javascript">jQuery(document).ready(function(){jQuery(".toggle-trig a").click(function () {jQuery(this).parent().next().slideToggle("normal");return false;});});</script> <div class="toggle-trig"><a href=""><img src="http://img217.imageshack.us/img217/3679/42709021.png"></a></div>  <div class="radio_czone"><object width="191" height="46"> <param name="movie" value="http://www.museter.com/ffmp3-config.swf" /> <param name="flashvars" value="url=http://77.36.67.136:8000/;&lang=en&codec=mp3&volume=30&autoplay=true&traking=true&jsevents=false&buffering=2&skin=http://www.museter.com/skins/compact/ffmp3-compact.xml&title=Radio%20 Boom Panciu - PARTY ON !&welcome=WELCOME%20TO..." /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <param name="scale" value="noscale" /> <embed type="application/x-shockwave-flash" width="191" height="46" src="http://www.museter.com/ffmp3-config.swf" mce_src="http://www.museter.com/ffmp3-config.swf" flashvars="url=http://77.36.67.136:8000/;&lang=en&codec=mp3&volume=30&autoplay=true&traking=true&jsevents=false&buffering=2&skin=http://www.museter.com/skins/compact/ffmp3-compact.xml&title=Radio%20Boom Panciu - PARTY ON !&welcome=WELCOME%20TO..." scale="noscale" wmode="transparent" allowscriptaccess="always"></embed></object> </div><style type="text/css">.toggle-trig{text-align:center;}.radio_czone{display: none;}</style></center>

  <div  style=" font-size:11px;   background-color:;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   color:#a7a7a7;
   padding:5px;
    border:1px solid #325375;
    margin-bottom:8px;
    "><strong>RestrictArea TeaM : {GROUP_LEGEND}</strong></div>
 
 <table class="tablebg" width="100%" cellspacing="1">
  <tr>
      <td class="cat" colspan="2"><h4><font color="white">Parteneri</font></h4></td>
  </tr>
  <tr>

<table class="tablebg" width="100%" cellspacing="1">
<tbody><tr>
   <td class="row1"><img src="http://icons.iconarchive.com/icons/antialiasfactory/enterprise-resource-planning/64/Partnership-icon.png" alt="Parteneri CounterZone"></td>
   <td class="row1 nobold" width="50%" valign="middle">

<center>



<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><!--play-hs-->
<a href=http://play-hs.forumz.ro/forum><img src=http://i1232.photobucket.com/albums/ff378/MultiCrayziKid/bcxbx.gif></a>
<!--play-hs--></span>


<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "> <!-- script statistics.ro : V2 : html-easy -->
<script type="text/javascript" src="http://hitx.statistics.ro/hitx2.js"></script>
<a href="http://www.wta.ro/25193stats_index" target="_blank" title="Statistici web"><script type="text/javascript">
st_ro_start(25193, "", "", "");</script></a>
<noscript><a href="http://www.wta.ro/"><img src="http://hitx.statistics.ro/25193/1/-/-/-/a-x/nojs.gif" width="88" height="31" alt="Statistici web"></a></noscript>
<!-- end of script statistics.ro : V2 : html-easy --></span>

<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://graphicarhive.forumhit.ro/"><img src="http://i1101.photobucket.com/albums/g426/SouNNd-/mini-b17.png" title="Graphic-Arhive" alt="Graphic-Arhive" border="0"></a></span>





<br>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>



</center>
</td>
</br>

<td class="row1 nobold" width="100%" valign="middle">

<center><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; ">
<a href="/forum"><img src="http://i1086.photobucket.com/albums/j448/alexnica91/Untitled-3.gif"></a></span></center>

</td>
</tr>
</tbody></table>



 <br clear="all" />
  <table class="tablebg" width="100%" cellspacing="1">
  <tr>
      <td class="cat" colspan="2"><h4><font color="white">Links</font></h4></td>
  </tr>
  <tr>
      <td class="row1"><img src="http://icons.iconarchive.com/icons/semlabs/web-blog/48/arrow-expand-icon.png" alt="Statistici" /></td>
      <td class="row1" width="100%" valign="middle"><p class="genmed"><b>Links: 

<a href="/forum" target=" _blank">RestrictArea</a> | 
<a href="http://Softart.forumhit.ro/" target=" _blank">SoftArt</a> |
<a href="http://www.seoinc.ro" target=" _blank">Optimizare Web</a> | 
<a href="http://www.detailingautoconcept.ro/folie-auto/ " target=" _blank">Folie Auto</a> | 
<a href="http://www.1cazare.ro" target=" _blank">Cazare</a> | 

<a href="/forum" target=" _blank">Link-ul tau</a> | 

<a href="/forum" target=" _blank">Link-ul tau</a> | 
<a href="/forum" target=" _blank">Link-ul tau</a> | 
<a href="/forum" target=" _blank">Link-ul tau</a> | 
<a href="/forum" target=" _blank">Link-ul tau</a> | 
<a href="/forum" target=" _blank">Link-ul tau</a></b></td>
  </tr>
  </table>
<table class="tablebg" width="100%" cellspacing="1">
   <tbody><tr>
      <table class="tablebg" width="100%" cellspacing="1">
  <tr>
      <td class="cat" colspan="2"><h4><font color="white">Discriminari</font></h4></td>
  </tr>
  <tr>
   </tr>
   <tr>
                <td class="row1"><img src="http://icons.iconarchive.com/icons/noctuline/divali/128/Glass-Candle-icon.png" alt=" lgz.ro"></td>
         
      <td class="row1"><font size="2"><b><span style="color: #00FFFF">Nici unul din fisierele care apar aici nu sunt gazduite sau transmise de catre acest server. Linkurile sunt furnizate exclusiv de utilizatorii acestui site. Echipa RestrictArena 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 RestrictArena Apartin RestrictArena Si este interzisa reproducerea sau copierea lor. <br>Va rugam sa cititi acest disclaimer si sa il tratati cu maxima seriozitate.</span></b></font><b><span style="color: #00FFFF"><br></span></b>
</tr>
   
   </tbody></table>
   
  </tr>
  <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <div  style=" font-size:11px;   background-color:;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   color:#a7a7a7;
   padding:5px;
    border:1px solid #325375;
    margin-bottom:8px;
    "><strong>{LOGGED_IN_USER_LIST}</strong></div>
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
        </span>
      </td>
  </tr>
  <!-- END switch_chatbox_activate -->
</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
});
//]]>
</script>
<!-- END switch_fb_index_login -->



 
 
 
cLuSTeR

cLuSTeR
Membru Forumgratuit

Mesaje : 227
Varsta : 27
Localizare : România - o ţară din ce în ce mai ocupată!
Data înscrierii : 07/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://softart.forumhit.ro/
cLuSTeR a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de RaduMan96 Sam Noi 12, 2011 4:05 pm

imi apare forumu de 2 ori www.onlystar.forumz.ro
RaduMan96

RaduMan96
Membru activ

Mesaje : 549
Varsta : 28
Localizare : Iasi
Data înscrierii : 16/10/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.onlystar.forumz.ro
RaduMan96 a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de Source Sam Noi 12, 2011 4:24 pm

Si mie la fel apare forumul de doua ori
Source

Source
Membru Forumgratuit

Mesaje : 94
Varsta : 32
Localizare : Romania
Data înscrierii : 05/07/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://forum.infinityzone.ro
Source a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de .Richard Sam Noi 12, 2011 4:35 pm

pentru ca voi ati inlocuit index_box nu index-body..
.Richard

.Richard
Membru activ

Mesaje : 657
Localizare :
Data înscrierii : 06/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

.Richard a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de RaduMan96 Sam Noi 12, 2011 4:38 pm

gata am rezolvat deoarece l-am bagat in index body dar eu prima oara l-am us in footer Fericit)
RaduMan96

RaduMan96
Membru activ

Mesaje : 549
Varsta : 28
Localizare : Iasi
Data înscrierii : 16/10/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.onlystar.forumz.ro
RaduMan96 a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de Source Sam Noi 12, 2011 5:29 pm

Da dar tot nu este coplet lipsesc ultimile topicurii priviti iaginea pe acelea cum le pun
Source

Source
Membru Forumgratuit

Mesaje : 94
Varsta : 32
Localizare : Romania
Data înscrierii : 05/07/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://forum.infinityzone.ro
Source a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de Hdy Sam Noi 12, 2011 5:56 pm

Deci ! Bagi acel Script In PA-Afisare-Template-uri-General In Index_Body si dupa ce ai terminat dai pe acel buton Un alt design in Overall Footer Cod ? Type_li
Hdy

Hdy
Membru activ

Mesaje : 505
Localizare : Tomania
Data înscrierii : 12/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://webb-tags.forumgratuit.ro/forum
Hdy a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de RaduMan96 Sam Noi 12, 2011 6:01 pm

l-am modificat si acum este de 3 ori mai calumea A face cu ochiul
RaduMan96

RaduMan96
Membru activ

Mesaje : 549
Varsta : 28
Localizare : Iasi
Data înscrierii : 16/10/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.onlystar.forumz.ro
RaduMan96 a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de Hdy Sam Noi 12, 2011 6:02 pm

Lai Modificat ? Deci e topic rezolvat ?
Hdy

Hdy
Membru activ

Mesaje : 505
Localizare : Tomania
Data înscrierii : 12/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://webb-tags.forumgratuit.ro/forum
Hdy a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de RaduMan96 Sam Noi 12, 2011 6:21 pm

eu l-am modificat dar cel care a fauct subiectu nu !
RaduMan96

RaduMan96
Membru activ

Mesaje : 549
Varsta : 28
Localizare : Iasi
Data înscrierii : 16/10/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.onlystar.forumz.ro
RaduMan96 a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Un alt design in Overall Footer Cod ?

Mesaj Scris de .Richard Sam Noi 12, 2011 6:22 pm

Source , uite aici cod facut de puNNcT. , si e si bun http://forum.phpbbonline.com/t100-index_body-o-noua-infasisare-modesta , ceilalti toti lau furat.
.Richard

.Richard
Membru activ

Mesaje : 657
Localizare :
Data înscrierii : 06/11/2011
Mulțumiri : 0
Internet Explorer phpBB2

.Richard a fost mulțumit de autorul acestui subiect.

Pagina 1 din 3 1, 2, 3  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum