Page 2 of 10

Re: [PLUGIN] Contact v0.5

Posted: Mon Dec 07, 2015 11:31 am
by Fred
Plugin update, read first post for changelog.

Re: [PLUGIN] Contact v0.5

Posted: Sun Jan 24, 2016 1:15 pm
by adminvz
how to connect the plug-in does not work?

Image

Re: [PLUGIN] Contact v0.5

Posted: Sun Jan 24, 2016 2:53 pm
by kaaleth
This plugin is out of date. You need metadata.json file in your plugin's catalogue. Try to copy file from other plugin.

Re: [PLUGIN] Contact v0.5

Posted: Sun Jan 24, 2016 9:41 pm
by adminvz
Thanks, helped like works.
Only nothing if the file from another plugin?

Re: [PLUGIN] Contact v0.5

Posted: Mon Jan 25, 2016 1:11 pm
by Fred
All plugins update...

Re: [PLUGIN] Contact v1.0.1

Posted: Sun Feb 28, 2016 8:03 pm
by kamaltmo
Hey, I was trying top used this plugin with the most recent version of Bludit and noticed that that there was a mistake in the database entry it was making. The dbFields are initialized with email and slug

Code: Select all

	$this->dbFields = array(
			'email'=>'',	// <= Your contact email
			'slug'=>''		// <= Slug url of contact page
			);
but the code then looks for entrys in page so it is never loaded since no entrys are found

Code: Select all

$this->getDbField('page')===$value
Simply changing 'slug' to 'page' fixes the issue and the contacts page is loaded fine from there. Just a heads up for anyone trying to use this plug in, also I have pushed the change to the github page already

Re: [PLUGIN] Contact v1.0.1

Posted: Sun Feb 28, 2016 8:16 pm
by Fred
It was an oversight, thank you for your contribution was merged on github ;)

Re: [PLUGIN] Contact v1.0.1

Posted: Tue Mar 08, 2016 5:51 pm
by adminvz
It was an oversight, thank you for your contribution was merged on github

Give a link where to download ??
as downloaded from here https://github.com/dignajar/bludit-plugins
He sets an error ???


Warning: file_get_contents (/ var / www / vh99928 / data / www / ----- / bl-plugins / contact / metadata.json): failed to open stream: No such file or directory in / var / www / vh99928 / data / www / filci.ru / bl-kernel / abstract / plugin.class.php on line 47

Download
2016/01/25 - Version 1.0.1: contact.zip (5 KB)
Compatibilty update with Bludit 1.0.1
link does not work 404

Re: [PLUGIN] Contact v1.0.1

Posted: Tue Mar 08, 2016 7:46 pm
by Fred
Download link update in first page of topic ;)

Re: [PLUGIN] Contact v1.0.1

Posted: Tue Mar 08, 2016 7:49 pm
by adminvz
Download
2016/01/25 - Version 1.0.1: contact.zip (5 KB)
Compatibilty update with Bludit 1.0.1
link does not work 404

I need a link to download the file instead of registration

Image