User Feedback Archive : April 2015

Posted by MIke
2015-04-29

Here is a thought, providing a multi drop down menu to select categories of address lists. For example first select members - then from that the members group like firestone - then the list of ... Read More
Posted by Tom
2015-04-30

That sounds cool. Thank you for your suggestions!
Posted by Pierre
2015-04-28

Ok, The problem that I have concerning the date format seems to be that the European date format is not supported. So I don't have to search further.

The other problems are resolved by changing the ... Read More
Posted by Tom
2015-04-30

>the European date format is not supported.

That's right. PHP can't read the European date format natively,
you have to write code to parse it.
Posted by Pierre
2015-04-26

Great script! I could use it and customize everything.
The only thing I have some problems with its the date format.
I want to change the date into (only) date (no time) and dit is as below. I also ... Read More
Posted by NICO
2015-04-22

Can you help me? when I open web/poll-simple/index.php or web/poll-background-image/index.php or web/poll-multi-choice/index.php in chrome browser ,, the whole code of that index.php appear, instead ... Read More
Posted by Tom
2015-04-30

Obviously, PHP pages are not executed in your web site. Many things can cause this. The first thing I suspect is that PHP is not installed in your web site.
Posted by Hemp.ga
2015-04-19

Does this work with nginx/1.6.2?


I keep getting a 500 Internal Server Error


Posted by Tom
2015-04-30

>Does this work with nginx/1.6.2?

Well it depends. Can your nginx use .htaccess? If it can use
.htaccess and php, then it should be able run the script.
Posted by Chris
2015-04-17

Hi,
I love this script (and the builder), great work!

I just have a tiny problem that really bugs me... I have a dropdown list and I don't know how to set the default option value. I tried to force ... Read More
Posted by Tom
2015-04-30

XA_INIT_VALUE will help you.
XA_INIT_VALUE=>array( 'reg'=>'--put-the-default-key-here--' ),
You need to replace "--put-the-default-key-here--" with the default key
you want to use. Insert the line ... Read More
Posted by Pierre
2015-04-17

I have a problem with exporting the database.
For some reason the database exports not the text from a lookup list but a number.
For example if I select at the field "gender" the option Male, then ... Read More
Posted by Tom
2015-04-30

I know what you mean. That's one of problems I have to fix in a future version. A currently availabel option is make a SQL join statement in the database. But then it requires a good SQL knowledge. ... Read More
Posted by dennis
2015-04-13

The form works and the database script works but I'm not getting email. Here is the error:

EMAIL ERROR :
Connection refused(111)

If anyone had this problem before, please let me solve it!
Posted by Tom
2015-04-30

Hi,

>Connection refused(111)

OK, so the problem is just what it says, the other email server refused the connection. You can't find the cause on your end. You need to ask the administrator of the ... Read More
Posted by Michael
2015-04-13

Hi, thx for awesome script. Can you tell how can I change search results font size and / or increase or decrease tables cell and font inside ? I would like to modify for smaller fonts and cells for ... Read More
Posted by Tom
2015-04-30

>Can you tell how can I change search results font size and / or increase or decrease tables cell and font inside ?

You can edit the template file. The template file for search page is located at ... Read More
Posted by Marcelo
2015-04-10

In Reply to TOM "Re: Default value
Posted by Tom21 hours ago"

Tom, budy, you just saved my life on this matter!!
I have researched about this since last saturday, almost a week...
I never imagined ... Read More
Posted by Tom
2015-04-30

Glad to hear that!
Posted by Stephen
2015-04-09

This is an excellent script. Thanks for offering it. I would like to track users but can't figure out where you are writing the vote data to the DB. Can you tell me where this is happening in the ... Read More
Posted by Tom
2015-04-30

Hi,

>I would like to track users but can't figure out where you are writing the vote data to the DB.

The script doesn't wirte to a database. It saves everyhting in text files. You can find the text ... Read More
Posted by Mark
2015-04-08

Hi,

Is it possible to change the settings to display the results page only if you already voted instead of showing the form again?

Thanks.
Posted by Tom
2015-04-09

Not yet in the current version but I got the same request several times.
I should add it in the next version. Thank you for your suggestion!
Posted by thomm
2015-04-07

thank You for this script. Great!
Posted by Tom
2015-04-09

You are welcome!
Posted by Marcelo
2015-04-06

Hi, thanks again for this great code.

Is there a way to make a field of tpl.contato.reg_page1.inc.php fixed and hiden?

Best Regards from Brazil.
Posted by Tom
2015-04-09

Yes, you can. First, run the form and check the HTML source code of the form.
Locate the input field that you want to convert to hidden. It looks like this
<input type='text' ..... >
Copy it to a ... Read More
Posted by omar
2015-04-04

thanks for great script ..
but i have question about how to edit the pool style before embed it in the site ?
Posted by Tom
2015-04-09

Hi, You can find poll templates in web/skins. Feel free to edit it!
Posted by Oleksiy
2015-04-02

I think that contacts book script builder is a wonderfull app but I think that it needs to have an opportunity to add a picture to any contact listed in the database.
Posted by Tom
2015-04-09

There is a commercial product for it. It doesn't really put pictures to the database, though. It allows you to upload pictures to a folder and link it with a field in Address Book. ... Read More