User Feedback Archive : March 2017

Posted by Maximo Ramos
2017-03-26

Hi!!

I applied the the following instructions: http://www.phpkobo.com/article--m2072 in tpl.-mydatabase-.search.inc.php

But it doesn't work, in the search results the 'mailto:' html tag does not ... Read More
Posted by Tom
2017-03-27

>I applied the the following instructions: http://www.phpkobo.com/article--m2072

Hi, try this instead
http://www.phpkobo.com/article--m3721
Posted by Michele
2017-03-26

Hi Tom, how can I attach one or more files to a record
Posted by Tom
2017-03-27

>how can I attach one or more files to a record

Sorry this is no file upload features yet. You need to add it yourself.
Posted by Eliza
2017-03-24

Hello!

How to hide (delete) and (edit) for staff. I want to leave them only ADD NEW?

Thnx in advance!
Posted by Tom
2017-03-25

Hi, enclose the code you want to hide from staff like this
<?php if ( $sys->IsAdmin() ) {
//code to hide
} ?>
It works in template files (web/staff/tpl.(-----).inc.php)
Posted by Nasko
2017-03-22

Hello!

I followed the instruction how to disable the edit, delete button. After the staff tries to edit, they can't edit or delete (that's good), they dont get an error message they just get a blank ... Read More
Posted by Tom
2017-03-23

Hi, it's better you remove the edit/add-new/delete buttons from
the template, web/staff/tpl.(table-name).search.inc.php
Or you can hide it from staff. To hide code in a template, enclose it with
... Read More
Posted by Silvio
2017-03-18

I was thinking that Sim Seller Email was intended only for simulation purposes.
Again thank you so much Tom, the issue is fixed! :)
Have a nice day!
Posted by Tom
2017-03-18

You are welcome!
Posted by Silvio
2017-03-17

I've made much more expensive tests and each time I found the same issue in IPN ERROR log:
result: ERROR : Invalid Seller Email: Ferry devant îlot [CProductInfoSub]
where "Ferry devant îlot" is the ... Read More
Posted by Tom
2017-03-17

>result: ERROR : Invalid Seller Email: Ferry devant îlot [CProductInfoSub]
>where "Ferry devant îlot" is the "item_name".

Maybe you changed the value of "bussiness"?
... Read More
Posted by Michele
2017-03-15

Hello Tom, thanks for your info. Tom would like to ask how can I do to use logoff menu to link to other pages remaining in same browser tab.
Posted by Tom
2017-03-15

The links are created in web/staff/include/tpl.body.header.inc.php line 32
<a class="dmenu_item" href="<?php echo $hm->Url( '_sc=' . $sc . '&' ); ?>"
><?php echo $caption; ?></a>
Maybe you should ... Read More
Posted by Ashwinkumar
2017-03-15

how to increase / decrease the number of rows. currently there are 25 rows in display but the error is that the bottom message showing 1-50 instead of 1-25...can you tell me which files to edit
Posted by Tom
2017-03-15

>how to increase / decrease the number of rows

Open web/staff/app/df.fieldlist.inc.php and find array like this:
... Read More
Posted by Michele
2017-03-13

Tom excuse me, where I find the template file
Posted by Tom
2017-03-13

>where I find the template file

It's in staff folder. The template files are prefixed with tpl. like tpl.address.search.inc.php.
Posted by Aleksey
2017-03-11

Hi Tom.
Thanks for your answers.
Just one question: when i login as admin, in header i see four menus: Address, Staff, About and Log Off. When i login with a staff password, i dont see in header a ... Read More
Posted by Tom
2017-03-13

Hi,

>Which script do this check, what menu is going to be appear according to user type?

cls_auth_base function in web/staff/app/cls_auth_base.inc.php
Posted by Michele
2017-03-08

Thank you. If you can tell me when you do upgrade, for me is very important.
Posted by Tom
2017-03-08

