Not seeing custom footer scripts in 4.2.0 -- What'd I do wrong?
list Tom Kauffman
I just get the horizontal rule followed by the 'hobbit 4.2.0' logo in the lower right corner. For grins, I symlinked bb_footer to bulletin_footer -- and now I get *two* horizontal rules, with two logos. This worked in 4.03 and 4.1.2.p1, and I can't remember if I looked at it in the 4.2 alpha series. Tom Kauffman NIBCO, Inc CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, please do not read, distribute or take action in reliance upon this message. If you have received this in error, please notify us immediately by return email and promptly delete this message and its attachments from your computer system. We do not waive attorney-client or work product privilege by the transmission of this message.
list Henrik Størner
▸
On Wed, Aug 23, 2006 at 02:22:56PM -0400, Kauffman, Tom wrote:
I just get the horizontal rule followed by the 'hobbit 4.2.0' logo in the lower right corner.
I want to be sure I understand what you're doing: You have a custom, page-specific footer file, e.g. for the "foo" page you have a "foo_footer" file in the ~hobbit/server/web/ directory ? Seems to work OK here, so you'll have to explain a bit more what it is you're doing.
▸
For grins, I symlinked bb_footer to bulletin_footer -- and now I get *two* horizontal rules, with two logos.
Well, you should! bulletin_footer goes before the normal footer file, but both are included - so if they contain the same HTML then you will get a double set of elements (and probably it won't validate as proper HTML, but browsers are remarkably tolerant of that). Regards, Henrik
list Tom Kauffman
Never mind. (sigh) -- The joys of having a test and a production implementation, and not paying attention to what you're doing. I clobbered my 'custom' bb_footer in the production environment when the webfiles were installed. It's the standard bb_footer with three additional lines, giving an explanation of what all the icons mean. I figured it works better than trying to explain to people which help file to look at :-) Apologies -- Tom -----Original Message----- From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] Sent: Wednesday, August 23, 2006 5:08 PM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] Not seeing custom footer scripts in 4.2.0 -- What'd I do wrong?
▸
On Wed, Aug 23, 2006 at 02:22:56PM -0400, Kauffman, Tom wrote:I just get the horizontal rule followed by the 'hobbit 4.2.0' logo in the lower right corner.
I want to be sure I understand what you're doing: You have a custom, page-specific footer file, e.g. for the "foo" page you have a "foo_footer" file in the ~hobbit/server/web/ directory ? Seems to work OK here, so you'll have to explain a bit more what it is you're doing.
For grins, I symlinked bb_footer to bulletin_footer -- and now I get *two* horizontal rules, with two logos.
Well, you should! bulletin_footer goes before the normal footer file, but both are included - so if they contain the same HTML then you will get a double set of elements (and probably it won't validate as proper HTML, but browsers are remarkably tolerant of that). Regards, Henrik CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, please do not read, distribute or take action in reliance upon this message. If you have received this in error, please notify us immediately by return email and promptly delete this message and its attachments from your computer system. We do not waive attorney-client or work product privilege by the transmission of this message.