Forum right side cut off
| Author |
Message |
safecracker4hire


Joined: Nov 26, 2004 Posts: 525 Location: Ontario - CANADA
|
Post subject: Re: Forum right side cut off Posted: Sun Jan 09, 2005 2:58 pm |
|
I did post this in the Projects.html module, under the Forums bug "Right Side of Forums cut of in IE", but thought I'd post it here too for easy reference.
Anyway, I too was having this exact same problem and after reading the bug report in the Projects.html module and how it would not be fixed, I decided to look into it a little deeper. What I found was that the fix was actually quite simple. There was a missing tag in the style.css file of the cpgnuke theme. It seems that .table3 was not given any width directives, therefor it would run off the right side of the screen (due to the limitations of the underlying table).
Adding the following to /themes/cpgnuke/style/style.css solved the problem for me, and I hope it does the same for you!
Code:
FIND - (in themes/cpgnuke/style/style.css)
.table2 {
width: 50%;
text-align: center;
}
ADD AFTER
.table3 {
width: 100%;
}
SAVE AND CLOSE ALL FILES
safecracker4hire's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHE Linux / 2.0.52 / 4.0.22 / 4.3.10 / 9.0.6.1-CVS |
|
| Back to top |
|
 |
Andreas


Joined: Sep 03, 2004 Posts: 852 Location: Gävle, Sweden
|
Post subject: Re: Forum right side cut off Posted: Sun Jan 09, 2005 3:23 pm |
|
Thanks alot for posting the solution here! I am sure it would've made its way into the next release, but it solved the problem for me right NOW. Thanks!
_________________ Andreas Rönnqvist
www.omegaproject.se
[OmegaProject] Founder
Andreas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 2.0.52(Unix)/4.0.23/4.3.10-2/Dragonfly 9.0.6.1 |
|
| Back to top |
|
 |
safecracker4hire


Joined: Nov 26, 2004 Posts: 525 Location: Ontario - CANADA
|
Post subject: Re: Forum right side cut off Posted: Mon Jan 10, 2005 2:04 pm |
|
The reason I posted it here was because it was labelled as "won't fix" in the Projects.html module.
Glad to help.
safecracker4hire's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHE Linux / 2.0.52 / 4.0.22 / 4.3.10 / 9.0.6.1-CVS |
|
| Back to top |
|
 |
Andreas


Joined: Sep 03, 2004 Posts: 852 Location: Gävle, Sweden
|
Post subject: Re: Forum right side cut off Posted: Mon Jan 10, 2005 10:12 pm |
|
Strangely enough, your fix fixes the problem for all my IE users, but gives ME as a Firefox user the very same problem.
_________________ Andreas Rönnqvist
www.omegaproject.se
[OmegaProject] Founder
Andreas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 2.0.52(Unix)/4.0.23/4.3.10-2/Dragonfly 9.0.6.1 |
|
| Back to top |
|
 |
safecracker4hire


Joined: Nov 26, 2004 Posts: 525 Location: Ontario - CANADA
|
Post subject: Re: Forum right side cut off Posted: Fri Feb 11, 2005 5:29 pm |
|
This was an old, quick fix for the CVS version in December. As I posted in another thread, I would check your page source. If you see strange characters in front of
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
you most-likely have a language file encoding problem. If you edit a language file with a non UTF-8 compliant editor, you will get these characters inserted before any html output.
Editing config.php with a non UTF-8 compliant editor used to do the same thing, but it has been converted back to ANSI.
safecracker4hire's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHE Linux / 2.0.52 / 4.0.22 / 4.3.10 / 9.0.6.1-CVS |
|
| Back to top |
|
 |
xfsunoles


Joined: Apr 30, 2004 Posts: 2502 Location: Melbourne, Florida
|
Post subject: Re: Forum right side cut off Posted: Sat Feb 12, 2005 3:25 am |
|
you might see those in UTF-8 (BOM) since Windows Notepad put UTF-8 (BOM) in UTF-8 File. if you use Notepad 2 or UltraEdit 32, it allow file change encoding ASNI to UTF-8.
_________________

Firefox is my Favorite Browser
xfsunoles's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache/1.3.34 (Unix)/4.0.25-standard/4.4.1/CVS |
|
| Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|

|
User Info ![Show/hide content [x]](themes/dragonfly/images/minus.png)
 Welcome Anonymous
Last CVS commits ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Languages ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Community ![Show/hide content [x]](themes/dragonfly/images/minus.png)
 Support for DragonflyCMS in a other languages:
• Deutsch
• Español
X-links ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Preview theme ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.
|