News Archive

  • 202 weeks
    Downtime & Server Move

    Hi all. Firstly, apologies for the extended period of unexpected downtime. Obviously any kind of downtime is non ideal, but unexpected is more annoying all around.

    On Friday morning (GMT) we experienced a hardware failure on our database server. To our knowledge there is no data loss of any kind. We have fairly regular backups hosted off-site, regardless. The exact cause isn't entirely clear at this time, but instead of wrestling with trying to get the hardware sorted (it was a dedicated server) we decided that this was a good opportunity to make a server move we've been planning for a long time over to Digital Ocean.

    Read More

    236 comments · 15,389 views
  • 279 weeks
    BBCode updates

    Performance improvements

    Over the last few days I've been working on improving the performance of the BBCode parser. I've managed to implement a few major optimizations, reducing the run time in common cases to around 1/4th to 1/20th compared to the older version. This has reduced total server-side render times on some of the more complicated test pages I've been using to around 50ms–70ms, which should be a noticeable improvement.

    New features

    Opacity

    Read More

    49 comments · 4,901 views
  • 301 weeks
    Recent Changelog

    We've done various unannounced changes of the past few weeks so I thought I'd group up the things we've done so you guys know what's changed.

    • Added account linking page for Patreon / Twitter
    • Added ability to cross post stories, blogs and bookshelf additions to Twitter
    • Added twitter userpage module
    • Added account deletion page
    • Reorganised user toolbar dropdown to better fit more items
    • Added session management page to see logins and active sessions on your account
    • Added new articles system and moved some existing ones into it
    • Redesigned PM page a bit to be cleaner
    • Increased font size in major places across the site to improve readability
    • New cookie consent controls for EU users and updated privacy policy
    • Recommended groups list on groups page - WIP
    • Tooltips in many locations around the site with helpful tips

    Read More

    114 comments · 6,028 views
  • 302 weeks
    Help Articles

    Something I've worked on the last couple of days is adding the ability for us to add arbitrary "articles" to the site which we can use for various things. Sort of an extension on the manual articles we've added in the past like the bbcode page, writing guide, etc.

    So far I've added 3 guides:

    I'd love to know if you guys have any idea for articles that would have helped you out when starting out or anything else that comes to mind.

    65 comments · 5,185 views
  • 330 weeks
    Night Mode

    I've been working on it for ages but only really got the impetus to finish all of it off over the last few days. In the "settings" dropdown at the top on desktop, or the bottom of the slide out bar on mobile you'll find a toggle for night mode. Enjoy!

    Oh, and although I've tried to cover everything there is a 100% chance I've missed styling some things so apologies in advance for any funky pages.

    246 comments · 6,807 views
  • 331 weeks
    Additional Search Update

    Hey folks,

    Over the last few days I've added a few things to the new search system. A lot of people were unhappy with not being able to filter various things as quickly as they used to be able to. To that end, I've added a little filter dropdown to the right of the search box which effectively contains everything the old sidebar used to. It even has some niceties like quick word count filters and a highly rated filter.

    Read More

    132 comments · 5,304 views
  • 331 weeks
    December 2017 Update

    Hey guys, got a whole bunch of updates for you today.

    Tags

    This is a small but important step on our way to the tagging system I envision. The existing way we handled things like characters and genres has all been merged into a single tagging system. That won't result in much difference for you viewing and using the site but it makes it a lot easier to add new tags especially.

    We now have a couple of new tag types: series and warnings.

    The series tag is for identifying what series (franchise) your fanfiction contains. I've added a whole ton of various TV shows, movies, comics, books and games but clearly we will have to add a ton more in the coming future. Stories must also contain one of the four MLP tags which are FIM, EqG, Movie and Comic, as this is a pony fanfic site after all. Feel free to bug me on Discord if you have a requirement for a series to be added.

    Read More

    630 comments · 13,773 views
  • 331 weeks
    Math BBCode tag

    I've added [math] and [mathblock] BBCode tags, which can be used to display formatted math. We've had a few requests for this, particularly for group forum threads and blog posts. Most math-related TeX syntax is supported. (We are currently using MathJax to handle the layout.)

    The documentation from the BBCode guide is repeated below for your convenience.

    Read More

    84 comments · 4,412 views
  • 354 weeks
    Fimfiction API

    If you're not a developer you can probably ignore this post.

    It's been like 6 years, but hey, things take time. The API is currently very WIP still but it's ready for people to get working on in our development chat room.

    API documentation can be found at https://www.fimfiction.net/developers/api/v2/docs and you should join the Discord Chat and PM me to add you to the private API channel and I can help you get started. The functionality is very limited right now but I'm dedicating all my time to it at the moment and would love to have people add their input to the process.

    60 comments · 7,407 views
  • 359 weeks
    New BBCode Tags

    Hey guys,

    One of the features in this new update was reader-side paragraph formatting. This helps improve consistency for readers across the site, especially for those of us who can’t stand reading indented text on a computer screen.

    However, one thing that wasn’t accounted for was the legitimate need for specific indenting of passages and for certain blocks of text to have no paragraph formatting. Some examples would be lyrics and poetry.

    Taking this into account, we have come up with a couple of new tags that remedy this situation which are documented below (copied directly from the bbcode guide)


    [indent] Indent

    The indent tag can be used to, unsurprisingly, indent portions of your text.

    [indent]The indent tag can be used to, unsurprisingly, indent portions of your text.[/indent]

    It also support levels of indenting

    Read More

    168 comments · 6,397 views
