Results 1 to 3 of 3

Thread: on line 659 in my lang file is it wrong?

  1. #1
    birkenstam's Avatar
    Join Date
    Mar 2006
    Posts
    205

    Default on line 659 in my lang file is it wrong?

    hi guys just wonder how your line 659 in lang file looks like this? if not how should it look like?


    '_To view the photos you have to become a gold member. Go to <a href="membership.php" target="_blank">Gold Membership page</a> to purchase membership.' => '_To view the photos you have to become a gold member. Go to <a href=\\"{$site[\'url\']}membership.php\\" target=\\"_blank\\">Gold Membership page</a> to purchase membership.',

  2. #2
    ijk
    ijk is offline

    Join Date
    Apr 2005
    Posts
    340

    Default double \\

    single

    Code:
    \
    should do to escape the character

    also
    Code:
    [\'url\']
    I think should be
    Code:
    ['url']
    check it out
    Last edited by ijk; 11-08-2006 at 12:36 PM.
    AE Version 4.0 IQ

  3. #3
    birkenstam's Avatar
    Join Date
    Mar 2006
    Posts
    205

    Default

    sorry for the my bad explantion, i just wonder if yours look the same the whole line.
    becuse i think my is wrong this one
    '_To view the photos you have to become a gold member. Go to <a href="membership.php" target="_blank">Gold Membership page</a> to purchase membership.' => '_To view the photos you have to become a gold member. Go to <a href=\\"{$site[\'url\']}membership.php\\" target=\\"_blank\\">Gold Membership page</a> to purchase membership.',
    should be shorter something like this maybe
    '_To view ' =>' To view the photos you have to become a gold member. Go to <a href=\\"{$site[\'url\']}membership.php\\" target=\\"_blank\\">Gold Membership page</a> to purchase membership.',
    i have alterd my one so dont know what should be there? i think this part of the code is wrong '_To view ' =>' but i am not sure that why ask you guys maybe somebody have there lang file open and could check that line. Line 659 in lang file.

    Warm regards Anders
    Sex Dejting
    Last edited by birkenstam; 11-08-2006 at 01:38 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Member.php file wrong - pointing to admin panel!!!
    By timmymagic in forum General Troubleshooting
    Replies: 6
    Last Post: 03-02-2007, 12:32 PM
  2. Chinese Lang file
    By Prometheus in forum Language Files / Language Database
    Replies: 11
    Last Post: 02-05-2007, 05:31 PM
  3. Lang File problem
    By BeastMaster in forum General Troubleshooting
    Replies: 2
    Last Post: 01-26-2007, 08:19 AM
  4. Spanish Lang File
    By Smoge in forum Language Files / Language Database
    Replies: 8
    Last Post: 11-11-2005, 09:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •