Jump to content

Leaderboard

  1. thetechgenius

    thetechgenius

    Apprentice


    • Points

      1

    • Posts

      66


  2. Tragic

    Tragic

    Apprentice


    • Points

      1

    • Posts

      84


  3. Skreamzja

    Skreamzja

    Community Regular


    • Points

      1

    • Posts

      579


Popular Content

Showing content with the highest reputation on 09/04/2014 in all areas

  1. This will enable you to change the default white background of the different editors to match your skin. Standard Editor Login to the Admin CP Click on the Look & Feel Tab Click on the Skin name Click on CSS Click on ipb_editor.css Find this code: #ipboard_body .input_rte { width: 100%; height: 250px;} 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 Open the folder publicjs Open the file ips.editor.js (save a copy in case you make a mistake) Find the following (line 1100 if not changed) ips_frame_html += " background: #FFFFFF;n"; Add this underneath: ips_frame_html += " color: #fff;n"; 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"; Save the file. You will need to hard refresh (Ctrl + F5) on Windows.
    1 point
  2. I haven't found a tutorial for this anywhere online. And since I did this to my board using anonym.to custom code to implement it, i thought I would share it with the community. Go to AdminCP>Look & Feel>Your Default Skin>Manage Templates & CSS Edit the globalTemplate Find: </body>Add Before: <script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script><script type="text/javascript"><!--protected_links = "yoursite.com";auto_anonymize();//--></script>Edit yoursite.com with your site. Example: <script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script><script type="text/javascript"><!--protected_links = "webflake.net";auto_anonymize();//--></script>And all URLS/Links will be anonymized with anonym.to before the link, all links but webflake.net. You need to change webflake.net, to your site.
    1 point
  3. Hi this is a short tut on how to edit your tabs Go to Admin Cp-->Applications & Modules-->Manage Applications & Modules--> Click the one u wanna edit-->find Application Public Title--> edit that then your done and it should work What are tabs ? http://i39.tinypic.com/25tl0tc.jpg
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...