vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - vB Enterprise Translator (https://vborg.vbsupport.ru/showthread.php?t=220886)

domi681 12-26-2009 04:21 PM

OK, if installed in the root directory: http://mysite.com/foro/vbenterprisetranslator_flags

segwayon 12-26-2009 09:27 PM

Quote:

Originally Posted by domi681 (Post 1938710)
OK, if installed in the root directory: http://mysite.com/foro/vbenterprisetranslator_flags

So there are .gif files residing within the "/foro/vbenterprisetranslator_flags/" folder and the flags still don't show up? I wonder if the forum name needs to be set within the mod's options. . . Anyone?

havard20009 12-27-2009 11:54 AM

hi guys
i have problem
im using the last ver but i have have problem with this
when i use this for translation it doesn't work
look at this pic
https://vborg.vbsupport.ru/
im using C-Logic SEO
i put these code in .htaccess
Code:

RewriteEngine On
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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ index.php?language=$1 [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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/(.*)?$ $2?language=$1 [QSA]
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]

what can i do for resolve this problem ?
tanx

segwayon 12-27-2009 05:02 PM

Quote:

Originally Posted by havard20009 (Post 1939351)
hi guys
i have problem
im using the last ver but i have have problem with this
when i use this for translation it doesn't work
look at this pic
http://img.irpsp.com/files/iqnde3eihjxlzubw7ve5.jpg
im using C-Logic SEO
i put these code in .htaccess
Code:

RewriteEngine On
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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ index.php?language=$1 [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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/(.*)?$ $2?language=$1 [QSA]
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]

what can i do for resolve this problem ?
tanx

I believe you need to set your default language within this mod's options.

havard20009 12-27-2009 05:06 PM

i set already
but i still have problem

domi681 12-27-2009 05:15 PM

Quote:

Originally Posted by segwayon (Post 1938948)
So there are .gif files residing within the "/foro/vbenterprisetranslator_flags/" folder and the flags still don't show up? I wonder if the forum name needs to be set within the mod's options. . . Anyone?

I do not understand what you mean.

segwayon 12-28-2009 02:58 AM

Quote:

Originally Posted by domi681 (Post 1939566)
I do not understand what you mean.

Maybe I'll let the author of this mod get back from his vacation to answer you, as I don't want to lead you wrong. I noticed that your default forum folder is named "foro" and I am uncertain if that matters, as the mod options (in the AdminCP) allow for specifying two settings related to the forum folder. Unfortunately the instructions for this mod are too cryptic to understand, so I'll defer to the author.

NLP-er 12-29-2009 10:15 AM

Quote:

Originally Posted by segwayon (Post 1936802)
Thanks, NLP-er. Our forum is running vB 3.8.4PL2. Our MySQL version is 5.1.41, and I'm not sure where to see if we're running mysqli.

Which function needs the "Return;" word at the beginning? I can open the file up in WordPad but there's no line numbers given.

function vbet_reestablishConnection - I have to change solution in next version. Few forums have this issue and it appears to not work anyway. So for quick fix just put return; at the beginning of function and in next release I will work out some other solution.

NLP-er 12-29-2009 10:16 AM

Quote:

Originally Posted by Bouncer222 (Post 1937570)
Don't know if this was asked already, but really looking over this quickly at the moment, does this work for vb4? If not, will it be upgraded?

Now it is not working on vB4. It will be upgraded - probably in February.

NLP-er 12-29-2009 10:18 AM

Quote:

Originally Posted by domi681 (Post 1937868)
Hi,

I installed the latest version 2.3.6. Currently I have vbulletin 3.8.2.

I have the probem that flags do not go, it only shows this: Automatic Translations (Powered by ): and do not display the flags.

What can I do to show the flags?

Thanks.

Please PM me your forum URL with this issue description.


All times are GMT. The time now is 09:08 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02521 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete