How to Implement Simple Time Spent by Staff on Ticket in osTicket 1.6 ST

After a few months not involved in osTicket discussion forum, today I saw some requests asking about how to implement the simple time spent on a ticket in osTicket 1.6 ST (stable version) as good as it has been implemented in osTicket 1.6 RC5. Since the author of that mod is busy nowadays and he [...]

Share
[Read more...]

How to Convert Seconds to “Days, Hours:Minutes:Seconds” Format in Visual Basic 6 (VB6)

This following code will give you a complete solution how to convert a Seconds value to a “Days, Hours:Minutes:Seconds” format in Visual Basic 6 (VB6). This will be useful when you want to know how many days, hours, minutes, and seconds from the given Seconds value. For example, you have a record which has value [...]

Share
[Read more...]

How to Get Current Language Code by Using qTranslate Plugin of WordPress

For those of you who are using the qTranslate plugin and need to know how to get the current language code that selected by the visitors so that you can run a particular code that different for each language, then this following code is right for you. Included an example of using the code, for [...]

Share
[Read more...]

How to Add Home Link in WordPress Menu Using Genesis + Platinum Theme and qTranslate Plugin

Yesterday I changed the theme of this my website where it had previously used the iNove theme to Genesis theme framework and Platinum child theme. Everything went smoothly until I found a little problem. Because I used the qTranslate plugin for this multilingual website, whereas the last version of Genesis and Platinum; both of them [...]

Share
[Read more...]

How to Display All Posts in a Category Using “Category Show” Plugin And Its Modification In Order To Use SEO Permalink and To Prevent Displaying of Double Posts

Today I decided want to display all posts that located in the certain category, and each category will be stored in the different page for one of my WordPress websites. So I was starting to search the plugin regarding it. I found that there are three plugins that match with my needs. Posts per Cat [...]

Share
[Read more...]

How to Make SEO SearchTerms Tagging 2 Plugin Can Display the Actual Link to Search Terms Which Not Derived from WordPress Post or Page

The following modification will show you how to make the SEO SearchTerms Tagging 2 (STT2) plugin can display the actual link to the search terms which not derived from WordPress Post or Page. As we know, not all search terms that produced by this plugin has a link to the specific Post and Page content. [...]

Share
[Read more...]

How to Handle Duplicate Records by Deleting and Leaving Only One Record from Each Duplicate Records in MySQL Database

Have you ever got difficulty when handling the duplicate records in a table in MySQL database, where you want to delete the records and pretty leaves one record from each duplicate records? This usually happens in the table who did not have the primary key, so that it can cause to store the duplicate records. [...]

Share
[Read more...]

How to Make Your WordPress Editor Works Properly When Using qTranslate Plugin

Have you ever got this following message when you want to add or write your article in your WordPress website that using qTranslate plugin? Well, here is the message: “The qTranslate Editor has disabled itself because it hasn’t been tested with your WordPress version yet. This is done to prevent WordPress from malfunctioning. You can [...]

Share
[Read more...]

My Second Attempt to Translate SEO SearchTerms Tagging 2 Plugin of WordPress

For those of you who have read my previous article regarding the title above, it is: How to Make SEO SearchTerms Tagging 2 Plugin Supports Multi Language, now I have a good news again for you. Even the author of this plugin has not updated based on my first attempt to translate this plugin so [...]

Share
[Read more...]

How to Translate “Related Posts” Text Beneath Post Content Using Microkid’s Related Posts Plugin of WordPress

I have been using the Microkid’s Related Posts until now, and I think this is one of the best related posts plugins in WordPress if you want to show the related posts in your WordPress website. According to the changelog page, since version 3.0 it has provided the internationalization feature, including the translation file. Great [...]

Share
[Read more...]