12-16-2015, 12:13 PM | #826 | |
Plugin Developer
Posts: 6,602
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
2015-12-15 - New site mcstories.com. Thanks user39189!. Fair warning: mcstories.com is titled "The Erotic Mind-Control Story Archive". - Fix for literotica.com. Thanks again to davidfor for figuring out the problem. |
|
12-16-2015, 12:54 PM | #827 | |
Plugin Developer
Posts: 6,602
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
That would be quite difficult. Those pages are behind the ffnet login which uses a captcha on login. |
|
12-16-2015, 01:12 PM | #828 |
Wizard
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
|
Ok, it was just a thought.
|
12-16-2015, 01:15 PM | #829 | |
Plugin Developer
Posts: 6,602
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New test version (direct link).
2015-12-15 2nd - New centeredcat_to_characters pairingcat_to_characters_ships and romancecat_to_characters_ships features for tthfanfic.org. Quote:
You do have to turn them on for now (I may default them to on later): Code:
[www.tthfanfic.org] centeredcat_to_characters:true pairingcat_to_characters_ships:true romancecat_to_characters_ships:true If pairingcat_to_characters_ships:true, categories 'Pairing: *' will be left out of category and instead be added to characters (with 'Pairing: ' removed) and '(CenteredChar)/(PairingChar)' will be added to ships. Assumed: 'Pairing: *' only appears after '*-Centered'. If romancecat_to_characters_ships:true, categories after 'Romance' will be left out of category and instead will be added to ships and split by '/' and added each part added to characters. Assumed: Categories after 'Romance' are 'CharA/CharB' ships. |
|
12-17-2015, 03:08 PM | #830 |
Member
Posts: 24
Karma: 718
Join Date: Dec 2014
Device: Bookeen Frontlite Muse
|
Hello,
could anyone tell me how to disable the weird page numbers that are encrusted on the right side of the text? Not only my kobo can put them at the bottom of the page, but they are ON the text and make it difficult to read the last four letter of the line they're on. And playing with the size of the text or the margins doesn't work. I'm totally confused. I didn't find the option in the parameter or the solution in the thread using the search engine. Please, help the lost dummy? |
12-17-2015, 03:09 PM | #831 |
Wizard
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
|
Are you sure it's not a setting in your Kobo?
|
12-17-2015, 03:14 PM | #832 |
Plugin Developer
Posts: 6,602
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
That's my guess as well. Or maybe something you've done processing your ebooks. FanFicFare never adds page numbers of any kind.
|
12-17-2015, 03:15 PM | #833 | |
Evangelist
Posts: 487
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Libra Colour
|
Quote:
|
|
12-17-2015, 04:08 PM | #834 |
Zealot
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
|
I've used the new test version on several tth links. Some worked well, some not quite.
Examples: links tth for *.-Centered: http://www.tthfanfic.org/Story-25625 Works perfectly well. http://www.tthfanfic.org/Story-30307[1-3] Moving to characters list works well, align does not. for "Romance" and ship: http://www.tthfanfic.org/Story-29819 Also works perfectly well as far as that is concerned. The slash conditional for "Romance" hits a bit of a stumbling block because of the slash in the "Action/Adventure" tag--as in, this story is not listed under "romance", but fanficfare adds it to the genre list anyway--, but that's to be expected I suppose. There's a problem with the previous align thing though: "text-align: center" is added to the output_css for .center, but the center span does not work, the align attribute gets disregarded and we get additional text "cente" right next to the part that was supposed to be centered. That's the case even with the new "keep_html_attrs" disabled. It's strange, though, because that hasn't been the case with AO3 links since the test version this new feature was introduced. Am I overlooking the obvious again? Second link for "Romance" and ship: http://www.tthfanfic.org/Story-29819 Works perfectly well (aside from the previous mentioned align). Pairing is moved to ship list, Romance added to genre. Should I attach the downloaded epubs in question for comparison? (Again, thank you very much for adding this feature.) |
12-17-2015, 06:48 PM | #835 | |
Plugin Developer
Posts: 6,602
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
romancecat_to_characters_ships are completely unrelated to anything to do with alignment. That story doesn't use align, it uses style. Use keep_style_attr or add_to_keep_html_attrs:,style. Which isn't going to solve all your problems because the source for that story is using <span> with a style with text-align:center, which is a bit odd and also requires an addition to CSS: Code:
span.center { display: block; text-align: center; } I don't see what you've talking about for this one and Romance. It's Romance > Cordelia/Xander and processing as I expected. You're making a wrong assumption about Action/Adventure -- I'm not looking for '/' for ships, just what ever comes after Romance. And none of the examples URLs you posted have it... |
|
12-18-2015, 04:18 PM | #836 | |||
Zealot
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
|
Quote:
Quote:
Quote:
This part: Spoiler:
Where is the "Romance" tag coming from here? That's what confused me and led me to that false assumption. Otherwise, as I said, everything is working perfectly fine, and I'm flailingly happy about i. Thank you for your efforts and your patience with me. |
|||
12-18-2015, 04:59 PM | #837 | ||
Plugin Developer
Posts: 6,602
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
It looks like replace_br_with_p is converting an HTML comment "<!--center-->" to just "cente". I will remove the code in replace_br_with_p that includes HTML comments and that makes "cente" goes away, but I can't promise it won't cause other problems. Quote:
|
||
12-18-2015, 05:28 PM | #838 | ||
Zealot
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
|
Quote:
Quote:
Guess we can consider it a case closed. |
||
12-18-2015, 05:59 PM | #839 | |
Plugin Developer
Posts: 6,602
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New test version (direct link)
2015-12-18 - Default new centeredcat_to_characters pairingcat_to_characters_ships and romancecat_to_characters_ships features for tthfanfic.org to 'true'. - Remove HTML comments when using replace_br_with_p. Quote:
So I would appreciate it if users who do regularly use replace_br_with_p will try this version and let me know their results. Thanks. |
|
12-18-2015, 06:29 PM | #840 | |
Zealot
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
|
Quote:
And since I for one use replace_br all the time, I'll certainly say something if I notice anything. |
|
Tags |
fanfiction |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 01:48 PM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |