Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

[resources.invisionpower.com - pliki] Simple Modifications > Change background colour of the Editor


Rekomendowane odpowiedzi

  • Manager

This will enable you to change the default white background of the different editors to match your skin.

Standard Editor

  1. Login to the Admin CP
  2. Click on the Look & Feel Tab
  3. Click on the Skin name
  4. Click on CSS
  5. Click on ipb_editor.css
  6. Find this code:
    #ipboard_body .input_rte {
    width: 100%;
    height: 250px;
    }
  7. Change the code to (replacing the colours with the hex value of your choice):
    #ipboard_body .input_rte {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 250px;
    }

Rich Text Editor

  1. Open the folder public\js
  2. Open the file ips.editor.js (save a copy in case you make a mistake)
  3. Find the following (line 1100 if not changed)
    ips_frame_html += " background: #FFFFFF;\n";
  4. Add this underneath:
    ips_frame_html += " color: #fff;\n";
  5. Your code should look like this (replacing the colours with the hex value of your choice):
    ips_frame_html += " background: #000;\n";
    ips_frame_html += " color: #fff;\n";
  6. Save the file.

You will need to hard refresh (Ctrl + F5) on Windows. Wyświetl pełny artykuł

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.