Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    I've made it so all new members are automatically granded membership status when signing up, so I'm trying to change the text on the sign in and sign up pages so they don't talk about membership approval.

    I found the English.php file that looks to be what I need to change. However, if I make *any* changes to that file, I get a "Parse error: parse error in /home/apowell/symbolicorder.com/html/discussions/languages/English.php on line 722".

    This is happening no matter how small or large the change and the line number appears to be more or less random.

    Any suggestions? Thanks.
    •  
      CommentAuthorMark
    • CommentTimeNov 6th 2005
     # 2
    It's hard to tell you what's wrong if we can't actually see the file. Perhaps you could copy and rename it English.txt so we can see it?

    If you are using quotes, be sure to escape them. I think that's been the most common mistake with the language file.

    Example:

    BAD:
    $Dictionary["something"] = "She was like "what?" and I was like "Totally!"";

    GOOD:
    $Dictionary["something"] = "She was like \"what?\" and I was like \"Totally!\"";
    •  
      CommentAuthorAaron Powell
    • CommentTimeNov 6th 2005 edited
     # 3
    You know what? (And this makes me feel pretty dumb.) I figured out what was going on. The file's 57k. So I was hitting "refresh" on my browser before it had finished uploading after saving the changes. I'm used to files uploading nearly instantly and this one's just taking longer. So there was a parse error because the file wasn't complete.

    Sigh. So it works. Thanks for the help. (And thanks for this amazing forum software.)
    •  
      CommentAuthorlech
    • CommentTimeNov 6th 2005
     # 4
    Warning! Error Exists Between Keyboard And Chair.

    :D glad you fix it :D
Add your comments
    Username Password
  • Format comments as