Quote:
Originally Posted by obmob
Hmm... hello, finally installed the filmstrip, it works really good... but i was wondering if it's possible to move it below the linkbit and if there is a template i can edit to add some css style to it? 
Thanks Andrew!
Those who take a little time to install and learn more about LDM can't deny is the best addon for vbulletin! 
|
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.