Current time: 02-07-2012, 10:42 AM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Easy Mod] Don't show legacy styles
11-22-2008, 12:29 PM
Post: #1
[Easy Mod] Don't show legacy styles
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
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)