[PLUGIN] Contact for Bludit 2.6

User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

A new contact plugin is now on the to do list:

https://github.com/bludit/bludit/issues/652
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

Plugin update and work with latest Bludit version, read first post.
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Thank you! That's great!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

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
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

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.
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Gives me still this error.

Thank you for adding the language files!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

It works when adding a slash at contact.php (line 13):

<form method="post" action="<?php echo $Site->url() . '/' . $Page->slug(); ?>" class="contact">
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply