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)

mike2902 08-22-2009 02:41 AM

If someone joins my board and posts in their language while using this, will it translate back to the default language. that would be awesome.

Also in order to keep updated with the most current version do we have to Upload the new files to the server or import the new XML product or do we do both?

yahoooh 08-22-2009 03:41 AM

the new release work perfect to show url langiage related to page in flag
in vba dyna and other addon it is work

but still try to make the rewrite roles for it so it will not give 404 error or redirect to the origin page but i am tired and if i fix the category the entry page broken and if i fix the entry the category page broken

i need to make the new seo work for it and this is the httaccess:
PHP Code:

Options +FollowSymlinks
RewriteEngine On
RewriteRule 
^([a-zA-Z_0-9\-]+)/robots\.txtrobots.txt [QSA,L]
RewriteRule ^members/page([0-9]+).htmlindex.php?page=$[QSA,L]
RewriteRule ^whatsnew/entries/([0-9]+)/page([0-9]+).htmlbrowsecategory.php?do=newentries&cutoffdate=$1&page=$[QSA,L]
RewriteRule ^whatsnew/entries/(([0-9]?|-)+/?)$ browsecategory.php?do=newentries&cutoffdate=$[QSA,L]
RewriteRule ^whatsnew/posts/([0-9]+)/page([0-9]+).htmlbrowsecategory.php?do=newposts&cutoffdate=$1&page=$[QSA,L]
RewriteRule ^whatsnew/posts/(([0-9]?|-)+/?)$ browsecategory.php?do=newposts&cutoffdate=$[QSA,L]
RewriteRule ^whatspopular/([a-zA-Z_0-9\-]+)/$ browsecategory.php?do=popentries&orderby=$[QSA,L]
RewriteRule ^members/([a-zA-Z_0-9\-]+)/page([0-9]+).htmlbrowsecategory.php?do=member&userrewrite=$1&page=$[QSA,L]
RewriteRule ^members/(([a-zA-Z_0-9]|-)+/?)$ browsecategory.php?do=member&userrewrite=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/members/([a-zA-Z_0-9\-]+)/page([0-9]+).htmlbrowsecategory.php?userrewrite=$2&catrewrite=$1&page=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/members/(([a-zA-Z_0-9]|-)+/?)$ browsecategory.php?userrewrite=$2&catrewrite=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/(([a-zA-Z_0-9]|-)+)/$ showentry.php?entryrewrite=$2&catrewrite=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z_0-9\-]+)/page([0-9]+).htmlshowentry.php?entryrewrite=$2&catrewrite=$1&page=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z_0-9\-]+)/epage([0-9]+).htmlshowentry.php?entryrewrite=$2&catrewrite=$1&epage=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/page([0-9]+).htmlbrowsecategory.php?catrewrite=$1&page=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/?$ browsecategory.php?catrewrite=$[QSA,L

any help plz

yahoooh 08-22-2009 04:36 AM

i make Add language parameter to URL (i.e. 'address?language=en') as option now untill i found rewrite roles to support vba dyna in subdomain
any help will be thanked


also
this new version 2.0.1 fix the links in flags and language as it was on my site

not there are little bug i think :

when you visit this page: in other language:
http://links.alwatanyh.com/%D8%AC%D8...2/?language=en

it will not give language parameter for any link that use vbseo to rewrite for example user name see how it is
and also all links in navbar and header that depend on vbseo

but
if you go to main page
the opposite thing occur
all links not related to vbseo will not get the language parameter in its link
click here: http://www.alwatanyh.com/change the language and see the block in the middle that depend on vba dyna wheich is not rewrite by vbseo

any help to make the track make all links with language parameter to fix thsll issue


and plz if any one has help to rewrite roles for vba dyna or vba links to support the new seo appear
plz do not hesitate to help us

thank u

BusterHymens 08-22-2009 04:55 AM

I installed this and now no one can login. I have disabled it for now. Anyone else have this problem?

NLP-er 08-22-2009 05:35 AM

Quote:

Originally Posted by mike2902 (Post 1871945)
If someone joins my board and posts in their language while using this, will it translate back to the default language. that would be awesome.

Also in order to keep updated with the most current version do we have to Upload the new files to the server or import the new XML product or do we do both?

Now it is working only for displaying not for saving messages. But it was already suggested and I have in on my TODO list :)

In every update make full update (import and upload).

NLP-er 08-22-2009 05:36 AM

Quote:

Originally Posted by yahoooh (Post 1871957)
the new release work perfect to show url langiage related to page in flag
in vba dyna and other addon it is work

but still try to make the rewrite roles for it so it will not give 404 error or redirect to the origin page but i am tired and if i fix the category the entry page broken and if i fix the entry the category page broken

