User Feedback Archive : February 2016

Posted by Marian A.
2016-02-29

Hi,

Great job and thank you for work.
I managed to have more than table in the "Address Book" for different purposes and I wanna ask you if it's possible to add a button or something which can ... Read More
Posted by Paul
2016-02-26

Can I control the horizontal position of tip boxes (-select-one, -already-voted, -thank-you)?
Posted by Tom
2016-02-26

Hi, there isn't a turn key solution for it but you may want to know where the positions are specified in the script. Open web/conn/codelib/tclass.js.inc.php in a text editor and seek to the line 166.
... Read More
Posted by Olufemi
2016-02-26

Hi There,

Awesome job you are doing.

I have been struggling with installing the "Address Book Script". I am using Wamp server on my laptop to simulate the web environment.

The trouble is actually ... Read More
Posted by Tom
2016-02-26

Hi,

>"Can not connect to database server [ localhost ] : Access denied for user 'myusername'@'localhost' (using password : YES)"

The error message indicates the username or password ( or maybe both ... Read More
Posted by Chad
2016-02-23

Is there a way that I can make it so that Guests can view details of like 10 or 20 on a page? Not change anything just have it show the contents?
Posted by Tom
2016-02-23

Hi, maybe this article will help you!
http://www.phpkobo.com/article---m3350
Posted by Paul
2016-02-23

How can I put created poll on my web page? Is there any manual?
Posted by Tom
2016-02-23

Hi, First, (1) log in the admin panel. Then (2) Select the poll you want to put on a web page. (3) You will find four buttons on the top. They are:

[ Back ][ Preview ][ Edit Poll ][ Install ]

(4) ... Read More
Posted by Kevin
2016-02-20

I got a warning message. Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. ... Read More
Posted by Tom
2016-02-20

I think you are using one of PHP v3.x series. It seems some PHP distributor accidentally injected a bug in php.ini file and that's causing the warning message in any PHP scripts that use the date() ... Read More
Posted by Oscar
2016-02-18

Dear: John
I will like to know how can I add new table in the same scrip. I do have two
1-Lead
2-Staff

I will like to add one more, how can I add a new one
Posted by Tom
2016-02-20

This haven't been documented yet. There are a few locations that are a bit too tricky to describe. I plan to make tables attachable/detachable in the next version.
Posted by Nick Collinson
2016-02-14

I have been successfully using v1.03. It's a very good system, easy to install and simple to use
- Do you have a changelog? Is there any point in upgrading from v1.03 to 1.06?
- Would it be easy to ... Read More
Posted by Tom
2016-02-15

Hi,

>Is there any point in upgrading from v1.03 to 1.06?

v1.06 exposes a few APIs that allow you to override the default method of loading files. If you don't plan to write code, then there is no ... Read More
Posted by Kim
2016-02-12

Dima,
I forgot to add that you can change your start page here:
cls_sys_base.inc.php

XA_START_PAGE =>
Posted by Tom
2016-02-15

Thanks!
Posted by Shaun
2016-02-09

Hi Tom,

I checked out the 2 posts referring to making a field clickable email or URL), as I need to do this. However, you mention making the changes in tpl.(table-name).detail.inc.php.

The problem ... Read More
Posted by Tom
2016-02-10

In tpl.(table-name).search.inc.php, the procedure is much simpler.
Replace
<?php echo $hm->Zb('rs:def:(field-name)'); ?>
with
... Read More
Posted by martin warutere
2016-02-09

How do i set up a cron job as per the installation guide?
Posted by Tom
2016-02-10

In most rental websites, you can schedule your cron job in a control panel such as cPanel, Plesk. If you are not sure about how to access your control panel, please ask your web administrator.
Posted by Kim
2016-02-07

Whoops, sorry the backslash was stripped from the file names.
Sorry about that. If you can't figure it post back and I'll try and give you a better list when I am at home.

Kim
Posted by Tom
2016-02-08

Wow, You are a pretty much hardcore! :)
Posted by Kim
2016-02-07

Dima,
Its pretty easy to add extra pages is you make copies of the type of page you want (Search, Detail, Login etc.) I have several tables and copied the search page to create different search ... Read More
Posted by Watcharaphong Chuenpimonchankit
2016-02-05

Hi.
Form2DB can upload photo or attach file?
Thanks
WC
Posted by Tom
2016-02-06

Hi, sorry file upload is not implemented in Form2DB.
Posted by Dima
2016-02-05

Hello. Tom, your script are perfect, but can i add some new pages that i need, and how can i do it?

Can i change start page from default tpl.table_name.search.php to my-page.php? How can i do it? ... Read More
Posted by Tom
2016-02-06

Sorry, it hasn't been documented yet. It's fairly complex. Maybe you could try duplicating the "about" page. I think that's much easier than adding a new page.
Posted by martin warutere
2016-02-04

Sorry i was trying to create a lead as an administrator instead of a staff.Thank you for your advice.
Posted by Tom
2016-02-05

All right!
Posted by Sergey
2016-02-03

Thank you Tom, but in html not workin, they do it in one vertical line, but i need in 3-4 vertical column. Twenty entries per page, i need 4 vertical and five horizontal lines, but with simple html ... Read More
Posted by Tom
2016-02-05

Sorry I can't. Your request is out of the scope of this feedback box. Anyway, I think you first need a good HTML coder. In your case, it's important to write correct HTML code before editing the ... Read More
Posted by Richard
2016-02-03

is there a way to remove the vote button and move the submit function to the choice clicked on, as in make the radio into buttons, once you click on the options, it will count it as a vote.

I figure ... Read More
Posted by Tom
2016-02-05

Currently there isn't a simple solution for that. You just have to modify the code. I think the idea is very important. I really want to implement it in the next version. Thank you for your ... Read More
Posted by traskin
2016-02-01

good but....dont work with smtp ssl or tsl
Posted by Tom
2016-02-03

Sorry, it's not compatible with TSL.
Posted by martin
2016-02-01

i created a staff account and after loging in as a staff i clicked the leads button but i am not seeing the create new lead button
Posted by Tom
2016-02-03

Maybe, you created an admin account instead of staff account. That's why you didn't see "Add New" button. Well, that's the only possibility I can think of.
Posted by Jeremy
2016-02-01

Hi Tom,
How do I hide The ID in the criteria search AND in the list of contacts?

Thank you.
Jeremy
Posted by Tom
2016-02-03

>How do I hide The ID in the criteria search

Please edit the template, tpl.(table-name).search.inc.php