User Feedback Archive : May 2016

Posted by haritha mullapudi
2016-05-31

Good efforts helps a lot
Posted by Tom
2016-05-31

You are welcome!
Posted by Carlos Rivas
2016-05-30

I need the script but voting with image for each vote the user must choose two images and add it to individual statistics live ... I have ???
Posted by Tom
2016-05-31

Hi,

>I need the script but voting with image for each vote the user must choose two images and add it to individual statistics live

You can modify Ajax Script to fit it to your needs but probably ... Read More
Posted by Poul
2016-05-28

Hi, Tom

I'm implementing Address Book Script to do something you probably don't expect :) I'm try to use it for CDR viewer. I'm almost done but I have problem witch search.

I need to do search for ... Read More
Posted by Tom
2016-05-30

>I need to do search for date grader than (>) and lower than (<).

Hi, the following example is for the 'rlog_edit_date_time' field.
In web/codelib/asc/dl.fl.address.inc.php, find ... Read More
Posted by Kenneth Agee
2016-05-27

Hello, looking for script I can run on our servers, for security reason we can not have any code that links to our side servers.
Posted by Tom
2016-05-28

> for security reason we can not have any code that links to our side servers.

How about installing the script on a website which is not your main site like www.my-dummy.com?
Posted by Oscar
2016-05-26

Dear: Tom you are the best I did it. Thank you.
Posted by Tom
2016-05-28

You are welcome :)
Posted by Oscar
2016-05-25

But where I have to put this code

$this->sys->AuthSession->GetV( "username" );

to get the Picture for every User is login, I can get name but I wan to add the picture with name, if I used other ... Read More
Posted by Tom
2016-05-26

>But where I have to put this code

Use it when you need to get the username of the user currently logging in.
For example, the following code will display the username in a template file.
... Read More
Posted by Oscar
2016-05-23

Dear: Tom
I will like to ad the picture in the file as a user name. I have this code:

<td><div align="center"><img src="images/Ospath/<?php echo ... Read More
Posted by Tom
2016-05-24

To get the usernmae, please use this code:
$this->sys->AuthSession->GetV( "username" );
You can find an example at web/staff/include/tpl.body.header.inc.php, LINE 3.
Posted by Ronak Patel
2016-05-23

Sir i am little weak in php. In which file i should go and edit to add a text and button, linked to info page in admin and staff panel?
Posted by Tom
2016-05-23

You can modify templates. The template files are prefixed with tpl. and you can find it in the web/staff/ folder.
Posted by Ronak Patel
2016-05-22

Sir, is there any form available with radio button and checkboxes together in Form2DB??
Posted by Tom
2016-05-23

Hi,

>is there any form available with radio button and checkboxes together in Form2DB??

If you mean combining radio buttons and checkboxes in a field, no there is no such built-in feature. But of ... Read More
Posted by Abd
2016-05-22

Pls!!..how do I change the default username and password?
Posted by Tom
2016-05-23

Hi,

>how do I change the default username and password?

(1) Log in to the admin panel
(2) Click Staff
(3) Click the edit icon of the admin record
(4) Enter a new username and password
(5) Click OK
Posted by Brian
2016-05-19

how can I add: <a href="tel:5555555555">555-555-5555</a>
to the tel and cell engine. So when I add a tel/cell this will auto generate the click to call tag.

thanks
Posted by Tom
2016-05-20

Hi, this article will help you. Check it out!
http://www.phpkobo.com/article--m2072
Posted by Abd
2016-05-19

Pls sir...aside the admin panel, is there a page that is conected to the database where an ordinary user can fill there information and submit? thanks
Posted by Tom
2016-05-20

Hi, I think Form2DB is close to what you are looking for. Check it out!
http://www.phpkobo.com/form2db.php
Posted by Ronak Patel
2016-05-19

Thank you very much Mr.Tom. Now form is working awesome.
Posted by Tom
2016-05-20

Great!
Posted by Ronak Patel
2016-05-17

Thank you Mr.Tom for your reply and I respect your help and support to me. Actually ya i didnt got any error message. Form was successfully send. But didnt reached up to my mail box. I even tried it ... Read More
Posted by Tom
2016-05-18

>I even tried it with my gmail, yahoo and hotmail mail-Ids.

OK then most likely your webserver is not sending out. Please ask your server administrator to check the mail server log. It could be ... Read More
Posted by Ronak Patel
2016-05-11

Thank you very much for such wonderful support. Your website is truely amzaing. I had customized and downloaded forms from here. Form is getting feeded in DB but it is not getting mailed. Email is ... Read More
Posted by Tom
2016-05-12

Did you get any error message when you submited the form? Since you didn't write it, I'll assume there were no error messages. Then most likely the form was successfully passed to your mail server ... Read More
Posted by Ben
2016-05-08

Hey Tom, thanks for all of your hard work :) I love the address book script.

I am doing some design changes to the files eg:
http://goo.gl/EqGIh5 & http://goo.gl/kJx07Z

and I just cant seem to ... Read More
Posted by Tom
2016-05-09

Hi,

>how to remove the image from the buttons and change them to pure css.

First, open web/codelib/sys/CHtmlMacro.inc.php in a text editor. Find the following line:
... Read More
Posted by Diego Acosta
2016-05-03

Hola muy buena la agenda, como puedo crear un grupo de solo lectura

gracias
---------------------------
Hello very good agenda, as I can create a read-only group

Thank you
Posted by Tom
2016-05-04

Thank you :)
Posted by Jim
2016-05-02

Tom, all is good. Thank you. Great work!
Posted by Tom
2016-05-03

You are welcome!
Posted by Jim
2016-05-01

At the end of the installation guide page, it says "Now, it's time to edit the poll templates & settings to make it truly original. To edit them, read the previous section, "Editing poll templates & ... Read More
Posted by Tom
2016-05-02

Hi Jim,

>To edit them, read the previous section, "Editing poll templates & settings". Where is this page?

It's not really a page. It refers to the previous step, "Step 5 : Editing poll templates & ... Read More