WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • WebsiteBaker »
  • General Announcements »
  • WebsiteBaker 2.8.4 on the horizon
  • Print
Pages: 1 [2]   Go Down

Author Topic: WebsiteBaker 2.8.4 on the horizon  (Read 67427 times)

Offline N1kko

  • Posts: 137
  • Gender: Male
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #25 on: October 03, 2013, 02:28:44 PM »
Sorry no bug, reuploaded and fixed :)
Logged
My Tools: MacBook Pro Retina, Coda2, Sketch 3... Couldn't live without them

daydreamer

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #26 on: October 16, 2013, 02:31:28 PM »
Will show menu 2 be changing?
Logged

Offline DarkViper

  • Forum administrator
  • *****
  • Posts: 3087
  • Gender: Female
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #27 on: October 16, 2013, 02:34:12 PM »
there will be no changes in existing functionality.
but some new possibilities are added.
Logged
Der blaue Planet - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen

"We need education to cope with digitalization - and NOT the digitalization of education.!"

Tägliches Stoßgebet: Oh Herr, wirf Hirn vom Himmel !

daydreamer

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #28 on: October 16, 2013, 03:03:13 PM »
Thanks, the only reason I ask is I find it difficult to make a css3 drop down menu work.
Logged

Offline DarkViper

  • Forum administrator
  • *****
  • Posts: 3087
  • Gender: Female
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #29 on: October 16, 2013, 03:15:37 PM »
WebsiteBaker and SM2 also can not replace any skills in CSS.
Some things take care of the users themselves.  ;-)
Logged
Der blaue Planet - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen

"We need education to cope with digitalization - and NOT the digitalization of education.!"

Tägliches Stoßgebet: Oh Herr, wirf Hirn vom Himmel !

Offline baZzz

  • Posts: 68
  • Gender: Male
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #30 on: November 14, 2013, 03:47:33 PM »
Just wondering; but is there any new news regarding the 2.8.4 release?
Logged

daydreamer

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #31 on: November 15, 2013, 12:04:19 PM »
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
Logged

Offline easyuser

  • Posts: 832
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #32 on: December 16, 2013, 09:47:37 PM »
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.
Logged

Offline nibz

  • Posts: 684
  • Gender: Male
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #33 on: December 18, 2013, 04:18:25 PM »
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.
Logged

jacobi22

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #34 on: December 18, 2013, 04:38:10 PM »
the problem are not in the language files, it works only correct in the language "english" and "german"
Logged

Offline DarkViper

  • Forum administrator
  • *****
  • Posts: 3087
  • Gender: Female
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #35 on: December 18, 2013, 05:15:08 PM »
there is a typing error in /admin/templates/index.php  at line 59:

change this:
Code: [Select]
<?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.

Logged
Der blaue Planet - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen

"We need education to cope with digitalization - and NOT the digitalization of education.!"

Tägliches Stoßgebet: Oh Herr, wirf Hirn vom Himmel !

jacobi22

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #36 on: December 18, 2013, 05:40:26 PM »
$mLang->enableAddon('admin\templates'); doesnt work

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

jacobi22

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #37 on: December 18, 2013, 05:41:11 PM »
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
Logged

jacobi22

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #38 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)
Code: [Select]
$mLang->enableAddon('admin\addons');
to
Code: [Select]
$mLang->enableAddon('admin\templates);
change the code in the file admin / languages / index.php   // line 56
from (old)
Code: [Select]
$mLang->enableAddon('admin\addons');
to
Code: [Select]
$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
Logged

Offline nibz

  • Posts: 684
  • Gender: Male
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #39 on: December 18, 2013, 07:25:48 PM »
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)
Code: [Select]
$mLang->enableAddon('admin\addons');
to
Code: [Select]
$mLang->enableAddon('admin\templates);
change the code in the file admin / languages / index.php   // line 56
from (old)
Code: [Select]
$mLang->enableAddon('admin\addons');
to
Code: [Select]
$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?
Code: [Select]
$mLang->enableAddon('admin\languages);
$mLang->enableAddon('admin\templates);
Like this:?
Code: [Select]
$mLang->enableAddon('admin\languages');
$mLang->enableAddon('admin\templates');
Logged

jacobi22

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #40 on: December 18, 2013, 07:40:44 PM »
Quote from: nibz on December 18, 2013, 07:25:48 PM

No need to unquote?
Like this:?
Code: [Select]
$mLang->enableAddon('admin\languages');
$mLang->enableAddon('admin\templates');

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

Offline nibz

  • Posts: 684
  • Gender: Male
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #41 on: December 18, 2013, 08:33:46 PM »
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/
Logged

jacobi22

  • Guest
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #42 on: December 21, 2013, 06:47:16 PM »
Quote
One 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
Logged

Offline N1kko

  • Posts: 137
  • Gender: Male
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #43 on: January 02, 2014, 01:55:21 PM »
Any news on a release date?
Logged
My Tools: MacBook Pro Retina, Coda2, Sketch 3... Couldn't live without them

Offline Luisehahne

  • WebsiteBaker Org e.V.
  • **
  • Posts: 4548
  • Gender: Male
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #44 on: January 02, 2014, 02:19:01 PM »
Just we have started testing the last fixes,

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

Offline DarkViper

  • Forum administrator
  • *****
  • Posts: 3087
  • Gender: Female
Re: WebsiteBaker 2.8.4 on the horizon
« Reply #45 on: January 03, 2014, 06:01:10 AM »
I think that we can close this thread now.  8-)  :-D

WebsiteBaker 2.8.4 [R2072]

Logged
Der blaue Planet - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen

"We need education to cope with digitalization - and NOT the digitalization of education.!"

Tägliches Stoßgebet: Oh Herr, wirf Hirn vom Himmel !

  • Print
Pages: 1 [2]   Go Up
  • WebsiteBaker Community Forum »
  • WebsiteBaker »
  • General Announcements »
  • WebsiteBaker 2.8.4 on the horizon
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2