Results 1 to 2 of 2

Thread: Is it POSSIBLE ??? Editing the SQL File like this ...

  1. #1
    Join Date
    Sep 2008
    Location
    Germany - Deutschland
    Posts
    90

    Default Is it POSSIBLE ??? Editing the SQL File like this ...

    Hi again.
    If I find a section such as this in the sql file:

    `period` enum('Day','Month','Year') NOT NULL default 'Month',
    `status` enum('Active','Inactive') NOT NULL default 'Active',
    `is_trial` char(3) NOT NULL default 'no',

    Is it then possible for me to "translate" such a file by doing the following?

    `period` enum('Tag','Monat','Jahr') NOT NULL default 'Monat',
    `status` enum('Aktiv','Deaktiviert') NOT NULL default 'Aktiv',
    `is_trial` char(3) NOT NULL default 'Nein',


    I must have everything that's readable in the web browser translated to german.
    It's not enough to translate just the template files. That might be good for a
    family or a hobby portal, but not for one that's supposed to be 100% professional
    in every way. Thank you.
    .
    EinfachClicken - Family friendly, Fast, Fun, Informative
    Videoportal: http://www.meineclipshow.einfachclicken.de/
    Freebie Flashgames: http://www.megaspass.einfachclicken.de/
    GERMAN HOMEPAGE - http://www.einfachclicken.de/ TONS of FREE STUFF in over 40.000 files.

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Is it POSSIBLE ??? Editing the SQL File like this ...

    It's probably going to be pretty hard to change something like that as changing the commands to be language localized would also require you to edit what's being inputted into the system. Since you cannot edit the PHP files for vShare, I don't think that what you are wanting to do is possible. One thing to note is that SQL is not read by the browser. SQL is a server-side language (along with PHP). That code is only executed by the server.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

Similar Threads

  1. Editing tpl files?
    By cmm14513 in forum Template Modifications
    Replies: 1
    Last Post: 09-02-2008, 05:52 AM
  2. Editing my template
    By SKTV in forum Template Modifications
    Replies: 3
    Last Post: 10-15-2007, 06:27 AM
  3. editing a .tpl
    By loachman in forum Feature Requests
    Replies: 2
    Last Post: 06-22-2007, 06:54 PM
  4. Template editing?
    By Luke Beale in forum Installation Support
    Replies: 3
    Last Post: 06-01-2007, 12:30 PM
  5. Tag editing through admin?
    By satori in forum Feature Requests
    Replies: 0
    Last Post: 05-07-2007, 10:43 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
  •