Jump to content

Leaderboard

  1. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


  2. GradientWizzard

    GradientWizzard

    Senior Moderator


    • Points

      1

    • Posts

      454


  3. ryanjkita

    ryanjkita

    Apprentice


    • Points

      1

    • Posts

      37


  4. gutierry

    gutierry

    Rookie


    • Points

      -2

    • Posts

      7


Popular Content

Showing content with the highest reputation on 05/15/2015 in all areas

  1. We don't disclose that information.
    1 point
  2. This is a relatively simple tutorial. Most people do this by deleting a line of code, but what we will be doing is commenting it out. I do it this way so if for whatever reason I want to enable it in the future, I can do so without having to do too much work. The steps are as follows: Go into your Admin Control Panel Click the "Look & Feel" button. Click the name of the skin you are currently using on your board. In the left hand side, click on the category "Board Index", then click on "boardIndexTemplate". Find this code: <a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="&times;">&nbsp;</a> And replace it with this code: <!--<a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="&times;">&nbsp;</a>--> That's it! Go and check your sidebars to make sure, though. It may be a good idea to recache your skins, but I didn't find it necessary. If you are wondering what that did, essentially all we did was commented the code out so the browser ignores it. If for whatever reason you wish to undo what we did, just remove the <!-- and --> at the beginning and end of the modified code. If you think you will forget this, there is always that handy dandy bookmark feature Hope this helps out some people!
    1 point
  3. If you wanted to do it via codes, edit templates > GlobalTemplates find: <if test="skinchangerInner:|:count($footer_items['skin_chooser']) > 1"> <li> <a rel="nofollow" id='new_skin' href='#'>{$this->lang->words['change_theme']}</a> <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'> <foreach loop="$footer_items['skin_chooser'] as $skin"> <li <if test="$skin['selected']">class='selected'</if>> <a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a> </li> </foreach> </ul> </li> </if> Remove that or add the <!-- --> Tags
    1 point
  4. What is the name or the download link Flake4 Skin (Light) of WebFlake? Print:
    -2 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...