Quote:
Originally Posted by AndrewD
Glad to hear this is close to what you wanted.
Currently, any changes have to be made by editing the plugin itself, which may seem a bit hairy.
The placement is quite easy. Go to vb/admin/products and plugins/plugin manager. and look for the Links and Downloads Manager - Filmstrip plugin that is attached to the ldm_maindisplay_end hook. Edit this plugin. Find the line that reads:
Code:
$includeinmain['postfeat'] .= '
You can move the feature around the page by changing 'postfeat'.
Going from the top of the page down, these are your options:
'precat'
'postcat'
'prefeat'
'postfeat'
'prelink'
'postlink'
'prestats'
'poststats'
I imagine you want 'postlink'.
The lines which build the table for the filmstrip are immediately below this line in the code - the html is embedded into the plugin. You can edit the css there. Be careful - this is similar but not identical to a template, and you need to keep the syntax valid.
|
Oh, it is hairy!
Well, it's awesome, it was indeed the 'postlink' part, I don't know how this works, but is it possible to add a selectable menu in the filmstrip setting to select where we want to show it? Oh, and this kind of information is added to your wiki? It is quite useful.
Maybe for 2.2.9 or 2.3
Thanks