GetSimple Support Forum
Feedback Lite - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Feedback Lite (/showthread.php?tid=5065)

Pages: 1 2


Feedback Lite - thomas.klinski - 2013-08-16

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 someoneSmile. You can post your feature requests or bugs in the plug-in here.


RE: Feedback Lite - shawn_a - 2013-08-16

Looks like with a slight modification ( or rather configurability ) this would make an awesome contact plugin as well.


RE: Feedback Lite - Oleg06 - 2013-08-16

in line 123 file add_entry.php remove the semicolon
Code:
</div>;
and code (% feedback random%) gives an error
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



RE: Feedback Lite - thomas.klinski - 2013-08-17

Bugs are fixed. Thank you very much for reporting.
Sorry I've tested getRandomEntry() as a function, and not as a place-holder.


RE: Feedback Lite - Oleg06 - 2013-08-17

and pagination will be? Suddenly there will be many posts.
how can I add code (% feedback random %) to the component?


RE: Feedback Lite - thomas.klinski - 2013-08-17

You're right, I am just programming a pager for this plugin.

(2013-08-17, 01:28:45)Oleg06 Wrote: how can I add code (% feedback random %) to the component?

You can call this function <?php getRandomEntry(); ?>


RE: Feedback Lite - picnic - 2013-08-19

(2013-08-16, 02:56:06)thomas.klinski Wrote: I hope this plug-in is still interesting for someone

Sure it is, thanks thomas.


RE: Feedback Lite - thomas.klinski - 2013-08-21

@picnic This is great. Thank you for your feedback.

I added pagination. If someone could test it, that would be great.


RE: Feedback Lite - Oleg06 - 2013-08-21

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.


RE: Feedback Lite - Oleg06 - 2013-08-21

please translate this line
Code:
add_action('pages-sidebar', 'createSideMenu', array($thisfile, 'Feedback'));



RE: Feedback Lite - thomas.klinski - 2013-09-04

(2013-08-21, 17:45:29)Oleg06 Wrote: please translate this line
Code:
add_action('pages-sidebar', 'createSideMenu', array($thisfile, 'Feedback'));
i have fixed some bugs and add additional functionality.
If someone could test it would be very nice.


RE: Feedback Lite - Oleg06 - 2013-09-04

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 .==


RE: Feedback Lite - thomas.klinski - 2013-09-05

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.


RE: Feedback Lite - Rene - 2013-09-05

Thomas, great work on this plugin.

Newest download still gives v0.1.3 ??


RE: Feedback Lite - Oleg06 - 2013-09-05

Russian translation http://get-simple.info/extend/plugin-language/russian-language-for-feedback-lite/698/


RE: Feedback Lite - Rene - 2013-09-06

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&amp;eacute;e


RE: Обратная связь Lite - Oleg06 - 2013-09-08

is it possible to create another field to allow comments without moderation and attach captcha?


RE: Feedback Lite - thomas.klinski - 2013-09-08

1. Newest download still gives v0.1.3 ?? -> fixed, I forgot to update versionSmile
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&amp;eacute;e -> fixed


RE: Feedback Lite - Rene - 2013-09-10

@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.


RE: Feedback Lite - boa - 2013-10-01

No - The fields to add/remove
No - File download

To make no standart select css, please


RE: Feedback Lite - boa - 2013-10-01

The page is refreshed form disappears.


RE: Feedback Lite - infografik - 2013-10-11

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 .


RE: Feedback Lite - infografik - 2013-10-11

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...


RE: Feedback Lite - boa - 2013-10-20

What is the news?


RE: Feedback Lite - denisnorma - 2013-11-01

I18n does not work. When enabled admin panel, plug-in works. Admin turn off, other language does not work. English only.