Page 6 of 10

Re: [PLUGIN] Contact for Bludit 2

Posted: Sun Mar 04, 2018 9:06 pm
by Edi
A new contact plugin is now on the to do list:

https://github.com/bludit/bludit/issues/652

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Sun Mar 04, 2018 11:51 pm
by Fred
Plugin update and work with latest Bludit version, read first post.

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Mon Mar 05, 2018 12:49 am
by Edi
Thank you! That's great!

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Mon Mar 05, 2018 10:01 am
by diego
Fred wrote: Sun Mar 04, 2018 11:51 pm Plugin update and work with latest Bludit version, read first post.
Thanks Fred, a lot of users want this plugin.

Now, https://plugins.bludit.com supports free and paid plugins if you are interested to start making more plugins :D

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Mon Mar 05, 2018 1:07 pm
by Edi
The updated version of the plugin can now also be downloaded from the repository at

https://plugins.bludit.com

Additional language files can be downloaded from

https://github.com/bludit/plugin-transl ... er/contact

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Mon Mar 05, 2018 6:43 pm
by Edi
I don't know if there will be an update. At the moment the plugin would work only with static pages.

But there is still a bug: After the submission there is a wrong redirect. For example, if the page with the form is

Code: Select all

mydomain.com/contact
the redirect is

Code: Select all

mydomain.comcontact

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Mon Mar 05, 2018 7:40 pm
by Fred
Edi wrote: Mon Mar 05, 2018 6:43 pm I don't know if there will be an update. At the moment the plugin would work only with static pages.

But there is still a bug: After the submission there is a wrong redirect. For example, if the page with the form is

Code: Select all

mydomain.com/contact
the redirect is

Code: Select all

mydomain.comcontact
Good evening Edi,
I do not see or place other than static pages, a contact page does not change in general.

For the slash at the end of the url, I look, because I tested it locally and on my server and I'm not this bug.

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Mon Mar 05, 2018 8:11 pm
by Fred

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Mon Mar 05, 2018 9:17 pm
by Edi
Gives me still this error.

Thank you for adding the language files!

Re: [PLUGIN] Contact for Bludit 2.2.1

Posted: Tue Mar 06, 2018 12:48 am
by Edi
It works when adding a slash at contact.php (line 13):

<form method="post" action="<?php echo $Site->url() . '/' . $Page->slug(); ?>" class="contact">