User Feedback Archive : August 2015

Posted by Kyle
2015-08-24

Thank you Tom for the reply. Basically if the simulator works locally, when you go live it should provide the customer with the same result back on the site which would show the details of the ... Read More
Posted by Tom
2015-08-25

>Basically if the simulator works locally, when you go live it should provide the customer with the same result back

That's right.
Posted by Paul Mureithi
2015-08-21

Hello, This is an amazing script that has literally saved my life and lots of headache. It is have a quick question though: Is there a way I can import the addresses from excel spreadsheet or export ... Read More
Posted by Tom
2015-08-24

Hi,

>Is there a way I can import the addresses from excel spreadsheet

Unfortunately no, it doesn't have the import/export features. For now, you have to write code for it. It's definitely features ... Read More
Posted by Kyle
2015-08-20

Locally the script works great and get success. However when testing with PayPal sandbox it does not send back to site or I get error about buyer and or seller. I entered the correct email ... Read More
Posted by Tom
2015-08-24

> when testing with PayPal sandbox it does not send back to site

No, the script does not work with PayPal sandbox. PayPal sandbox uses fake email addresses and so the script can't send emails.
Posted by Fred Ebony Lobos
2015-08-18

I just needed something simple to sell my documents, this was exactly what I needed. I like your approach to scripting. Simple, Functional, ergonomic, user friendly and a common sense approach to ... Read More
Posted by Jonatan
2015-08-13

I need to create a select field (combo box), where your fill, depends on the value that has been selected in another combo box.
For example, state => City.
It's possible?
Posted by Tom
2015-08-19

Hi, there isn't a turn key solution implemented for that but it sounds like you can add the feature by writing javascript.
Posted by T
2015-08-13

Hello! Thank you for an amazing script. Is there any way to add a default value to one of the fields>
Posted by Tom
2015-08-19

>Is there any way to add a default value to one of the fields

Yes. You can assign a default value to XA_INIT_VALUE. To do so, open web/codelib/asc/df.fl.(table-name).inc.php. Insert a line like this ... Read More
Posted by Adron
2015-08-12

in the simulator i have to put in the sellers email and the buyers email if i go live hoe do i define the buyer. i assume the sellers will stay the same like the paypal email the seller gits paid at
Posted by Tom
2015-08-19

The buyer's email address is used for the simulator only. If you go live, you no longer use the buyer's email address because a real buyer will supply one.
Posted by oscar
2015-08-08

How can add more column in view result and add more option in search area like follow up
Posted by Tom
2015-08-11

Hi, please customize the template(web/staff/tpl.(table-name.)search.inc.php.
Posted by DCV
2015-08-06

Thanks Tom, all good. It was a rights issue (644 not 646) on the files in the web folder.
Posted by Tom
2015-08-11

Great!
Posted by Didi
2015-08-05

Thanks Tom for advice, but i need show message "bla...bla..." can insert the message?

Thanks.
Posted by Tom
2015-08-11

Hi, I don't know exactly where you want to put the message but how about putting it in the template(web/staff/tpl.(table-name.)search.inc.php)?
Posted by Ospath
2015-08-05

How can I give privileges to see only what they have entry by user,

I have five people but some don't want to see other people entries only they entries.

Can you Help me with my question..???
Posted by Tom
2015-08-11

This script (http://www.phpkobo.com/lead_follow_up.php) does what you are looking for. Maybe you can transfer the feature to Address Book?
Posted by Didi
2015-08-04

Hi Tom,

its possible to lock/non active Edit button if login with USER?
Please advice and thank you.
Posted by Tom
2015-08-05

Hi, You can disable editing for non-admin. To do so, please take a look at this page:
http://www.phpkobo.com/article--m2756
Posted by Anton
2015-08-03

Hi Tom - Amazing scripts! So grateful for your work.

Is it possible to increase the number of records shown on the results pane?
Posted by Tom
2015-08-05

>Is it possible to increase the number of records shown on the results pane?

Yes you can. Open web/staff/app/df.fieldlist.inc.php in a text editor and find the following line:
XA_INIT_PAGE_SIZE=>20
... Read More
Posted by DCV
2015-08-01

Hello,

Need some guidance...

I have installed the web folder on my current web server in on of my existing websites and run, but I get a blank screen each time. If I run poll-simple I get the ... Read More
Posted by Tom
2015-08-05

Some kind of errors are happening there. The first thing you want to check is the error log of your web site. Usually, you can view the error log in your web site's control panel such as cPanel, ... Read More