Quote:
Originally Posted by gator777
Great work! Just one question though. I'm using VB 3.8 RC1, and the IGN definition is causing an error. Any suggestions for a fix?
Code:
Parse error: syntax error, unexpected T_STRING in /home/public_html/forum/includes/ame_bbcode.php(801) : eval()'d code on line 1
|
I thought this was fixed in RC1, but what you can try to do is go into the definition for IGN and see if there are any single quotes. Escape each single quote by adding a backslash in front of each one, like so:
\'
I've not had a chance to check to be sure, but that's likely the problem.
Quote:
Originally Posted by MonkYZ
Digital Jedi: wouldn't be easier and less time consuming for you to stick to only one version (usually latest) ? I mean, it must be a killer job to go back to 2.x then 2.5 and so on. I think we could manage to love one version only, one big definition file, easier to track bugs... Just my 50 cents 
|
Easier for me, maybe. But it would leave a lot of users out in the cold. While the old definitions will work on RC1, these definitions will not display properly on anything but RC1. And the whole point of doing definitions for RC1 is so you can use RC1's new area controls. But if I drop the old defs for the BETA version's defs, I'll be leaving a lot of folks out in the cold who aren't ready to use the new version yet, or who've been receiving errors with them.
The hardest part is over now that I've gone through the main list. The only thing I need to do now is when I make a set of definitions, to import the new set to my demo board and export them again with the $ameinfo variables instead of the usual height and width parameters. An extra step, but not an egregious one.