It is currently Thu Nov 28, 2024 8:33 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 674 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 34  Next
Author Message
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 08, 2013 12:20 am 
Offline
Member

Joined: Sep 22, 2013
Posts: 3118
door (dooooooooooor) wrote:
any chance on taking away the 'Like' button?


liked ;)


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 08, 2013 12:21 am 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
I've created a monster!

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 08, 2013 2:46 pm 
Offline
Member

Joined: Sep 22, 2013
Posts: 3118
when someone's post is deleted, their post count stays the same

having looked at phpbb3 before I don't think this can be easily fixed but maybe something has changed


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 08, 2013 2:50 pm 
Offline
Moderator Lead
User avatar

Joined: Sep 19, 2013
Posts: 1242
Identity: Male
I think modifying someone's post count to reflect deleted posts requires manually resetting it. This is just a guess based on what I remember of the Control Panel offhand, though--I haven't bothered looking recently.

_________________
It would be folly to try to conceal the true nature of Althalus, for his flaws are the stuff of legend. He is, as all men know, a thief, a liar, an occasional murderer, an outrageous braggart, and a man devoid of even the slightest hint of honor.


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 08, 2013 2:52 pm 
Offline
Member
User avatar

Joined: Sep 23, 2013
Posts: 511
Location: Netherlands
I thought 'deleted' posts were not really deleted?
Or am I missing something here?

_________________
There is a 90% chance I'm listening to either of these three music numbers while posting. Responses may be compromised.
Touhou Last Boss Rush
EX-boss medley P1
EX-boss medley P2


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 08, 2013 2:58 pm 
Offline
Moderator Lead
User avatar

Joined: Sep 19, 2013
Posts: 1242
Identity: Male
They aren't, but last I checked, the place we chucked them into for safekeeping is set up to not increase post count.

_________________
It would be folly to try to conceal the true nature of Althalus, for his flaws are the stuff of legend. He is, as all men know, a thief, a liar, an occasional murderer, an outrageous braggart, and a man devoid of even the slightest hint of honor.


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Mon Oct 14, 2013 3:30 pm 
Offline
Member
User avatar

Joined: Sep 22, 2013
Posts: 440
Location: Warsaw, Poland
URLs with brackets with them get messed up:

http://gatherer.wizards.com/Pages/Searc ... spx?name=+[Thrull]%7C%7Ctype=+[Thrull]%7C%7Csubtype=+[Thrull]%7C%7Ctext=+[Thrull]

And adding URL tags doesn't help at all.

[url]http://gatherer.wizards.com/Pages/Search/Default.aspx?name=+[Thrull]%7C%7Ctype=+[Thrull]%7C%7Csubtype=+[Thrull]%7C%7Ctext=+[Thrull][/url]

_________________
The Astral Compass: An Adventurer's Quest - A YMtC contest, come join at any time! (except for now)


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Mon Oct 14, 2013 3:49 pm 
Offline
Former Staff
User avatar

Joined: Sep 19, 2013
Posts: 3426
Location: Elemental Plane of Fire
Identity: Male
Preferred Pronoun Set: He/Him or by name
It's a limitation in bb code, I believe anywhere. The work-around is to use the ASCII code for the brackets (%5B for open bracket, and %5D for closed). For example:

I work!

If you ever need to find the codes for these or other character, Google "Table of ASCII Characters" (without the quotes). You want what's listed in the hex or hexidecimal column, and you stick a % in front of that value. Here's one such table, that I just used to get the codes for the brackets.

_________________
Burn it with fire! If it still moves, you didn't use enough fire.


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Mon Oct 14, 2013 3:51 pm 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
Ogre wrote:
URLs with brackets with them get messed up:

http://gatherer.wizards.com/Pages/Searc ... spx?name=+[Thrull]%7C%7Ctype=+[Thrull]%7C%7Csubtype=+[Thrull]%7C%7Ctext=+[Thrull]

And adding URL tags doesn't help at all.

[url]http://gatherer.wizards.com/Pages/Search/Default.aspx?name=+[Thrull]%7C%7Ctype=+[Thrull]%7C%7Csubtype=+[Thrull]%7C%7Ctext=+[Thrull][/url]


Thanks for pointing this out!

Technically it is not a bug; square brackets aren't legal in URLs (you're supposed to use the urlencoded forms, %5B and %5D, instead), so php is looking at those URLs and saying "nope, not valid, no link for you". And technically it's right to do so.

But I get that it's really annoying to not be able to do this. I'll see if I can find a workaround.

[fake edit] Argh, beaten by Fire!

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Mon Oct 14, 2013 3:54 pm 
Offline
Member
User avatar

Joined: Sep 22, 2013
Posts: 440
Location: Warsaw, Poland
I guess that's not so bad then, it's just gonna be somewhat annoying to deal with.

