I decided to start with a fresh and new installation of PHPBB and load it with the Artodia:Helion style. I did this at http://www.seticontest.com/index.php
This installation has no other mods. It was loaded with Artodia: Helion and nothing else. It is a brand new installation I just did. Why does it look so strange and how do I fix it?
Simple Test with a Fresh Installation. - Artodia: Helion
-
- Registered User
- Posts: 259
- Joined: Mon Jun 20, 2005 2:58 am
- Location: Bellevue, WA
Re: Simple Test with a Fresh Installation.
Looks like some files are incomplete. Probably they were uploaded incorrectly. Reupload files, go to admin control panel -> styles -> themes and refresh theme.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
-
- Former Team Member
- Posts: 16654
- Joined: Wed Mar 06, 2002 2:36 pm
- Name: Vjacheslav Trushkin
Re: Simple Test with a Fresh Installation.
Arty wrote:Looks like some files are incomplete. Probably they were uploaded incorrectly. Reupload files, go to admin control panel -> styles -> themes and refresh theme.
I completely uninstalled the theme, then I deleted it off the server. I downloaded the latest copy of Artodia: Helon and unzipped it. I then cleared out the cache after changing the theme to subsilver 2.
I uploaded a fresh version of Artodia:Helon using ftp.
I activated the theme and had it read from the filesystem. I then refreshed it as you suggest
I set it to the default version.
And it still looks like this:
http://www.seticontest.com/index.php
Could there be something wrong with the internet hosting provider?
Could it be the fact that I used MOJO to install the PHPBB CMS in the first place?
-
- Registered User
- Posts: 259
- Joined: Mon Jun 20, 2005 2:58 am
- Location: Bellevue, WA
Re: Simple Test with a Fresh Installation.
I found what is causing the problem but I just don't know what file to edit. Can you help? In the bad installation there is:
<script>
var phpBB = {
currentPage: '',
themePath: './styles/subsilver2/theme',
lang: 'en-gb'
};
But it should be (as in the good installation):
var phpBB = {
currentPage: '',
themePath: './styles/art_helion/theme',
lang: 'en-gb'
};
what .css or javascript file should I make the change in?
<script>
var phpBB = {
currentPage: '',
themePath: './styles/subsilver2/theme',
lang: 'en-gb'
};
But it should be (as in the good installation):
var phpBB = {
currentPage: '',
themePath: './styles/art_helion/theme',
lang: 'en-gb'
};
what .css or javascript file should I make the change in?
-
- Registered User
- Posts: 259
- Joined: Mon Jun 20, 2005 2:58 am
- Location: Bellevue, WA
Re: Simple Test with a Fresh Installation.
I completely removed the installation and started from scratch. I think I found the problem. When I clicked the option to override the user's preference for a style, it worked. Now I have a fresh version to compare to mine. Yay http://www.seticontest.com/new/viewtopic.php?f=2&t=1 http://www.seticontest.com/new/viewforum.php?f=2
-
- Registered User
- Posts: 259
- Joined: Mon Jun 20, 2005 2:58 am
- Location: Bellevue, WA
Re: Simple Test with a Fresh Installation.
I renamed a few of the css div descriptions on the new installation and they work. Now to merge the code.
-
- Registered User
- Posts: 259
- Joined: Mon Jun 20, 2005 2:58 am
- Location: Bellevue, WA