Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feedback Lite
#1
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.
Reply
#2
Looks like with a slight modification ( or rather configurability ) this would make an awesome contact plugin as well.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
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
Reply
#4
Bugs are fixed. Thank you very much for reporting.
Sorry I've tested getRandomEntry() as a function, and not as a place-holder.
Reply
#5
and pagination will be? Suddenly there will be many posts.
how can I add code (% feedback random %) to the component?
Reply
#6
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(); ?>
Reply
#7
(2013-08-16, 02:56:06)thomas.klinski Wrote: I hope this plug-in is still interesting for someone

Sure it is, thanks thomas.
Reply
#8
@picnic This is great. Thank you for your feedback.

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


Attached Files
.zip   feedback.zip (Size: 19.3 KB / Downloads: 6)
Reply
#9
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.
Reply
#10
please translate this line
Code:
add_action('pages-sidebar', 'createSideMenu', array($thisfile, 'Feedback'));
Reply
#11
(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.


Attached Files
.zip   03092013.zip (Size: 19.67 KB / Downloads: 3)
Reply
#12
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 .==
Reply
#13
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.
Reply
#14
Thomas, great work on this plugin.

Newest download still gives v0.1.3 ??
Reply
#15
Russian translation http://get-simple.info/extend/plugin-lan...-lite/698/
Reply
#16
Again, great work on this plugin.
Dutch translation: http://get-simple.info/extend/plugin-lan...-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
Reply
#17
is it possible to create another field to allow comments without moderation and attach captcha?
Reply
#18
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


Attached Files
.zip   07092013.zip (Size: 19.94 KB / Downloads: 10)
Reply
#19
@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.
Reply
#20
No - The fields to add/remove
No - File download

To make no standart select css, please
Reply
#21
The page is refreshed form disappears.
Reply
#22
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 .
Reply
#23
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...
Reply
#24
What is the news?
Reply
#25
I18n does not work. When enabled admin panel, plug-in works. Admin turn off, other language does not work. English only.
Reply




Users browsing this thread: 1 Guest(s)