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 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: vBET 4.2.1 does not translate vBSEO Javascript messages

  1. #11

    Default

    But the "feeling" is the problem here.

    I would strongly suggest rethinking your current workflow with setting simple prefixes that give the customer the feeling that his issue is not really taken into consideration.
    EVEN if that is not the case.

    I mention this here because I had this before when you did the same to another bug report of mine.

    Simply wait for a response and after the problem is solved move the thread or set prefixes.

    It does not hurt you but makes the customer feel much more taken seriouse

    About the Bug.

    I don't use permanent notices because Advertising on my forum is only displayed when notices are not.
    So switching on a notice permanently for you to test would decrease my earnings.

    Sorry but can't do that

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

    Default

    Once again sorry for misunderstanding and thanks for your advices about prefixes If you have some specific suggestions about names of prefixes please share - we always gladly improve our customer care

    I understand that you cannot turn vBSEO notices on. We will check it on our test forum and contact you again in case if we will be not able to reproduce the issue.

  3. #13

    Default

    Make another prefix [Assigned] or [Awaiting response]

    Or simply leave it as [open] untill the issue is solved

  4. #14
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    We already have prefix 'To Explain' - I think we will use it more often

    Thanks for your advices and feel free to note any future issues

  5. #15

    Default

    Any Progress on this bug?

    Maybe a quick fix?

  6. #16
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Oh yes, we already corrected it - just forget to change the status.

    For quick fix:
    1. Edit file /includes/vbenterprisetranslator_functions.php
    2. Find:
    PHP Code:
    while (true) {
    $position strpos($script'vbseo_jshtml['.$scriptIndex.']'$prevPosition);
    if (!
    $position) {
    break;
    }
    $position strpos($script'<table'$position);
    $end strpos($script'</table>'$position);
    $toTranslate substr($script$position$end strlen('</table>') - $position);
    $scriptBuffer .= substr($script$prevPosition$position).vbet_translateHTMLFromTo($toTranslate$forumLanguage$language$serie);
    ++
    $scriptIndex;
    $prevPosition $end strlen('</table>');

    3. Change to:
    PHP Code:
    while (true) {
    $position strpos($script'vbseo_jshtml['.$scriptIndex.']'$prevPosition);
    if (!
    $position) {
    break;
    }
    $position strpos($script'<ol>'$position);
    $end strpos($script'</ol>'$position);
    $toTranslate substr($script$position$end strlen('<ol>') - $position);
    $scriptBuffer .= substr($script$prevPosition$position).vbet_translateHTMLFromTo($toTranslate$forumLanguage$language$serie);
    ++
    $scriptIndex;
    $prevPosition $end strlen('</ol>');


  7. #17

    Default

    Is this included on my recent purchase or do we have to do this also?

  8. #18
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    This will be included in 4.4.2

    So if you want it earlier, please do the changed manually - this is the idea of quick fix - allow user to repair it if he doesn't want to wait for next release.

    Sorry for bug - we miss that vBSEO changed table to list...

  9. #19

    Default

    this is not included on 4.4.3 can you confirm why ? thanks..

  10. #20

    Default

    oops sorry i was talking about vBET 4.3.0

Page 2 of 3 FirstFirst 123 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
  •