i need to make the new seo work for it and this is the httaccess:
PHP Code:

Options +FollowSymlinks
RewriteEngine On
RewriteRule 
^([a-zA-Z_0-9\-]+)/robots\.txtrobots.txt [QSA,L]
RewriteRule ^members/page([0-9]+).htmlindex.php?page=$[QSA,L]
RewriteRule ^whatsnew/entries/([0-9]+)/page([0-9]+).htmlbrowsecategory.php?do=newentries&cutoffdate=$1&page=$[QSA,L]
RewriteRule ^whatsnew/entries/(([0-9]?|-)+/?)$ browsecategory.php?do=newentries&cutoffdate=$[QSA,L]
RewriteRule ^whatsnew/posts/([0-9]+)/page([0-9]+).htmlbrowsecategory.php?do=newposts&cutoffdate=$1&page=$[QSA,L]
RewriteRule ^whatsnew/posts/(([0-9]?|-)+/?)$ browsecategory.php?do=newposts&cutoffdate=$[QSA,L]
RewriteRule ^whatspopular/([a-zA-Z_0-9\-]+)/$ browsecategory.php?do=popentries&orderby=$[QSA,L]
RewriteRule ^members/([a-zA-Z_0-9\-]+)/page([0-9]+).htmlbrowsecategory.php?do=member&userrewrite=$1&page=$[QSA,L]
RewriteRule ^members/(([a-zA-Z_0-9]|-)+/?)$ browsecategory.php?do=member&userrewrite=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/members/([a-zA-Z_0-9\-]+)/page([0-9]+).htmlbrowsecategory.php?userrewrite=$2&catrewrite=$1&page=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/members/(([a-zA-Z_0-9]|-)+/?)$ browsecategory.php?userrewrite=$2&catrewrite=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/(([a-zA-Z_0-9]|-)+)/$ showentry.php?entryrewrite=$2&catrewrite=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z_0-9\-]+)/page([0-9]+).htmlshowentry.php?entryrewrite=$2&catrewrite=$1&page=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z_0-9\-]+)/epage([0-9]+).htmlshowentry.php?entryrewrite=$2&catrewrite=$1&epage=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/page([0-9]+).htmlbrowsecategory.php?catrewrite=$1&page=$[QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/?$ browsecategory.php?catrewrite=$[QSA,L

any help plz

As I PM to you I can look on this dyna at the beggining of next month. Today I'm going home for a weekend :) And next week I'm very busy :)

Also I'm glad thati it works better for you :)

NLP-er 08-22-2009 05:39 AM

Quote:

Originally Posted by BusterHymens (Post 1871983)
I installed this and now no one can login. I have disabled it for now. Anyone else have this problem?

This mod should do nothing on nottranslated pages.
Please PM me link to your forum with this problem description :)

NLP-er 08-22-2009 05:46 AM

Quote:

Originally Posted by yahoooh (Post 1871976)
i make Add language parameter to URL (i.e. 'address?language=en') as option now untill i found rewrite roles to support vba dyna in subdomain
any help will be thanked


also
this new version 2.0.1 fix the links in flags and language as it was on my site

not there are little bug i think :

when you visit this page: in other language:
http://links.alwatanyh.com/%D8%AC%D8...2/?language=en

it will not give language parameter for any link that use vbseo to rewrite for example user name see how it is
and also all links in navbar and header that depend on vbseo

but
if you go to main page
the opposite thing occur
all links not related to vbseo will not get the language parameter in its link
click here: http://www.alwatanyh.com/change the language and see the block in the middle that depend on vba dyna wheich is not rewrite by vbseo

any help to make the track make all links with language parameter to fix thsll issue


and plz if any one has help to rewrite roles for vba dyna or vba links to support the new seo appear
plz do not hesitate to help us

thank u

It is working like it is programed - rewrites only links from same domain - you have subdomains there and this is the problem.
I can make it supported - just forgot about this isues ;)

Megatr0n 08-22-2009 10:07 AM

NLP-er, with the new update which, files do we have to overwrite?

yahoooh 08-22-2009 03:27 PM

Quote:

Originally Posted by NLP-er (Post 1872006)
It is working like it is programed - rewrites only links from same domain - you have subdomains there and this is the problem.
I can make it supported - just forgot about this isues ;)

could you make it support subdomain in track so it would fix this small issue
and then we wait you after you finish your buzy time

by the way
your support is perfect
and thank u for all things


All times are GMT. The time now is 08:07 AM.

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.01672 seconds
  • Memory Usage 1,839KB
  • 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_php_printable
  • (5)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