Jun
5th
2017

Site Update » Fimfiction 4.0 · 4:15pm Jun 5th, 2017

It’s been a very very long time coming, but we’ve finally updated the site again. this is by far the biggest update we have ever done. There is a cavalcade of new features but the biggest changes are under the hood and affect how easy it is to extend the site and performance. A change log of everything I can remember can be found below.

There are bound to be unforeseen bugs. If you come across anything major please let us know in the comments (or preferably in the #site-help-and-dev discord channel).

Miscellaneous / Site Wide

  • Dropped support entirely for pre-IE11
  • Updated inline searching across the site to order much better. Eg. Typing "Ra" into the tag selector actually shows Rainbow Dash first. On shorter lists like bookshelves, we use a different algorithm that lets you type things like "ril" and it’ll prioritise a shelf called "read it Later".
  • [Bug Fix] Fixed a bug where restored stories didn't add bookshelf items correctly leading to duplicate entries that'd never be purged from ElasticSearch.
  • Moved the sorting drop down for story browse pages to be below the search box as it should have a higher priority than the filters (plus it's not a filter...)
  • Bookshelves can now be ordered in the library as well as the side bar.
  • Removed currently unused audio source which was causing chrome to emit a low hiss for a few seconds on each page load.
  • Added a font size option on the settings page that lets you effectively zoom in without using browser zoom which breaks any “pixel perfect” design elements.
  • Changed PM drop down styling so that unread/read messages reflect the inbox itself.
  • Local settings (like the nav bar pin and font size) are now implemented so they carry across to other tabs immediately.
  • [Mobile] Text boxes for comment entry are now appropriately sized to your screen.
  • The Youtube bbcode now displays a clickable thumbnail that will embed and play the video on click. This means lots of Youtube videos on a single page won’t cause browsers to have problems and improves load time.
  • [Mobile] The browse page will default to the card view when viewing the site on a mobile device, but can be changed as usual. Also added a reset button to the view mode dropdown.
  • Added some new easter eggs…
  • [Mobile] The slide out side bar on things like browse pages have all been removed in favour of better designed inline search tools.
  • Vastly better client side rendering performance due to removal of jQuery.
  • [Mobile] Added a new navigation drawer on the left to replace the restyled nav bar from the desktop site.
  • [Mobile] Added a search bar to the top bar.
  • [Mobile] Browse button has been removed, added a few of the quick links into the navigation drawer instead.
  • Offset dates now change to actual dates after 1 week, and any dates from the previous year show the year too.
  • Fixed bug where ordering by approved would reset when changing pages in bookshelves.
  • “Lightbox” added for viewing larger versions of images posted in comments, cover images and avatars.
  • Added BBCode help page and licenses page.
  • Emoji selection added to settings.

 


Frontpage

  • Popular stories has been shifted below recent news, and shows less stories now (no scrollbar)
  • Some advertising changes.
  • [Mobile] Added a tab based system for viewing the various story lists and news list.
  • Added a new box for “currently reading”.
  • Featured box made more stylistically consistent for story cards.

 


Story Containers

  • Character tags are now shown next to genre tags in a textual format.
  • Tags now have a colour dependent on what tag type they are.
  • Tag size has been slightly lowered to accommodate more tags in general.
  • “Add to group”, download and report buttons have been moved into a drop down at the top right.
  • Published date has been moved to a slow below the chapter list.
  • Story titles are now a fixed size rather than variably calculated in javascript as it had some issues and not enough issues to be worth the performance cost.
  • Story container no longer incorrectly shows the “Add to Bookshelf” button for guests.
  • Author avatars have been pushed to the left so they align “outside” of the left margin for the page, giving us an extra 80px or so of space.
  • Cover images have been moved to the right, meaning text is now always nicely aligned to the left, regardless of whether there is an image or the size of it.

 


Story Cards

  • Lists of story cards are now sized and laid out using flexboxes instead of javascript yielding better performance and resilience to changes.
  • Cover images are now inside a fixed size box to prevent layout updates when lazy loaded (for the future, dimensions will be saved on image upload to prevent this issue).
  • Genres now shown in full text list.
  • Characters now shown textually after the story description.

Groups

  • Added a new groups search page that is usable for everyone, including guests.
  • Groups page now has group cards like users/stories.
  • Added functionality to see what threads in a forum have new posts for you.
  • Added a new page to view individual group members.
  • The main group folders list now has its own page instead of being a drop down.
  • [Mobile] Groups now have a mobile view where the functionality is exposed via tabs like the frontpage.
  • Frontpage and Memberlist have a section that shows administrators.
  • [Bug Fix] Fixed bugs regarding the creation of a group folder which had a parent.
  • Improved administration for group folder stories with a better table of stories.
  • Folder description and subfolders are now only shown on the first page of the folder.

User CP

  • User settings have been split into 3 different pages: Account (name, email) Password and Settings (everything else). Only account and password changes require entry of your current password.
  • Added password strength indicator to relevant fields.
  • Hovering over your avatar will no longer bring up the popup.
  • [Bug Fix] Fixed a bug with trying to add a cover image to a story on first creation.

Story Pages

  • [Bug Fix] Fixed a bug with linked comments not finding the right page on the main story view.

 


Blog Posts

  • [Mobile] Blog posts now show their full date and time under the title.
  • Blog post titles are now a fixed size rather than variably calculated in javascript as it had some issues and not enough issues to be worth the performance cost.

Private Messaging

  • When viewing any message in a chain, all messages will be marked read.
  • You can now browse backwards/forwards in chains, no longer limited to 100 viewable messages at once.
  • Message dates now show the actual date if it’s more than 2 weeks ago.

Chapters

  • Added text to speech functionality. Somewhat beta status, more features planned. Only works on newer browsers, automatically doesn’t shows if it’s not supported. Hack to force oooscreen to stay on may not work in all browsers currently.
  • [Mobile] Clicking anywhere now brings up the toolbar and scrolling hides it.
  • [Mobile] Bookshelf/rating/chapter selection functionality removed from the top of the page, freeing up space for actual chapter content (plus it’s not really needed at the top).
  • Clicking paragraphs now lets you bookmark your position, quote the content or begin text to speech.
  • Adjusted default formatting settings.
  • Double spacing / indents are now a reader-side option. This may cause some minor formatting issues with existing stories but it is a change that was always intended to be made, and for the vast majority of stories it shouldn’t affect anything.
  • Styled the <hr> in chapters to be a bit more fancy. Should remove some of the desire to make custom ones!
  • Chapter selection drop down now fullscreen in mobile for easier selection.
  • Chapter selector truncates long chapter titles now.
  • %i+/-x% can be used in chapter titles for automatic numbering with “i” is the chapter number and “x” is an integer to add to it - useful for stories with prologues.
  • Added justification setting.
  • Bookmarks are automatically made when leaving a page mid chapter or leaving for while. Show up on the frontpage in “currently reading” (experimental)

Users

  • User page urls have now been changed to include the id, much like other content on the site to prevent issues with name changes.
  • Old URLs like “/user/knighty” will automatically redirect to “/user/1/knighty”, but not if they have anything after the url such as “/user/knighty/blog”.
  • Avatars now rounded.
  • Group module now has the ability to selectively hide/show certain groups.
  • New mobile user page added.

Feed

  • Updated feed visually to be a bit cleaner and simpler, removing the coloured headers.
  • Group blocks now group by….group….and then divide by folder which improves the layout.

BBCode Editor

  • Added new fullscreen mode for easier editing of large volumes of text.
  • New options screen for hotkeys, smart quotes and rich text paste.
  • Added smart quote option which will automatically convert single/double quotes into their curly versions.
  • Added rich text paste functionality. Copying/pasting from anywhere, included local word documents for example, will maintain formatting as best as possible.
  • Lots of new buttons for corresponding new bbcode functionality.
  • Buttons now overflow into a submenu when they take up more than the whole line.
  • Buttons now focus the input upon clicking.
  • Popup dialogues automatically focus too, making them a bit nicer to use.
  • Preview button added, available in all editor contexts.
  • Added emoji selection dialog.

Known Bugs

  • Heat sorting is semi broken
Report knighty · 21,451 views ·
Comments ( 1363 )
The Abyss #1 · Jun 5th, 2017 · · 24 ·

Looks great so far!

Great job, Knighty and staff! It looks fantastic, thank you all for all your hard work! We love FIMFiction! :heart:

mimimi #3 · Jun 5th, 2017 · · 3 ·

WHERE OLD GOOD BANNERS?

Hoops #5 · Jun 5th, 2017 · · ·

*screams internally* MY BAR IS BLUUU NOW

BLUUUU

Lookin good, Niceu

It definitly looks great so far

Is it possible that you slightly improved the performance? And I mean not the front side performance, but also the Server side performance.
Client side is noticable, even with a high-end PC.

Estee #8 · Jun 5th, 2017 · · 11 ·

So let’s sum up the majority of entire reply chain in advance.

Position #1: “It’s change, so it’s bad!”
Position #2: “You didn’t change the thing I wanted, so I hate everything.”
Position #3: “I couldn’t be bothered with reading this, but I’m going to complain about it anyway.”
Position #4: “What do you mean, Groups can now be searched? That’s where I was hiding all the things I was saying about you!”
Position #5: “...it’s Monday. Go away.”

Looks great. Will miss the old look though.

Looks amazing! Thank you!

It’s great so far, but it just looks so different will take a while to get use to...

Are the left_insert and right_insert BBCode tags supposed to be gone? ;~;

Trying to access my feed comes up with a 500 Internal Server Error right now.

Skywind #14 · Jun 5th, 2017 · · 17 ·

Beautiful guys keep up the good work!

JockeTF #15 · Jun 5th, 2017 · · 16 ·

Awesome! :yay:

and

seem to be broken.

Dan
Dan #18 · Jun 5th, 2017 · · 1 ·

Hot diggidy. Being uninnocent of embedding a half dozen youtubes at a time (usually when inebriated), the page slowdown was an annoyance.

Also, the lack of search bar in the mobile version was a pain in the arse.

Only complaint now is the YT embeds only show the thumbnail and not the video title. Also, new chapter notifications don’t list which fic it’s for. That could be annoying down the road.

Masterful. :dashcool:

You still need to add the rating (and possibly agelock) to individual chapters. That’s always been an oversight, because a lot of people link directly to chapters and you can’t see the rating from there.

I am in love with this new design. It looks incredible and I can’t wait to check out all of the new features. :raritystarry: It’s appealing, it’s like looking at a grand spanking new car and taking it on that first drive. You’ve all done a marvelous job. :ajsmug:

Feed’s throwing a 500, knighty.

Just noticed that the Notifications count stays dark until the mouse goes over it.

Having every genre tag show up as blue... well, so much for the pure color scan.

My entire feed seems to be broken. It just brings up an internal server error message.

...Well that just happened. Can’t access the emoticons, either.

If only the tags didnt change colour

There is a check box for viewed/not viewed status on the bottom bar of a story (with the incomplete/complete status and publication date).

I can definitely say things have changed ‘round here. You were probably coming to the same conclusion too, I’m guessing.

Suddenly Blue

How do you use any of the emoticons? I tried clicking on the “Emoticons” option, but it brings up an empty box.

When checking for updates on stories it just says the chapter name and not the story

ooohhh new site is swanky!! good job guys! looking forward to playing around and discovering all the changes

Is there a way to turn the character tags back into the little images instead of text blocks? I kinda liked those better.

Why was the Dashboard removed? Or was it just moved?

Adblock doesn’t seem to be working properly. >>

Wait... WAIT... TESTING....

YES!!!

Finally! Spoiler text can be viewed on mobile devices! (Or at least, iOS devices.)

Feed bug: Updates to tracked stories are showing up as orphaned chapter titles with no username, story title, etc.

I can report a few bugs, the pony faces for bookshelves no longer appear and just use generic emojis instead and even new chapters that you’ve just read on tracked stories still show as un-read.

The feed page isn’t working for me, I just get a 500 error.

This from the BBCode Editor section:

Added rich text paste functionality. Copying/pasting from anywhere, included local word documents for example, will maintain formatting as best as possible.

Okay, I’m sold. I haven’t tested it yet, but if I can maintain italics without going round the houses, that’s fantastic. :pinkiehappy:

Edit: I have no idea why someone downvoted this. Maybe they just think italics are evil. EVIL. Okay, it’s probably just that I’m not complaining about how everything’s terrible. Don’t worry, I’m sure I’ll find something to hate soon enough. :rainbowwild:

I DON'T LIKE CHANGE.

Kidding, site looks much cleaner now

One thing I see instantly that is lacking for me — in the list view I can’t see the story status “completed”, ”Incomplete”, etc.
to me it was very useful.

thats why the website was offline i was crying i thought it was gone

  • Added some new easter eggs…

:trollestia:

in the words of The Doctor, “you’ve redecorated. i don’t like it.” the colors are just wrong man. i will deal with it but i liked the old style better.

But I’m allergic to changes!
REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
(seriously though I liked to old aesthetic a bit better. now it’s all colder and less welcoming)

“Tags now have a colour dependent on what tag type they are.”

That’s a weird way to spell “Tags no longer have a color dependent on what tag type they are.” They’re all blue, and it’s impossible to tell them apart at a glance.

Also feeds are busted, emotes don’t work, the frontpage is ugly, the userpage is ugly, the margins on blog posts are so thin you could cut hair with it...

The only positive user-facing aspect of this redesign is that stories are a little better looking in dark mode. This is a trash rollout of a trash design.

In new added chapters now not showing for which story it added and author.

Feed is giving me a 500 error code.

4558604 Yeah, I really liked those too.

Found another bug. When I try to access the feed, I get an internal 505 server error, complete with Derpy screen.

Login or register to comment