Quote:
Originally Posted by Amalthia
Hi,
Is there a way I can get the "Read Count" or "Reviews" from wraithbait.com?
I tried this code and it didn't work.
Code:
extra_valid_entries:reviews
custom_columns_settings:
reviews=>#reviewcount,r
|
extra_valid_entries only works if the adapter is collecting that data, or if you're filling it from another entry.
Attached is a test version that collects reviews for wraithbait.com. Your custom_columns_settings should work with it. You don't need your own extra_valid_entries.
However, if you want Reviews to appear on the title page, you will need to add it to titlepage_entries. One way is like this:
Code:
[www.wraithbait.com]
add_to_titlepage_entries:,reviews
# Note the comma needs to be there.
I don't see "Read Count" reported anywhere on wraithbait.com, I don't think FFDL can collect it.