WebsiteBaker 2.8.4 on the horizon

DarkViper

[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

Luisehahne

Just we have started testing the last fixes,

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

N1kko

My Tools: MacBook Pro Retina, Coda2, Sketch 3... Couldn't live without them

jacobi22

QuoteOne small issue, in my language (dutch) the admin pages  > Extra > Templates etc. are not translated (see screenshot attatched).

the problem is fixed now - the missing new languages files are finish now and works without problems

nibz

In general, can't it be corrected that if there is no dutch (or other language except german and english) file that it uses the old language file first and not the english lanuage first ??.

--------------------------------

Now to my solution:

I have made a dutch language file for admin->addons->languages , based on the old language file but in the same order as the EN and DE file allready in this directory.

I cannot attach anything so here is a download link for the dutch language file: https://db.tt/eYsaQMX7
Download it and put it in admin/addons/language/

jacobi22

Quote from: nibz on December 18, 2013, 07:25:48 PM

No need to unquote?
Like this:?

$mLang->enableAddon('admin\languages');
$mLang->enableAddon('admin\templates');


Sorry, yes, this is correct  :oops: :oops:

nibz

Quote from: jacobi22 on December 18, 2013, 06:26:07 PM
Sorry for the double post

here a little help for the language problem in the Addon-pages
build a empty directory, called "languages" into the folders
admin / module
admin / languages
admin / templates

change the code in the file admin / template / index.php   // line 59
from (old)
$mLang->enableAddon('admin\addons');

to
$mLang->enableAddon('admin\templates);

change the code in the file admin / languages / index.php   // line 56
from (old)
$mLang->enableAddon('admin\addons');

to
$mLang->enableAddon('admin\languages);

the script search in this (new) languages-folders for the lang-file in your favorite language and if its not there, it use the globale language file

the new languages file for this area are only finish in german and english - thats the problem now


No need to unquote?

$mLang->enableAddon('admin\languages);
$mLang->enableAddon('admin\templates);

Like this:?

$mLang->enableAddon('admin\languages');
$mLang->enableAddon('admin\templates');

jacobi22

Sorry for the double post

here a little help for the language problem in the Addon-pages
build a empty directory, called "languages" into the folders
admin / module
admin / languages
admin / templates

change the code in the file admin / template / index.php   // line 59
from (old)
$mLang->enableAddon('admin\addons');

to
$mLang->enableAddon('admin\templates);

change the code in the file admin / languages / index.php   // line 56
from (old)
$mLang->enableAddon('admin\addons');

to
$mLang->enableAddon('admin\languages);

the script search in this (new) languages-folders for the lang-file in your favorite language and if its not there, it use the globale language file

the new languages file for this area are only finish in german and english - thats the problem now

jacobi22

Quote from: jacobi22 on December 18, 2013, 05:40:26 PM
$mLang->enableAddon('admin\templates'); doesnt work

for the first help, copy the language-file NL.php btw your favorite languages file from the languages-Folder into admin/addon/language

jacobi22

$mLang->enableAddon('admin\templates'); doesnt work

for the first help, put the language-file NL.php from the languages-Folder into admin/addon/language

DarkViper

there is a typing error in /admin/templates/index.php  at line 59:

change this:
<?php
// old
$mLang->enableAddon('admin\addons');

// into new
$mLang->enableAddon('admin\templates');


ok i know, in /admin/templates there are now language definitions... but in these case Translate will fall back to the main language files and there all needed translations should be available.

[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

jacobi22

the problem are not in the language files, it works only correct in the language "english" and "german"

nibz

I downloaded the new version.
One small issue, in my language (dutch) the admin pages  > Extra > Templates etc. are not translated (see screenshot attatched).
How can i change this ? i tried to look it up in the language file but i couldn't find it.

easyuser

At all, that can't read internal threads:
Please test WB, because it will be released these days:
http://project.websitebaker2.org/projects/wb28x/repository/revisions/2035

You can download it here:
https://github.com/cwsoft/WebsiteBaker as a .zip file.

daydreamer

Quote from: baZzz on November 14, 2013, 03:47:33 PM
Just wondering; but is there any new news regarding the 2.8.4 release?

Me too :D

baZzz

Just wondering; but is there any new news regarding the 2.8.4 release?

DarkViper

WebsiteBaker and SM2 also can not replace any skills in CSS.
Some things take care of the users themselves.  ;-)
[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

daydreamer

Thanks, the only reason I ask is I find it difficult to make a css3 drop down menu work.

DarkViper

there will be no changes in existing functionality.
but some new possibilities are added.
[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

daydreamer


N1kko

My Tools: MacBook Pro Retina, Coda2, Sketch 3... Couldn't live without them

jacobi22

Quote from: N1kko on October 01, 2013, 11:19:10 AM
Looking forward to 2.8.4 if it fixes a few bugs such as droplets throwing invalid php
i'm sure, there is no bug with the droplets in wb 2.8.3

N1kko

Looking forward to 2.8.4 if it fixes a few bugs such as droplets throwing invalid php
My Tools: MacBook Pro Retina, Coda2, Sketch 3... Couldn't live without them

erwinrosario30

Hello bro,
How much time we need to wait for 2.8.4 release?
[url=http://www.padka.com/]swim time converter[/url]

Sokhim Sim

Good news love it wait to see new version release.
Freelance Website Design in Cambodia.

Clients: [url="http://www.websitebaker2.org/forum/index.php/topic,24514.0.html"]http://www.websitebaker2.org/forum/index.php/topic,24514.0.html[/url]