Sorry, I can't say it. Whenever I get a chance!
Posted by Aleksey
2017-03-07

Hi.
First, thank you very much for this great script.
Second, I have some questions about Address Book Script:
1. Where i can translate all contents?
2. Its possible to convert this script to R-T-L ... Read More
Posted by Tom
2017-03-08

Hi,

1. Where i can translate all contents?

web/codelib/cfg/res.eng.app.inc.php
web/codelib/cfg/res.eng.sys.inc.php

2. Its possible to convert this script to R-T-L (Hebrew for example)? ... Read More
Posted by Michele
2017-03-06

Tom, I would look for the data also using logical operators eg. <> = 'Then all nr. > 44 the result will be 45, 46 etc ..., or> 44 & <50 the result will be 45 .... 48,49. Thanks Tom
Posted by Tom
2017-03-07

Hi, I know what you mean... but sorry there isn't an easy way to implement it in the current version. I'll put in my to-do-list. Thanks for your suggestion!
Posted by Michele
2017-03-06

Thanks Tom for your info. Now I would like to replace with a new logoff link. If I click logoff I would go on my other page, how can I do? Thank you.
Posted by Tom
2017-03-07

I think it's a good idea to remove the top menu entirely. And put any links you want in the template file.
Posted by samadhan
2017-03-05

Hello Friends,
I am getting stuck one stage. I am new here for the phpkobo scrpt. I downloaded all the from cpanel and trying to connect on my local machine. i had changed my database file database ... Read More
Posted by Tom
2017-03-07

Hi,

>its getting error after login like "could not connect"

Did you run the installation script? Your description sounds you configured the config file but skipped running the installation script ... Read More
Posted by Michele
2017-03-03

Ops...Tom, I click logoff this error:
Location : cls_ps_frame/CVPageSet::GetFieldListAttri
Message : Fieldset () does not exist in spec_fieldsets : PageSet Name = frame...
Whait.?...
Posted by Tom
2017-03-04

>Ops...Tom, I click logoff this error:

Please remove the logoff link. Since you've already removed the login feature, logoff just doesn't make sense. You no longer need it.
Posted by Nicole Taylor
2017-03-03

I think this a wonderful program and I use it faithfully for my clients when they call. I have learned how to remove the delete record from the page for guest view.. but I want to change the css ... Read More
Posted by Tom
2017-03-04

Hi,

The path to the style sheet is web/staff/css/page.css.
Probably, you need to make a lot of modifications on template files, also.
This was written in pre-responsive design area, so it's not ... Read More
Posted by Michele
2017-03-03

Thank you Tom, your info is very ok.
Posted by Tom
2017-03-03

You are welcome :)
Posted by Silvio
2017-03-02

Thank you so much Tom, this path works! :)
Posted by Tom
2017-03-03

Great!
Posted by Michele
2017-03-02

Wonder if you can go directly to the contact page, I want to rule out the authentication page. I don't need authentication. Thank you.
Posted by Tom
2017-03-02

To bypass login page, please see this article:
http://www.phpkobo.com/article---m3350
Posted by Silvio
2017-03-01

Hi Tom,

Your script "find-path.php" running from public_html confirms the path I see, from the beginning, with FTP but when I modify the config.products.inc.php to match it, the simulator returns: ... Read More
Posted by Tom
2017-03-02

Please remove dirname(dirname(__FILE__)) . The line will be
define( 'PATH_PRODUCTS_FOLDER', '/home/silvio/products/' );
By the way, dirname(__FILE__) returns the physical path to the folder where ... Read More
Posted by maxi
2017-03-01

thanx you have done something amazing.
can you help me out on how to import exel file with attributes First name, last name, company, fax, address1, address2, zip, state, and cell?
Posted by Tom
2017-03-02

Hi,

>can you help me out on how to import exel file with attributes First name, last name, company, fax, address1, address2, zip, state, and cell?

Sorry, it doesn't have the csv import feature.