No Vote-Link

xdrago

New Member
Hey

My Script generates no links for voting? The Votelink is hidden under Stats.

On Link-Code are only links to my main page for every user?

And i got no visible IN/OUT where can i set it?
 

Mark

Administrator
Staff member
Hey

My Script generates no links for voting? The Votelink is hidden under Stats.
yes it does, when you join your list and/or login to your user control panel you will be given your link code.

On Link-Code are only links to my main page for every user?
yes that is how a topsite works, that way your "in" traffic is sent to the front page, and your top referring members get more "out" traffic.

And i got no visible IN/OUT where can i set it?
you can add any tags you like to the table_row templates to display in/out/pageviews/averages etc. You can check the manual or look at the stats template for a complete list of tags.

{$A_B_C_D} - Stats - A is 'unq' or 'tot'; B is 'in', 'out', or 'pv'; C is either 'max', 'avg', or an integer from 0 through 9 where 0 is today/this week/this month and 9 is 9 days ago/9 weeks ago/9 months ago; D is 'daily', 'weekly', or 'monthly'
 

webekle

EVOLUTION X
table_row.html
HTML:
<tr class="lightbg{$alt}">
<td><span class="rank">#{$rank}</span></td>
<td class="alignleft"><a href="{$url}" onclick="out(this,'{$username}');" title="{$description}" class="vistip" rel="nofollow">{$title}</a></td>
<td><a href="{$list_url}/{$url_helper_cat}{$category_url}{$url_tail}">{$category}</a></td>
<td>{$this_period}</td>
<td>{$average}</td>
<td><a href="{$list_url}/{$url_helper_a}details{$url_helper_u}{$username}{$url_tail}"><img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21" width="21" /></a></td>
</tr>
How can we not inputs and outputs according to hit ?
 

webekle

EVOLUTION X
I know a little English :)

How do I make hits by the site rank?
I don't want the inputs and outputs site ranks.
 

Basti

Administrator
Staff member
Really sorry, but still no idea what you want :(

Write in your own language and ill try to translate myself
 

webekle

EVOLUTION X
ok :)
Üyelerin sıralaması giriş ve çıkış tıklamasına göre şuan.
Üyelerin sıralamasını hite göre yapmak istiyorum.
 

Basti

Administrator
Staff member
Ok i tried to translate myself, lets see if this is what you want :)

You only want to show the hits in? ( votes )
{$this_period}

change to {$unq_in_0_daily}
"daily" can also be "weekly" or "monthly", depending on your ranking period
 
Top