Quote:
Originally Posted by JimmXinu
Yes.
Excerpted from plugin-defaults.ini:
Code:
[archiveofourown.org]
extra_valid_entries:fandoms,freeformtags,freefromtags,ao3categories,comments,kudos,hits,bookmarks,collections
[www.fanfiction.net]
extra_valid_entries:reviews,favs,follows
(The names for site-specific metadata reflect what each site calls them.)
So now you know that it's 'comments' on archiveofourown.org and 'reviews' on www.fanfiction.net. Assuming your custom column is #reviewcount, in your personal.ini you can do:
Code:
[archiveofourown.org]
custom_columns_settings:
comments=>#reviewcount
[www.fanfiction.net]
custom_columns_settings:
reviews=>#reviewcount
|
This worked! Thank you.
I had trouble the first time because I only had [fanfiction.net] in the brackets and apparently you need the
www.fanfiction.net to make it work.