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 = -10

The 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

Status:active» postponed (maintainer needs more info)

These settings are not defined as being global,but per-page.

As in the advanced_help doc:

Each section after that will correspond to a single help file, and each one may have the following settings:
[...snip...]
popup width
The width in pixels of the popup window. Defaults to 500 if unspecified.
popup height
The height in pixels of the popup window. Defaults to 500 if unspecified.

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

Status:postponed (maintainer needs more info)» fixed

No answer in over 5 months, assuming fixed.

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here