Search found 13 matches

by Master_Cylinder
Wed Mar 12, 2014 6:53 am
Forum: General phpBB3 Support
Topic: ReIMG - logo relationship?
Replies: 8
Views: 17312

Re: ReIMG - logo relationship?

Thanks for looking. That didn't work (yes, I purged the cache), here's the sections I have for logo and site-description... #logo { width: 100%; padding: 10px 13px 0 10px; text-align: center; } a#logo:hover { text-decoration: none; } #site-description { float: left; width: 100%; } *shrug* Perhaps so...
by Master_Cylinder
Thu Feb 20, 2014 2:31 pm
Forum: General phpBB3 Support
Topic: ReIMG - logo relationship?
Replies: 8
Views: 17312

Re: ReIMG - logo relationship?

bump?
by Master_Cylinder
Tue Feb 18, 2014 10:24 pm
Forum: General phpBB3 Support
Topic: ReIMG - logo relationship?
Replies: 8
Views: 17312

Re: ReIMG - logo relationship?

I tried editing overall_header to replace:

Code: Select all

<div align="center" id="site-description">
with:

Code: Select all

<div style="text-align:center" id="site-description">
but that didn't help either...
by Master_Cylinder
Tue Feb 18, 2014 8:36 pm
Forum: General phpBB3 Support
Topic: ReIMG - logo relationship?
Replies: 8
Views: 17312

Re: ReIMG - logo relationship?

DavidIQ wrote:Link?
I'd rather not post it publicly but you can see the email domain that I registered here with and add /forums to that. ;)
by Master_Cylinder
Tue Feb 18, 2014 5:25 pm
Forum: General phpBB3 Support
Topic: ReIMG - logo relationship?
Replies: 8
Views: 17312

Re: ReIMG - logo relationship?

I looked with the chrome and IE tools but it's all greek to me. I can find the logo section but I don't see what needs to be changed or what might be conflicting. It was worth a try... ;)
by Master_Cylinder
Tue Feb 18, 2014 1:43 am
Forum: General phpBB3 Support
Topic: ReIMG - logo relationship?
Replies: 8
Views: 17312

ReIMG - logo relationship?

I'm trying to center my phpBB prosilver logo and the typical solutions aren't working so I'm wondering if it's related to ReIMG or maybe some other MOD. This is what I read (several threads) and tried: search: #logo { float: left; width: auto; padding: 10px 13px 0 10px; } replace with: #logo { float...
by Master_Cylinder
Thu Oct 24, 2013 1:12 pm
Forum: General phpBB3 Support
Topic: Broke my posting.php...I assume
Replies: 4
Views: 12766

Re: Broke my posting.php...I assume

The only difference was that he was using a new Style and I was using prosilver but the symptoms (non-clickable smilies and bbcodes) were the same. I found the solution by searching for "background-color: #' + color + ;">');" in the phpbb forums and there it was...a missing single quo...
by Master_Cylinder
Thu Oct 24, 2013 12:54 am
Forum: General phpBB3 Support
Topic: Broke my posting.php...I assume
Replies: 4
Views: 12766

Re: Broke my posting.php...I assume

According to the IE debugger: SCRIPT1002: Syntax error editor.js, line 390 character 138 SCRIPT5009: 'colorPalette' is undefined posting.php, line 351 character 4 Editor.js - line 390 document.write('<td bgcolor="#' + color + '" style="width: ' + width + 'px; height: ' + height + 'px;...
by Master_Cylinder
Wed Oct 23, 2013 8:20 pm
Forum: General phpBB3 Support
Topic: Broke my posting.php...I assume
Replies: 4
Views: 12766

Broke my posting.php...I assume

I'm not sure which MOD broke it but when composing a post, clicking on smilies or bbcodes (like bold or img) no longer inserts them, it just sends me to the top of the page, like a top anchor tag. If I just knew where *that* part of the code was I might be able to figure out which MOD broke it and f...
by Master_Cylinder
Mon Sep 30, 2013 5:35 pm
Forum: General phpBB3 Support
Topic: CMS - phpbb integrations
Replies: 4
Views: 12761

Re: CMS - phpbb integrations

I don't know what they use but it's slick... I never have problems with WP themes or plugins breaking core functionality, I never have to edit anything to get them to install or play well with other plugins. If I try a bad plugin or theme, I just deactivate it and delete it. I wish phpBB was that sl...
by Master_Cylinder
Tue Sep 24, 2013 1:05 pm
Forum: General phpBB3 Support
Topic: CMS - phpbb integrations
Replies: 4
Views: 12761

Re: CMS - phpbb integrations

Yeah, I ruled out phpnuke. While it would work, I'd still need custom post templates and more people know WP than phpnuke these days. It is nice that WP has a couple of phpBB bridge plugins. WP seems to have a better system for themes and plugins than phpBB does, I can change themes and install plug...
by Master_Cylinder
Tue Aug 06, 2013 12:08 pm
Forum: General phpBB3 Support
Topic: CMS - phpbb integrations
Replies: 4
Views: 12761

CMS - phpbb integrations

I posted this on the area51 forum but I didn't much input (maybe I should have posted it on the phpbb forums instead) but I see you do theme/template consulting so I thought I'd try here too... I'm starting development on a new project and before I get too deep I thought I'd seek some input. It's ba...
by Master_Cylinder
Tue Aug 06, 2013 11:51 am
Forum: Anything Goes
Topic: ReIMG Demo - Highslide JS
Replies: 4
Views: 18920

Re: ReIMG Demo - Highslide JS

It seems to work great on all browsers on my desktop but not so well on my smartphone, it opens off-center on my phone. Not that mobile support is a deal breaker for me but I thought I'd mention it. ;)