The release of Allmon3 v1.9.1 has a new feature that I think people will appreciate I wanted to call out in advance of updating the manual information. Each node configuration stanza in allmon3.ini now supports two new configuration directives:
iframepre- relative or full URL to be loaded into an <iframe> between the header and the transmit status lineiframepost- relative or full URL to be loaded into an <iframe> between after the node connection list
These directives are intended to help developers of "add on" apps to be able to embed per-node content into a main Allmon3 display screen. The goal is to eliminate third party apps manually editing of the Allmon3 code which is then overwritten by package updates.
When one of the directives is present, an <iframe> is added to the display of a node in the right place and then other content is loaded by the browser. For example, if the content is on the same server then the path can be relative to the server name - e.g. /path/to/something.php. This also allows the embedding of non-local content by providing a fully-qualified domain name - e.g. https://example.com/path/to/something. Please note that mixing use of http and https may result in content security warnings in the browser.
As an aside, this feature can now be used to embed the voter panel under connections panel as has been requested in the past.