User Feedback Archive : February 2015

Posted by Stefan
2015-02-26

Hi, first sorry for my english....
When I submit the Form, I receive the following message:
"This form has already been submitted"
The first Form could be sendet..... Starting from the second try, it ... Read More
Posted by Jason Millerchip
2015-02-25

ment to ask in last message is it php 5 compatable.

Thanks

Jason

www.speedytrafficexchange.com
Posted by Jason Millerchip
2015-02-25

Just a quick question do i need a premium domain name for this if it doesnt ill fit it on a sub domain.Is what i mean is does the site use refferal urls if so ill fit it on a premium domain ... Read More
Posted by Mike Robertson
2015-02-25

Tom,
First off, BEAUTIFULLY implemented script!

Is there a way to display the content of the database without having to enter a username / password. And consequently not have the ability to delete / ... Read More
Posted by Ken Anklovitch
2015-02-25

I got that solved Tom.

Ken
Posted by Ken Anklovitch
2015-02-25

Hi Tom
I can't figure out how to remove the Addnew & Delete buttons on the tpl.staff.search page. In one unique adaptation of your incredible script I have only 4 records that I do not want anyone ... Read More
Posted by FRANCK
2015-02-25

Hello,

How to remove the icon MODIFY only for users?

thank you
Posted by FRANCK
2015-02-24

Hello,

In tpl.customers.detail.inc.php file for a form: I want a Combo List if the database fields is empty and the text just appears without input if the field is already completed in the SQL ... Read More
Posted by FRANCK
2015-02-24

Hello,

On the tpl.customers.detail.inc.php, how to display a field (eg the variable $ date) and save the fields in the SQL database?

thank you
Posted by Daniel
2015-02-23

Hi there, I am in the process of implementing IIS authentication to the Addressbook and would like to know is there is a quick link I could use to re-direct anonymous users to a read-only page?
Posted by ahmad
2015-02-23

how to reset the user name and password or where to find them ??
Posted by Billy
2015-02-21

Is there a way to display past polls (based on ID) in a read-only type format?
Posted by Daniel
2015-02-19

I tried using <?php echo $hm->Zb ('rs:def:rlog_edit_date_time');?> but its not returning me back with the last modified date time. Would you have any ideas why this would be?
Posted by Mainer
2015-02-17

Hello Tom. What a super service you're offering. Sadly, when I set up the script, I accidentally entered a field twice. Is there any way to edit after the fact or do I need to start over. The world ... Read More
Posted by Tom
2015-02-17

Hi,

> do I need to start over. The world wouldn't end but it would be nice not to have to.

Removing a field is the reverse procedure of adding a field. If you can add a field manually, then you ... Read More
Posted by Dario
2015-02-17

Hallo Tom
Great Script. Thank you for share
Posted by Tom
2015-02-17

You are welcome :)
Posted by Nicola
2015-02-13

Hi Tom!
I merged two database in one and i using it with two different instance of ADB script. I've done it in order to have
a unique user login, adding in the top bar a link to connect each other ... Read More
Posted by Tom
2015-02-17

Sorry, there isn't a simple way to do that. You just have to dig into the code and modify it.
Posted by Antonis
2015-02-11

Hello and thanks for great script!
In the multi-choice poll, is it possible to create a new file each time someone votes -in addition to the total one-? In order to have some "proof" of how many ... Read More
Posted by Tom
2015-02-17

>In the multi-choice poll, is it possible to create a new file each time someone votes -in addition to the total one-?

It's definitely possible to add a feature like that. I have no idea about why ... Read More
Posted by Juan Manuel
2015-02-11

Hi! Do we have a form to prevent duplicate entries based on a certain field? Say, the username is an input... and I want to check against the DB that the same username is not already registered. On ... Read More
Posted by Tom
2015-02-17

Hi,

>Do we have a form to prevent duplicate entries based on a certain field?

You may want to take a look at CheckUsernameConflict function in web/staff/app/cls_ps_staff.inc.php. The function ... Read More
Posted by Daniel
2015-02-10

Hey there is there an easy way to add the last modified date in the search page? I want to dsplay the last time a record was modified while you performe your search.

I tried adding something like: ... Read More
Posted by Tom
2015-02-17

Hi,

The field name of the last modified date&time is 'rlog_edit_date_time'
Posted by Juan Manuel
2015-02-03

In case someone need to bypass the confirmation step: Modify the /web/form/app/cls_ps_******.inc.php file like this:

//------------------------------------------------------
// Reg Page2 ... Read More
Posted by Tom
2015-02-13

Thank you for your contribution!
Posted by mac
2015-02-03

I want to make one button for duplicate selected row and alocate new id (last id +1)
Posted by Tom
2015-02-13

Sorry there is no built-in code for the task.

>alocate new id (last id +1)

This should be easy. Whenever you insert a new record, MySQL automatically assigns (last id +1) to the new record if you ... Read More
Posted by Jim
2015-02-02

hi.
Tks for sharing your work.
Q: I want to know if there is a possibility to make a contact from the address book to be visible for all (public), only for specific groups (family& friends), and ... Read More
Posted by Tom
2015-02-13

Hi, sorry, there is no build-in support for permissions on a per-record basis. You just have to write code to achieve the desired feature.
Posted by ysmailtest
2015-02-02

To be clear I meant a PayPal button where I could donate somthing to you for this great script.
Posted by Tom
2015-02-13

Yes, I know what you mean. Thanks for your suggestion!
Posted by Fabio
2015-02-02

Hi,
I installed your script. I uploaded the folder and when I do the Checkout Simulator I have always the same IPN problem:

IPN Result: ERROR: IPN handler did not return array:

My OS is Ubuntu ... Read More
Posted by Tom
2015-02-13

OK, this could be the PHP version issue. I'm aware that this error message appears on certain php installations but I haven't collected enough information to give you a general solution to solve it. ... Read More
Posted by dengyi
2015-02-02

Hi Tom

Can I make the staff's permission to readonly? I don't hope that the staff can change the records.
Posted by Tom
2015-02-13

Hi, your request is fairly similar to this post.
http://www.phpkobo.com/article--m2745
http://www.phpkobo.com/article--m2756
Maybe you can improvise it?
Posted by Adam
2015-02-01

Dear Tom,
Thanks for great script, please guide me where to start if I want to export all search results as csv file or plain text?
Posted by Tom
2015-02-13

I'll definitely start with web/staff/app/cls_ps_(table-name).inc.php.
Good luck!
Posted by ysmailtest
2015-02-01

Hi Tom, never mind found the answer, the support tech had given me the wrong server name. Great script! Do you have a donate button?