Hi Pablo,
Is there a way to create an extension with tabs and an iframe instead of the code being right on the page?
I was going to update PHP Guestbook[http://www.wysiwygwebbuilder.com/phpguestbook.html], add a reply, add option to use recaptchav3 and hcaptcha
but I can't figure out how to make it work the way it was originally designed.
It looks like the extension builder does not support creating an extension in the same way.
I need help, could you post an explanation on how I could create the extension to work as the original did?
PHP Guestbook. How to update the extension while keeping the original functionallity?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 5978
- Joined: Thu Aug 16, 2007 7:32 pm
Re: PHP Guestbook. How to update the extension while keeping the original functionallity?
This is because the extension was not built / created using the "Extension Builder" it was made in C++ so no files are available to modify by yourself.It looks like the extension builder does not support creating an extension in the same way.
Re: PHP Guestbook. How to update the extension while keeping the original functionallity?
Is there any documentation on how to build extensions in C#?
I know this is a lot to ask but could I maybe get a source code for the extension?
If not I really hope that you can send me some explanation on how to start building extensions in C#.
I know this is a lot to ask but could I maybe get a source code for the extension?
If not I really hope that you can send me some explanation on how to start building extensions in C#.
Re: PHP Guestbook. How to update the extension while keeping the original functionallity?
Sorry, there is no documentation about creating extensions in C++.
The C++ API is not public because these extensions have specific requirements, which could easily break the application's behavior if not implemented correctly.
You would not be able to build such an extension yourself without advanced knowledge of the internals of the software.
The C++ API is not public because these extensions have specific requirements, which could easily break the application's behavior if not implemented correctly.
You would not be able to build such an extension yourself without advanced knowledge of the internals of the software.
- BaconFries
-
- Posts: 5978
- Joined: Thu Aug 16, 2007 7:32 pm
Re: PHP Guestbook. How to update the extension while keeping the original functionallity?
Sorry there is no documentation on this.Is there any documentation on how to build extensions in C#?
Sorry the source code is not available as far as I am awareI know this is a lot to ask but could I maybe get a source code for the extension?