https://www.icyphoenix.com/viewtopic.php?f=26&t=2183&p=15918#p15918
-----------------------------------
jz
Sun 03 Jun, 2007 18:01

Re: Full Album Pack Portal Block
-----------------------------------
felix, 

I am not a coder but if I was you I'd duplicate this part in templates/subSilver/portal_body.tpl 

[code syntax=php]              <td class="row6b" align="center">
                   <span class="gensmall" style="line-height:150%">
                       <br />
                       <b>{RANDOM_PIC_TITLE}</b>
                       <br />
                       <a href="{U_RANDOM_PIC_LINK}" target="_pic"><img src="{RANDOM_PIC_IMAGE}" border="0"></a>
                       <br />
                       <b>{RANDOM_PIC_POSTER}</b>
                       <br />
                       {RANDOM_PIC_TIME}
                       <br />
                   </span>
               </td>[/code]


try it and see if it works


