Just bought Pro version of DWQA. When connecting with BuddyPress, if a user receives a notification for an answer, it says “DWQA: You Have 1 New Reply”. I don’t want it to say “DWQA”… that means nothing to the people on my site. Can I change it so that notifications don’t say DWQA at the start?
At the moment, if you want to change the “DWQA:” string in the notification of the Buddypress, you can open the notifications.php file in the dw-question-answer-pro/inc/extend folder.
then find the line 40:
$text = sprintf( __('DWQA: ','dwqa') .__( 'You have %d new reply to %s', 'dwqa' ), (int) $total_items, $dwqa_notif_title );
And I’m changing just the first ‘DWQA: ‘, or am I changing all of the referenced in that line to DWQA?
Also, will this change get replaced when I update the plugin?
Just change “DWQA” word.
We will check and update this issue in the next version.
Please login or Register to submit your answer