Jump to content

Leaderboard

  1. Justin™

    Justin™

    Retired Staff


    • Points

      1

    • Posts

      369


  2. Tragic

    Tragic

    Apprentice


    • Points

      1

    • Posts

      84


  3. Yuu

    Yuu

    Snow


    • Points

      1

    • Posts

      422


Popular Content

Showing content with the highest reputation on 11/27/2013 in all areas

  1. This will show you how to have you community name slide of moving ! Step #1: AdminCP--> Look & Feel--> Mange Skins & Templates--> Select The skin you would like to edit--> Click globalTemplate--> Find {$header_items['title']}--> Delete " {$header_items['title']} " now the code will be --> " <title> </title> "Now under Add: <script> <!-- var ScrollMsg= "CustomUs " var CharacterPosition=0; function StartScrolling() { document.title=ScrollMsg.substring(CharacterPosition,ScrollMsg.length)+ ScrollMsg.substring(0, CharacterPosition); CharacterPosition++; if(CharacterPosition > ScrollMsg.length) CharacterPosition=0; window.setTimeout("StartScrolling()",150); } StartScrolling(); // --> </script>Or you can use this code : <script> <!-- var ScrollMsg= "{$header_items['title']}" var CharacterPosition=0; function StartScrolling() { document.title=ScrollMsg.substring(CharacterPosition,ScrollMsg.length)+ScrollMsg.substring(0, CharacterPosition); CharacterPosition++; if(CharacterPosition > ScrollMsg.length) CharacterPosition=0; window.setTimeout("StartScrolling()",150); } StartScrolling(); // --></script>Suggested by Sanctuary
    1 point
  2. Or, you can use this code instead. <script> <!-- var ScrollMsg= "{$header_items['title']}" var CharacterPosition=0; function StartScrolling() { document.title=ScrollMsg.substring(CharacterPosition,ScrollMsg.length)+ScrollMsg.substring(0, CharacterPosition); CharacterPosition++; if(CharacterPosition > ScrollMsg.length) CharacterPosition=0; window.setTimeout("StartScrolling()",150); } StartScrolling(); // --> </script> So instead of having to go to the skin every time you want to change it, you can just edit it in the Community Name settings.
    1 point
  3. In your skin's ipb_styles.css, find : table.ipb_table .subforums { margin: 2px 0 3px 5px; padding-left: 20px; background: url({style_images_url}/subforum_stem.png ) no-repeat left 4px;} table.ipb_table .subforums li.unread { font-weight: bold; } and replace with this: table.ipb_table .subforums { margin: 2px 0 3px 0px; padding-left: 0px; overflow: hidden;}table.ipb_table .subforums li{ background: url({style_images_url}/subforum_nonew.png) no-repeat left 3px; width: 38%; padding: 1px 17px 4px; margin: 0; float: left;}table.ipb_table .subforums li.unread { font-weight: bold; background-image: url({style_images_url}/subforum_new.png);} Save. Then upload the attached images to your skin's style_images folder and you're done.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...