User Feedback Archive : July 2016

Posted by ashwinkumar
2016-07-31

your codes are entirely in php format and not able to convert to boortstrap style, can you tell me any ways to do it.
Posted by ashwinkumar
2016-07-30

can you specify the templates and their location in your script pls
Posted by Tom
2016-07-30

There are two templates per table. You can see the path here.
http://www.phpkobo.com/address_book.php#Article_3031
Posted by Allyn
2016-07-29

Thanks Tom,
The second part and important part of my question was, does the person sending the form also see the result of that hidden field if I configure the form to email the user the copy of ... Read More
Posted by Tom
2016-07-29

> does the person sending the form also see the result of that hidden field

Yes if the field is included in the email template. If you don't want to include in the email, then remove the field from ... Read More
Posted by Allyn
2016-07-29

Tom, I would like to add a hidden field containing an access code to be sent to the user of the form once the form is submitted. I understand I will need to change a part of the code so that the user ... Read More
Posted by Tom
2016-07-29

>I would like to add a hidden field containing an access code to be sent to the user of the form once the form is submitted

The first step to add a hidden field is the same as adding a regular text ... Read More
Posted by Ashwinkumar
2016-07-29

Hi Tom,

how did Ben do this...i am interested in doing the same to my addressbook...refer his question http://phpkobo.com/Design-Question--m3483
Posted by Tom
2016-07-29

>how did Ben do this...

He just modified the HTML templates and css himself :)
Posted by Ashwinkumar
2016-07-29

i use your addressbook script with several modifications. Is there posibilites that the current script can be used as bootstrap for better look and use
Posted by Tom
2016-07-29

>Is there posibilites that the current script can be used as bootstrap for better look and use

Yes, it's possible but there is no turn key solution. You just have to modify the html templates and ... Read More
Posted by Sean
2016-07-28

Wondering if there is a way we can disable the login?

We'd like to use this as an intranet customer 'black book' per say, so we'd like staff to be able to edit / add people when ever needed without ... Read More
Posted by Tom
2016-07-28

Hi, if you want to remove the login feature, please read this article.
http://www.phpkobo.com/article---m3350
Posted by Didi
2016-07-27

Hi Tom,

can help how to change in search area, let say email textbox change to dropdown list / combo box with @abcd.com, @defg@com?

Need advice and thanks before.
Posted by Tom
2016-07-28

Hi, How about removing the text box and adding a new selection box instead of converting the text box to a selection box? It's much easier to replace a field with another than convertiong. Because ... Read More
Posted by Adrian
2016-07-25

Hello Tom,
I want to rearrange data in search page but I don't know what file needs to be edited. please help. thanks
Posted by Tom
2016-07-27

Hi,

>I want to rearrange data in search page

Please edit the php template of the search page. The path to the search page template is web/staff/tpl.(table-name).search.inc.php.
Posted by jan
2016-07-21

i have a question
is it maby posible to add pictures to a poll
when i make a poll from this site you can make a poll with name and a 1 2 3 answere but i wil have a poll name and the optie 1 a ... Read More
Posted by Tom
2016-07-21

>is it maby posible to add pictures to a poll

You can add pictures to poll templates but you can't add pictures to a poll as the poll options.
Posted by Sophy
2016-07-19

HI, I want to create one more field that allows me to upload file like picture into this system, but I couldn't find which php file show I edit.
Posted by Tom
2016-07-20

To add a field, please read "Copying a Field"
http://www.phpkobo.com/address_book.php#copy_a_field
Posted by Tahmidul
2016-07-16

Hello Tom,
I need to know, how can I change the default ID number ?
I want to use 1,2,3 instead of 1001,1002,1003 !

How can I do that ?
Posted by Tom
2016-07-17

Hi,

>I want to use 1,2,3 instead of 1001,1002,1003 !

Open web/install/sql/sql.txt in a text editor and find the following line:
) ENGINE=MyISAM AUTO_INCREMENT=1001 DEFAULT CHARSET=utf8;
1001 is ... Read More
Posted by John Kraus
2016-07-10

thx Tom

play around - and it works fine.

will alternate later

http://2-0-0-0.com/truepoll/

best, John
Posted by Tom
2016-07-10

You are welcome :)
Posted by nabavianpour
2016-07-06

Hello dear Tom.

Please help me. How can i make search that search a text in all fields.
Thank you.
Posted by Tom
2016-07-07

Hi,

>How can i make search that search a text in all fields.

Sorry this is not implemented yet, so you just have to dig into the code and modify it. It's requested now and then, so it's in my ... Read More
Posted by amit mishra
2016-07-05

Hi

i am use this. but any massage in unicode (hindi) email recived. but email is not redable

if unicode in not working .
Posted by Tom
2016-07-06

Hi, this is not a unicode script. Actually, this is the only one that is not a unicode. In this script, to keep it simple and easy to modify, the php email function is used to send emails. If you ... Read More
Posted by Andy
2016-07-03

I will contact my web hosting company to fix it. Thank you very much.
Posted by Tom
2016-07-05

You are welcome!
Posted by Andy
2016-07-02

Thank you for your reply. The hard coded value is working for the polls. Yes, I want to fix the server. Do you know how to fix my server which is returning a wrong domain in $_SERVER["SERVER_NAME"]? ... Read More
Posted by Tom
2016-07-03

>Do you know how to fix my server which is returning a wrong domain in $_SERVER["SERVER_NAME"]?

I don't know. You just have to look around in the server with the root privilege. Most likely it's a ... Read More
Posted by Susan
2016-07-02

Please provide me with my purchased product. No download link in my inbox or spam.

Description: Text Ad Script v1.08
, Item#: TAGAX-108
Unit price: $9.95 USD
Qty: 1
Amount: $9.95 USD

Receipt: ... Read More
Posted by Tom
2016-07-02

Hi Susan, the emails sent to you were all bounced back. Would you send me another email address of yours?
You can use this form to send me your email address.
http://www.phpkobo.com/contact-us
Posted by Andy
2016-07-01

Hi Tom,

Even I changed both of the codes:
<script type="text/javascript" src="http://www.uswebcity.com/polls2/jquery.js"></script>
<script type="text/javascript" ... Read More
Posted by Tom
2016-07-02

The domain name is reported by $_SERVER["SERVER_NAME"] at
web/app.code/CTClassSys.inc.php, line 62.

I believe your server is returning a wrong domain in $_SERVER["SERVER_NAME"]. If you don't want ... Read More