Posted by NancyDru on September 18, 2009 at 10:51pm
Jump to:
| Project: | Advanced help |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The "popup width," "popup height," and "css" settings in my ini file are being ignored. Here is my ini file
[advanced help settings]
popup width = 640
popup height = 480
css = util_help.css
[util]
title = The Util package of modules
weight = -10The css file is definitely in the same directory as the help file. The help file displays fine, except for a span I want to use.
Comments
#1
These settings are not defined as being global,but per-page.
As in the advanced_help doc:
These are meant to tailor the popup to the actual help page, so you should be using something like this:
[util]
title = The Util package of modules
weight = -10
popup width = 640
popup height = 480
css = util_help.css
Do you confirm this fixes your problem ?
#2
No answer in over 5 months, assuming fixed.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.