Jump to content

Suport Pentru Schimbare Background Ip.board 3.4.6


Edy ChP's
Go to solution Solved by gadeas,

Recommended Posts

 

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; }
 
Link to comment
Share on other sites

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 :)
Link to comment
Share on other sites

  • Moderators

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

Link to comment
Share on other sites

  • Moderators
  • Solution

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

Link to comment
Share on other sites

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..
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.