Jump to content

Kennzo

Banned
  • Posts

    1,211
  • Joined

  • Last visited

  • Days Won

    36

Community Answers

  1. Kennzo's post in Cum Pun O Noua "casuta" In Sidebar Ipb? was marked as the answer   
    Ai nevoie de urmatoarele hook-uri:
    1. Custom Sidebar Blocks -->
    2. Pentru recent post, la manage hooks , disable ( activeaza de acolo )
    3. Pentru reputatie -->
  2. Kennzo's post in Problema Shoutbox Si Schimbare Stil Forum Stats Ipb was marked as the answer   
    Bun, in:
    AdminCP > Look & Feel > tema ta > BoardIndex > boardIndexTemplate , schimba cu:



     
    si adauga in:
    ipb_styless.css codu urmator , jos de tot:
    .nstatsNumber, .nstatsText {display: block;text-align: center;color: #1f899f;line-height: 23px;text-transform: uppercase;font-size: 16px;}.nstatsText {color: #d5d5d5;font-size: 11px;}
  3. Kennzo's post in Ipb Promenu Error: Could Not Load Template was marked as the answer   
    La:
    Template Tools > Rebuild Skin Master Data ai bifat Rebuild ( HTML / CSS / Replacements ) ?! > si la For Aplications ( tot ce aveai acolo ai bifat) ?! --> Rebuild Apoi ai dat Recache la teme corect? te-am pus sa faci asta.. pt ca aceeasi eroare aveam si eu.. si a disparut dupa ce am dat rebuild + recache!
  4. Kennzo's post in Dupa Schimbare Domeniu Nu Mai Apar Cruciulitele was marked as the answer   
    Ia vezi in:

    ipb_styless.css daca ai expresia:

    table.ipb_table .subforums li.unread { font-weight: bold; background-image: url('{style_images_url}/subforum_new.png'); } si citeste imaginile din folder-ul temei din FTP
  5. Kennzo's post in Problema Afisare Topicuri Ipb 3.4.6 (Dispar?) was marked as the answer   
    Deci acum totu` e ok.. Ideea e ca mai restrictioneaza din accese la Staff.. cine stie o fii sters din AdminCP un Administrator acele topicuri ( a curatat locu` faptei a sters Admin Logs ) si gata e ok.. pune-le restrictie:) .. alte idei nu prea daca acum ``mere``!
     
    Ps: Pe viitor ai grija la oamenii care-i alegi sa lucrezi cu ei! Bafta!
  6. Kennzo's post in Redimensionare Avatar Ipb / Marire Dimensiuni was marked as the answer   
    AdminCP > Members > Member Groups > Manage Member Groups > alegi grupu > tab-ul global si jos la Uploading sa ai asa: 1. Global Upload Limit:
    -1 2. Per Post Upload Limit:
    -1 3. Personal Photo Limits:
    5000 / 170x300 asa sa ai la toate gradele!
  7. Kennzo's post in Ajutor Schimbare / Personalizare Profil Membrii Ipb was marked as the answer   
    Ideea e ca trebuie sa incerci sa scrii mai corect si mai clar/ concis sa intelegem si noi cerintele solicitate de tine!
    Bun.. Pentru a adauga mai multe linii in profil incearca sa folosesti:
    AdminCP > Members > Custom Profile Fields de acolo adaugi tot ce doresti..
    Iar pentru o reasezare mai frumoasa a informatiilor profilului din topic schimba datele din:
    AdminCP > Look & Feel > skin-ul tau > Global Templates > userInfoPane cu:
    <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <ul class='basic_info'> <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <li class='group_title'> {$author['_group_formatted']} </li> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> <if test="postCount:|:$author['member_id']"> <div class="extraUserInfo">    <dl class="pairsJustified">   <li class='post_count desc lighter'> <dt>Mesaje:</dt>    <dd>    {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </dd>   </li>    </dl> </div></if> <if test="authorwarn:|:$author['show_warn']"> <div class="extraUserInfo">    <dl class="pairsJustified">   <li class='post_count desc lighter'> <dt>Puncte de avertizare:</dt>    <dd>    {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['warn_level'] ) )"} </dd>   </li>    </dl> </div>  </if> </ul> <if test="authorcfields:|:$author['custom_fields'] != """> <div class="extraUserInfo">    <dl class="pairsJustified">   <li class='post_count desc lighter'> <dt>Reputaţie:</dt>    <dd>    {$author['pp_reputation_points']}</dd>   </li>    </dl>    </div>       <ul class='custom_fields'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> </div> si nu uita, adauga in ipb_styless.css:
    .extraUserInfo{  font-size:11px;   padding:4px 0px; } .pairsJustified{   margin:2px 0 0;   font-size:9px;   border-bottom:1px dashed #2F2F2F;   overflow:hidden;   line-height:1.5; } .pairsJustified dt{   font-size:11px !important;   float:left;   padding-left:5px;   text-align:left;   max-width:100%;   color:#ababab;   text-shadow:0 1px #000; } .pairsJustified dd{   float:right;   font-size:10px !important;   text-align:right;   max-width:100%;   padding-right:5px;   text-shadow:0 1px #000; }
  8. Kennzo's post in Mutare Avatar Putin Mai La Dreapta was marked as the answer   
    Da! deci ... dupa cum am zis si prima data , problema era de la expresia:
    .author_info { trebuia marita valorea de la:
    width: 155px; acel : 155 , cu 177 Acum e totu` ok!
  9. Kennzo's post in Nu Vad Avatarele Si Cum Modific Logo Din Ipb? was marked as the answer   
    Ai schimbat din FTP
    default_large.png , dar te-ai asigurat sa aibe acelasi size ca si precedentul .. ca sa-l accepte?
    Pentru imaginea din logo.. nu stiu exact la care te referi, probabil te referi la banner? revino cu un print si editeaza zona la care te referi.. marcheaz-o sau incercuieste sa vad ce zici..
    Pentru a modifica acel " M " .. intra in FTP --> public_html / public / style_images / folder-ul cu tema ta / si cauta:
    f_icon_read.png si il modifici cu altu`.. sau alta imagine..
     
    Ps: ti-am raspuns si la topicul de ieri.. si nu uita sa instalezi Custom Sidebar Blocks si adaugi acel script acolo , sau folosesti:
    AdminCP > System > System Settings > Ad Cod Integration > Board Index > Sidebar Code ( adaugi codu` acolo ) --> Update Settings!
  10. Kennzo's post in Script Kiss Fm Cu Autoplay Pentru Ipb 3.4.6 was marked as the answer   
    Uite:

    <script type="text/javascript" src="http://www.kissfm.ro/js/swfobject.js"></script><script type="text/javascript" src="http://www.kissfm.ro/js/kissfm_widget_embed_live_small.js"></script><script type="text/javascript">show_player();</script>
  11. Kennzo's post in Cum Adaug Butoanele Forums, Members, Calendar In Ipb? was marked as the answer   
    Bun incearca asta atunci ..
     
    AdminCP -> Look & Feel -> Tema ta -> Global -> globaltemplate:
     
    Cauta:
    </if> </foreach> </if> la primu rezultat:
    </foreach>  adaugand mai jos:
    <li id='nav_linkone' class='left'><a href='LINK-UL TĂU'>NUME BUTON</a></li>
  12. Kennzo's post in Cum Sterg "fondators" De La Profil? was marked as the answer   
    Din userInfoPane sterge linia:

    <p class='desc member_title'>{$author['member_title']}</p>
  13. Kennzo's post in Cum Adaug Logo Ca Pe Indungi.ro? was marked as the answer   
    Uite aici:
  14. Kennzo's post in Cerere Hook Facebook Slide Fanpage was marked as the answer   
    Uite: http://webflake.sx/files/file/700-facebook-slide-fanpage-110/ vb pe mess pentru lamuriri daca ai nevoie , succes!
  15. Kennzo's post in Cum Adaug Posibilitatea De Like Pe Facebook Pe Forum? was marked as the answer   
    Poti folosii si Ad Code Integration/ Sidebar
  16. Kennzo's post in Cum Adaug Imagine In Header Carbon Blue? was marked as the answer   
    Uite aici: , daca intampini vreo problema lasi reply aici! Succes
  17. Kennzo's post in Logare / Inregistrare Pentru A Avea Acces La Categorii In Ipb? was marked as the answer   
    Pentru Sidebar , sa ai pe margine ceea ce doresti instaleaza: http://webflake.sx/files/file/1156-e32-custom-sidebar-blocks/ .. bagi fisierele in FTP si ce-ti mai cere pe acolo si e ok!
    Pentru acel efect, cauta: http://webflake.sx/topic/5071-category-overlay-effect/
  18. Kennzo's post in Cum Adaug Asistenta Jocuri Ca Pe Max-Cs.ro? was marked as the answer   
    .. Deci pentru Asistenta se foloseste :
    AdminCP - System - System Settings - Ad Code Integration - Board Index - Override Header Code , adauga:
     
    PS: Nu uita ca acel "Ad Code Integration" -->
    Enabled! <div id='category_message' class='category_block block_wrap'> <div class='ipsBox table_wrap' style="cursor: help"> <div class='ipsBox_container' style='cursor:auto' title=' '> <table class='ipb_table'> <tr><td><br> <table border="0" bordercolor="" style="background-color:#029029029" width="100%" cellpadding="3" cellspacing="5"> <tr> <th><img src="http://indungi.ro/images/administratie.png" alt="Intreaba orice!" /> <b>Administrație Generală</b></th> <th><img src="http://indungi.ro/images/forum.png" alt="Asistență forum" /> <b>Asistență Forum Comunitate</b></th> <th><img src="http://indungi.ro/images/server.png" alt="Asistență Servere Jocuri" /> <b>Asistență Tehnică Servere Jocuri</b></th> <th><img src="http://indungi.ro/images/afiliat.png" alt="Afilieri Servere" /> <b>Afilieri Servere Jocuri</b></th> <th><img src="http://indungi.ro/images/shop1.png" alt="Departament Vânzări" /> <b>Departament Vânzări </b></th> </tr><tr></b></th> </tr><tr> <td><font color="#004c80"><b>ID TAU SAU AL CUI VREI</td></font></b> <td><font color="#004c80"><b>ID TAU SAU AL CUI VREI</td></font></b> <td><font color="#004c80"><b>ID TAU SAU AL CUI VREI</td></font></b>                 <td><font color="#004c80"><b>ID TAU SAU AL CUI VREI</td></font></b>                 <td><font color="#004c80"><b>ID TAU SAU AL CUI VREI</td></font></b> </tr></table></td></tr></table> </div> <div id="board_statistics" class="statistics clearfix"> <center><b><font color="#efefef"> Căutăm Staff activ și <font color="lime">Moderatori</font> la diferite secțiuni. Recrutăm Servere de orice tip --> (CS/SAMP/MC/TS). Vă rugam să folosiți un limbaj cât mai adecvat pe forumul nostru. Vă urăm distracție plăcută pe forum, cât și pe serverele noastre. </center></b></font> </div> </div></div> </br> Pentru problema 2 :

    ACP > Look & Feel > tema ta > CSS > ipb_styless.css , CTRL F si cauta:
    body { si posteaza ce ai acolo aici!
  19. Kennzo's post in Cerere Efecte Grade Si Mutare Legenda Din Ipb was marked as the answer   
    Bun! pentru legenda se procedeaza:
     
    AdminCP - Look & Feel - tema ta - Board Index - hookGroupNameIndicator, adauga:
    <br /><h4 class='statistics_head clearfix'>Legendă</h4> <if test="showGroupNameIndicator:|:count( $groups )">                                  <ul>                     <li>{parse expression="implode( " | ", $groups )"}</li>                 </ul> </if> </color>                         </ul>       si pentru efecte grad: Founder: Formatting Group Preffix :
    <span style="color:red;font-weight:bold;text-shadow:0px 0px 7px red;background: url(http://i.imgur.com/DVLKu2r.gif)"> Group Formatting Suffix:
    </span></b></img> si pentru Premium:
     
    Group Formatting Prefix adauga:
    <span style='color:yellow;background-image: url("http://www.indungi.ro/forum/textspan/background.gif");'> Group Formatting Suffix:
    </span> Pentru Banned, la Group Formatting Prefix, adauga:
    <s><span style="color:silver;text-decoration:line-through;font-weight:bold;text-shadow:0px 0px 7px silver;background: url( http://s4.postimg.org/mfe4k1lqx/Grid_Fire.gif)"> Group Formatting Suffix, adauga:
    </span></s></img>
  20. Kennzo's post in Adăugare Background Mişcător În Spatele Logoului? was marked as the answer   
    ia vezi
  21. Kennzo's post in Adaugare Iconite Multiple Rankuri In Ipb was marked as the answer   
    Dupa cum ti-a zis si BlueSkillZ ai nevoie de acel hook.. apoi te duci in AdminCP - System - System Settings - tab-ul Hook - selectezi grupurile excluse la care sa nu apara emblema in topic, doar toate acestea dupa ce ai instalat hook-ul la Manage Hooks
  22. Kennzo's post in Cerere Hook-Uri Ipb: Most Online Si Most Poseters was marked as the answer   
    Uite pentru 1: http://webflake.sx/files/file/1499-members-online-today-110/ iar pentru 2 :http://webflake.sx/files/file/207-top-posters/
  23. Kennzo's post in Nu Se Trimite Email-Ul De Verificare In Ipb was marked as the answer   
    Nu! este mai simplu decat pare.. Se procedeaza astfel:
    AdminCP - System - System Settings - a 8 optiune ai Security and Privacy ( click pe ea ) iar undeva mai jos ai : New registration email validation ( selecteaza pe )

    None si totu e rezolvat!
  24. Kennzo's post in Problema Logo Ipb: Deplasare Meniu was marked as the answer   
    AdminCP - Look & Feel - tema ta- CSS - ipb_styless.css CTRL F si cauta:
    #branding { si modifici
    height:108; sau cat ai tu.. mareste pana acele ``bari`` nu se mai suprapun, iar totu` sa arata oke` ..
  25. Kennzo's post in Cum Adaug Acel New Dupa Categorie In Ipb? was marked as the answer   
    AdminCP > Look & Feel > tema ta > Board Index > boardIndexTemplate > CTRL F si cauta:
    <if test="$forum_data['_has_unread']"> si adauga dupa:
    <span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if></if>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.