How to Create Breadcrumb Using the Nested Set Data Model in SQL Server

Still remember the similar article I wrote regarding the title of this article? Well, if you want to implement breadcrumb using the SQL Server database, then here is the related Stored Procedures in SQL Server format. In other words, this following article will show you the same Stored Procedures in SQL Server instead of using [...]

Share
[Read more...]

How to Create 3 New Permissions (Can Post Reply, Can Post Internal Notes, and Can Assign Tickets) into osTicket 1.6 ST

osTicket does very good job to restrict the certain permissions to the staff by implementing the User Groups feature. There are seven permissions that have been provided in the User Groups. They are: Can Create Tickets, Can Edit Tickets, Can Close Tickets, Can Transfer Tickets, Can Delete Tickets, Can Ban Emails, and Can Manage Premade. [...]

Share
[Read more...]

How to Create Breadcrumb Using the Nested Set Data Model in MySQL

There are so many articles in the Internet have explained us that the Nested Set Data Model has many advantages (although it is more complex among the others) for handling the Hierarchical Data Model. Some of the advantages of this Nested Set Data Model are: You can create unlimited levels and it only needs one [...]

Share
[Read more...]

Mandatory Attachments for Client Side of osTicket 1.6 ST

This following modification will answer the request that being asked via this thread in osTicket Discussion Forum. Since I created this modification based on my Multiple Attachments for Client Side of osTicket 1.6 RC5 modification (this mod also works fine in 1.6 ST version), then you have to implement that multiple attachments mod first before [...]

Share
[Read more...]

How to Define Data Type for the Certain Column Using WP-Table Reloaded Plugin of WordPress

The following information will give you the idea how to define the certain data type for the certain columns in the table that you created with WP-Table Reloaded plugin. Sometimes one of your columns in that table might be contains the Numeric data type. For example, you have a column named “Quantity” so the data [...]

Share
[Read more...]

How to Adjust Text Align for the Certain Row and Column in the Table Using WP-Table Reloaded Plugin of WordPress

One of the advantages of WP-Table Reloaded plugin is the ability to define your custom stylesheet from its Plugins Options section. It means, you don’t have to touch or edit the core file of this plugin. Since this will overide the default style that has been defined in the .css file of the plugin, then [...]

Share
[Read more...]

How to Change The Default Selected Record Count in WP Table Reloaded Plugin of WordPress

For those of you who are using the WP Table Reloaded plugin in your WordPress website, then you will find that until the 1.9.2 version, there is no setting that provided by the author of this plugin to change the default selected record count or rows in the table. It means that when you create [...]

Share
[Read more...]

How to Translate “Continue Reading” Text in Genesis Slider 0.9.4 Plugin of WordPress

Today I changed some of my website that use Genesis Theme Framework using Genesis Slider plugin. This plugin allows you to create a simple slider that displays the featured image, along with the title and excerpt from each post or page. It seems that all went well, until I discovered the condition that the “Continue [...]

Share
[Read more...]

How to List All Attachment Files in the View Ticket Page of osTicket 1.6 ST

Because the number of the attachment files in a ticket could be increasing anytime, which these attachment files can be derived from the client when creating and reply to a ticket, as well as uploaded by staff when replying to ticket, then consider the situation where your staff someday wants to see or to search [...]

Share
[Read more...]

How to Collapse Both the Internal Notes and the Ticket Thread as Default in osTicket 1.6 ST

For those of you who want to collapse both the Internal Notes and the Ticket Thread sections as default in osTicket 1.6 ST, then this following modification is definitely right for you. Now each time your staff views a ticket, then the Internal Notes and the Ticket Thread sections will automatically be collapsed as default. [...]

Share
[Read more...]