Categories
Unix OS WordPress

To perform … WordPress needs to access your web server.

If you are using VPS to manage your own server, you might face similar info message when you try to update your plugins: The message: To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. Under that are boxes for the Hostname, FTP User, and FTP…

Categories
Drupal

[Drupal] Disable secure connection (https://)

You might sometimes want or face issue that your drupal always redirect to secure connection (https://) protocol. You might want to disable it, especially in local development environment. Note: It’s always a good idea to have the secure connection in production server if it’s available, but normally it costs you extra on that feature on…

Categories
Khmer Unicode WordPress

qTranslate – Khmer Language Settings [WP]

qTranslate, WordPress plugin just stopped getting update and mqTranslate is came to replace the original one but both settings are the same. This one image page could explain you, how to configure our Khmer language to have a multilingual contents in your WordPress website in few minutes. Here is the full list of configuration for…

Categories
WordPress

qTranslate stopped getting updates – the replacement or alternative [WordPress]

If you are using WordPress for multi-lingle content, for sure, you will know qTranslate or WPML plugin which allow you to manage your content in different language. Among two of them, qTranslate is completely free and WPML is a paid plugin. But since 26th January 2014, qTranslate has no update, it seems the author of…

Categories
WordPress

WP – How to display posts from a category

Listing posts by category in WordPress theme development is also interesting, people could manage different way, any way, here are ones that you might interesting to try. Simple If you want to display posts from a single category in your WordPress theme, you should add the following line below the Loop: <?php query_posts( 'cat=23' );…

Categories
Drupal MySQL PHP

My Recommendation Performance Settings [Drupal]

I posted some posts about drupal since I started to implement things with drupal. Issue with “Maximum execution time“ Issue with “MySQL server has gone away“ And still with memory “The InnoDB memory heap“ Here is my own recommendation for Drupal or some heavy PHP/MySQL application. php.ini max_execution_time=5000 memory_limit=1024M my.ini [mysqld] max_allowed_packet = 128m sort_buffer_size…

Categories
Drupal PHP

Maximum execution time of 60 seconds exceeded [Drupal]

The error: Maximum execution time of 60 seconds exceeded When you execute some PHP script that spends longer time than the configuration of php.ini (which is sometimes is 30 or 60 seconds). With drupal, you might need much in your local development so let’s change in php.ini at: xampp\php\php.ini variable: max_execution_time To value (zero, no…

Categories
WordPress

WordPress: តើអាចប្រើ Rich Text Editor លើ WP Comment ដោយ​មិន​ប្រើ Plugin បានទេ?

សព្វថ្ងៃ​ខ្ញុំ​អាចដាក់ Rich Text Editor លើ​ Comment form ដោយ​ប្រើ Plugin តែបើគិតមើល​ទៅ​វាដូចជា​មិនចំ​ណេញ​សោះ​ជាមួយ WordPress ដែល​មាន Editor ស្រាប់។ តើមានវិធី​ប្រើអ្វីដែលមាន​ស្រាប់​របស់ WP ធ្វើជា Text Editor ដ៏ស្អាត​សំរាប់ Theme ខ្ញុំទេ?

Categories
WordPress

WordPress: ចង់ប្រើ Rich Text Editor របស់ WP នៅក្នុង Theme ឬ Plugin

ខ្ញុំចង់ប្រើ Text Editor របស់ WP ខ្ញុំប្រើ WP latest តើត្រូវសរសេរកូដយ៉ាងម៉េចបានអាចប្រើវាបាន?