How to Add user_registered Column in Authors & Users Page on wp-admin of WordPress

Once upon a time, I needed to monitor when did my users register their account in one of my WordPress website. It meant that I needed to get the value from user_registered field in the users table, and then displaying it in Authors & Users page on wp-admin of WordPress. I have searched for the [...]

Share
[Read more...]

How to Know The Duplicate Records Based on The Same Value in a Field in MySQL Database

Have you ever wanted to know which record has duplicate content based on the same content in a field in MySQL database? This information will be get after you select the records and display them which one have the same content by groupping them by that field. Well, here is the script how you can [...]

Share
[Read more...]

How to Make The New Field Searchable in the Ticket List Page of osTicket v1.6 RC5

This following modification will make the new field that you have added to the osTicket System become searchable in the ticket list page at the staff-side. Assuming the new field name is applications. You can read my modification regarding how to add new or extra fields by reading this article: How to Add Extra Fields [...]

Share
[Read more...]

Important Things to Edit New Fields in osTicket v1.6 RC5

For those of you who have successfully added the new or extra fields in the open new ticket form, please do not forget to customize also the ticket edit feature on the staff-side. From several questions in osTicket Discussion Forum, I read that many people forgot about this.

Share
[Read more...]

How to Add Extra Fields on the Open Ticket Form of Client Side in osTicket v1.6 RC5

There are lots of question that asking about how to add extra or new fields into the open ticket form and display them onto the viewticket page in osTicket System. One of the questions that you can see is by clicking on this link. This following modification was being made by myself to answer such [...]

Share
[Read more...]

How to Add New Tab Next to Post Reply Tab in Staff Panel of osTicket v1.6 RC5

Have you ever wanted to add a new tab next to Post Reply tab in Staff Panel of your osTicket System? Well, here is the solution. There are two possibilities of this purpose. First, you want to display something which is read-only, such as static information. Or, the second, you want to add the form [...]

Share
[Read more...]