Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-16-2006 10:27:34

rachaelseven
Member
From: Massachusetts, USA
Registered: 01-23-2006
Posts: 3169
Website

New Forum May Have Corrupted Old Posts

It looks like the new forum has changed some of the old posts.  Inside code blocks, I've seen spaces changed to their HTML equivalent ( ) and I've seen some lists that don't seem to be supported.  Won't be a big deal in the long run, but there may be some mods that won't work correctly until they've been fixed by their author.  I've already fixed a couple of mine, but if anyone encounters any of mine that have problems, please let me know and I'll try to get them editted as soon as possible.

Rachael


Rachael Katz
- Custom Focusing Screens for DSLR Cameras

Offline

 

#2 09-16-2006 11:11:15

Big Dave
Member
Registered: 10-24-2003
Posts: 742

Re: New Forum May Have Corrupted Old Posts

ut oh. I see a LOT of angry new customer newbies (and oldies) who don't know this and use code posted that others have praised as working great. This is not good.

Offline

 

#3 09-16-2006 11:12:55

rachaelseven
Member
From: Massachusetts, USA
Registered: 01-23-2006
Posts: 3169
Website

Re: New Forum May Have Corrupted Old Posts

Not good indeed.  Code inside a code block is supposed to be directly cut&pasteable.  With the corruptions that have occurred, this could lead to a lot of problems with applying various mods and patches through all parts of the forum.


Rachael Katz
- Custom Focusing Screens for DSLR Cameras

Offline

 

#4 09-16-2006 14:05:24

Todd
Member
From: Kitty Hawk, NC
Registered: 04-01-2003
Posts: 553
Website

Re: New Forum May Have Corrupted Old Posts

Rachael,

I have looked at a few of the mods posted and I can't find anywhere that something was actually changed.

What I mean by that is that Pun does a straight across conversion of posts.

So is there was a space in a post in Invision... Pun will show a space.  However if there was a non-breaking space, such as within a comment, the system will show the actual html code for a non-breaking space ( ).  However, nothing is actually being changed within the code.  Invision just chose to not show   whereas pun shows them in quotes... which in my opinion is a good thing because we getter a purer view of the code.

I have yet to find where pun converted a space into a non-breaking space.  I might be missing something though... do you have an example you could link to?

On a separate note:  Rachael, you should see if Nick needs anymore beta-testers.  I think you would be a great addition to the team because you have a very indepth knowledge which has become evident in your posts.

Last edited by Todd (09-16-2006 14:08:44)


there's more than one way to...



Offline

 

#5 09-16-2006 15:12:13

rachaelseven
Member
From: Massachusetts, USA
Registered: 01-23-2006
Posts: 3169
Website

Re: New Forum May Have Corrupted Old Posts

Hi Todd,

Thank you very much for the compliment.  I'll check with Nick about beta testing... but I think I'll give him a little time to catch up first.

As far as changed posts, I had to fix several of mine already.  But since I've fixed them, I don't have an example to show you.  What happened was that inside code blocks, if there was more than one space at the beginning of a line, such as an indent for the contents of an if statement, the conversion left the first space, but converted the second one to    Allow me to demonstrate:

Code which on the old board looked like this:

Code:

if ($variable eq "something") {
  print "Did something";
} ## endif

Got converted like this:

Code:

if ($variable = "something") {
  print "Did something";
} ## endif

Obviously, if someone copied/pasted the incorrectly converted version into a PERL script, it wouldn't work.  I haven't cruised all the posts to see if it happened anywhere else - I was just checking a few of mine in the Mods & Hacks section and I noticed it had occurred in several places.

Last edited by rachaelseven (09-19-2006 12:07:58)


Rachael Katz
- Custom Focusing Screens for DSLR Cameras

Offline

 

#6 09-22-2006 14:25:20

GoBrushless.com
Member
Registered: 06-29-2005
Posts: 431

Re: New Forum May Have Corrupted Old Posts

talk about frustrating.  now i get to figure out why the hell my ats batch order screen can't seem to locate "pending shipment" orders.

Last edited by GoBrushless.com (09-22-2006 14:25:47)

Offline

 

#7 09-29-2006 08:49:31

rachaelseven
Member
From: Massachusetts, USA
Registered: 01-23-2006
Posts: 3169
Website

Re: New Forum May Have Corrupted Old Posts

Todd wrote:

I have yet to find where pun converted a space into a non-breaking space.  I might be missing something though... do you have an example you could link to?

Yes, I've found several examples.  I've corrected most of mine, but here is a good example:  https://forum.kryptronic.com/viewtopic. … 194#p63194

That post is not one of mine, so I couldn't correct it.  But a little further down, you'll see my reply, which has almost the same code the way it should appear.  Would make a real mess for copy/paste, that's for sure.

Rachael


Rachael Katz
- Custom Focusing Screens for DSLR Cameras

Offline

 

Board footer