Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Usernames still translated

  1. #11

    Default

    Sure, if it's an easy fix and won't take too much of your time. But if the next release is soon, please don't bother. Thanks.

  2. #12
    MichaƂ Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    It is enough to create one additional plugin - you can do it by Admin CP:
    1. Go to Admin CP > Plugins & Products > Plugin Manager
    2. Click Add New Plugin
    3. Set values:
      • Product: vB Enterprise Translator
      • Hook location: private_newpm_blank
      • Title: Don't translate usernames (in new PM)
      • Execution Order: 5
      • Plugin PHP Code:
        PHP Code:
        if ($_REQUEST['language'] && $vbulletin->options['vbenterprisetranslator_donttranslateusernames']) {
        $pm['recipients'] = '<!--vBET_SNTA-->' $pm['recipients'] .'<!--vBET_ENTA-->';
        $pm['bccrecipients'] = '<!--vBET_SNTA-->' $pm['bccrecipients'] .'<!--vBET_ENTA-->';

      • Plugin is Active: Yes
    4. Click Save


    And that's it

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •