2013-08-16, 02:56:06
I am an enthusiastic "GetSimple" user and have created this plug-in for one of my projects. I hope this plug-in is still interesting for someone. You can post your feature requests or bugs in the plug-in here.
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
|
Feedback Lite
|
2013-08-16, 02:56:06
I am an enthusiastic "GetSimple" user and have created this plug-in for one of my projects. I hope this plug-in is still interesting for someone. You can post your feature requests or bugs in the plug-in here.
2013-08-16, 03:17:26
Looks like with a slight modification ( or rather configurability ) this would make an awesome contact plugin as well.
in line 123 file add_entry.php remove the semicolon
Code: </div>; Code: Warning: preg_replace() [function.preg-replace]: Parameter mismatch, pattern is a string while replacement is an array in B:\home\mysite\www\plugins\feedback.php on line 144
2013-08-17, 01:20:06
Bugs are fixed. Thank you very much for reporting.
Sorry I've tested getRandomEntry() as a function, and not as a place-holder.
and pagination will be? Suddenly there will be many posts.
how can I add code (% feedback random %) to the component?
2013-08-17, 02:53:05
2013-08-19, 16:44:17
2013-08-21, 06:02:48
(This post was last modified: 2013-08-21, 06:04:10 by thomas.klinski.)
@picnic This is great. Thank you for your feedback.
I added pagination. If someone could test it, that would be great.
2013-08-21, 16:57:39
All the fun is working, you can add comments to the pages or make a guestbook.
Please do, so that the active buttons were red. For some reason, the filter does not work.
2013-08-21, 17:45:29
please translate this line
Code: add_action('pages-sidebar', 'createSideMenu', array($thisfile, 'Feedback'));
2013-09-04, 06:29:00
(This post was last modified: 2013-09-04, 06:52:49 by thomas.klinski.)
for some reason after the publication of this endorsement does not disappear, but disappears form
===Thank you. Your opinion is very important.<br />Your message will be shown after the routine check .==
2013-09-05, 05:25:38
I have fixed that, you can The new version 0.2 is available for download.
You can set it if you want to submit more than one feedback per session.
2013-09-05, 23:07:55
Thomas, great work on this plugin.
Newest download still gives v0.1.3 ??
2013-09-05, 23:53:00
Russian translation http://get-simple.info/extend/plugin-language/russian-language-for-feedback-lite/698/
Again, great work on this plugin.
Dutch translation: http://get-simple.info/extend/plugin-language/russian-language-for-feedback-lite/700/ Had trouble to translate "Only one submit pro session?". Is this the number of submits pro session (example 3 = only three submits pro session) or 0=no (multiple) and 1=yes (one)? Furthermore fields with "Minimal lenght" = 0 are not show on backend view? How about front? Is there an option for custom template? Pagination works for me. Function calls getAllEntries() and getSubmitFormular() are not working in template. Furthermore 'random' is showing character entities in text: René = Ren&eacute;e
is it possible to create another field to allow comments without moderation and attach captcha?
2013-09-08, 02:28:15
1. Newest download still gives v0.1.3 ?? -> fixed, I forgot to update version
2. Had trouble to translate "Only one submit pro session? -> this is the interim solution, currently is the boolean field (0/1 or something else) In future, capcha or something similar be built. 3. Is there an option for custom template? -> Currently, you can customize template via CSS or directly in php. In the next version I want move html to templates. 4. Function calls getAllEntries(true) and getSubmitFormular(true) are not working in template. -> fixed, you can call the functions with parameter true 5. Furthermore 'random' is showing character entities in text: René = Ren&eacute;e -> fixed
2013-09-10, 17:52:15
@Thomas
Have tested new version and it works great. Suggestion for admin, replace text fields Min/Max with checkbox fields Required, Show (on front)? Thx for the work you put in this plugin.
No - The fields to add/remove
No - File download To make no standart select css, please
2013-10-01, 16:32:32
The page is refreshed form disappears.
2013-10-11, 03:31:10
hello.
can You tell me what to do with that error printed on submission page?? only_one_per_session['frontend'] == 0) { unset($_SESSION['submited']); } ?> Thank you.Your opinion is very important. Your message will be shown after the routine check .
2013-10-11, 04:10:09
ok i got it:
add_entry.php line 122 replace with <?php if ((int) $settings->only_one_per_session['frontend'] == 0) { unset($_SESSION['submited']); } ?>. jazzas. just another getsimply plugin that just not work correctly...
2013-10-20, 21:11:47
What is the news?
2013-11-01, 21:47:39
I18n does not work. When enabled admin panel, plug-in works. Admin turn off, other language does not work. English only.
|
« Next Oldest | Next Newest »
|