-
Henry Wright replied to the topic notification date received not accurate. in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi @bruce30
You can change the date format. See Date Formats for more info.
-
Henry Wright replied to the topic how can i change word Forums? in the forum How-to & Troubleshooting 8 years, 10 months ago
@bruce30 I’ve made an edit to the code above which means it’ll now work for all text on your site, not just bbPress or BuddyPress text. So now if a new third-party plugin you add decides to use the word Forum, that will also be translated. I think this is a better approach.
-
Henry Wright replied to the topic how can i change word Forums? in the forum How-to & Troubleshooting 8 years, 10 months ago
@bruce30, building on @danbp‘s answer, you can add another
case
. Take a look at this example below which has 4 cases. Feel free to add or remove cases yourself. The number of cases you use will depend on the number of words or phrases you need to change.function bruce_localisation( $translated, $original_text, $domain ) {
switch (…[Read more]
-
Henry Wright replied to the topic how can i change word Forums? in the forum How-to & Troubleshooting 8 years, 10 months ago
-
Henry Wright replied to the topic is it possible know if the receiver read the message? in the forum How-to & Troubleshooting 8 years, 11 months ago
Hi @bruce30
The code I posted isn’t for cutting and pasting. It’s the name of the functions you could use to complete the task. And the text that follows is an overview of the things you’ll need to do when using those functions.
-
Henry Wright replied to the topic is it possible know if the receiver read the message? in the forum How-to & Troubleshooting 8 years, 11 months ago
Hi @bruce30
You would use
bp_messages_update_meta()
andbp_messages_get_meta()
to add data to and retrieve data from the table. One approach could be to add the user’s ID once the message is viewed and display some kind of indicator on the page to the rest of the message participants.
@bruce30
Active 8 years, 8 months ago