• Resolved nerik73

    (@nerik73)


    Hi,

    I would like to change the appearance of the simple template (single file).

    I’ve tried changing this line inside “setup.php” (line 56) from:

    'simple' => '<p><img src="%file_icon_url%" style="height:20px;vertical-align:middle;" /> <a href="%file_url%" title="Download %file_display_name%">%file_display_name%</a> (%file_size%)</p>'

    to:

    'simple' => '<p><img src="%file_icon_url%" style="height:20px;vertical-align:middle;margin-right:3px;float:left;" /> <a href="%file_url%" title="Download %file_display_name%">%file_display_name%</a> (%file_size%)</p>'

    but it seems it’s not read from php when functions are rendering html (I’m continuing to see: …style=”height:20px;vertical-align:middle;”…only, without my margin and floating rules).

    Where have I to modify code in order to obtain the changes I need in style?

    Thank you!

    https://www.ads-software.com/extend/plugins/wp-filebase/

Viewing 1 replies (of 1 total)
  • Thread Starter nerik73

    (@nerik73)

    Ok, I found template management inside plugin menu!!!

    I have to change settings there.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Filebase Download Manager] Change "simple" template style’ is closed to new replies.