Multi-reply
Quote:
Originally Posted by JDesat
I know there is a way to make the first post in a forum thread the first chapter of a story (I can't remember how to do it right now though, and if I did I think it has an issue)... is there a way to do that but ONLY if the first post is NOT threadmarked? A few authors write a summary or story information on the first thread post but don't threadmark it, but I don't want to have duplicate first chapters on all the other stories where the first post IS threadmarked.
|
Currently there is only
always_include_first_post, which will prepend the first post to the chapter list. There's code to prevent
always_include_first_post causing duplicate chapters when using links in a post, but
not when using theadmarks. I don't remember if there's a specific reason why not.
Personally, I add story-specific settings to personal.ini in those cases. Example:
Code:
[https://forums.sufficientvelocity.com/threads/heromakers-legacy-worm-au-original.7589/]
always_include_first_post:true
first_post_title:Index
always_reload_first_chapter:true
Quote:
Originally Posted by Chrysanthemum
Forgive me, I'm not familiar with working with code. Do I copy everything you posted including the double pound sign, or just the last line, "exclude_notes:...."
|
Lines starting with # are comments and can be copied or not as you please. The
exclude_notes line is the important one and it must be after [archiveofourown.org] (you may need to add it) but before the next [] section header.