Recent Topics

1 Jun 26, 2012 04:18    

My b2evolution Version: 4.1.x

I have searched everywhere here, but can not find the answer to my problem! I installed the latest version (4.1.4) or rather I used my site installer ( simplescripts) and everything seems OK but I cannot get the dashboard to install a new skin! It will install other skins just not the ones I create.

I did as the manual instructed, created a complete copy of the custom directory and files, named it myskin, went to dashboard clicked on install new, click the link to install myskin and then it directs me to my 404 file not found page!!! Simplescripts installed it to my root folder (htdocs) and I see the folder skins/myskin and no matter how many times I try, same problem. I'm really confused, What am I doing wrong? Please anybody with a possible solution will be a rock star!!!

2 Jun 26, 2012 08:31

Take a look at _skin.class.php and change skin name there. The most important is to change

class custom_Skin extends Skin


to

class skinfoldername_Skin extends Skin

3 Jun 26, 2012 21:02

sam2kb wrote:

Take a look at _skin.class.php and change skin name there. The most important is to change

class custom_Skin extends Skin


to

class skinfoldername_Skin extends Skin

THANKS SO MUCH IT WORKED!!! BLESS U! HUGS :)


Form is loading...