User Feedback Archive : June 2016

Posted by Didi
2016-06-29

Hi Tom,

in search criteria, i just want to show field Firstname, Lastname, Extention, and Company.

Please advice and thank you.
Posted by Andy
2016-06-29

Hi Tom,

Thank you so much for the speedy reply. My hosting company said they could not changed my default domain name to www.uswebcity.com. So can you tell me how to change the poll scripts (PHP) to ... Read More
Posted by Andy
2016-06-28

I don't see the polls (all three poll-simple, poll-background-image, and poll-multi-choice) show up on the pages. Can you check it out? Thanks.
Posted by Tom
2016-06-29

Hi Andy,

just remove "www." from "www.uswebcity.com" like
http://uswebcity.com/polls2/poll-simple/index.php

It looks like "uswebcity.com" is the default domain name in your website ( instead of ... Read More
Posted by Andy
2016-06-28

Hi Tom,

I installed the poll on my website. But it isn't working. The PHP version is PHP 5.6. Here is the URL: http://www.uswebcity.com/polls2/poll-simple/index.php Thanks.
Posted by zec
2016-06-25

Hello, I have a list of contacts with multiple users to each one got a nickname and some data more, what I want is that they update only some form fields and can not modify the other, how can I make ... Read More
Posted by Tom
2016-06-26

Sorry, there aren't any turn key solutions for that in the script.
But it's definitly possible. You just have to read the code and come up with some modification!
Posted by Dima
2016-06-23

Hello dear Tom.

Please help me. How can i do search button as text button not image.
Thank you.
Posted by Tom
2016-06-23

Hi Dima, this article will help you.
http://www.phpkobo.com/article--m3484
Posted by zec
2016-06-21

very good job, my question as I create a user with another feature
1. registration (administrator )
2. Reading (staff)
3. Amendment (new )

Thank you...
Posted by Tom
2016-06-22

Yes, I think the roll-based security feature is important. It's in our to-do list. Thanks for your suggestion!
Posted by Gregor
2016-06-20

Hi! Where can i rename the Buttons "Next", "Back",...? Would be great to use the Form in other languages.
Posted by Tom
2016-06-21

Hi, you can edit it in the templates. The template path is web/form/tpl.(table-name).reg_page1.inc.php and web/form/tpl.(table-name).reg_page2.inc.php.
Posted by kazi
2016-06-19

Hello. Is it possible to use php include to load data? I tried it to no avail :(
Posted by Tom
2016-06-21

>Is it possible to use php include to load data?

Theoretically, yes but many hosting companies disallow you to use the include function to load data through HTTP. Please use file_get_contents ... Read More
Posted by Dima
2016-06-19

Hello dear Tom. This time a have a problem like this.

How can i preview only last 3 record in address book. For example.
I have a little window in about.detail.php file, and i need to preview in it ... Read More
Posted by Tom
2016-06-21

Hi, there are no utilties you can use in the script to get the last 3 ids. You need to open the database and run a query, which requires a basic knowledge about PHP and mysql.
Posted by Mark
2016-06-16

Thanks tom, im still learning PHP and AJAX ill let you know how it goes, thanks :)
Posted by Tom
2016-06-17

You are welcome :)
Posted by Geo
2016-06-12

Hi tom, thanks for your help. i'm almost done with customizing poll. i want to log votors ip address with $_SERVER['REMOTE_ADDR']. where should i put it in? there are just too many files there,,,,,,
Posted by Tom
2016-06-13

The best place is the doVote() function in web/lib/client/CAjaxLikes.class.php. Put your code at the bottom of the function like:
... Read More
Posted by Geo
2016-06-10

Thank you, Tom! in one of my polls thank you message gets cropped. any way to fix it? other polls work perfectly.
Posted by Tom
2016-06-11

Probably, the div that contains the poll has "overflow:hidden". There are three solutions.
(Solution 1) Use "overflow:visible" in the div that contains the poll.
(Solution 2) Move the poll out of ... Read More
Posted by Cristian Sosa
2016-06-10

Hi, thnxs 4 the script. Looks very, very good. I test the script now in my website.

Much, much thnxs 4 the free script :)

bless :)
Posted by Tom
2016-06-11

You are welcome!
Posted by Brian
2016-06-10

Tom -

Thanks for your comment below. As a follow-up question then, what port does the email sent out through? I can create a tunnel to my SMTP host, but, that doesn't seem to be working and i am ... Read More
Posted by Tom
2016-06-11

>what port does the email sent out through?

It uses the value specified by smtp_port in php.ini file. You can override it by adding the following line to config/config.email.noify_follow_up.php.
... Read More
Posted by Brian
2016-06-09

Hi - great program - excited to check it out. My SMTP host requires TLS so i am running into an error:

EMAIL ERROR : 530 Must issue a STARTTLS command first

How can i resolve this? Please let me ... Read More
Posted by Tom
2016-06-09

Sorry, TLS protocol is not implemented. It does basic authentication though. You have to use a protocol other than TLS.
Posted by Geo
2016-06-08

Thank you for the reply! another question. I want fixed poll width. Where can I set poll width?
Posted by Tom
2016-06-09

Hi,

>Where can I set poll width?

You can specify the width of the poll in the css file. The path to the css file is web/tpls/(template-name)/css/style.css. Alternatively, you can enclose the poll ... Read More
Posted by Geo
2016-06-07

I want to remove checkmarks. I deleted ld-tipbox-already-voted form ajax_likes.js but no change. why?
Posted by Tom
2016-06-08

Hi,

>I deleted ld-tipbox-already-voted form ajax_likes.js but no change.

Please don't delete it from the javascript file. To remove the check marks, remove the following HTML elements from the HTML ... Read More
Posted by johgats
2016-06-07

Thanks for the good work.

how can i make some fields on the form mandatory and also reduce the search fields.
Posted by Tom
2016-06-08

Open web/codelib/asc/df.fl.(table-name).inc.php and find the field definition array.
For example, the following is the field definition array of the "first_name"
... Read More
Posted by Ehab Magdy
2016-06-05

I need to edit the note field to be department field "rename"
how can i do that?

Thanks

Posted by Tom
2016-06-06

Hi,

>I need to edit the note field to be department field "rename"

If you just want to change the caption of the field, you can do it in
web/codelib/cfg/res.eng.app.inc.php
Posted by Beaster
2016-06-02

Your project is FANTASTIC!!! I was looking up for something like this a long time. I have only one question - for me as "greenhorn" in PHP is sometime very hard to read and understand PHP code this ... Read More
Posted by Tom
2016-06-03

Hi,

Thank you for your nice comment! You can say this is MVC structure though it's not really clear in academic sense. A unique point of the script is that it's designed in such a way that you can ... Read More
Posted by Rami
2016-06-01

how i can hide add and delete option for staff users
i wanna this options for admin user just

thank you
Posted by Tom
2016-06-02

Hi,

>how i can hide add and delete option for staff users

these articles will help you!
http://www.phpkobo.com/article--m2756
http://www.phpkobo.com/article--m3342