View Single Post
Old 11-01-2024, 10:02 AM   #10075
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,032
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
In storyUrl section, is there a way to set series00 as series01 and vice-versa?
I thought that would be easy, but I can't think of any way that works.

Best I can think of is to swap them in 'temp' entries, something like:
Code:
[https://archiveofourown.org/works/XXXXX]
add_to_extra_valid_entries:,seriesT0,seriesT1,seriesT0Url,seriesT1Url,seriesT0HTML,seriesT1HTML

include_in_seriesT1:series00
include_in_seriesT0:series01
include_in_seriesT1Url:series00Url
include_in_seriesT0Url:series01Url

add_to_make_linkhtml_entries:,seriesT0,seriesT1

add_to_custom_columns_settings:
 seriesT0=>#seriesFirst
 seriesT1=>#seriesSecond
But if that's what you are trying to do, you might as well just:

Code:
[https://archiveofourown.org/works/XXXXX]
add_to_custom_columns_settings:
 series01=>#seriesFirst
 series00=>#seriesSecond
Depending on what you do, it might necessary to put seriesT0/1 in the site section and then add the swap part each story you want swapped.
JimmXinu is online now   Reply With Quote