Listing like on xtremetop100.com

ladogado

New Member
Hello!

I just want to ask if it is possible to change the Template files to that state that the Website entries can be listed like on xtremetop100.com ?

I prefer such a listing due to it is 1. proven to work well, and 2. is best way to give a fast overview of the websites for my opinion.

Required is:

#1) Page Rank
#2) Showing the Banner only on Premium
#3) Title Description
#4) Description (Longer than 255 chars!)
#5) Design change for Premium
#6) IN and OUT

Can you please tell me if that can be achived by us in functionality of current 0.6 or if we have to make edits of core files ?

thanks and best regards!
 

Mark

Administrator
Staff member
Everything but #3 can be done by simply editing a few skin templates (table_top_row, table_row and table_row_premium).

#3 - we will have a plugin available soon that will allow for a "Full description" which will not be limited to # of characters.
 

ladogado

New Member
I am just doing the template changes now, but i am stuck with #6 , how to get the daily IN and OUT ?
For the IN value the template is using {$this_period} it seems?!

best regards!
 

Basti

Administrator
Staff member
That tag specifies the current value based on ranking method and ranking period
If you rank by hits in, its hits in, if hits out, then out.

If you just want static values
{$unq_in_0_daily}
{$unq_out_0_daily}
also available for weekly, monthly. Choose according to your ranking period.
The "0" specifies today, this week, this month.
Value "1" would be for example yesterday, last week, last month

More here: http://visiolist.com/docs/styles-design
{$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'
 
Top