View Single Post
Old 05-07-2014, 12:11 PM   #2641
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,029
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
Would it be possible to make a custom column for the times people have clicked favorite on a story?
Depends on the site.

Some adapters (we call the code specific to each site an adapter) collect what we call 'site specific data'. The adapter for ffnet collects the numbers of reviews, favs & follows in addition to the regular metadata.

So if you create a custom column with lookup name #favs, and check the 'Allow custom_column_settings' option on the Custom Columns tab, then you can add this to your personal.ini:

Code:
[www.fanfiction.net]
custom_columns_settings:
 favs=>#favs
JimmXinu is offline