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 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Private Message issue.

  1. #1
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default Private Message issue.

    I am getting some strange issue within private messages that is translated. Whenever I want to reply on a translated PM, I get this:



    I have to remove the vBET codes before I can send it.

    Thank you.

    EDIT: I also get this in the Private Message Pop-up. (When you get a new PM.)

    You have a new private message.

    Sender: <!--vBET_SNTA-->wirusnic<!--vBET_ENTA-->
    Title: 'Re: Welcome to CreativX'

    Click OK to view it, or cancel to hide this prompt.
    Last edited by Taurus; 15-12-10 at 09:54.

  2. #2
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    Can I get some help here please!

  3. #3
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    ok I will try to reproduce it on my test forum.

  4. #4
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    ok, I found this issue on my test forum. I will fix it.
    Thanks for your notice. I will move this thread into bug reporting section

  5. #5
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    Thank you Kamil. Hope we can get a solution fast.

  6. #6
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    I am still working with this issue. Thanks for you patience

  7. #7
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    This is really an extremely annoying issue. Is there any update on this please?

  8. #8
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    hello,
    I am still working on it, but I have a solution for your (this in not final solution yet - but should work)

    please:
    1. edit and make a copy of this file:
    forum root/includes/vbenterprisetranslator_functions_hooks.php
    2. in this file find and comment:
    PHP Code:
    $vbulletin->templatecache['header'] = 
                  
    '$bbuserinfo[\'username\'] = \'<!--vBET_SNTA-->\' . $bbuserinfo[\'username\'] .\'<!--vBET_ENTA-->\';'
                  
    .$vbulletin->templatecache['header']; 
    3. this code should be comment, example below:
    PHP Code:
    //$vbulletin->templatecache['header'] = 
              //    '$bbuserinfo[\'username\'] = \'<!--vBET_SNTA-->\' . $bbuserinfo[\'username\'] .\'<!--vBET_ENTA-->\';'
              //    .$vbulletin->templatecache['header']; 
    This is quick fix, real solution will be included in the next relase

  9. #9
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    Thank you very much Kamil. I will report back on the results.

  10. #10
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    ok I have a final solution for you, becouse in previous one username in header is translated. now everything is good. Please don't make any changes from my previous post.

    1. edit and make a copy forum root/includes/vbenterprisetranslator_functions_hooks.php

    2.find:
    PHP Code:
    if ($_REQUEST['language'] && $vbulletin->options['vbenterprisetranslator_donttranslateusernames']) { 
    3. and replace with:
    PHP Code:
    if ($_REQUEST['language'] && $vbulletin->options['vbenterprisetranslator_donttranslateusernames'] && ($_POST['do'] != 'insertpm')) { 
    now it is solved. will be included in the next relase
    Last edited by kamilkurczak; 22-12-10 at 09:16.

Page 1 of 2 12 LastLast

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
  •