Today I made a modification in order to give solution to one of the topics in osTicket Forum Discussion. Here is the quote of that topic: I dont want the user to see the ticket till they are assigned to it. Only Admin and Manager of that department can view the idea. So basically something [...]
[Read more...]Staff Cannot View Ticket Until They Are Assigned in osTicket v1.6 RC5
Different Open Ticket Pages in osTicket System v1.6 RC5
Have you ever wanted to make the different open ticket pages in osTicket System version 1.6 RC5 in order your user are able to submit separate tickets for the different problems? For example, at the top of your website page, it says “Submit Ticket” with another option that says Phone support, but it’s still linked [...]
[Read more...]Remind Staff about Assigned Ticket in osTicket System v1.6 RC5
There is an interesting feature request in osTicket Discussion Forum about how to send an email to an already assigned staff member to remind them to get on their tickets. To implement this new feature, I made a modification.
[Read more...]Limiting Tickets Sent by Same Email Within The Last N Days in osTicket
As Administrator in your osTicket System, you want to limit tickets sent by the same user/email within the last period of days, somehow. For example, you want to limit only 3 tickets a user (determined from the email address) can submit within the last one month. When this condition meet the criteria, osTicket System will [...]
[Read more...]Improving Basic Filter Become Advanced Filter in Pods CMS of WordPress
Currently, the Filter Form up to Pods CMS version 1.7.3 still uses the basic form. It has one textbox and one button only. In addition, this filter form can only filter the recordset that returned by its process based on the name field. So I made modification/enhancement by adding combobox that contains of all fields [...]
[Read more...]How to Prevent Displaying SQL Error Message in Pods CMS
I have been running Pods CMS version 1.7.3 on this blog. So far so good, until I found a SQL error if the pg parameter in URL assigned with invalid value. For example, the proper value should be 1, 2, and so on, then you assign this parameter with non-numerical value, such as aa, etc. [...]
[Read more...]Improving Pagination Feature in Pods CMS of WordPress
Today I saw an improvement about Styling the paging feature created by nikos in Pods CMS Forums. It was an interesting improvement, indeed. Then I applied it on my blog here. I also added the 2 additional links: Previous and Next on the pagination feature, by modifying the pagination_2.php and Pod.class.php file.
[Read more...]How to Change Register Globals Value for Your Website
There are some resources that recommend you to set register_globals become Off on your PHP installation in order to keep your website secure. Some of them are: – Using Register Globals – How do I deal with register_globals? We are not talking or discussing about those resources, but the question is: “How do I change [...]
[Read more...]
Recent Comments