I am noticing when posting and the character's gallery suffers the same alignment problem.Kappa wrote:haha I discovered a thing!
in the icons view of my character page, if you scroll down to Plus ("dear, sweet, squeamish, soulful Sherlock"), there is a weird Thing going on with the alignment of the next row of icons after him. I *suspect* this is because the contents of his name field are more than two lines long in the display. The same sort of shit happens on my icon galleries page when I have an especially long icon keyword.
Glowfic platform
- Bluelantern
- Posts: 2347
- Joined: Sat Mar 22, 2014 3:31 pm
- Pronouns: He, Him, His
- Location: http://curiosity-discoverer-of-worlds.tumblr.com/
Re: Glowfic platform
Sorry for my bad english
"Yambe Akka take the stars, they’re zombies!" - Isabella Amariah
"Yambe Akka take the stars, they’re zombies!" - Isabella Amariah
Re: Glowfic platform
Ah, yes, that thing's a weird side effect of using CSS float. I'll try it again using inline block or something, might help? EXPERIMENTS WILL ENSUE. Till I fix it it'll happen where the length of keywords/character names/whatever aren't the same length as others in the row.
For those of you who had my problem today: Firefox auto updated and disabled LJLogin. If you want to use the glowfic site instead, by all means feel free; but Kappa is a miracle worker and there is in fact a way to force Firefox into turning it back on. Explanation and instructions on this Mozilla support page.
For those of you who had my problem today: Firefox auto updated and disabled LJLogin. If you want to use the glowfic site instead, by all means feel free; but Kappa is a miracle worker and there is in fact a way to force Firefox into turning it back on. Explanation and instructions on this Mozilla support page.
Re: Glowfic platform
Okay so I put together a Javascript hack to deal with the CSS wonkiness, haven't gotten it working for the image selector when posting yet but character/template/gallery pages should be doing better. Also, have a history viewer for replies.
Fix for the image picker and history for the main post are still pending.
Fix for the image picker and history for the main post are still pending.
- Bluelantern
- Posts: 2347
- Joined: Sat Mar 22, 2014 3:31 pm
- Pronouns: He, Him, His
- Location: http://curiosity-discoverer-of-worlds.tumblr.com/
Re: Glowfic platform
On stuff that could be done before the site goes live:
*Add a way to get links for specific posts
*The ability to delete several icons at once.
*Maybe add the html codes to the post edition page, kinda like what they have on dreamwidth.
So far those are pretty much my only additions to the site. Because it is great! :D
*Add a way to get links for specific posts
*The ability to delete several icons at once.
*Maybe add the html codes to the post edition page, kinda like what they have on dreamwidth.
So far those are pretty much my only additions to the site. Because it is great! :D
Sorry for my bad english
"Yambe Akka take the stars, they’re zombies!" - Isabella Amariah
"Yambe Akka take the stars, they’re zombies!" - Isabella Amariah
Re: Glowfic platform
Yay requests! Thanks :)
Updates:
Updates:
- You cannot edit other people's posts (...oops)
- Post history is a thing now
- I decided to be lazy and just made the icon picker force to six icon rows, so now the weird CSS float thing should be fixed for that one too.
- In addition to the icon selector I already made, still having the dropdown of searchable icon keywords as a selection option in case people prefer it
- Being able to post without an icon
- Being able to link to a specific post
- Being able to delete multiple icons at once
- Fixing the UI bug on the search page
- Consolidating the UI for displaying a list of posts (on the forums page, on the Recent page, on a character's page, etc), including page numbers if relevant, better author list, etc
- More complete profile pages, for users or characters or really whatever.
- Restricting what you can post, since right now I just let basically anything through and this is Not Safe, and then providing a list of allowed markup from the post form.
- Moiety color in post display
- Being able to lock posts within general continuities (MWF, Sandboxes, etc) to specific authors, continuity-style
- Being able to lock threads to specific authors or to specific visibilities, same as posts
- Being able to import existing Dreamwidth glowfic into the site
- Being able to upload images
- Optional email notifications
Last edited by Marri on Sun Dec 27, 2015 10:20 pm, edited 1 time in total.
-
- Posts: 3554
- Joined: Fri Mar 21, 2014 5:47 pm
- Pronouns: 'He' or 'she', interchangeably
- Location: under a pile of Jokers
- Contact:
Re: Glowfic platform
btw, the site will be able to send us emails eventually, right? I live for my dreamwidth comment notifications, I would be a sad kappa if glowficsite did not ever start doing that XD
- Timepoof
- Posts: 488
- Joined: Sun Nov 29, 2015 6:16 pm
- Pronouns: she/her/hers
- Location: On a sparkly throne with soft fluffy cushions
- Contact:
Re: Glowfic platform
Thing above: make it turn-off-able. I don't like emails.
EDIT: ooh, ooh, if a post is forked have it able to do totally chronologically and grouped together by thread.
EDIT: ooh, ooh, if a post is forked have it able to do totally chronologically and grouped together by thread.
The WAFFLES will submit to this indignity.
-
- Posts: 3554
- Joined: Fri Mar 21, 2014 5:47 pm
- Pronouns: 'He' or 'she', interchangeably
- Location: under a pile of Jokers
- Contact:
Re: Glowfic platform
What do you mean about a post being forked? Is there anyone who likes seeing the comments from multiple threads incomprehensibly intermingled? Stranger things have happened, I guess.
- Timepoof
- Posts: 488
- Joined: Sun Nov 29, 2015 6:16 pm
- Pronouns: she/her/hers
- Location: On a sparkly throne with soft fluffy cushions
- Contact:
Re: Glowfic platform
I think I mean a post with multiple threads but someone somewhere said something about a post being forked and I think they meant like multiple threads from the same first post? Words fail me right now.
The WAFFLES will submit to this indignity.
Re: Glowfic platform
Request from a reader: please change the layout/style to be phone-friendly.
- Add the magic incantation to the <head> of all pages.
Code: Select all
<meta name="viewport" content="width=device-width">
- Remove both left sidebars, so the text can be read at the full narrow width. If preferred, use CSS media queries to make it either a sidebar or a header/float conditional on the available width.
- Tweak further as needed.