tag premium

Basti

Administrator
Staff member
What exactly do you want? List several premium members? Have a look in the admin settings. There is an option to show them in the sidebar
 

thedark

Member
What exactly do you want? List several premium members? Have a look in the admin settings. There is an option to show them in the sidebar
Yes, I saw the options, lack poster banner?
I would like to display banners premium
 

Basti

Administrator
Staff member
You can modify the template used for it however you want :)

The template tag which generates the html in the sidebar is to be found in wrapper.html ( {$premium_list} )

Now you could for example place that before {$content} so it shows up before rank 1.
Then open up premium_list_row.html and modify the html, so remove the screenshot etc for example and just having a list of banners would go like this
Code:
<a href="{$url}" onclick="out(this,'{$username}');"><img src="{$premium_banner_url}" alt="{$title}" title="{$lng->g_premium_visit}" class="vistip"/></a><br />
 

thedark

Member
Thank you for your help
I think the market not tag on my site.
Its not replaced.
Exemple :
Code:
<img src="" alt="7DaysToDie" title="Clic " class="vistip"/></a><br />
Solved : <img src="/banners/premium_{$username}.png" alt="{$title}" title="{$lng->g_premium_visit}" class="vistip"/></a><br />
 

Basti

Administrator
Staff member
Hmm, i just tried what i said myself and it worked as i thought. The banner does show. What vl version you use?.
 

Basti

Administrator
Staff member
Then iam not sure what you did wrong, but what i posted works out of the box -.-
 
Top