Thread: My Layout x3
View Single Post
  #9  
Old 04-21-2011, 12:45 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,497
fadillzzz is an unknown quantity at this point
Default

yeah, you can go with tittlemouse's solution if you want...
I think there's something wrong with the ACP.
Maybe I should have a look into this

EDIT:
I think this can be a quick fix
open admpost.php go to line 360
find and replace
PHP Code:
            $newthemeurl $_POST["themeurl"]; 
with
PHP Code:
            $newthemeurl '/templates/'.$_POST["themeurl"].'/template.html'
At the installation process, just put the theme folder name

Last edited by fadillzzz; 04-21-2011 at 12:54 PM.