Hi,
I am new to MyBB. When someone posts a quote or a block of code, MyBB annoyingly displays the text "quote" and "code" over it!
![[Image: screenshotarr.png]](https://camo.mybb.com/8aac8309920a077d9d4510a1a8fe99dad31b9258/687474703a2f2f696d6731342e696d616765736861636b2e75732f696d6731342f343234392f73637265656e73686f746172722e706e67)
How can I get rid of them?
Open ./inc/languages/english/global.lang.php , and find;
$l['quote'] = "Quote:";
$l['code'] = "Code:";
Edit the "Quote:" and "Code:" text to what ever yu would like to use OR either remove it from there
