php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #18935 I don't want the user notes.
Submitted: 2002-08-16 00:47 UTC Modified: 2002-11-16 01:09 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: karway at worldnet dot att dot net Assigned:
Status: No Feedback Package: Documentation problem
PHP Version: 4.2.2 OS: windows2k
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: karway at worldnet dot att dot net
New email:
PHP Version: OS:

 

 [2002-08-16 00:47 UTC] karway at worldnet dot att dot net
I have found a bug.
[chm date: 2002-08-14]...

If the php_manual_notes.chm file is not in the directory with php_manual_en.chm, the help contents do not display.  I don't want the user notes.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-16 03:29 UTC] goba@php.net
Now I have tested this with all the four skins included with IE5/Win2k and all pages are displayed. What IE do you use?
 [2002-08-16 09:32 UTC] kalowsky@php.net
setting to feedback.
 [2002-08-16 13:54 UTC] karway at worldnet dot att dot net
Using the "Hi" skin on W2K (SP2) with IE 6.0.26
 [2002-08-16 14:21 UTC] goba@php.net
We have reports about non-displaying manual pages because of missing notes. Even if you have that notes file there,
pages without notes are not showed using some IE6 setups (not all!), because IE6 puts the error message of an inline frame to the top document for some reason. It's far not logical, and till now we were unable to find a solution.

The quick fix if you would not like to see notes is to edit the skins/greenlinks/style.css file. First delete the first few lines causing the links to be green (so you get the lo skin ;), and then add this:

    #pageNotes { display: none; }

Then even when you have php_manual_notes.chm in place, the notes won't appear.

This won't fix the problem with files which does not have notes (test it with the CHM part for example). For that problem, I cannot provide any solution.

The logical thing would be from IE6, is if a page is not found in an iframe, the error is displayed in that iframe and not in the parent document... Next week I'll take a summer break, and then I'll look into this with at least releasing a test suite for IE6 users out there to test for possible solutions...
 [2002-08-16 16:38 UTC] wez@php.net
You might find that manually assigning the src of the
iframe after the main page has loaded is a workable solution to this problem.
 [2002-08-16 21:55 UTC] karway at worldnet dot att dot net
I dunno -- seems like something has changed in chm_sample_7 to cause this problem.  I went back to sample_6 and it's working perfectly without any user notes.
 [2002-08-17 06:01 UTC] goba@php.net
Nothing has changed in user note loading, you probably upgraded your IE from 5 to 6... BTW I'll try that manual assignment...
 [2002-08-26 08:44 UTC] goba@php.net
Wez I tried that manual assignment and it does not work at all even in IE5 it returns with an error if I try to put a nonexistent page in the iframe. It works if the page exists. So it's even worse then the method currently used... Doh...
 [2002-10-31 11:43 UTC] iliaa@php.net
Is still still an issue in the 10th edition of the chm documentation avaliable from http://weblabor.hu/php-doc-chm/ ?
 [2002-11-01 04:08 UTC] goba@php.net
You should install the Service Pack 1 for IE6 or apply the .reg file included in the distribution, and all should work with or without user notes.
 [2002-11-16 01:09 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC