Welcome, Guest. Please Login or Register.
April 27, 2025, 05:28:17 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [BETA] YaBB SE Language Editor « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [BETA] YaBB SE Language Editor  (Read 4675 times)
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
[BETA] YaBB SE Language Editor
« on: May 10, 2002, 03:16:11 AM »
Reply with quote

Version 0.95 BETA

Test this script here!

This mod is actually not a real mod, but a stand alone PHP-script. It alows you to edit YaBB SE Language Files online. It also can compare your language files with other language files

Main features are:
  • Edit language files online, easy and safe
  • Item-by-item comparison of language files
  • Blend parts of the Compare File into your Source File
  • Select items and edit them
    • characters are automatically (un)escaped
    • switch easily between text strings, arrays and 'here doc'-statements (using print <<<EOT)
    • Add comments
    • Original file (structure) is maintained and only the items that are edited change
  • Search through a languagefiles and edit all items containing the search string
  • read/write/convert YaBB 1 Gold <-> YaBB SE language files
Some screenshots:


« Last Edit: May 16, 2002, 11:16:14 PM by Compuart » Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #1 on: May 10, 2002, 03:21:57 AM »
Reply with quote

Wow, looks good.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
vorapoap (vory)
Sr. Member
****
Posts: 424


Not considered either a living or death

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #2 on: May 10, 2002, 03:36:59 AM »
Reply with quote

Yeh! Looks very good :)
Logged

On the route to hell...
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #3 on: May 10, 2002, 06:39:11 AM »
Reply with quote

This is one of the coolest tools I have ever seen!  8)
Logged

Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[BETA] YaBB SE Language Editor
« Reply #4 on: May 10, 2002, 08:14:28 AM »
Reply with quote

 :o *speechless*
Logged

Sensor
Noobie
*
Posts: 43


I love YaBB SE! <-- do I? YES I DO!!!

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #5 on: May 10, 2002, 10:19:41 AM »
Reply with quote

Just tried it..

I am working currently on a hebrew language file.. and it doesn't display the text correctly.. I had to manually fit in a meta tag just above the body tag to make it work:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-8-I">
But damn it looks good! this really helps:)

Logged
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:[BETA] YaBB SE Language Editor
« Reply #6 on: May 14, 2002, 11:55:26 AM »
Reply with quote

Quote from: Sensor on May 10, 2002, 10:19:41 AMI am working currently on a hebrew language file.. and it doesn't display the text correctly.. I had to manually fit in a meta tag just above the body tag to make it work:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-8-I">
But is this the way to make a uniform character set supporting hebrew, western, greek, etc. characters? Or is a configurable characters set preferrable? Suggestions are welcome, cuz I actually don't know much about character sets.

Any other bugs? there have to be...  ;D
Logged

Sensor
Noobie
*
Posts: 43


I love YaBB SE! <-- do I? YES I DO!!!

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #7 on: May 14, 2002, 11:59:18 AM »
Reply with quote

This is not a bug (at all)

it is just a problem in the coding of html.. especially with exotic languages..

The meta tag tells the browser that the higher ascii should be interpreted as Hebrew

so one loses ö à etc... but in a completely hebrew forum that doesnt matter..
there is one huge problem with the complete Yabb forum.. but I am working with a friend on that.. so that it COMPLETELY uses RTL (right to left) typing/text.. :)
we are very close.. and it is not a mod anymore.. it is a modification of the complete forum I'm afraid...
ah well:)

Thanks again forthis cool app!
Logged
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:[BETA] YaBB SE Language Editor
« Reply #8 on: May 14, 2002, 03:05:11 PM »
Reply with quote

Hmmm, that wouldn't be a bad idea. A language editor should support every language (sounds logical  :P)

I'm gonna add this feature so that it's configurable wether text is written (and input) from left-to-right or from right-to-left. And also possible to choose a character set.

But where am I gonna find all character sets. Probably somewhere on w3c.org, right?
Logged

Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #9 on: May 14, 2002, 03:25:10 PM »
Reply with quote

Compuart, great idea :)  We had looked at making that sort of thing for the site here but were just too busy :)
Logged

Sensor
Noobie
*
Posts: 43


I love YaBB SE! <-- do I? YES I DO!!!

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #10 on: May 14, 2002, 07:48:24 PM »
Reply with quote

hmm..

I found the character set more or less by searching very hard... I mean I couldnt find a thing on w3c.org.. Man that site is just as transparant as Microsoft.com (meaning: NOT )

ah well..
I try to look here and there, if I find a link, I will mail it to you

cheers
Logged
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:[BETA] YaBB SE Language Editor
« Reply #11 on: May 16, 2002, 11:13:52 PM »
Reply with quote

Quote from: Jeff Lewis on May 14, 2002, 03:25:10 PMCompuart, great idea :)  We had looked at making that sort of thing for the site here but were just too busy :)
Glad I could save ya some time  :P
Quote from: Sensor on May 14, 2002, 07:48:24 PMI found the character set more or less by searching very hard... I mean I couldnt find a thing on w3c.org.. Man that site is just as transparant as Microsoft.com (meaning: NOT )
Found it and implemented it. Thanx.

So here is the new release. This release has the character set configurable, as well as the right-to-left input/texts.

Also a new feature is that the language editor is universal YaBB, so it can now read/write/convert YaBB 1 Gold-files as well as YaBB SE-files.

I've setup a test environment, so that everyone can test it thoroughly  ;) Feel free to edit every language file you can find there and tell me whether there are still bugs in the script.

Logged

Jedi~
Eric
Beta Tester
YaBB God
*****
Posts: 1284


WWW
Re:[BETA] YaBB SE Language Editor
« Reply #12 on: May 17, 2002, 12:57:13 AM »
Reply with quote

Your permissions are set incorrectly on your test enviroment.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] YaBB SE Language Editor
« Reply #13 on: May 17, 2002, 01:02:38 AM »
Reply with quote

Maybe he did it on purpose to keep us from saving over the .lng files.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:[BETA] YaBB SE Language Editor
« Reply #14 on: May 17, 2002, 05:19:32 AM »
Reply with quote

oops, nope, I forgot  ::) :-[

Everything should work fine now
Logged

Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [BETA] YaBB SE Language Editor « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.033 seconds with 16 queries.