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 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 Delete More Than 50 Tickets for Each Execution in osTicket v1.6 RC5

Sometimes, after the certain period you did some tests for your osTicket System, you have produced so many records in your ost_ticket table and want to remove all of them for each execution for the certain number of tickets. Let’s say you want to remove 100 tickets for each removing execution from the tickets list [...]

Share
[Read more...]

How to Add Custom Record Number in Table List of PodPages

I have just found the way how to add custom record number in the table list of PodPages in WordPress Pods CMS plugin. I optimize the PodPages feature for this purpose by using Bypassing Templates technique. Currently, up to Pods CMS version 1.7.3, you can only use the id field from the table as your [...]

Share
[Read more...]

How to Convert Special Character to HTML Code

Sometimes, I have to view special character that could not be displayed directly on my website for the certain reason. For example, when I wanted to share a knowledge about How to Translate Your Blog Title and Description Using qTranslate Plugin then I have to display special tag related to this topic like [:en] which [...]

Share
[Read more...]