Vote button on front page - possible?

mucka_tbfm

Mucka Jay
I thought I had asked this before but I have searched my posts and cannot find the info!

We want to make our current VL have the vote buttons on the main page. Rather than clicking in to each users page to vote as we are removing the read more button.

Is this easy to do and can anyone offer me some pointers? I know for twitter/facebook you edit table_top_row.html
 

proxydesign

Visiolist-Fan
As I understood you, you want a vote-button on the mainsite? By myself I have the vote-button added in a new row. The code is placed inside table_row.html

Code:
<td><a href="{$list_url}/index.php?a=in&u={$username}" class="stats_vote" rel="nofollow">Vote</td>
 
Top