How to Setup Attachment Directory in osTicket System

There are lots of topics contain of question in osTicket System Forums that asking about how to setup attachment directory in osTicket System. Since there are two part of osTicket’s user will use this attachment feature; one from the client-side, and the other from the staff-side, then you have to observe the exact (not relative) [...]

Share
[Read more...]

Comparing Translation Plugin: qTranslate vs WPML

Another WordPress plugin that has functionality for translating the content of your website besides qTranslate is WPML.  qTranslate stores all languages alternatives for each post in the same post, whereas WPML manages multilingual posts in one post per language. Translations in WPML are then linked together, indicating that one page is the translation of another.  [...]

Share
[Read more...]

How to Make WP-PageNavi Plugin Supports Multi-Language?

Today, my posts in this website reached more than 10 articles. Therefore, there was an “Older entries” link showed-up in the bottom of my front page. Well, I want this link text become pagination link that automatically detects the number of the page. So I searched, found, and used WP-PageNavi plugin for this purpose, and [...]

Share
[Read more...]

How to Convert 10 Digits Numeral to The Date Value?

I have hundreds of records that need to be imported from one table and database (let’s say that this is the first database) to another table in different database (and the last one is the second database). Unfortunately, one of the columns in the table in first database has the Date value in 10 digits [...]

Share
[Read more...]

How to Convert 5 Digits Numeral to The Date Value?

A few days ago, a friend of mine asked me for help. He wanted to export his data from Excel file into Access database file. There were about sixteen thousand rows in Excel that have to be exported into Access. One of the columns in that Excel had a Date data. Unfortunately, most of those [...]

Share
[Read more...]

Never Display The Ticket Number After Client Submit A New Ticket!

osTicket System is one of the best open-source ticket system until now. I have been testing and using it since version 1.6 RC4. The last version when I created this article is 1.6 RC5. For those both version, it is still using the email address and the ticket number to log in to the system, [...]

Share
[Read more...]

Codestyling Localization Plugin: Helps You Translating WordPress

I found Codestyling Localization Plugin that can help translating WordPress. I am not talking about the web content page translation, but it is about how to make your WordPress label or text is able to use your language. If you want to translate your web content page to such a language you specified, then you [...]

Share
[Read more...]

The .htaccess File Content When Permalink Activated

I just wondered what would be happened when Permalink feature in WordPress is being activated? Detail technical question is: “What is the truly identifer that makes me sure this feature is being activated?” For those who do not know what Permalink is, it is a feature in WordPress that allows you to change the URL [...]

Share
[Read more...]

Add “Read More” Link in The Post

If your post in WordPress contains of so many words or sentences or even paragraphs, and you want to display only the first paragraph or even the certain first amount of characters, plus you want to display “Read More…” link, what will you do? Honestly, I have no idea at all how to implement this, [...]

Share
[Read more...]

Change the Date Format in WordPress Theme

If you want to change the date format based on your theme that you are using in WordPress, then you have to edit a code or such a string in the .po and .mo file, regarding to your language in that theme. Typically, these files are located in \themes\{yourtheme}\{langdirectory}\ sub directory. Adjust {yourtheme} with your [...]

Share
[Read more...]