Posted by: supreme
« on: March 29, 2016, 12:34:05 am »Time has passed since I used PVD the last time... But I think you have to restrict the entries via search function. All entries visible will be exported wether marked or not.
yep, thanks m8
Time has passed since I used PVD the last time... But I think you have to restrict the entries via search function. All entries visible will be exported wether marked or not.
imagenameformat="%fs%%in%%ext%"
Code: [Select]{#StringReplace '{%param=imgdata}' '{%param=imgdata}' ''}
The trick is, PVD still exports the posters but at the same time this StringReplace statement replaces all references to the images with literally nothing.
<!-- commented out -->
{%value=poster params="full" template="poster.ptm" maxvalues="1" width="150" height="150"}
...your poster subtemplate (poster.ptm) could be like this:{#StringReplace '{%param=imgdata}' '{%param=imgdata}' ''}
The trick is, PVD still exports the posters but at the same time this StringReplace statement replaces all references to the images with literally nothing.