_________________
The Astral Compass: An Adventurer's Quest - A YMtC contest, come join at any time! (except for now)


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Mon Oct 14, 2013 4:21 pm 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
Update: You can now use square brackets in URLs in [url] tags. It will replace all the square brackets with the corresponding HTML entities (%5B, %5D). Example:
Code:
[url]http://gatherer.wizards.com/Pages/Search/Default.aspx?name=+[Thrull]%7C%7Ctype=+[Thrull]%7C%7Csubtype=+[Thrull]%7C%7Ctext=+[Thrull][/url]

becomes

http://gatherer.wizards.com/Pages/Search/Default.aspx?name=+%5BThrull%5D%7C%7Ctype=+%5BThrull%5D%7C%7Csubtype=+%5BThrull%5D%7C%7Ctext=+%5BThrull%5D

Doesn't work without the tags, and you can't use it in url= tags either.

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Mon Oct 14, 2013 4:27 pm 
Offline
Member

Joined: Sep 22, 2013
Posts: 3118
good work


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Mon Oct 14, 2013 4:28 pm 
Offline
Member
User avatar

Joined: Sep 22, 2013
Posts: 440
Location: Warsaw, Poland
Yay, thanks!

_________________
The Astral Compass: An Adventurer's Quest - A YMtC contest, come join at any time! (except for now)


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 15, 2013 6:01 pm 
Offline
Member

Joined: Sep 22, 2013
Posts: 3118
I get the message "You cannot read posts in this forum." when I tried to quote a post

and then when I tried to refresh the page I got a message "You cannot read this forum"

in the metaboard


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Tue Oct 15, 2013 6:01 pm 
Offline
Member

Joined: Sep 22, 2013
Posts: 3118
oh I just checked again and the post I was referring to was deleted so I guess that is why


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Wed Oct 16, 2013 4:34 am 
Offline
Member
User avatar

Joined: Sep 22, 2013
Posts: 11309
Location: Asleep at the wheel
Preferred Pronoun Set: SE / squinty / squints
Quote:
Spoiler Room
Discussion of new cards belongs here. Yes, there spoilers here.

Gotta love late night typos.

~SE++

_________________
[D&D 5E] Princes of the Apocalypse | Set-up | In Character | Out of Character | Map: Lance Rock

[Johnny's Quest] October 12 - 18: Cloudstone Curio


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Wed Oct 16, 2013 10:37 am 
Offline
Former Staff
User avatar

Joined: Sep 19, 2013
Posts: 908
squinty_eyes wrote:
Quote:
Spoiler Room
Discussion of new cards belongs here. Yes, there spoilers here.

Gotta love late night typos.

~SE++

It was like 5 am give me a break :V


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Wed Oct 16, 2013 11:39 pm 
Offline
YMtC Pro Tour Champion
User avatar

Joined: Sep 22, 2013
Posts: 14369
Not sure if it's a bug or just an incomplete feature, but we currently have an incomplete set of Dreamblade Symbol smilies.
Madness ( :madness: ), Passion ( :passion: ) and Fear ( :fear: ) are all present, but are missing Valor (The crossed swords icon), the Blade symbols, and a few miscellaneous Dreamblade symbols from the old forums.

Even if we don't have many Dreamblade folks here, we used these symbols for forum games and notation a lot down in F&S. Hell, the blade and multiblade icons were practically a mechanic on their own.

_________________
"Enjoy your screams, Sarpadia - they will soon be muffled beneath snow and ice."

I have a blog. I review anime, and sometimes related media, with an analytical focus.

I'm a (self) published author now! You can find my books on Amazon in Paperback or ebook!
The Accursed, a standalone young adult fantasy adventure.
Witch Hunters, book one of a young adult Scifi-fantasy trilogy.


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Wed Oct 16, 2013 11:57 pm 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
If you link me to the images you want I'll add 'em. :)

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
 Post subject: Re: Bug Report Thread
PostPosted: Thu Oct 17, 2013 12:16 am 
Offline
YMtC Pro Tour Champion
User avatar

Joined: Sep 22, 2013
Posts: 14369
Here's all of them. Better to do this now than miss them later.

Name (Suggested code) {image}
Valor (valor) Image
Blade (bl) Image
Double Blade (dbl) Image
Multiblade (mbl) Image
Double Multiblade (dmbl) Image
Scoring Cell (sc) Image
Comes into Play (cip) Image

_________________
"Enjoy your screams, Sarpadia - they will soon be muffled beneath snow and ice."

I have a blog. I review anime, and sometimes related media, with an analytical focus.

I'm a (self) published author now! You can find my books on Amazon in Paperback or ebook!
The Accursed, a standalone young adult fantasy adventure.
Witch Hunters, book one of a young adult Scifi-fantasy trilogy.


Like this post
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 674 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 34  Next

All times are UTC - 6 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group