Quote:
Originally Posted by Depletion
...
Attached my personal.ini
|
Got it. The problem is the extra_valid_entries line in your personal.ini. It's overriding the one in defaults.ini and removing groupsURL. Remove that line and it will work.
In fact, you could/should remove all of these, as they're already in defaults.ini:
Code:
## Site dedicated to these categories/characters/ships
extracategories:My Little Pony: Friendship is Magic
## Extra metadata that this adapter knows about. See [dramione.org]
## for examples of how to use them.
extra_valid_entries:likes,dislikes,views,total_views,short_description,groups
likes_label:Likes
dislikes_label:Dislikes
views_label:Highest Single Chapter Views
total_views_label:Total Views
short_description_label:Short Summary
groups_label:Groups
I will also include code in the next release so it fails gracefully in this case instead of aborting.
I should probably also change the order defaults.ini lists options so the ones mostly likely to be copied are right after the section heading...