WB17 and PHP examples

Do you want to share WYSIWYG Web Builder tips, tricks, tutorials or useful HTML code? You can post it here...
(no questions or problems please, this section is not monitored by support).
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.

PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Post Reply
DWG
 
 
Posts: 15
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

WB17 and PHP examples

Post by DWG »

Dear ,
for who is interested I created some php code that can be used
1) WB17 + PHP8 + bootstrap5 is used and code works on windows11 , raspberry ( linux ) , hostfree :make sure that you have r/w rights !!!
2) WB17 is used for design
what is possible
- login , logout => users data is inside a textfile
- carousel => can be changed dynamic
- WIG_help => show some help of used functions WIG_*
- change color => data is inside a textfile
- menu => links can be changed at anytime
-sonos => little example
- reuse objects that can be called from another page linked with a php function
datatables inside html object with sort , modifying using java code
mysql is also added

Regards ,
Georges
Oscar
 
 
Posts: 2
Joined: Mon Jun 20, 2022 8:24 am

Re: WB17 and PHP examples

Post by Oscar »

Interesting.
Where is that code?
Oscar
DWG
 
 
Posts: 15
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

Re: WB17 and PHP examples

Post by DWG »

Dear ,
link to download the code :
https://www.mediafire.com/file/062zdyg7 ... 7.ZIP/file

meanwhile code is extended with other options ( for fun ) but you need to know php and used version is 8 => very important as creating an array it is different
I do not logon often so if you want the code it can be provided let me know
meanwhile you can change any object color/textsize/rounded whatever ...
left click shows an menu using WB17 , see below what is included
foreach(explode(" ","incl_functions.php incl_javascript.php incl_mysqli.php bootstrap_513.css bootstrap_513.js toastr.css toastr.js sweetalert.min.js datatables.min.js datatables.min.css") as $my_include)

found howto integrate php code inside the used menus , reuse objects from other pages
be aware when using it it won't run at first sight , i can help on this
Best regards ,
DWG
Post Reply