amila
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: rewrite can not workI checked every
Maybe rewrite is not workingI can only open pages by this kind of permalink
http://flatvpn.com/?p=123Forum: Fixing WordPress
In reply to: rewrite can not workThanks!
I changed link to the following type:
http://flatvpn.com/2016/07/sample-post/But still can not open all the pages.
Forum: Fixing WordPress
In reply to: run shellsI just want to refer to one example of running any shell from wordpress.
Forum: Fixing WordPress
In reply to: Is there any shell to set permissions for file and foldersThank you !
I just found this:https://wordpress.org/support/topic/wordpress-directory-ownership?replies=4
https://gist.github.com/macbleser/9136424wonderful!
I tested.
Thank you so muchThank you!
For example, how to hide decimal for JPY?
I can only change symbol and position.<?php //thanks jigoshop global $pmpro_currencies, $pmpro_default_currency; $pmpro_default_currency = apply_filters("pmpro_default_currency", "USD"); $pmpro_currencies = array( 'USD' => __('US Dollars ($)', 'pmpro'), 'EUR' => array( 'name' => __('Euros (€)', 'pmpro'), 'symbol' => '€', 'position' => 'right' ), 'GBP' => array( 'name' => __('Pounds Sterling (£)', 'pmpro'), 'symbol' => '£', 'position' => 'left' ), 'AUD' => __('Australian Dollars ($)', 'pmpro'), 'BRL' => array( 'name' => __('Brazilian Real (R$)', 'pmpro'), 'symbol' => 'R$', 'position' => 'left' ), 'CAD' => __('Canadian Dollars ($)', 'pmpro'), 'CNY' => __('Chinese Yuan', 'pmpro'), 'CZK' => array( 'name' => __('Czech Koruna', 'pmpro'), 'decimals' => '0', 'thousands_separator' => ' ', 'decimal_separator' => ',', 'symbol' => ' Kč', 'position' => 'right', ), 'DKK' => __('Danish Krone', 'pmpro'), 'HKD' => __('Hong Kong Dollar ($)', 'pmpro'), 'HUF' => __('Hungarian Forint', 'pmpro'), 'INR' => __('Indian Rupee', 'pmpro'), 'IDR' => __('Indonesia Rupiah', 'pmpro'), 'ILS' => __('Israeli Shekel', 'pmpro'), 'JPY' => array( 'name' => __('Japanese Yen (¥)', 'pmpro'), 'symbol' => '¥', 'position' => 'right' ), 'MYR' => __('Malaysian Ringgits', 'pmpro'), 'MXN' => __('Mexican Peso ($)', 'pmpro'), 'NZD' => __('New Zealand Dollar ($)', 'pmpro'), 'NOK' => __('Norwegian Krone', 'pmpro'), 'PHP' => __('Philippine Pesos', 'pmpro'), 'PLN' => __('Polish Zloty', 'pmpro'), 'SGD' => array( 'name' => __('Singapore Dollar ($)', 'pmpro'), 'symbol' => '$', 'position' => 'right' ), 'ZAR' => array( 'name' => __('South African Rand (R)', 'pmpro'), 'symbol' => 'R ', 'position' => 'left' ), 'KRW' => __('South Korean Won', 'pmpro'), 'SEK' => __('Swedish Krona', 'pmpro'), 'CHF' => __('Swiss Franc', 'pmpro'), 'TWD' => __('Taiwan New Dollars', 'pmpro'), 'THB' => __('Thai Baht', 'pmpro'), 'TRY' => __('Turkish Lira', 'pmpro'), 'VND' => __('Vietnamese Dong', 'pmpro') ); $pmpro_currencies = apply_filters("pmpro_currencies", $pmpro_currencies); //stripe only supports a few (not using this anymore since 1.7.4) global $pmpro_stripe_currencies; $pmpro_stripe_currencies = array( 'USD' => __('US Dollars ($)', 'pmpro'), 'CAD' => __('Canadian Dollars ($)', 'pmpro'), 'GBP' => __('Pounds Sterling (£)', 'pmpro'), 'EUR' => __('Euros (€)', 'pmpro') ); ?>Forum: Plugins
In reply to: communicate among different sites and share some user informationSeems to be difficult!
Forum: Plugins
In reply to: [Job Manager] link of jobsI see. Thank you again
I will use English titleForum: Plugins
In reply to: [Job Manager] link of jobsThank you, Thomas, I set like this
/%category%/%postname%/But it is for normal posts.
for jobs in Job Manager
I want to set link like
http://******/jobs/jobIdCan I do it?
Forum: Plugins
In reply to: [Custom Permalinks] different category different PermalinksHi, Sami, same post type but different category.
Forum: Plugins
In reply to: [Custom Permalinks] different category different PermalinksAny one can answer this question?
Forum: Fixing WordPress
In reply to: change name of admin emailI do not need to change email address but the name of it.
Forum: Fixing WordPress
In reply to: create static pages and speed upWhat about WP Super Cache ?
I do not know how WP Super Cache work to let users not access db for those pages never updated.I have 1000 pages under folder cat001
All of them will not be updated for many years.
So I do not want db be accessed when any user access to these pages.Forum: Plugins
In reply to: [WeChat Payments for WooCommerce] 扫码支付成功后,页面好像没有接收到消息导致不能自动更新订单PHP Version 5.3.28
Forum: Networking WordPress
In reply to: Multisite,multi webserver, multi db serverThank you, I did not know CDN.
But now I am looking for it. Maybe good solution.