centraloverland
Forum Replies Created
-
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Another config.php IssueYes, I fixed this. You don’t want to give the path to you local file (on your hard drive). You want to give to path to the file where it’s located with your host’s. For example, I use iPage. Call them and they can tell you what the path it. Every host will be different.
Hope you’re having luck.
Forum: Fixing WordPress
In reply to: Fatal Error: Class 'bitfield' not found…Gotha, thanks.
I think it’s a phpBB Bridge issue.
Forum: Themes and Templates
In reply to: Custom Templates Not Duplicating Actions On All PagesOkay, so I think this is a bigger problem. Moving it to a new thread.
Forum: Themes and Templates
In reply to: Custom Templates Not Duplicating Actions On All PagesNevermind. I made it work, I guess.
I simple wrote this at the bottom of my theme’s “full-width” template:
<style>
body {background-color:#505050;}
div#container {background-color:#303030;}
</style>Then I attributed those three pages to that template in the Edit Page screen. Sure, it does the trick for this, but what if I want to do a full-width page in the future that’s not dark background or containers? Guess I’ll have to keep studying this css stuff!
However, I’d like a note on this, if anyone has a clue: now, each time I edit one of those three pages, I get this:
Fatal error: Class ‘bitfield’ not found in /home/content/72/7099872/html/forum/includes/message_parser.php on line 48
The weird thing is, I can simply hit refresh, click the link to the page I just edited, and everything seems fine. Is this “Fatal Error” screen relevant or just a nuisance? How do I make it go away?
Thanks so much.
wc
Forum: Themes and Templates
In reply to: Change Background Container On Page OnlyThat did the trick! I see what I was doing. Totally makes sense.
Thanks so much!
Case closed. ??
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Another config.php IssueBump.
Thanks.