Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Easy Mod] Don't show legacy styles
#1
THT Comes with a few styles, listed below:

/bluevision/ - BlueVision v1.0, Developed by Jimmie Lin
/default/ - THT Default Theme v2.0, Developed by Jimmie Lin and Jonny Hux
/thtlegacy/ - THT Legacy Theme v1.0, Developed by Jonny Hux

The ones that you are probably going to use is the default one and the bluevision one. The legacy theme was the old version of the THT Default theme, which was deprecated 22/november/2008. If you want to hide the legacy one from the list but you don't want to remove it (because probably you want it, who knows) you can do this modification.

File Edits:
/admin/pages/settings.php

/admin/pages/settings.php
Find: (Line 78)
PHP Code:
if($file != "." && $file != ".." && $file != "icons") { # Check aren't these names 
Replace with:
PHP Code:
if($file != "." && $file != ".." && $file != "icons" && $file != "thtlegacy") { # Check aren't these names 
Save, Upload, you're done Smile
Jimmie Lin - Community Manager & THT.Next Developer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)