I wasn't sure where to put this topic and I'm not even sure this problem has anything to to with the portal at all. Basically, whatever I do, whichever theme file I edit, nothing will ever show up on the portal or forum.
Here are all the steps I went through:
1. Installed phpBB2 (I wanted the test forum exactly in the same state as the main forum is currently)
2. Dumped backup sql into the database and got the phpBB2 forum running.
3. Installed PhpBB3 3.0.2
4. Converted the old board and disabled it.
5. Installed Board3 Portal
6. Exported new style named oa2pro based on prosilver
7. Changed the name in styles/newstyle/style.cfg, styles/newstyle/imageset/imageset.cfg, styles/newstyle/template/template.cfg, and styles/newstyle/theme/theme.cfg
8. Imported the new "oa2pro" style.
9. Installed the new "oa2pro" style.
No matter what I can think of doing I can't get any changes to take at all. I've been trying to change the background color for instance.
Code: Select all
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFOO;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 12px 0;
Here are the settings and things I've tried:
A. Set Recompile stale style components: Yes
B. Tried changing the themes through the ACP and through ftp
C. Refresed the templates, themes, and imagesets.
D. Deleted the templates cache
E. Purged the board cache.
I've searched everywhere I can think of and I haven't seen anyone else having the problems I'm having. I'm hoping it's just something stupid that I'm doing wrong. You guys have been very helpful and I'm hoping this is an easy one for you.
Thanks!