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)

yahooooh 12-12-2009 05:16 PM

yes it be back
wonderful

now i found this issue but i think it is bug:

when user logout when he is in translated bage :
then the logout page give tow links
1 for the home and the other for where he was ,
i see one of this link show trans lang url double
ex.: en/en/forum in replaced of en/forum

another issue :
when user or visitor
visit translated page and he want to go back to the original language he will not
and he keep getting the same translated language but if he change to another language it will be ok
this issue affect internet explorer 8 as i tested

but firefox work perfectly

any help and fix also i want to upgrade to the premium version but i hope also this issue is not there before i try to update

thank you

yahooooh 12-12-2009 05:48 PM

another 2 issues:

1.
i found some spiders use lang atrr in url twice and some of them tribble
like :
www.mysite.com/en/sk/forum/index.html

as u see this may duplicate contents is there any httaccess to redirect them to the first language to prevent duplicate contents

2.
when translated pages , the links that has nofollow it will be without this nofollow
i use vbseo to add nofollow to all php files also to external link
i see it will be lost after translated

RaSa 12-12-2009 11:44 PM

Thank you for this great MOD! :up:

My question: I use Google Webmaster tools. That shows me double content and double tags as issue.

PHP Code:

/no/showthread.php?p=428722
/showthread.php?language=no&p=428722

/tags.php?language=tr&tag=test
/tr/tags.php?tag=test

/pt/tags.php?tag=test
/tags.php?tag=test&language=pt 

O, when I use your https://vborg.vbsupport.ru/showpost....67&postcount=2
Quote:

I have indexed pages from old links type (with language=) and want switch to SEO links- what to do?
First make SEO links available. After that add this rule to .htaccess (before SEO rules):
Code:
PHP Code:

RewriteCond %{QUERY_STRING} (hl=|language=)(zh-TW|zh-CN|..)
RewriteRule ^(.*)$ http://%{HTTP_HOST}/%2/$1? [L,R=301] 

then I get links like .../no/showthread.php or .../no/tags.php and a loop. I have no VBSEO installed, only the free vBSEO Sitemap Generator. Here my .htaccess:

PHP Code:

RewriteEngine on
RewriteCond 
%{HTTP_HOST} ^open-speech.com$
RewriteRule ^(.*)$ "http\:\/\/www\.open\-speech\.com\/$1" [R=301,L]

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|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=$[L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|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=$[L,QSA]

RewriteCond %{QUERY_STRING} (hl=|language=)(zh-TW|zh-CN|..) 
RewriteRule ^(.*)$ http://%{HTTP_HOST}/%2/$1? [L,R=301] 


oldfan 12-13-2009 03:27 PM

Would this work with 3.6X versions? thanks

smnoel 12-14-2009 08:44 PM

NPL-er,

Is this compatible with vbulletin blog?
I'm having some issues with the jelsoft blog working with this. Let me know what you would need or if you have any suggestions.

Here is one of the many error messages I am getting. They all stem from the blog on the forums.

Database error in vBulletin 3.8.4:

Invalid SQL:
SELECT cache.originaltext as originaltext, cache.translated as translated FROM vbenterprisetranslator_cache_short help, vbenterprisetranslator_cache_short cache WHERE help.originaltext='cleaning+mode+frugal-fannie' AND help.tl='tr' AND cache.serie=help.serie;

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Monday, December 14th 2009 @ 03:25:49 PM
Error Date : Monday, December 14th 2009 @ 03:27:19 PM
Script : http://www.frugalvillage.com/forums/...28&language=tr
Referrer :
IP Address : 61.247.222.83
Username : <!--START vBET NOT TRANSLATED AREA-->Unregistered<!--END vBET NOT TRANSLATED AREA-->
Classname : vB_Database
MySQL Version :

I'm running this on a dedicated server with 8 Core/8 GIG Ram.
Obviously something is not right.

P.S. I did not realize you were selling the addon. I donated here. Would like to get it up and running first before investing further.

Looks like a great addon.


thanks,

asking 12-15-2009 05:07 AM

In my google webmaster account i notice this lost of crawl errors.
this is the example crawl error links.

Code:

http://www.example.com/bg/tags.php?tag=mad
when click on that it redirect me to this page

Code:

http://www.example.com/tags/?vbet_lang=bg&redirected=/tags.php
with this error

Code:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Please help me.


imported_silkroad 12-17-2009 06:22 AM

Someone asked for very simple script for creating multiple language sitemaps from a vbseo generated sitemap for vbulletin. Here is one example:

Simple Script for Multiple Language Sitemaps

Cybershaolin 12-17-2009 06:26 PM

Quote:

Originally Posted by NLP-er (Post 1928582)
I hope that I will find time to move vBET forum on new server in this year :)

Are you moving because vBet forum is not reachable anymore! It's redirecting to one of your other forums I guess???

NLP-er 12-17-2009 06:48 PM

Quick announcement:

vBET forum is moved to other server. There can be strange behaviors because of DNS changes.

Zi55 12-17-2009 07:45 PM

Quote:

Originally Posted by NLP-er (Post 1932433)
Quick announcement:

vBET forum is moved to other server. There can be strange behaviors because of DNS changes.

I hope to get my bug fixed .
Thanks ,
Zi55


All times are GMT. The time now is 01:23 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.02254 seconds
  • Memory Usage 1,780KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_php_printable
  • (3)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