Premium Banner table_row table_top_row

leonor

Active Member
License Active
Hello,

with one of the last VL releases i lost the option to show only $banner in table_top_row_premium / table_row_premium.
I used this to display small banner(468x60) in the table listing, and skyscrapper120x600 (premium_banner) to display them sidebar.
right now table_top_row_premium.html and table_top_row.html using {$banner} to display the Banner, maybe can you imagine how this looks like :D

Is there any way to fix this ?

Regars,
leonor
 

Mark

Administrator
Staff member
I believe this is because newer versions use video conversion for banners, so we no longer use the path to the image but rather render entire HTML code block.

You shouldbe able to use {$banner_url} and {$premium_banner_url} in your templates to accomplish what you need if I am not mistaken.
 

leonor

Active Member
License Active
Thanks for your idea but this does not the trick. When i change to {$banner_url} the prem banner disappear and links like this shows up:

HTML:
https://example.com/banners/Topsiteuser_1608234817.gif
 

Mark

Administrator
Staff member
yes, you need to wrap those links in an image tag something like:
Code:
<img src="{$banner_url}">
 

leonor

Active Member
License Active
Sorry wrong example url :/ I did only change the string from banner to banner_url

{$banner}
1618594573418.png

{$banner_url}
1618594595536.png
 

Mark

Administrator
Staff member
I believe you will need a custom plugin to make it work the way you want, it’s quite different from the intended method.
 
Top