User Feedback Archive : July 2015

Posted by Bob
2015-07-31

Tom
How do I do to display the delete button if is admin in /staff/tpl.example.search.inc.php ?

an idea:
<!-- ?php include( 'include/tpl.sr.top_bar.inc.php' ); ? -->
<?php include( ... Read More
Posted by Didi
2015-07-31

Great... thanks Tom.
Posted by Xarilaos
2015-07-29

Members of "general staff" can add,delete,edit records. Can we have a "guest user" with no rights to add,delete,edit but only the right to search?
Posted by Baris
2015-07-29

Hello Tom,
thanks for your reply,
the problem is solved!
Posted by Baris
2015-07-28

Hello,
Thanks for this great poll script.
I have a problem. I've installed the script successfully but on admin panel when i click on something (Staff, Add Poll or Polls, anything) it redirects me to ... Read More
Posted by Tom
2015-07-29

Hi,

Your PHP session is not working. So the script can't keep your login status and kicks you out as soon as you try to do something in the admin panel.

Please ask your web administrator to fix the ... Read More
Posted by Allyn
2015-07-28

Tom, The form works and the database script works but I'm not getting email. I have tried to test it by having the submitted form sent directly to my @live email account and to my email forwarding ... Read More
Posted by Tom
2015-07-29

Hi, if the form didn't show any error messages when you submitted the form, then the email was successfully passed to your mail server. For some reasons, the email was not delivered to the recipient. ... Read More
Posted by Silvia
2015-07-28

Hi,
I think that your script really fits my needs, thank you! It's possibile to sell multiple products using paypal's chart?

Silvia
Posted by Tom
2015-07-29

Hi, sorry currently it doesn't work with paypal cart but I think that's a good idea. Thank you for your suggestion!
Posted by Bob
2015-07-27

Tom
and while you think some about that, can I change something for the staff can't see the edit icon ?
Posted by Tom
2015-07-29

Sorry, currently there isn't an easy way to add a new staff type. It's definitly possible though. The currently available function is $sys->IsAdmin() only. The function tells whether the user is an ... Read More
Posted by Didi
2015-07-27

Can I print all record after login as USER?
Thanks before.
Posted by Tom
2015-07-29

To add a print button, this page may help you:
http://javascript.about.com/library/blprint.htm
Posted by vidit
2015-07-26

is it possible to fit multiple poll background image in single image.
plz tell me sir hoe?
Posted by Tom
2015-07-29

Hi, I'm not sure what you meant by "multiple poll background image."
The backgrond is usually only one, isn't that right? Anyway, did you take a look at poll templates? Feel free to modify it. Add ... Read More
Posted by vidit
2015-07-26

i want to make some changes in (thanks for voting) message ... how can i change it?
love from INDIA
Posted by Tom
2015-07-29

Hi, you can edit the templates. You can find the templates at web/skins/(skin-name)/tpl.front.inc.php.
Posted by Bob
2015-07-24

Hi Tom
I need only the administrator can edit or delete records or a new staff like supervisor to edit and delete.
The staff only view records.

It´s possible ?
Posted by Tom
2015-07-24

Hi, currently user groups are admin and non-admin only. As you described, more user types would definitely make it more useful and convenient. Thank you for your suggestion!
Posted by ameer
2015-07-22

Thanks
Posted by Tom
2015-07-24

You are welcome :)
Posted by Mark
2015-07-21

Please how and where can i remove the
1) Installation steps
2) Ajax Poll Script on the left upper corner of the page
3) APSMX-302
Ajax Poll Script v3.02poll-background-image
e.t.c..
WHAT I MEAN IS ... Read More
Posted by Tom
2015-07-24

Hi,

>I WANT TO HAVE ONLY THE VOTING ON THE PAGE

The easiest method is just create an blank html page in the folder and put the poll on it. Now you got a page that has nothing but the poll. If you ... Read More
Posted by Pippo
2015-07-21

very beautiful scripts!
my server says I have write permissions , but your file is locked . I'll find the solution !
Posted by Tom
2015-07-24

>your file is locked

Sometimes, it happens because (1) FTP connection is stuck or (2) you opened the data file in a text editor that grabs exclusive read/write lock.
Posted by Allyn
2015-07-21

Found the file - thanks
Posted by Tom
2015-07-24

Great!
Posted by Allyn
2015-07-21

Hi Tom, I would like to edit the Thank you reply once the form is sent in. Where would I find this?
Posted by Willem van der Pas
2015-07-21

I use AddressBook for registration customers of the food bank. Now I want an extra table for date. Per customer, I want to see when they the food bank have visited. Is there a module for an extra ... Read More
Posted by Tom
2015-07-24

Hi,

>I want to see when they the food bank have visited. Is there a module for an extra table linked to customer number?

Sorry, no there isn't but you can add code for an extra table.
Posted by Nick
2015-07-20

Hi,
Thank you for the great script! Could you please tell me how to add an extra field (textarea) to the form? I added into the file tpl.front.inc.php my field (textarea), but after this this field ... Read More
Posted by Tom
2015-07-20

Hi, any parameters are passed by Ajax calls, so you need to modify the Ajax call if you want to pass extra parameters. The ajax calls are made in the javascript file, web/app.code/tclass.js.inc.php.
Posted by Jonatan
2015-07-08

First congratulations, great script!!
I wonder how I leave a text box disabled on search?
So that, I fill it with a pre-determined value and the user can not change.

Thanks
Posted by Tom
2015-07-09

Let's suppose you want to fix the value of the first_name field to "John". Open web/staff/tpl.(table-name).search.inc.php and find a php code like shown below:
... Read More
Posted by Shaun
2015-07-08

Hi Tom,

Thanks for a great script. I am looking to modify it such that non admin users can only edit certain fields. I tried 'hiding' these fields by editing tpl.xxx.detail.inc.php to only show ... Read More
Posted by Tom
2015-07-09

What you did is the correct first step. The second step is to remove '(fd)' for those fields. To do so, open web/codelib/asc/df.fl.(table-name).inc.php. You will find a line like this for most of ... Read More
Posted by Mario
2015-07-02

Hi Tom,

I have the problem with characters like "äöüß". I wrote "Mueßer Str. 5" - in the db I read only "Mue".
Is it possible to write _any_ chars in the db? Or is the editform the problem?
Posted by Tom
2015-07-04

>Is it possible to write _any_ chars in the db?

Yes, you should be able to write any UTF-8 characters to the DB. There must be something wrong in the db. Maybe, mysql is a very old version and ... Read More