User Feedback Archive : September 2016

Posted by veni
2016-09-29

i had Problem to send email notification when i refresh /staff/notify_follow_up.php i got mail error like this (mail_sent=0, mail_error=1) and i also need email config details.
Posted by Tom
2016-09-29

You can find more information about the email error in the table tpl_genlog. Use phpMyAdmin to check the last record of the table.
Posted by Peter
2016-09-29

Hi,

Very nice script.

Is-it possible to ask many questions in one poll ?

Could you help me?

Best regards
Posted by Tom
2016-09-29

>Is-it possible to ask many questions in one poll ?

No, but you can put as many polls as you want in a single webpage
Posted by Sergey
2016-09-29

Thank you Tom for fast reply.
So. Right values will only "work" in tpl.table_name.detail.inc.php file? Whatever. What can i do to display not caption (left values) in tpl.table_name.search.inc.php ... Read More
Posted by Tom
2016-09-29

You can use Russian on both sides like
>Имя=Имя
>Фамилия=Фамилия
>Город=Город
Posted by Sergey
2016-09-28

Database in UTF-8, even more.. code good working from tpl.table_name.detail.inc.php (but i need to add ZB_CBF,'getTextValue'), but not working from tpl.table_name.search.inc.php (in any)
very ... Read More
Posted by Tom
2016-09-29

>Name=Имя
>LastName=Фамилия
>City=Город

The right values are a caption, so it'll not be picked up by search, but the left values will.
Posted by Sergey
2016-09-27

Hello dear Tom. I create a search button like:
<a href="?_sc=customers/&sp:def:goods=<?php echo $hm->Zb('rs:def:goods'); ?>&sp:def:model=<?php echo $hm->Zb('rs:def:model'); ?>&sp:def:colors=<?php ... Read More
Posted by Tom
2016-09-28

Hi,

>"Goods" is a select box item and have russian symbols, so when user click it the script don't search anything. But if it's in english the searching is working.

No, it shouldn't happen. I would ... Read More
Posted by Bijay
2016-09-22

Tx For reply Tom
I saw in tbl_genlog

id=1037
date=2016-09-20 17:10:40
ip address=::1
sender=NotifyFollowUp
subject=Email Error:nitinktyagi@sparkeng.in
body=EMAIL ERROR : FALSE

CEmail v1.41
FALSE ... Read More
Posted by Tom
2016-09-23

So, it didn't return any error message other than FALSE. I think there is something fundamentally wrong about it. The cause should be outside of the script configuration. Maybe PHP or mail server is ... Read More
Posted by Bijay
2016-09-20

Hey Tom ,
Your script is osm , but i had prodlen to send email notification when i refresh /staff/notify_follow_up.php i got mail error , i have smtp server and i also edit smtp detail in program . ... Read More
Posted by Tom
2016-09-21

Hi,

>i had prodlen to send email notification when i refresh /staff/notify_follow_up.php i got mail error

You can find more information about the email error in the table tpl_genlog. Use ... Read More
Posted by Mohamad
2016-09-16

in a configuration that is useful transactions via paypal
whether the necessary configuration for config.sandbox.inc.php:

define ('SANDBOX_SELLER_EMAIL', '');
define ('SANDBOX_BUYER_EMAIL', ''); ... Read More
Posted by Tom
2016-09-17

>leave empty or needs to be set?

just leave it empty. It's for those who are testing it under PayPal sandbox.
Posted by Mohamad
2016-09-15

Thanks for the script, very helpful, we understand the instructions very easily and clearly.

but we were a little confused put string to synchronize with our website, through which the path when ... Read More
Posted by Tom
2016-09-15

Hi, You don't need to configure these
define ('SIM_BUYER_EMAIL', 'email@domain.com');
define ('SIM_BUYER_FIRST_NAME', 'John');
define ('SIM_BUYER_LAST_NAME', Last Jhon ');
They are for the ... Read More
Posted by Russ
2016-09-11

Hi Tom,

Thanks for the super-speedy response on my url question below. It works perfectly. The only problem with it is that a user can overtype the search value and then access records I don't want ... Read More
Posted by Tom
2016-09-12

>he only problem with it is that a user can overtype the search value

How about hiding it with "display:none" like this?
... Read More
Posted by Rick
2016-09-09

Hi, Is it possible to make the poll show results with differing content.

Example:
User A clicks on poll A, response X = results of poll A appear with additional content 1. User B clicks on poll A, ... Read More
Posted by Tom
2016-09-10

Hi,

>Is it possible to make the poll show results with differing content.

I'm still not sure about the details of your spec but it sounds possible. Since it's open source, feel free to modify it!
Posted by Russ
2016-09-07

Hi Tom,

Me again!

How do I make the search on some fields "exact"?

For instance I have a field called "District" and acceptable values are 1 - 25.

If I search on "2" I get 2, 20, 21, 22, 23, 24, ... Read More
Posted by Tom
2016-09-09

To make the search on a field "exact", first open web/codelib/asc/df.fl.(table-name).inc.php and find the field definition array. The example below is for the first_name field.
... Read More
Posted by Russ
2016-09-07

Hi Tom, This is the most amazing tool - and has enabled me to look much cleverer than I really am! :-)

I have created an address database of around 8,000 members. One of the fields in the database ... Read More
Posted by Tom
2016-09-09

>My problem would be solved if I could pass a MySQL *select* statement via the url to select a range of records based on District.

You can specify search criteria in url like this:
... Read More