View Single Post
Old 03-08-2017, 01:36 PM   #1843
dwraith0877
Member
dwraith0877 is on a distinguished road
 
Posts: 16
Karma: 66
Join Date: Dec 2015
Device: Kobo Glo HD
Quote:
Originally Posted by JimmXinu View Post
Yes, but the simple way to do it will make it appear that way in the title page entry also:

Code:
[storiesonline.net]
add_to_replace_metadata:
 rating=>^(.*)$=>Sex Contents: \1

add_to_include_subject_tags:,rating
This is a bit more complicated, but adds "Sex Contents: " only to tags, not in the rating entry by making a copy first:

Code:
[storiesonline.net]
add_to_extra_valid_entries:,tagrating
include_in_tagrating:rating

add_to_replace_metadata:
 tagrating=>^(.*)$=>Sex Contents: \1

add_to_include_subject_tags:,tagrating


dwraith0877 is offline   Reply With Quote