User Feedback Archive : December 2014

Posted by john
2014-12-30

Whenever I tried modifying class.inc.php to change poll options or text used in polls, I was getting an error message: Warning: Cannot modify header information - headers already sent by (output ... Read More
Posted by Spencer
2014-12-28

Hi,

would like to have the option edit the dropdown list from database instead of from php file, with a link to perform this option.
Posted by heok joon son
2014-12-27

can you please add new option for adding pictures for each option?

here's the example.

options":[{"option_id":1001,"label":"Watch", "image":"images/watch"}, ... Read More
Posted by Edwin
2014-12-25

I've been looking in to many many short url scripts and to be honest I did see your script while ago and dismissed it as to complicated. Man was I wrong, up and running in minutes and working ... Read More
Posted by Jorma Hytönen
2014-12-23

Thank's Tom
I now have a finnish language and "maroon" version of that excellent script. And my wife is happy too. She do not understand the english version :-)
Only changes that I'v made is to ... Read More
Posted by Simon
2014-12-22

Is it possible to add a new 'record' in FormMail,
just like in the "Lead Follow-Up Database.
So only a Staff can make an new record and the admin can only delete it.
I have tried to add "Add New" ... Read More
Posted by Matteo
2014-12-17

Use this simple and fantastic script for the management of tourism facilities in Italy. I wanted to know if the number of contacts that can be put to max 9999 or I can go further. Thank you very much
Posted by Tom
2014-12-20

>I wanted to know if the number of contacts that can be put to max 9999 or I can go further.

If you mean the maximum number of records you can put into the script, then there is no limit.

OK, ... Read More
Posted by Jorma Hytönen
2014-12-15

So, If I copy all button images from staff/images/buttons/eng/ to staff/images/buttons/fin and make new button images include Finish language. Where I can tell AddressBook to find new images? In case ... Read More
Posted by Tom
2014-12-20

>In case that I do not want overwrite English button

Please just overwrite English buttons. You can always get the English buttons from the zip package and restore them in the folder.
Posted by Jorma Hytönen
2014-12-15

How can I use custom CSS? So, change look and feel from blue something else. Is there anything else that modify page.css and repaint all buttons.
Posted by Tom
2014-12-20

>Is there anything else that modify page.css and repaint all buttons.

No. That's all you need to do!
Posted by Mike
2014-12-15

Hello. I just created my phonebook script with your builder. But if it possible how can i do so that everyone can enter to contacts and see their information without login, but just administrator ... Read More
Posted by Tom
2014-12-20

To remove the login feature, please read the following article:

http://www.phpkobo.com/article--m2635
Posted by mercy
2014-12-14

please tell me i dont want guests to change anything on the database what do i do?
Posted by Tom
2014-12-20

To prevent non-administrators from adding/editing/deleting records, open web/staff/app/cls_ps_(--table-name--).inc.php and add
if ( !$this->sys->IsAdmin() ) exit;
after
case 'edit_inp':
The ... Read More
Posted by Jeppe Jensen
2014-12-14

Hi Tom

Couldnt find out how to reply - so put my thanks here:
Thanks for a great script, for making it public and for helping with the question! It works perfect now :-)

best regards and a happy ... Read More
Posted by Tom
2014-12-20

You are welcome :)
Posted by Brian
2014-12-13

If I change some of the code in this to make it so site visitors can purchase multiple e-products at a time by adding them to the cart, rather than "Buy Now":

Change this:
<form name="_xclick" ... Read More
Posted by Tom
2014-12-20

>If I change some of the code in this to make it so site visitors can purchase multiple e-products at a time by adding them to the cart, rather than "Buy Now"

Sorry, they can't. The script isn't ... Read More
Posted by don
2014-12-09

Instead of using localhost for e-mail, is it possible to add your own e-mail server credentials
Posted by Tom
2014-12-20

>Instead of using localhost for e-mail, is it possible to add your own e-mail server credentials

Yes. You can set it up in web/config/config.email.noify_follow_up.php.
Posted by don
2014-12-09

(1064) You have an error in your SQL syntax near 'NAMES utf8' at line 1
Sorry, you got an error. Please check your database settings and click Setup again.
Posted by Tom
2014-12-20

>You have an error in your SQL syntax near 'NAMES utf8' at line 1

It shouldn't happen. There seems to be some problems in MySQL server. Probably, nothing is working there. Ask your web administrator ... Read More
Posted by Corey
2014-12-08

i corrected my errors in the question to make more sense.

Thank you for you your time and effort in developing this wonderful resource.

My question:

on the edit contact page ... Read More
Posted by Tom
2014-12-12

This article explains how to get a plain text (instead of an input box) on detail page:

http://www.phpkobo.com/link--m2072
Posted by Stephen
2014-12-07

I am trying out your forms
Posted by Tom
2014-12-12

Okay!
Posted by Corey
2014-12-06

Thank you for you your time and effort in developing this wonderful resource.

My question:

on the edit contact page (tpl.contacts.detail.inc.php) i have added a separate ajax Facebook style ... Read More
Posted by hk
2014-12-04

very good, thanks
Posted by Tom
2014-12-12

You are welcome : )
Posted by Jeppe Jensen
2014-12-03

Hi

Thanks for a very nice script!!

I am trying to adjust the out of members search and details view by using the suggestion given here: http://www.phpkobo.com/link--m2072

It works perfectly in my ... Read More
Posted by Tom
2014-12-12

In search page, please use the following code to display raw text.
<?php echo $hm->Zb('rs:def:medlemsnummer='); ?>
Notice that there is '=' after rs:def:medlemsnummer
Posted by Carlo
2014-12-03

Hi Tom
i want to show Zero result , when i get the first page means after logging .
Posted by Tom
2014-12-12

>i want to show Zero result , when i get the first page means after logging .

It's been requested several times. I really want to write a tutorial about it but I haven't had a chance.

This is ... Read More
Posted by Carl
2014-12-02

Is there a way to add a redirect so when the form is finished and email is sent it redirects back to the initial form page?
Posted by Tom
2014-12-12

>Is there a way to add a redirect so when the form is finished and email is sent it redirects back to the initial form page?

You can use this javascript to redirect users to the first page.
... Read More
Posted by Albert
2014-12-01

Hi Tom,
Again thank you kindly for letting us use your application (Address Book).

I found out how to change my username and password from within one of the forms but now I have forgotten them. ... Read More
Posted by Tom
2014-12-04

> From which file can I change the Username and Password

Passwords are stored in the database. The table name is tbl_staff.