Jump to content

Click Here!

xax

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by xax

  1. In the interest of saving you so much hassle, DemonGoddess, I do feel obligated to say that it should be possible to automate the conversion process -- IIRC, the old "auto-formatting" system just checked for the presence of certain formatting HTML tags (br and p) and if there weren't any it would call nl2br or one of those PHP formatting functions to make the story text look right. It would be simple enough to write a script that would page through all the stories before a certain date, do that same formatting check, and then if it applied do the auto-formatting and update the story with the new text, so that it's saved in the database with <br> tags instead of newlines. The only downside to this is that all those <br> tags would show up if the author tried editing the story in the future, but it sounds like that's effectively what would happen the way you're doing it too, only with <p> tags? A more fancy auto-formatting routine would be able to wrap all text in <p> tags too, I think, so even that shouldn't be a huge issue. I just weep to think of you spending months and months patching up a huge quantity of old database entries when a script could do it all in an hour or two.
  2. Well this is an unexpected surprise. Welcome back, Apollo!
  3. Oh, that sucks. But it's good to hear you're on top of things! Well wishes to all of you helping keep the site up and running. If there's anything I can do to help or anything like that, just let me know.
  4. There is still a 'Challenge' content code in the list when a story is submitted, which might lead people to believe that they are allowed on the archive.
  5. xax

    Chat

    I vote IRC channel.
  6. xax

    Snape/OFC?

    Just putting my two cents in here as site tech: There's not any technical reason to remove the */OMC or */OFC categories. Like the quote in Jaxxy's email says: (I am assuming that's DemonGoddess061 speaking there, as she is the one doing all the reorganization) On the one hand, yeah, I can see how those categories don't fit in with the rest of the canon character pairings because it's very broad, but on the other hand it does appear that the userbase enjoyed having those categories and there are already a whole ton of Harry Potter pairing subcategories-- I don't think adding a few more would make that much of a difference. I'd suggest adding categories like "Snape/other female character" for any canon character who has many pairings with either minor characters or fan characters.
  7. As far as I know, they just keep track of your post count-- you get more and more as you post more. I think they're new (or new-ish) since the forum software was upgraded.
  8. Well, on the system settings page there is a setting called 'Reset Player Stats for players that Opt out of ibProBattle' (and it's turned on), so that might be the reason for people's NP reserves being zeroed out. p.s. This battle RPG thing is... interesting. I'm trying to limit myself to only attacking other moderators.
  9. I've been able to successfully post chapters with around 10k words. I know the database can handle far longer chapters than that-- it should be able to accept 50k word chapters, even, although I don't know if the server has been ever tested to that degree. Most likely, it's an error with the text sanitization code. Check in your author panel (edit the chapter in question) to see if the chapter is still 'broken' at the same point it is when you view it on the site. If it isn't, please post the area where it breaks here. If it is, uh, post here and I'll think about it more. The only other think I can think of offhand that could cause a problem like that is if you're using a slow (like dial-up) or high-latency (like satellite) internet connection, and the data transfer is timing out or being aborted midway through. oh yeah, p.s. Knorg: I don't think there are any rules about minimum length, although personally I think if you're posting, say, 15 100-word drabbles you should probably group them together if you can. But I don't think mods are going to step in and force you to do so.
  10. Evidently when the archives were split up, it was decided to only show the archives that held story content-- I think the Resources archive is the only one so excluded from the listings. The Resources archive has more-or-less been totally replaced by the Author Resources forums and there might be plans to totally remove that archive in the future, but I'll talk to Manta2g and see what can be done about listing your resources posts on your user page.
  11. Ooh, ooh, I can be all authoritative about this! Adding more subcategories is totally possible-- there's actually code in the testing area that allows infinite subcategories right now. However, unless there's a mass outcry from the users, we're planning on upgrading the search function and adding some sort of sorting/tagging ability (probably based on better Story Codes) so you can filter in on stories you're interested in reading, instead of adding deeper subcategories. Part of the reason for that is to reduce redundancy-- for example, let's say you're looking for a good femslash romance in any category. If we add more subcategories, you'd have to check down in the Yuri/Femslash -> Romance subcategory for each major category. If we make a better search engine & categorizing schematic, you could just select "Romance" and "Yuri/Femslash" and get all the results over all the categories.
  12. I fully support a person's freedom of (and freedom from) religion, and I think any government shouldn't do anything supporting or opposing any religion. And hopefully this won't spark a giant flamewar, but... uh, evolution isn't theology. It's science.
  13. Current plans are to replace all the date/time displays with a more readable date-- that "2008-01-05 23:08:03" example of yours would instead read as "January 5th, 2008". We're undecided about listing hour:minute:second of the update, but if the authors want to see that then we'll display it as well. The 00:00:00 problem is due to some remaining issues with the update process-- depending on the way you add chapters to your stories*, sometimes the site will note the hour:minute:second of the submission and sometimes it will not, which translates over to having an empty timestamp if it doesn't. I've fixed the problem, but the fix isn't live on the main site yet. But yes, soon we'll have better update code and time listings. * For the record, using the "Add chapter to this story ->" link at the bottom of any of your stories notes the full update time (and correct latests page position), whereas using the author panel "Add Chapter" link does not note the full update time.
  14. The way story sorting works is that each story has the date and time it's been last updated stored, and when you look at a category you get an ordered list, based on that date, of the X most recently-updated stories. However, the way it used to work (and still does sometimes, sadly) is by storing the date but not the time of the update, which meant that every story updated on any day was tied with all other stories also updated on that day. When there's a tie, the sort order is more-or-less random, but the order only changes when there's an update to the table. Hence, your stories jump around each time someone updates their story. I can't immediately fix your problem due to administrative issues, but give me a week or so and I'll alter the timestamps on your stories to have them order correctly, always.
  15. The links on the submission page are outdated, and haven't been replaced in the site code yet. The current Ratings Guidelines are available on the forums. I don't know specifically what the old subcategory help page said and we don't have a direct replacement for it yet (just how to request a new category, if that was your question) but if you have any questions feel free to PM a moderator or admin, or just reply to this thread.
  16. The database can store a lot more data than you get to use for your summary, I think in part because the storage space was enlarged because people kept getting their tags cut off... I won't bore you with technical details, but basically allowing space for as many story codes as you need and a full summary is somewhat complex, which is why it isn't fixed yet. But like I said, it's on the to-do list, so once my most-recent updates are up on the site I'll start working on getting that fixed.
  17. Once you publish a story on the site, all of your story codes are appended to the end of your summary. To edit story codes after a story has been published, you can go to Edit Story -> Edit Details, then click on the 'Summary' field and scroll all the way to the right. However, if your story summary is long or if you selected many story codes, it's possible that the codes may be cut off by the letter limit on that field-- in which case, you can't add more story codes. That's one of the things on the (long) to-do list.
  18. I think I know what's causing your problem: The file you submit must be a .html/.htm or .txt file-- no .doc or .pdf or other files types are accepted. If you're using Microsoft Word, use the 'export as HTML' option to generate a HTML version of your story. The file also actually has to have a .htm/.html/.txt extension, too. If that doesn't solve your problem, post the subdomain (Harry Potter, Videogames, Anime, TV, etc) you're trying to post to, along with the first few paragraphs of your story so I can take a closer look at what might be causing this.
  19. hmm. I checked the latests page for the HP archive-- SoftObsidian74, right now your story appears at the bottom of the 5th page back with a last updated date of the 17th and a last edited date of the 18th. I can't tell if it happened instantly when you updated the story, but from what I can see the story looks like it was placed on the front page of the latests on the 17th. There might be a delay when you update the story, though-- try If you've added another chapter since the 17th, your story wasn't bumped, however. If you did add another chapter since then, uh... clearly something is wrong and I need to check that out, but if you last added a new chapter on the 17th and it didn't show up, there was probably just a delay from the time you updated to the time the latests page updated.
  20. List updated February 13, 2013
  21. The Inuyasha category has its own archive-- all Inuyasha stories are located at the Inuyasha subdomain, which is where you should post any fanfiction about that series. (Yeah, I know it's kind of confusing that some anime aren't actually under 'anime', trust me, this situation isn't ideal for anyone.)
  22. The database side limit on the length of reviews is 65,000 letters, so I doubt that's the problem unless you're really verbose. Could you link to the review in question? I could take a look and see what's up.
  23. Knorg: I believe foeofthelance is talking about things like this Daily Mail article, but it isn't exactly widespread or limited to Muslims.
  24. I think everyone is forgetting that AFFN did have a gallery for a while-- not integrated into story submissions, but the "gallery" link is still there on the page header, even though the link is dead. But yeah, I'd agree with the other mods-- it does take up a lot of bandwidth, and non-textual fanworks have tended to be more heavily litigated against in the past (but I am very much not a lawyer), so although I do like the idea I don't think we can really seriously consider it at this time.
×
×
  • Create New...