61
basby
Re: Centering the theme
  • 2003/12/9 15:53

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


I have tried previously to make the width of my site of fixed size (800 pixels). I found out that modules (wfsection e.g.) contain width="100%" definitions. This made that my changes didn't work out and I gave up (I rather do not make any changes in modules code).

Do you expect the above to work for all modules as well or do I still have to make changes in them as well?

Basby



62
basby
Re: Cannot post news!??
  • 2003/12/4 14:41

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Problem resolved! It appeared to be an incorrect JavaScript setting: he had to switch it on.

Thanks again!
Basby



63
basby
Re: Cannot post news!??
  • 2003/12/4 11:21

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Thanks! I will tell him. I'll let you know the result.



64
basby
Re: Cannot post news!??
  • 2003/12/4 9:15

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Thanks for your quick reply!

I have used his account (logged in using it) and I was able to submit news. That's why I think its not the permissions of the account (or group). Or do I mis something?



65
basby
Cannot post news!??
  • 2003/12/4 8:57

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Hi,

I have succesfully installed XOOPS and it works perfectly for me. I use the news module and it works fine.
Now I have created an account for one of the content managers. I tested the account and I am able to post news.

The content manager however is not able to post any news. He gets the message that the database is updated succesfully but no news is actually entered in the database.

Does anyone have any clue on what is happening here? Is it possible that the configuration of his computer causes the problems?

Thanks, basby.



66
basby
Re: WF-Channel v1.0.1 Beta.
  • 2003/11/20 1:10

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


I have resolved my problems.

Problem 1:
Quote:
I am however not able to upload html files.


In file "uploader.php" I had to change the end of the function "fetchMedia" as follows:

Old code:
if (in_array($this->mediaType, array('image/gif''image/jpeg''image/pjpeg''image/x-png'))) {
            if (isset(
$this->maxWidth) || isset($this->maxHeight)) {
                if (
false === ($this->mediaDimention getimagesize($this->mediaTmpName))) {
                    
$this->setErrors('Alert: This File is not an Image');
                    return 
false;
                }
            }
            return 
true;
        }
    }


New code:
if (in_array($this->mediaType, array('image/gif''image/jpeg''image/pjpeg''image/x-png'))) {
            if (isset(
$this->maxWidth) || isset($this->maxHeight)) {
                if (
false === ($this->mediaDimention getimagesize($this->mediaTmpName))) {
                    
$this->setErrors('Alert: This File is not an Image');
                    return 
false;
                }
            }
            return 
true;
        }
//BASBY: added
return true;
    }



Problem 2:
Quote:

New problem: I can upload an image and select it. The image is however not displayed. A square with a red cross is shown.
It appears that the access rights of the image are set to:

--w----r-T


It appeared that the "chmod" that is done in "uploader.php" in function "copyFile" is not allowed on my server. The server changes the attributes to "--w----r-T". No idea why.
I commented the "chmod" out and now the attributes are fine. Appearently they are set to 644 by default.



67
basby
Re: A night at the opera (Dedicated to Catzwolf)
  • 2003/11/19 18:05

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Hi Catzwolf,

If you need someone to help you test the module once you have something to test, I am your man!

Basby



68
basby
Re: WF-Sections & external html page
  • 2003/11/18 10:58

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Well, that is what I do. I create a cjay page which contains an iframe. In the iframe I load the external webpage which resides on an external server.



69
basby
Re: WF-Channel v1.0.1 Beta.
  • 2003/11/18 10:41

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


What should I do with the file backendjs.php?



70
basby
Re: WF-Sections & external html page
  • 2003/11/18 10:33

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


I do not know tutorials.

What I do with Cjay is framing (using an iframe) to include certain parts from other websites. This works fine. All internal refernces are resolved in the iframe. A con is that the pages are not included in the search. And I guess you want to have the pages included.




TopTop
« 1 ... 4 5 6 (7) 8 9 »



Login

Who's Online

220 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 220


more...

Donat-O-Meter

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

Latest GitHub Commits