Page 1 of 1

Style issues

Posted: 3. November 2008 16:07
by otisb
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Im having an issue with style changing. Whenever i change the style i get this error

Code: Select all

General Error
template->_tpl_load_file(): File ./styles/WoW_Wrath_of_the_Lich_King/template//portal/portal_body.html does not exist or is empty
I understand that it is looking for the portal_body.html But why isnt it there? Do i need to reinstall the portal every time I add a new style or change the style?

I have attempted to clear the cache with no luck. I am new to coding. Any help would be great.

Thanks in advance.[/i]

Re: Style issues

Posted: 3. November 2008 18:54
by Ice
You need to add portal template files to every new style you upload, it is not possible to create a "one portal style fits all" arrangement.

Re: Style issues

Posted: 3. November 2008 21:10
by otisb
which files specifically do i need to add. and where to? im sorry if this is trivial, but i have no idea what i am doing.

thanks in advance.

Re: Style issues

Posted: 4. November 2008 01:58
by thomas.d
Hi otisb,

if your style is based upon prosilver, you will have to

copy

root/styles/prosilver/template/portal/*.*

to

root/styles/*your_style*/template/portal/*.*