Thank you so much! What was the problem?
Thank you so much! What was the problem?
-retcon-
The one time I don't bother explaining the technical details of what was happening, someone actually wants to know. (Note: hyperbole.) Uh, in a nutshell, most adventure text is run through a filter to replace character entities with the corresponding characters. This filter wasn't being applied to the command text, totally by accident. When you typed [FONT="#FF0000"] instead of [FONT=#FF0000], this was read as specifying the color "#FF0000", which, for reasons I'll confess to being unclear on, got parsed as #00FF00. Anyway, I put the filter in and now everything's happy.
Okay, two other things I discovered.
You can't stack color tags.
[COLOR="#0000FF"]the cake is [COLOR="#FF0000"]red[/COLOR].[/COLOR]
Also, the Size tags don't use the forum sizes, they use actual point values.
-retcon-
You can't stack any tags. The code would have to be a lot more complicated for that to be possible, and that simply isn't important enough to bother with. Just put your color/whatever tags side to side or else write the actual HTML.
There is no prescriptive standard for how the number in BBCode size tags should be interpreted. The present implementation on the site corresponds to the bbcode.org example but not these forums' implementation. There's not really a perfect solution to the matter, but this one at least gives a far wider range of options than the forums' 1-7 does.
inbetween houses, be back soon
Does anybody know how to add Flash files onto a page?
Nevermind, I'm good
Last edited by Gelatino; 08-03-2012 at 08:25 PM.
Hey. Psst. Click this spoiler. That would be super good of you to do.
No, I can do that too.
Oh sweet.
So here's the deal: I have an adventure on another forum (this one here) That I wish to transfer over to Here in order to get some more commands and such (And better fans). The problem is that it is nearing its 100th page and i doubt i can fit all the update into a spoiler for the Cradle. So I was thinking that I could Mirror it first, then make the Cradle topic, Then ill just post the Mirror to the Cradle and start there instead of trying to use two posts to post the entire current adventure into an unorganized spoiler.
Sounds good. Is your username on the mirror site the same as it is here?
Done.
That said, PMs remain the preferred method of doing this sort of thing.
Hey, I am having a bit of a problem. I can't seem to bold things with {b}{/b} (obviously while using []).
It's on this page, the Y in the [Y/N] thing is marked with the bold code, but it doesn't appear as bold.
Am I doing something wrong, or is bolding in spoilers impossible?
Your entire adventure is already in bold, so the [b] tags have no effect.
Oh, I see, Thank you!
Hey guys i'm back to wor- "50 new private messages" fuck
How exactly do I edit adventures?
First, take all necessary steps to sign up. As explained above, you have to first become an editor, which involves sending a PM to one of the people in charge. I believe that is explained in the OP of this thread. After you've taken all the necessary steps to sign up, here's what you do:
1. Navigate to the MSPFA homepage and sign in by clicking "USER CENTER" on the bar near the top.
2. Once you sign in, it bring you here. Click "Editing Adventures" at the top of the list.
3. If you're making a new adventure, click "New Adventure". If you're editing an already existing adventure, select your adventure from the dropdown list and click "Edit existing adventure".
Then you can start making pages. Good luck!
Hey. Psst. Click this spoiler. That would be super good of you to do.
Hey guys a quick question that's been bothering me to no end!!
I've been updating my adventure on the site, and as of recent the colour codes have stopped working. Whenever I go to imput a colour code, It shows up as black text. I've even copied previously working colour codes into a new post and it still shows up black. Any ideas as to what could be causing this? And the adventure is Primary Colours (#305)
Color hex codes are supposed to begin with pound signs (#). So #FF0000, not FF0000, etc. Not all valid colors are hex codes (red should also work, or rgba(255, 0, 0, 1), or hsl(255,255,128)), so the pound sign isn't added automatically. It looks like you've input a lot of the suckers already, though, so give me five minutes and I'll see if I can make your life a bit easier.
EDIT: All right! I've added special cases so if the color is a set of three or six characters in the set [0123456789ABCDEF] (case insensitive) a pound sign will get added in. Example of this working. You'll need to resave all your pages with the color codes so that the pound signs get applied to them, but you won't need to change their contents.
Last edited by Violet CLM; 08-21-2012 at 10:16 PM.
Alright! thank you so much! I knew I was goofing up somewhere. c: