Page 7 of 23
Re: Glowfic platform
Posted: Mon Dec 21, 2015 1:08 pm
by Bluelantern
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.
I am noticing when posting and the character's gallery suffers the same alignment problem.
Re: Glowfic platform
Posted: Mon Dec 21, 2015 1:11 pm
by Marri
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.
Re: Glowfic platform
Posted: Tue Dec 22, 2015 11:02 pm
by Marri
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.
Re: Glowfic platform
Posted: Sun Dec 27, 2015 2:13 pm
by Bluelantern
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
Re: Glowfic platform
Posted: Sun Dec 27, 2015 2:23 pm
by Marri
Yay requests! Thanks :)
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.
Current list of Things I Want Done Before Release:
- 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
Things which are also on the above list but which will go absolutely last because they will cost money:
- Being able to import existing Dreamwidth glowfic into the site
- Being able to upload images
- Optional email notifications
Re: Glowfic platform
Posted: Sun Dec 27, 2015 2:37 pm
by Kappa
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
Re: Glowfic platform
Posted: Sun Dec 27, 2015 2:43 pm
by Timepoof
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.
Re: Glowfic platform
Posted: Sun Dec 27, 2015 3:00 pm
by Kappa
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.
Re: Glowfic platform
Posted: Sun Dec 27, 2015 3:07 pm
by Timepoof
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.
Re: Glowfic platform
Posted: Sun Dec 27, 2015 4:27 pm
by Unbitwise
Request from a reader: please change the layout/style to be phone-friendly.
- Add the magic incantation
Code: Select all
<meta name="viewport" content="width=device-width">
to the <head> of all pages.
- 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.
If you're not a smartphone-type-person, desktop Chrome and Firefox both have developer tool options to pretend to be one.