Jump to content

Suport Pentru Schimbare Background Ip.board 3.4.6


Go to solution Solved by gadeas,

Recommended Posts

Posted

 

Salut, am si eu nevoie de putin support...

Daca ma puteti ajuta cu o chestie "banala" pentru voi, stiti cum as putea schimba background-ul unui forum IPB?

ipb_style.css:

 

/* CORE ELEMENT STYLES */

html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background: url({style_images_url}/bg.jpg ) no-repeat fixed -640px 0 transparent;
font-family: 'Open Sans Condensed',sans-serif;
        background-color: #061411;
    color: #fff;

}
body {
        font-family: 'Open Sans Condensed',sans-serif;
    position: relative;
}

input, select {
        font-family: 'Open Sans Condensed',sans-serif;
}

h3, strong { font-weight: bold; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
td { padding: 3px; }
 

Posted

Modifici expresia:

body {
Dacã dorești background se procedeazã astfel.. Sub linia body { , adaugã liniile:

background: url ('link imagine.png') no-repeat 50% 0;
background-attachment: fixed;
background-size: 100%
Desigur modifici link imagine.png si pui link imagine + terminabila .png .. Salvezi și vezi dacã e oke :)
Posted

cauta linia: branding

Apoi vezi daca este asa:

background: url ('link imagine.png') no-repeat 50% 0;
background-attachment: fixed;
background-size: 100%

 

Modifici unde vrei si gata.

  • Moderators
Posted

Calea mai simpla este, intri in FTP si te duci in folderu:

public > style_images > Numele skinului care folosesti

Si acolo ai o imagine numita:

 bg.jpg 

Modifici acea imagine cu care vrei si gata. Nu inteleg ce atatea modificari la body sau chiar la branding, care nici macar nu are legatura.

  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • Moderators
  • Solution
Posted

Cum sa apara bg.png cand in primu rand din codu postat de tine apare clar:

background: url({style_images_url}/bg.jpg ) no-repeat fixed -640px 0 transparent;

Formatu este .jpg, de aia optiunea ce-a mai simpla este sa modifici direct imaginea prin FTP.

 

Daca nu vrei sa faci aia, modifica:

html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background: url({style_images_url}/bg.jpg ) no-repeat fixed -640px 0 transparent;
    font-family: 'Open Sans Condensed',sans-serif;
    background-color: #061411;
    color: #fff;
}

Cu:

html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background: url('Link spre imagine') no-repeat fixed;
    font-family: 'Open Sans Condensed',sans-serif;
    background-color: #061411;
    color: #fff;
}

Modifici textu "Link spre imagine" cu un link valabil, nu conteaza formatu ca este .jpg sau .png. Nu stiu de ce dar la kennzo probabil functioneaza doar imaginile .png din cate observ.

  • Upvote 2

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Multumesc foarte mult!
Dar ca sa nu mai deschid un alt topic aiurea, ma mai poti ajuta cu niste chestii mici?
 

 

1.Cum modific "Logo" de mai jos?
Gen sa scrie alt ceva....

||

||
||
||

/

Z8zk1xX.png

 

 

Si cum pot face sa nu imi trebuiasca sa dau aprobare la un topic, cand cineva deschide

un topic nou, apare administratorilor ca trebuie sa-l aprobe..
 

  • Moderators
Posted

Multumesc foarte mult!

Dar ca sa nu mai deschid un alt topic aiurea, ma mai poti ajuta cu niste chestii mici?

 

Fiecare intrebare = topic nou.

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.