Page 1 of 1

[Solved] Acidtech: Post Reply Button missing in IE

PostPosted: Sun May 07, 2006 8:56 pm
Author: Elizza
I remember this problem when i first installed the forums and Acidtech but when i reinstalled them the problem came back and I cant remember how I fixed it

In IE, the "Post REply" button is only a sliver and though can click on it, might as well be invisible. In Firefox it shows up fine.

Does anyone remember or know how to fix this so it shows up it both browsers?

Re: Acidtech: Post Reply Button missing in IE

PostPosted: Sun May 07, 2006 10:02 pm
Author: Helter
it is a simple typo in AcidTech.cfg
find
Code: Select all
$images['reply_new'] = "$current_template_images/{$row['body_background']}/{LANG}/reply.gif" width="$103" height="$post_ih";  


and replace with

Code: Select all
$images['reply_new'] = "$current_template_images/{$row['body_background']}/{LANG}/reply.gif" width="103" height="$post_ih";

PostPosted: Mon May 08, 2006 9:51 am
Author: Elizza
Thank you so much for helping. I appreciate it.