User Feedback Archive : March 2018

Posted by Zdenek
2018-03-28

Hi Tom,

I would need staff or guest to edit only some fields. Not all. Is it possible?
Posted by Tom
2018-03-30

The easiest way is to hide the fields with <div style="display:none;">
for example
<div style="display:none;">

....the fields you want to hide...


</div>
Even if the fields are hidden, they will ... Read More
Posted by Zdenek
2018-03-21

Hi Tom,

how do I find the content of the search criteria? So how do I know, that the page shows the search result or all of the database entries?
Posted by Tom
2018-03-22

Hi,

>how do I find the content of the search criteria?

After you log in the admin panel, you will see the record search page. The input boxes on the top of the pages are the search criteria. they ... Read More
Posted by Leoman
2018-03-16

I need to print the result of search and increase the number of showing records from 20 to 50 or more..

Please, help me.

Thanks
Posted by Tom
2018-03-19

Hi, about changing the number of records per page, please see this article:
http://www.phpkobo.com/article--m3810
Posted by hadi
2018-03-12

dear Tom

i succesfuly bypass the login page for guest user. but the logout button and staff name still appear. how do i delete that?

Posted by Tom
2018-03-15

>but the logout button and staff name still appear. how do i delete that?

The menu is in web/staff/include/df.top_menu.inc.php.
Username is displayed in web/staff/include/tpl.body.header.inc.php.
Posted by hadi
2018-03-12

hi Tom.. thanks for fast response..ive already try steps carefully ..but the staff still can add/delete/edit the information.. kindly advise on what part i did wrong.

open ... Read More
Posted by Tom
2018-03-15

>the result stay the same.

You mean that the buttons are still visible?
You need to remove buttons from the template.
Just like you did it for the delete button, described this article: ... Read More
Posted by hadi
2018-03-11

how do i set only admin account can add/remove/edit the data while the staff acoount can only search and view the requested data.
Posted by Tom
2018-03-12

To remove the delete button, please see this article:
http://www.phpkobo.com/article--m2413

Also, check this out.
http://www.phpkobo.com/article--m2756
Posted by Neelam Patel
2018-03-10

Hi it is possible to add inline edit?
Posted by Tom
2018-03-12

Sorry there is no build-in feature for inline edit.
Posted by Anton
2018-03-05

Hi Tom - Thank you so much for your scripts. I have implemented them in various instances for a number of years.

I am having trouble presently where following submit there is a long lag, page 3 ... Read More
Posted by Tom
2018-03-07

Hi,

>where following submit there is a long lag, page 3 does not appear

It's most likely that the address of the mail server that you set in the configuration file is wrong. The script was just ... Read More