Jump to content

Courage

Moderators
  • Posts

    5,961
  • Joined

  • Last visited

  • Days Won

    290

Community Answers

  1. Courage's post in Cerere Hook-Uri: Top 10 Reputation Si Online / Timp Online was marked as the answer   
    http://www7.zippyshare.com/v/39032472/file.html
  2. Courage's post in Cum Adaug Sidebar-Ul Inapoi Intr-O Tema Ipb? was marked as the answer   
    Schimbă

    {parse variable="sidebar_enabled" default="$hide_side_blocks"} cu
    {parse variable="sidebar_enabled" default="$show_side_blocks"}
  3. Courage's post in Convertire Forum Ipb Nulled La Versiunea Retail? was marked as the answer   
    Hmm, vezi daca merge asa:
     
    Copiaza fisierele de pe /forum pe /forums si in /forums uploadeaza cele retail peste cele deja existente (vezi sa fie aceeasi versiune IP.Board). Se vor pastra fisierele de la aplicatii / hookuri.
  4. Courage's post in Active Users Din Ipb Apare Taiat, Cum Rezolv? was marked as the answer   
    La prefix trebuie sa ai
    </span></s>
  5. Courage's post in Problema Afisare Sidebar / Hook-Uri Ipb 3.4.6 was marked as the answer   
    Posteaza ce ai in boardindextemplate
  6. Courage's post in Problema Identificare Banner / Logo Tema Ipb was marked as the answer   
    Cauta in ipb_styles.css
    http://s4.postimg.org/71bbzmsnh/Untitled_3.png
  7. Courage's post in Problema Forum Ipb: Nu Se Primeste Validarea Prin Email was marked as the answer   
    Salut.
     
    Vezi ce zice firma de webhost. Eu când am trimis ticket, mi-au zis că trebuie să activezi funcţia `SMTP`, nu `PHP Mail()` din System Settings > Email Set-up. La Community incoming email address şi Community incoming email address am pus o adresă email de la domeniu (ex: courage@nume_site.ro)
  8. Courage's post in Modificare Stil Link-Uri Categorii Ipb was marked as the answer   
    Cauti in boardIndexTemplate
    {$forum_data['name']} (s-ar putea sa gasesti 2 rezultate; le modifici pe ambele)
     
    si schimbi cu
    <span style='color: culoare_dorita; text_shadow_dorit; alte stiluri dorite'>{$forum_data['name']}</a>
  9. Courage's post in Cum Adaug Profil Sidebar In Ip.board? was marked as the answer   
    http://webflake.sx/topic/11195-tut-your-profile-in-sidebar/
  10. Courage's post in Cum Adaug Legenda Ipb Intr-Un Tabel? was marked as the answer   
    <if test="showGroupNameIndicator:|:count( $groups )"> <br /> <h4 id="userGroup" class="statistics_head">Legendă</h4> <ul> <li>{parse expression="implode( " ¤ ", $groups )"}</li> </ul> </if>
  11. Courage's post in Cum Dezactivez Protectia .htaccess Din Ipb? was marked as the answer   
    Şterge fişierul .htaccess din
    <patch_forum> / admin
  12. Courage's post in Adaugare Iconita New In Dreptul Topicurilor Noi was marked as the answer   
    Schimba
    <if test="$this->settings['customForumIcons']=='yes'"><if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if></if> cu
    <if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if>
  13. Courage's post in Cum Modific Aspectul Statisticilor In Ipb? was marked as the answer   
    /* board stats */ #board_stats ul { text-align: center; } #board_stats li { margin-right: 20px; } #board_stats .value { display: inline-block; background: #2b2b2b url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 0; color: #fff; text-shadow: rgba(0,0,0,0.8) 0px -1px 0px; padding: 3px 7px; font-weight: bold; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 3px; -webkit-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px; -moz-box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px; box-shadow: inset rgba(255,255,255,0.03) 0px 1px 0px; } Schimba cu
    #board_stats ul { text-align: center; border: 1px solid #383838; -webkit-box-shadow: #000 0px 0px 0px 1px; -moz-box-shadow: #000 0px 0px 0px 1px; box-shadow: #000 0px 0px 0px 1px; background: #232323; line-height: 28px; } #board_stats li { margin-right: 20px; } #board_stats .value { display: inline-block; background: #2d2d2d; color: #fff; text-shadow: rgba(0,0,0,0.8) 0px -1px 0px; padding: 0px 7px; font-weight: bold; margin-right: 3px; }
  14. Courage's post in Cum Pun Banner_Bg Pe Tema Carbon Ipb? was marked as the answer   
    Schimbi imaginea background.jpg
  15. Courage's post in Cum Pun Logo Pe Forum Ipb? was marked as the answer   
    ACP > Look and feel > tema ta > Global Templates > defaultHeader > dai pe butonul revert din dreapta sus.
  16. Courage's post in Chrome Has Blocked Access To This Page was marked as the answer   
    Există link pe forum care conţine w e * r o d e s i g n . c o m. (fără spaţii)
  17. Courage's post in Problema Aranjare Topicuri In Recent Topics was marked as the answer   
    La grupuri, dacă la prefix ai 
     

    <b> La sufix trebuie să ai 

    </b>
  18. Courage's post in Eroare Ip.board: Cannot Modify Header Information - Headers Already Sent was marked as the answer   
    Din initdata.php, schimbă
    //-------------------------------------------------------------------------- // ADVANCED CONFIGURATION: ERROR REPORTING //-------------------------------------------------------------------------- error_reporting( E_STRICT | E_ERROR | E_WARNING | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING ); cu
    //-------------------------------------------------------------------------- // ADVANCED CONFIGURATION: ERROR REPORTING //-------------------------------------------------------------------------- error_reporting( E_STRICT | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_USER_WARNING );
  19. Courage's post in Cerere Hook-Uri Guest Si Global Message Si Announcement was marked as the answer   
    http://webflake.sx/files/file/1612-m34-guest-message-200/
    http://webflake.sx/files/file/131-global-forum-message/
    ModeratorCP > Manage announcements
    http://webflake.sx/files/file/551-ipcalendar/
  20. Courage's post in Schimbare Stil Forum Stats In Ipb was marked as the answer   
    http://webflake.sx/topic/6346-change-forum-stats-style/?p=31505
  21. Courage's post in Cum Pot Adauga Un Slider In In Ip.content? was marked as the answer   
    Incearca http://webflake.sx/files/file/1921-ipc-slider/
  22. Courage's post in Cum Scot Iconitele De Share Din Topicuri Ipb? was marked as the answer   
    Incearca sa elimini asta:
    <if test="canShare:|:!$forum['disable_sharelinks'] AND $this->settings['sl_enable']"> <br /> <div class='clear clearfix left'> {IPSLib::shareLinks( $topic['title'], $topic['posts'] > 300 ? array( 'skip' => array( 'print', 'download' ) ) : array() )} </div> <br /> </if>
  23. Courage's post in Cum Adaug Mai Multe Campuri In Profil Ipb? was marked as the answer   
    <li class='post_count desc lighter'>{title}: {content}</li>
  24. Courage's post in Carbon Blue was marked as the answer   
    ACP > Members > Member Groups > Guests > apasa pe butonu Complete Edit de jos
  25. Courage's post in Forum Icons Problem. was marked as the answer   
    Vezi tutorialul asta: http://webflake.sx/topic/9802-tutorial-adding-custom-forum-icons-without-using-a-modification/ (nu ai nevoie de aplicatia Forum Icons)
×
×
  • 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.