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)

dai-kun 11-08-2009 04:51 PM

Quote:

Originally Posted by OMNIX (Post 1911685)
when you paste. htaccess file perish the entire text from the forum after you select a language

https://vborg.vbsupport.ru/


Do you have iconv and curl installed? Check your php.info if the extension is installed.

OMNIX 11-08-2009 05:00 PM

Quote:

Originally Posted by dai-kun (Post 1911697)
Do you have iconv and curl installed? Check your php.info if the extension is installed.


so yesterday I explained I was home at the forums are no longer
So looking for what is wrong

Blacura 11-08-2009 06:50 PM

ok i got this working but how do i add this to my VBcmps page?

NLP-er 11-08-2009 07:53 PM

Quote:

Originally Posted by Kolbi (Post 1911286)
I found the issue. It was my header template :)
HTML Code:

<a href="$vboptions[bburl]/">
just had to add the /
:)


So it does not influence the normal Pageload time (if it isn?t translated)? Only the flags are causing a little bit more loading time?

Are there statistics how much traffic you can get? And also splitted up in the languages?


Another little bug, I?m using Cyb - Advanced Forum Statistics and the links within the Statistics aren?t redirecting to the translated page, it redirects to the normal language.

In next release it will work also for those who don't have this / :)

About flags and loading time - no those are not causing more loading time, since after first time most browsers just cache images.

About Cyb statistic. It is not a bug - page is translated well. Statistics are just not part of the page - those are taken by AJAX beside page generation process. vBET can be of course integrated with AJAX - 3.x is fully integrated with vBulletin AJAX editors. And vBET 3.x will be integrated wit most used mods in its time.

I do not plan new features for vBET 2.x (only maintenance) so added integration for vBET 2.x to Cyb statistic will not be directly supported by my side.

But I will gladly help to any author of any mod who wants make it compatible with vBET. So you can aways ask author of the other mod will he make integration with vBET and give him integration that he will get help from me in this task. It can be really very simple :)

NLP-er 11-08-2009 07:56 PM

Quote:

Originally Posted by Kolbi (Post 1911290)
Since adding the new languages to vbseo sitemap I can?t run sitemap generator because it breaks down after a while. And it does not finish work.


Than it stopps working....

Please make sure you made integration alright. After that go to configuration options. Change settings for number of links in one sitemap to lower one, and make longer time space between each one. Most probably generator was stopped by your server because too big server load.

NLP-er 11-08-2009 08:01 PM

Quote:

Originally Posted by OMNIX (Post 1911605)
welcome
I have a configuration file. htaccess
someone give me the sea as it is to look where is the mistake?

Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.kronos-sat\.pl
#RewriteRule (.*) http://www.kronos-sat.pl/$1 [L,R=301]

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

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]


You do not have here vBET rules at all. Also for just vBSEO it is too short. There should be more rules. Which version of vBSEO are you using?

NLP-er 11-08-2009 08:05 PM

Quote:

Originally Posted by Ruler68jg (Post 1911629)
if you have asked for my .htaccess, its as following :
#rules for SEO translation links without vbSEO

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|s r|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 [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|s r|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 [L,QSA]




#rules for SEO translation links with vbSEO (have to be included before all rules to vbseo.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|s r|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)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/index.php [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|s r|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)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redire cted=/$2 [L,QSA]

#RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
#RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

hope I can get a solution

Do you use vBSEO?

OMNIX 11-08-2009 08:07 PM

VB 3.8.4 I VBSEO 3.3.2

Powered by vBulletin® Version -=KS=-
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
Licensed to kronos-sat.pl - Kronos-Sat vBulletin
vBulletin Skin developed by: kronos-sat

NLP-er 11-08-2009 08:07 PM

Quote:

Originally Posted by Blacura (Post 1911678)
I added the update but now when i click on a flag the language will not change. what did i do wrong?

And what happens? Can you give me your forum link?

NLP-er 11-08-2009 08:08 PM

Quote:

Originally Posted by OMNIX (Post 1911685)
when you paste. htaccess file perish the entire text from the forum after you select a language

http://img527.imageshack.us/img527/2236/ks2.png

Please just see the FAQ in first post. You have wrong Google API key or you didn't configured appropriately the mod - details in first post :)


All times are GMT. The time now is 10:29 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.02132 seconds
  • Memory Usage 1,757KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (8)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