1
trickmandan
Re: layout , theme not working in firefox,
  • 2005/3/14 0:49

  • trickmandan

  • Just popping in

  • Posts: 3

  • Since: 2005/3/12


I found a solution to the firefox, netscape layout issues with cascading style sheets CSS.

After loading XOOPS onto my host server I found a handler modification in the Apache configuration for css/text type.

The .css extention was now handled by PHP.
Strange??

CSS rendering has never been and issue before.

To resolve this issue:

01.)
This issue can be resolved by adding a header call to the top of your "dynamic" CSS files (PHP) like this:
<?php header("Content-type: text/css"); ?>

OR

02.)
If you have access to the modify the handlers for Apache directly or through a CPanel type of setup, you can add your own handler:
.css text/css

AND/OR

.03)
Use htacess file to force handler
your htacess file will need this line:
AddHandler text/css .css


I hope this saves other developers hours of fustration.

-trickmandan
PokerPanda.com



2
trickmandan
layout , theme not working in firefox,
  • 2005/3/13 5:16

  • trickmandan

  • Just popping in

  • Posts: 3

  • Since: 2005/3/12


site looks great in IE.
styles are not working with firefox.
review site

I am running XOOPs on another site and it looks great in all browsers.
review site

Any suggestions?

.TrickManDan



3
trickmandan
Re: imagemanager doesn't work
  • 2005/3/13 0:00

  • trickmandan

  • Just popping in

  • Posts: 3

  • Since: 2005/3/12


i have catagories, but i do not get any items in my selection list in the image manger window.

However, i do see my images with a path like:
http://mySite.com/xoops/imagemanager.php?target=message&cat_id=1

Here is my first line from imageManager.php:
imagemanager.php,v 1.12 2004/12/26 19:11:47 onokazu

I can upload images in my catagories and give my groups premission, but I can not use image manager from any other modules.

Help me before I go insane!
.Dan




TopTop



Login

Who's Online

310 user(s) are online (190 user(s) are browsing Support Forums)


Members: 0


Guests: 310


more...

Donat-O-Meter

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

Latest GitHub Commits