293991
sunsnapper
Re: table background is missing sometimes ..

I have the same result with my custom block using IE 5.5 and a phpkaox derivative. I find that when I go to my URL by typing it in, the background color for my custom block does not appear. However, if I browse my site and click into my home page (or, as you did, hit the back button), the background color shows up fine.

This was happening in RC2 for me, as well, so I don't think it's an RC3-specific issue. My guess had been that it's either a flaw in CSS rendering of IE, OR the CSS file for the theme was doing something that IE could only understand when it was in the mood.

I can't think of anything that XOOPS would be doing to impact the issue. However, I am digging into CSS to polish my theme... so perhaps something will turn up in the process.

Summary:
-This happens in both IE 5.5 and IE 6
-This happens in the phpkaox theme as well as yours
-This happens in RC2 and RC3

As I dig into CSS, some useful sites I've found are in this thread.




<small>[ Edited by sunsnapper on 2002/6/9 22:03:03 ]</small>



293992
gstarrett
Re: IIS Install problem
  • 2002/6/10 2:59

  • gstarrett

  • Friend of XOOPS

  • Posts: 174

  • Since: 2002/3/12


FYI, I had the same problem on my Win2K-SP2 machine and the include path fix worked fine. The default include path on my Win2k PHP 4.1.2 install was c:\php4\pear -- which doesn't exist (php is installed on D, not C and I don't have pear installed). I would assume this is a really PHP bug / issue???

Note that my PHP.INI looked like this before:

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
; include_path = ".;d:\php\includes"

Simply uncommenting the last "include_path = ..." line fixed the problem. I still don't know where it was getting c:\php4\pear from....

Thanks!



293993
onokazu
Re: sections bug [theme display]
  • 2002/6/9 15:08

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Thanks...will add this too.



293994
onokazu
Re: modules news [print.php]
  • 2002/6/9 15:03

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Thanks..will include that in the patch..



293995
muple
modules news [print.php]
  • 2002/6/9 13:56

  • muple

  • Just popping in

  • Posts: 16

  • Since: 2002/1/17


An old bug from the RC2 :

modules/news/print.php

remove line 54 :
echo "<i>".$story->notes()."</i><br /><br />


just put an echo" the line under :

echo"</td></tr></table></td></tr></table>\n";

AND add

$xoopsModule to the global declaration of the function PrintPage.

and then the related links can displays.



293996
muple
sections bug [theme display]
  • 2002/6/9 13:49

  • muple

  • Just popping in

  • Posts: 16

  • Since: 2002/1/17


To display the theme in the section module
add :

line 66 in the function listarticles()
global $xoopsConfig, $xoopsUser, $xoopsDB, $xoopsTheme; //if not the theme doesn't display

same line 95 in the viewarticle function.



293997
onokazu
Re: Forum bug: changing subject changes entire thread subject?
  • 2002/6/8 22:25

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, there was a bug in modules/newbb/class/lass/forumposts.php, and we will include the fix to the patch we will be releasing very shortly.



293998
Wayne
Forum bug: changing subject changes entire thread subject?
  • 2002/6/8 20:45

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


After upgrading to RC3, it appears that when you are in a forum thread, a poster can edit (editpost.php) their post, change the subject, and the subject change is reflected in the entire thread, not just that post.

Wayne Hunt
Amiga.org



293999
onokazu
Re: RC3: Bug & Fix for Polls
  • 2002/6/8 15:43

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yup, this is a known bug. We will release a patch very soon..



294000
alberto
RC3: Bug & Fix for Polls
  • 2002/6/8 11:40

  • alberto

  • Just popping in

  • Posts: 5

  • Since: 2002/4/9 1



There is a problem in my new RC3 with Polls Module.

To solve this problem open this file :

modules/xoopspoll/cache/pollsblock.inc.php

Find this text (lines 1 & 9) :

/modules/polls

substitute with :

/modules/xoopspoll/

and all is Ok!

Ciao
Alberto







Login

Who's Online

174 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 174


more...

Donat-O-Meter

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

Latest GitHub Commits