Hallo,
man müsste die css vom plugin rausnehmen und direkt in das forumhome template includen, da kein Einstiegspunkt im hooksystem existiert.
vbtube_latest_top_bit_forumhome template:
{vb:raw vbt_tpl.css}
löschen
Forumhome template:
im head einfügen:
Code:
<style type="text/css">
/* Random Pane */
div.css-panes div {
display:none;
-moz-box-shadow: -2px 2px 2px {vb:stylevar shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar shadow_color};
border:{vb:stylevar blocksubhead_border};
border-width:0px 1px 1px 1px;
min-height:100px;
padding:15px 20px;
background: whitesmoke url(vbtube/images/h300.png) repeat-x scroll 0 -50px;
color:#000000;
}
</style>