Introductions
Zoints local is profile enhancement mod for vbulletin, this is example zoints local mod page from one of member http://www.domain.com/hulkhogan/

In October 2010 i just installed vbet for the first time. After vbet installed, the zoints local pages are not opened in other language url http://www.domain.com/en/hulkhogan/

Then i ordered Integration service to make the Zoints local pages working with vbet, Michał is the one who try it, the integration at that time are working, the page are opened http://www.domain.com/en/hulkhogan/ , but only still not translated

after few months with that condition, no problem with that, but it is better if the page are not only opened, but translated too http://www.domain.com/en/hulkhogan/








Here are Michał pm at 12-09-10, 19:20, that tell the integration finally working


Quote Originally Posted by vBET

Good new: PROGRESS!
I added this rule
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
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?z-profile=$2&language=$1 [L,QSA]
And page with /en/is generated: http://www.domain.com/en/hulkhogan/

Not translated, but generated. Now please fallow integration instructions for plugins which not support global_complete hook to have it translated. I send you link to appropriate article previous PM.







Here are Michał pm at 13-09-10, 19:35, that i am telling have a problem with other url after the integration, no problem again after that

Quote Originally Posted by vBET
DONE

After few try I made such rule:
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(forum.php)
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?z-profile=$2&language=$1 [L,QSA]
I checked it - anyway, please check it also and write in case of issues.

Have fun

Quote Originally Posted by basketmen
Michał i am sorry, just one more little thing about forum home


the member pages are generated http://www.domain.com/en/hulkhogan/ to opened http://www.domain.com/hulkhogan/ because below rule, its enough done for now thank you


Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
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?z-profile=$2&language=$1 [L,QSA]


but the forum home for other language now http://www.domain.com/en/forum.php is redirected too, to forum home default language http://www.domain.com/forum.php and not translated

if i remove above rule, the other language forum home is translated again http://www.domain.com/en/forum.php

so maybe can you add more rule for forum home forum.php so its still translated and the member page still generated http://www.domain.com/en/hulkhogan/

this should be easy, i will send more $30 for this








Other information

my forum home file is forum.php ( http://www.domain.com/forum.php )

index.php file is zoints local profile file, but it will redirected to forum home forum.php file if accessed directly ( http://www.domain.com/index.php ), and will opening member pages if have username on it ( like this http://www.domain.com/index.php?z-profile=hulkhogan )









zoints local files list and other details are sended to kamilkurczak pm, let me know if you needed other thing

i think it is similar with this thread Using vbulletin 3.6.12, have problem on RSS feed, and Archive, the pages are opened only not translated