Quote:
Originally Posted by MissKalunji
i think you would need the pluging to be activated in the album area (cause righ tnow the plugin is only in showthread)
|
I tried to add the following to the xml file:
Code:
<plugin active="1" executionorder="5">
<title>HS IMG Tag Resize - HS 2</title>
<hookname>album_album_picturebit</hookname>
<phpcode><![CDATA[ // ThaiNgoc MyTu @ GiaiTriViet.De
$hs_resize_controlbar = '<!-- / start content table -->';
$vbulletin->templatecache['album_picturebit'] = str_replace($hs_resize_controlbar,$hs_resize_controlbar.fetch_template('hs_resize_controlbar'),$vbulletin->templatecache['album_picturebit']);
]]></phpcode>
</plugin>
But it didn't work.
I am starting to have the sneaking suspicion that I have no clue what I am doing.