Wordpress plugin, auth issue
Hello, there is something I don't understand about handling authentication with the Wordpress Template. I followed the template guide published here step by step: https://xlinesoft.com/wordpress After...
View ArticlePassword reminder in bulk mode
Hello everybody I added a custom button on the header of the header of Admin-Add/edit user and I would like send a password reminder to all users in the table users, the only code that I need is how to...
View Article[SOLVED] Two Factor Authentication
Hi Everyone. I just upgraded to PHPRunner Enterprise and I have successfully integrated AD authentication via LDAP. I want to enable Two Factor Authentication but that option is greyed out and I can't...
View ArticlePHPRunner 10.5
I am a little confused, has PHPRunner 10.5 been officially released or is it still a Beta version, I see that the latest update on changelog was mid december and I don't see any official release...
View ArticleHow can I create an Autocomplete like ...GMaps
Hello everybody Somebody could guide how can I create an autocomplete like g00gle maps?As you can see in the image, I wrote "9 bedar" and it gave me many suggestions even with accents, I need something...
View ArticleHow to create a thumbnail in lookup wizard
hi, (sorry little speak english) I m use lookup wizard field and autofill. the picture does not show. link is showing. I want to show a picture while adding. no need for file path...
View ArticlePHP Enterprise Chart Issue
Hi Everyone, I upgraded to PHP Enterprise and began working on the Web Reports and Charts. I am able to create web report without a problem but when I create any chart it throws this error below. Any...
View ArticleError field events
I use field events but I have a console error Can anyone help me? Thanks Here is the code used Client Before var ctrlMATERIAL = ctrl.getPeer('MATERIAL'); var ctrlFURNIZOR = ctrl.getPeer('FURNIZOR');...
View ArticleUser ID session save after register problem
When a user logs in with their username and password then we capture the ID and save it in the session, in Login Page-> After succesful login. I write: $ _SESSION ["ID1"] = $ data ["ID"]; This helps...
View Articleundefined function sendEmailByTemplate()
I'm getting this error when clicking on the button. Fatal error: Call to undefined function sendEmailByTemplate() in /buttonhandler.php on line 650. When commenting out the sendEmailByTemplate line of...
View ArticleCalculate average on add page
Hello dear, I am writing to you this time, since I do not know how to calculate the average in the add page in phprunner. for now I solve it as follows, but not calculate the average if you don't fill...
View ArticleModifying Reports
Hi Everyone, I am looking for a little guidance to make my report look better. I have a report shown below where the data is summarized both horizontally and vertically. What I would like to do is...
View ArticleClear search field
I have a search but I'm hiding data until search and with that option I cannot clear the search field after a search. How can I add a button to clear the search field
View ArticleHow to use a copy of the edit page when clicking on the record field on the...
I cannot allow users to edit all record fields only selected. So I created a copy of the edit page and would like to call it up by clicking on the selected fields on the list page. When setting the...
View Article10.5 and SWAL
I am trying to implement a SWAL version of the following in my custom button Client Before event This works fine var r = confirm("Are you sure?"); if (r == true) { return true;; } else { return false;...
View ArticleChart Label Error
Hi Everyone, I have a circular gauge chart shown below and I'm trying to format the values on the label under the needle to result as currency (e.g. $5,000) adding both the dollar sign and the comma as...
View ArticleMulti-User Dashboard refresh
Hello All, I have a multi user application where multiple users have dashboard views open all time. When in one of the dashboard tables one user adds a record this is only seen at the others after a F5...
View ArticleSections colour
Hi coders, I am struggling to change the fill colours on the section title bar on the add pages. Does anybody know how this can be achieved? Many thanks, Mike.
View ArticleModify Order By on Report
Good afternoon, I have created a report that returns a count total of entries created per user per location by week. The report groups the entries by week. Generic version of the query used: SELECT...
View ArticleBitcoin integration
Goodday Has anyone integrated Bitcoin payment in a online shop Any examples somewhere? Thanks Danie
View Article