Quote:
Originally Posted by Krofh
I guess I don't fully understand what is going wrong; if vBa is trying to put something in headinclude all the time (I assume with a global_start hook), wouldn't that automatically put it into the vBMS?
|
no, as far as i can see, vba uses only the body portion of any template and adds it to the central column of it, so anything in the head portion is simply ignored... i saw this when vba-wrapping other products using whole page templates, like vbagooglemaps... i had to insert the head scripts in a 'new' myproduct_headinclude template and parse it in the headinclude template with a little plugin which looks for the scriptname and if it's, say, vbms_new adds the vbms_headinclude part to headinclude
Quote:
Originally Posted by Krofh
Mehh, perhaps something's screwy on my server, because I added that conditional to make it work properly for me; attachments weren't working right otherwise. I guess I'll have to do a bit more serious testing with that bit to get it all working properly. Thanks for the feedback though on it though.
|
eh, i had to telnet to the mailserver and retr a message to see what was going on, as i'm not so accostumed to the mail syntax

anyway, once done, it was quite clear that the closing boundaries for the html part was missing