Home » Web Export Notes Online Documentation

( check out Web Export for the official docs)

It seems that vphtmltemplate doesn't work with this new feature. I imagine that we will need to create our own Web Export Plugins?

You can create a page named “WebExportPageTemplate”, this is just like the vphtmltemplate page- only I didn’t want it to be tied up with the legacy stuff with the old html exporting. -Gus

...

I don't really mind trying to create my own personalized Web Export Plugin, I just need to know where to put images etc. -Andy

Images can be wherever you want if you are creating a plugin- the a postflight script would just need to copy it to the right location (like the gmdc plugin does with gmdc.css) -gus

For the record, it wasn't difficult. Besides it's a great place to store the css and images, etc. -Andy

...

I essentially copied lots of stuff to create a new Web Export Plugin. It works, but I need more info on the new variables for these templates. -Andy

I’ll try and get those documented sometime soon. -Gus

...

$vptitle used to insert the page's alias. $title$ seems to insert the page's name. -Andy

I’ll see if I can add $alias$ to pull out the first alias. - gus