User Feedback Archive : April 2016

Posted by Oscar
2016-04-30

Dear: Tom

where can I Find the CSS file to change the color the top bar and to the text

and change the color to the text boxes

Regard
Posted by Oscar
2016-04-26

Dear: Tom
I wil like to know if is possible type the Zip code and get the State and the Citi Automatic. do you know how to do that.
Exp>
If I type 12345 so I can get Automatic the Detail in the ... Read More
Posted by Tom
2016-04-27

>I wil like to know if is possible type the Zip code and get the State and the Citi Automatic. do you know how to do that.

Hi, it's called Auto Complete. Well, it's beyond the scope of this Feedback ... Read More
Posted by Dima
2016-04-25

Hello dear Tom)
Now i'm about translating. I translate your script to russian and ukraine languages and i have some problem)
I can't find where they were for the field <?php echo ... Read More
Posted by Tom
2016-04-26

HI Dima,
You can change the caption of "active" field in web/codelib/cls_fl_aso.inc.php.
Find these lines:
... Read More
Posted by Dima
2016-04-23

Hi dear Tom.

I find my mistake in "cls_ps_<table_name>.inc.php"

Thank you for best script and best communications!
Posted by Tom
2016-04-24

Glad to hear that! :)
Posted by Oscar
2016-04-22



Tom

Thank you I gat it.. Thank A lot, I did the connection with my PDF File

how can I add .pdf at the end


<?php echo $hm->Zb('rs:def:address_id',ZB_CBF,'getTextValue')
Posted by Tom
2016-04-24

You can do
<?php echo $hm->Zb('rs:def:address_id',ZB_CBF,'getTextValue'); ?>.pdf
or
<?php echo $hm->Zb('rs:def:address_id',ZB_CBF,'getTextValue') . ".pdf"; ?>
Either will do!
Posted by Oscar
2016-04-22

Dear: Tom

This is the Link for the location
<td align='center'> <a href='http://22.19.7.7/01-WH_Time_Line\FTP WH\MRR\R12070.pdf' target='_blank'>

R12070.pdf' = is going to be ID Number
but at the ... Read More
Posted by Tom
2016-04-22

OK, so you want to display the ID in the detail page, right?

First, you need this helper function. Open web/staff/common.inc.php in a text editor, and put the following line on the top, then the ... Read More
Posted by Oscar
2016-04-20

Dear: Tom

Do you know how can add Download link a PDF file using the Text Name. I have this Example:

<a href='http://77.11.55.045/01-WH_Time_Line\FTP WH/file%20upload.html' target='_blank'>

But ... Read More
Posted by Tom
2016-04-20

Hi,

<a href='http://77.11.55.045/01-WH_Time_Line\FTP WH/file%20upload.html' target='_blank'>

About the link above, shouldn't the url end with a filename with the PDF extension if you want to have ... Read More
Posted by Dima
2016-04-18

Yes, i know, but when i click on it script write an error - wrong page sequencer and i can't do anything ( Maybe there is another way to do it?
Posted by Tom
2016-04-20

Hi, First of all, I assume you didn't modify the code and you are experiencing the problem right after you installed it. (Correct me if my assumption is wrong.) Then there must be some other external ... Read More
Posted by Dima
2016-04-17

Hello dear Tom. How can i do back button? No java script. When i try to do it by myself the script does a mistake when clucking button like (wrong page sequanser). Please help me.
Posted by Tom
2016-04-18

Hi, There is the cancel button in the record detail page. I think that's what you are looking for.

Posted by vishu
2016-04-13

I want to know can we put multiple poll on different pages with different results
Posted by Tom
2016-04-14

Hi,

>can we put multiple poll on different pages with different results

Yes, you can if you mean each of the multiple polls has it's own poll folder ( which contains tpl.front.inc.php, ... Read More
Posted by Jenny
2016-04-11

Hi I am new to programming and I am getting the following warnings when trying to install (ie when doing Step 3 Uploading script to your website) and not really sure what to do with them

"Warning: ... Read More
Posted by Tom
2016-04-11

Hi,

>I did find a previous message from 2014-11-08...but I have downloaded the latest zip and it still throws the above warning/error.

It's weird. This problem was solved more than a year ago and I ... Read More
Posted by Trajce
2016-04-11

Location : CDatabase/CMySQL::InsertRecord
Message : Insert Record (tbl_lead) : Column 'rlog_create_user_id' specified twice
Posted by Tom
2016-04-11

Hi,

>Location : CDatabase/CMySQL::InsertRecord
>Message : Insert Record (tbl_lead) : Column 'rlog_create_user_id' specified twice

Have you modified the code? If not, there must be something ... Read More
Posted by Harry S
2016-04-06

I would like to know if you have the option to vote with pictures ?
Posted by Tom
2016-04-07

Hi,

>I would like to know if you have the option to vote with pictures ?

Yes if you don't mind modifying poll templates yourself. You can put <img> tags in poll templates.
Posted by Jeremy
2016-04-05

Hi Tom,

I made a guest directory, modified the backend code for removing the opportunity to guests to modify/add/delete the entries, and now I just want to remove the buttons (because if we click ... Read More
Posted by Tom
2016-04-05

Hi,

>but can't find the buttons in there, or a way to remove them.

Please edit web/staff/include/tpl.sr.top_bar.inc.php.