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 3 123 LastLast
Results 1 to 10 of 23

Thread: vBET 3.3.0 Released

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

    Default vBET 3.3.0 Released

    Hello.

    Finally after many changes and many performance improvements we give you vBET 3.3.0 Please see full list below.

    NOTE: there are 2 simple additional update steps in this release for those who are using vBSEO:
    • Change first vBET .htaccess rule and remove index.php from there.
    • After update please go to integration with vBSEO section of readme.html file and please execute step 4 "SEO links translation integration - part 2".

    NOTE 2: vBET 3.3.0 has new cache system - please note that during update your old cached data will be removed.

    What's changed - lot of things...

    Performance improvements:
    • New cache system (taking less space, faster for all operations) - separate cache tables for each language
    • Improved translation algorithm
    • Memory usage optimization (faster arrays release)
    • Faster translation tracking and flags URLs generation
    • Redirections performance improvement (stopped page evaluation after sending redirect header)
    • Performance improvement for "Always trust user" strategy for language detection
    • Performance improvement for new translations (new cache parameter "Stop looking after x failures")
    • Performance improvement for cache clearing (new cache parameter "Cache clearing timelap" - you can customize how much time to wait between clearing cache tables (now cache have over 150 tables, so we split one huge task to many small tasks, which you can additionally split with waiting time - this will decrease your server load during cache clearing time)
    • Many little code optimizations
    • Titles are taken ignoring series
    • Optimized flags (over 60% smaller files with similar quality)
    • RSS generation improvement (without usage of template for translation)


    New features:
    • Added cache parameter "Stop looking after x failures" (optimizes cache usage for new translations)
    • New cache parameter "Cache clearing timelap" - you can customize how much time to wait between clearing cache tables (now cache have over 150 tables, so we split one huge task to many small tasks, which you can additionally split with waiting time - this will decrease your server load during cache clearing time)
    • New misc parameter "Show original text" - now original message written in different language can be disabled during translation, shown in normal way or injected by JavaScript (best for SEO, eliminates duplication content issues and makes sure that Google will not index original text on translated page)
    • New main parameter "Ignore URLs" - configurable list of ignored URLs (such URL will not be tracked in translation, will not show flags and if someone will try to translate it he will be redirected to original content)
    • New flags parameter "Show flags for registered users" (you can restrict which translations are supported for registered users)
    • Added flags parameter "User Default Language Place" - now it is supported custom place for default language in registration form
    • New flags parameter "Highlight active flag"
    • Removed parameter "Reverse direction" now it is recognized automatically according to styles.
    • Added option to misc parameter "Redirect to edit profile" - "Over and over again until default language will be set" (brutal forcing)
    • Added support for lang BBCode to quick reply in group discussion
    • Usernames not translated in who is online
    • Added lang, langtitle and notranslate bbcodes description in FAQ (vBulletin Enterprise Translator (vBET) - BB Code List)


    Changed templates:
    • vbenterprisetranslator_inpost_translate (if you made changes you need to undone it, otherwise you will not have new functionalities like appropriate changing text directions for specific translations and original text injected by JavaScript)


    Bugs corrected:
    • In member info you will see member default language flag (not from the looking one)
    • Changing text direction corrected and even improved (determined separately for whole page and for each original text of messages written in different languages)
    • It is allowed now to use vBSEO options "Define Homepage Aliases" and "Force Forum Root as Homepage?" (need to change first vBET .htaccess rule and remove index.php from there)
    • Eliminated strange redirections (with vbet_flag- in URL)
    • Eliminated issue with several language codes in one URL
    • Translation of flags supported appropriately (eliminated issue with '-' sign in phrase name and translated values taken during page generation - not hard-coded like before)
    • langtitle BBCode parsed in who is online
    • Not translated usernames in who is online
    • Added missed languages to "Forum language" option
    • Supported canonical URL
    • Eliminated php errors with mysql functions
    • Corrected html validation errors
    • Group messages titles do not show langtitle anymore
    • Corrected encoding issue in RSS channels
    • Corrected bug with changing language in User CP (after changing default language)



    ENJOY!
    Last edited by vBET; 17-01-10 at 21:27.

  2. #2

    Default

    Text automatically translated from: German to: English
    Translated text
    I will install the upgrade on Wednesday once.

    The update instructions are incomprehensible yet somehow
    Original text

  3. #3

    Default

    Installed Thanks for the release!

  4. #4

    Default

    Or maybe not fully

    What do I need to change in htaccess?

    HTML Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.teenforumz\.com
    RewriteRule (.*) http://www.teenforumz.com/$1 [R=301,L]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/index.php [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    
    
    
    #RULES for pages outside forum directory handled by vBulletin
    #RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ index.php?language=$1&vbet_outside=true [L,QSA]
    #RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ $2?language=$1&vbet_outside=true [L,QSA]
    
    #RewriteCond %{QUERY_STRING} !vbet_outside=true
    #RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]

  5. #5

    Default

    Work on Vb4 ?

  6. #6
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    Hrm, I'm getting 504 timeout errors from my server when trying to load a translated page now. Any ideas?

  7. #7

    Default

    the "see text in original language" (example post #2 in this thread) is not working.

    Just to let you know

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

    Default

    Quote Originally Posted by Michael View Post
    Or maybe not fully

    What do I need to change in htaccess?
    This one:
    Code:
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/index.php [L,QSA]
    To this one:
    Code:
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]

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

    Default

    Quote Originally Posted by dacho View Post
    Work on Vb4 ?
    Not yet - we are starting workin on vBET 4.0 (for vB4) this week

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

    Default

    Quote Originally Posted by tavenger5 View Post
    Hrm, I'm getting 504 timeout errors from my server when trying to load a translated page now. Any ideas?
    Please PM me your forum URL. Are you using vBSEO? Did you made changes in .htaccess?... Please contact by PM

Page 1 of 3 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
  •