Hi.
I dont`t use that.
You can add semselves. Integration is easily if needed plugin have filters.
Thread Starter
l1va
(@l1va)
Hi, Valexar.
could you help?
i see that wpDiscuz has all phrases in separate table ‘wp_wc_phrases’ (columns are phrase_key and phrase_value).
What should be in wpm-config.json ?
{
"wp_wc_phrases": {
"some_phrase_key": {}
...
}
}
Hi @l1va.
wpDiscuz use custom tables? WP Multilang works only with default WP tables, because it do not known about another tables.
And code for using custom tables is only in wpDiscuz.
You need find filters or actions (if it exist) in wpDiscuz and write your own code for control data in custom tables.
Thread Starter
l1va
(@l1va)
yes, understood.
I am not familiar with php and wp and hoped that there is an easier solution, but .. ok, will try.
Thank you for the answer!