1
JMorris
Strange Problems with AMS [SOLVED]
  • 2005/8/6 22:05

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


I just upgraded to XOOPS 2.2. After the upgrade, the topic images are not showing for AMS, but only in IE. In Firefox everything looks as it should.

What I've done:
* Preferences Main »» General Settings »» Update module template .html files from themes/your theme/templates directory? == Yes
* Updated every module (including system) in modules admin
* Deleted all files in templates_c
* Reverted back to default template set
* Tried a different template set
* Cloned the default template set and tried the clone
* Cleared browser cache manually and with a deep cleaning app
* Rebooted my computer
* Verified the permissions of every folder in the tree
* Compared and verified DB data integrity
* Resubmitted every topic, article and Spotlight
* Almost wore out my F5 button
* Tried every debug mode available
* Verified problem exists on another computer
* Looked through code until my eyes crossed
* Repeated every possible combination of the above for the last 2 hours.

Images are displaying correctly for every other component of my site. ONLY AMS is experiencing these difficulties.

Also, every time I approve an article, if the article contains either single or double quotes, the quote is escaped with a \.

Example:
When reviewing for approval...
Quote:
MySQL Administrator\'s Guide

Should be...
Quote:
MySQL Administrator's Guide


This also happens with URLs. I've been experiencing the escaped character problem since XOOPS 2.0.13.

Mith, Brash, or anyone else, I really could use some help with this one! Could somebody please verify that the topic images do indeed display in Firefox (or any other browser), but not in IE. Any solution to these two bugs would be awesome as well.

Link: http://mywebresource.com/

Thanks to anyone who can help.

JMorris
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

2
JMorris
Re: Strange Problems with AMS
  • 2005/8/6 22:13

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Oh, I almost forgot....

This is not a red "x" issue, when you click the white space where the images are suppose to be, the correct path is shown. You can even download the graphic to your desktop and its the correct graphic.

Other things I've done:
* Ran Ad-Aware
* Ran Virus Scan
* Used many colorful expletives describing IE.
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

3
JMorris
Re: Strange Problems with AMS [SOLVED]
  • 2005/8/6 22:33

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


I'm using a modified version of the XOOPS 2.2 default theme. The problem lies in the following CSS:

Change:
.itemBody {background-color#ffffff;position: relative;margin-bottom: 10px;z-index: 0; padding: 5px;}

To:
.itemBody {background-color#ffffff;margin-bottom: 10px;z-index: 0; padding: 5px;}


And everything is fine.

Also, while I'm pointing out a couple CSS issues... There are a few instances where transparent is applied to borders. This works in Firefox, but not IE. In IE, there is still a border. Also, to fix xoopscode and xoopsquote so that they auto scroll on long entries, replace the default xoopscode and xoopsquote with the following:

div.xoopsCode {    
    
font-size11px;
    
font-familyFixedSys"Courier New",Courier,monospace;
    
background#FAFAFA;
    
border1px solid #6C87B0;
    
color#385a72;
    
width400px;
    
max-height250px;
    
margin0.5em;
    
overflowauto;
    
padding5px;
    }
div.xoopsQuote {    
    
font-size11px;
    
font-familyFixedSys"Courier New",Courier,monospace;
    
background#FAFAFA;
    
border1px solid #6C87B0;
    
color#385a72;
    
width400px;
    
max-height250px;
    
margin0.5em;
    
overflowauto;
    
padding5px;
    }


So far these issues are only present in the XOOPS 2.2 default theme. If an Admin would be so kind, could you move this thread into Bug Reports? Guess I should have walked away from my computer sooner.

Thanks!

JMorris
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

Login

Who's Online

464 user(s) are online (76 user(s) are browsing Support Forums)


Members: 0


Guests: 464


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits