
Originally Posted by
vBET
Hi
I see that you have some troubles with full version. Please let us help you
a) Did you uploaded all files from vBET package to your server? Images are in other location for full vBET version.
b) Please open new thread for this one in integration section - please give details (what gallery mod, full URL there)
c) Please give us your forum URL - wee need to see what is going on. Do you have standard layout?
d) Like previous. Also - does it happens when flags are not in footer? If not then made customization in template for flags (
vbenterprisetranslator_flags) and this will solve the issue. Please note that we vBET default templates will work for vBulletin default templates - in case of custom templates there is possibility that customization of vBET template will be necessary.
e) Make sure that your vBET rules are in appropriate place. Those have to be JUST before rules to vbseo.php. Your sitemap rule must be before vBET rules.
Please let us know about your actual status - we will gladly help you

Let's concentrate on the gallery. My gallery is:
Code:
http://www.coinforums.com/gallery
if you link to page:
Code:
http://www.coinforums.com/pl/gallery
it works, but no translation.
.htaccess for /gallery:
Code:
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/p([0-9]+)-(.*)-cpage([0-9+]).html$ showphoto.php?photo=$2&cpage=$4 [L,QSA]
RewriteRule ^(.*)/p([0-9]+)-(.*).html$ showphoto.php?photo=$2 [L,QSA]
RewriteRule ^(.*)/p([0-9]+).html$ showphoto.php?photo=$2 [L,QSA]
RewriteRule ^g([0-9]+)-(.*)-page([0-9]+).html$ showgallery.php?cat=$1&page=$3 [L,QSA]
RewriteRule ^g([0-9]+)-(.*).html$ showgallery.php?cat=$1 [L,QSA]
RewriteRule ^(.*)/index([0-9]+)-([0-9]+).html$ index.php?cat=$2&page=$3 [L,QSA]
RewriteRule ^(.*)/index([0-9]+).html$ index.php?cat=$2 [L,QSA]
RewriteRule ^m([0-9]+)-(.*)-protype([0-9]+).html$ member.php?uid=$1&protype=$3 [L,QSA]
RewriteRule ^m([0-9]+)-(.*).html$ member.php?uid=$1 [L,QSA]
RewriteRule ^board.html$ board.php [L,QSA]
RewriteRule ^b([0-9]+)-(.*).html$ board.php?msg=$1 [L,QSA]
RewriteRule ^u([0-9]+)-(.*)-page([0-9]+).html$ showgallery.php?ppuser=$1&page=$3 [L,QSA]
RewriteRule ^u([0-9]+)-(.*).html$ showgallery.php?ppuser=$1 [L,QSA]
RewriteRule ^s([0-9]+)-(.*)-page([0-9]+).html$ showmembers.php?cat=$1&page=$3 [L,QSA]
RewriteRule ^s([0-9]+)-(.*).html$ showmembers.php?cat=$1 [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)/apps/(.*)?$ /gallery/$2?language=$1 [L,QSA]
RewriteCond %{QUERY_STRING} !redirected=
RewriteCond %{QUERY_STRING} language=
RewriteRule ^(.*)$ vbenterprisetranslator_front_controller.php?redirected=$1&vbet_outside=true [L,QSA]
RewriteCond %{QUERY_STRING} !vbet_outside=true
RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]
vbenterprisetranslate_front_controller.php in gallery/ folder:
Code:
define('VBET_FORUMDIR', 'D:\Program Files\Apache Software Foundation\Apache2.2\htdocs');
Keep Directories in admincp:
Thanks, sto lat!