After years... yes literally years of work WebYep2 has been released on github
https://github.com/maxfancourt/WebYep
Please read the manuals!!!
WebYep 2 Release
Re: WebYep 2 Release
Hi
I still use WebYep Vers. 1.7.3. for some websites in german. Is it possible to update to vers. 2 (is there a special german version?) by only changing the folder "webyep-system" and doing the adjustments for the site in the "config-inc.php"?
Regards
I still use WebYep Vers. 1.7.3. for some websites in german. Is it possible to update to vers. 2 (is there a special german version?) by only changing the folder "webyep-system" and doing the adjustments for the site in the "config-inc.php"?
Regards
Re: WebYep 2 Release
Hi
Originally in the old webyep1 systems we had an odd arrangement where by you would have a specific german and english version with a different folder names and then all the other languages would be activated via the config with English set as Auto but depending on which folder names you had
Now you set the language ... e.g. German, English Dutch, within the config file thats it
All webyep code snippets which are inserted into your page have been updated although all the old versions will work EXCEPT
1. the loop code (that needs the new code snippet),
2. the new init code at the beginning of the document
3. and there is a new code snippet which is inserted just after then opening body tag
The data folders content stay the same so you could copy the original contents over
What I would do is download your german site
then set up a local version using MAMP ausing the new webyep 2 system and then start to move over the data folder contents into webyep 2
plus adjust the new config file and finally insert the missing code snippets into the html pages
speak soon max
Originally in the old webyep1 systems we had an odd arrangement where by you would have a specific german and english version with a different folder names and then all the other languages would be activated via the config with English set as Auto but depending on which folder names you had
Now you set the language ... e.g. German, English Dutch, within the config file thats it
All webyep code snippets which are inserted into your page have been updated although all the old versions will work EXCEPT
1. the loop code (that needs the new code snippet),
2. the new init code at the beginning of the document
3. and there is a new code snippet
Code: Select all
<?php unset($_SESSION["loopid"]); ?>
The data folders content stay the same so you could copy the original contents over
What I would do is download your german site
then set up a local version using MAMP ausing the new webyep 2 system and then start to move over the data folder contents into webyep 2
plus adjust the new config file and finally insert the missing code snippets into the html pages
speak soon max