vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - vB Global Translator - Multiply your indexed pages & put search traffic on autopilot (https://vborg.vbsupport.ru/showthread.php?t=217329)

Dave Hybrid 07-13-2009 02:52 PM

Quote:

Originally Posted by imedic (Post 1848136)
I figure it out (flags for visitors). Need to put the conditionals. Found it on page 6 or something. Maybe is good idea to update first post and add the conditionals to navbar link code.

I followed the instructions and it will show only for logged in users on all pages.
I mention for me is a clean install.

Thank you for fast support (I was coming back to delete my q but u already answer :D )

The current code in the install guide makes it show for all, no conditional. If you had to add a conditional for them to show for guests then that is an isolated case and down to you vB config. Thanks.

imedic 07-13-2009 03:42 PM

My mistake. I saved it before and <if> and it other conditionals where involved.

I have add th below conditional. Any suggestion on how can I add translations to forum homepage and forumdisplay ?

Code:

<!-- vBGT Code Start-->

<if condition="(THIS_SCRIPT == 'showthread')">
<div align="center">
<!-- google_ad_section_start(weight=ignore) -->
$translateflags
<!-- google_ad_section_end -->
</div>
</if>

<!-- vBGT Code End -->


Dave Hybrid 07-13-2009 03:52 PM

<if condition="in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'index'))">

imedic 07-13-2009 04:31 PM

Great man! I post below the complete code to rap up.
If not, if you allow posting whithout registering, the new post / thread page is not translated at all (not that you have something to translate :) ) and it will look to google duplicate content in all languages. (just tested)

Dave you save my day :)

This will show flags only on index , forums, and threads for all groups:
Code:

<!-- vBGT Code Start-->
<if condition="in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'index'))">
<div align="center">
<!-- google_ad_section_start(weight=ignore) -->
$translateflags
<!-- google_ad_section_end -->
</div>
</if>
<!-- vBGT Code End -->


Here you find how to edit VBSEO sitemap so it work with this mod. I have added all languages in the copy paste code except en.

racale 07-13-2009 06:20 PM

now works at least everything seems.
and very slow slow slow!!!

in LIVE DEMO ist rapid

What should I do

Dave Hybrid 07-13-2009 06:35 PM

Quote:

Originally Posted by racale (Post 1848244)
now works at least everything seems.
and very slow slow slow!!!

in LIVE DEMO ist rapid

What should I do

The 1st time you load a translated page it has to be translated by the machine translation engine.

2nd and further page loads of the same page will be fast as the translation loads from cache.

NLP-er 07-13-2009 07:48 PM

Quote:

Originally Posted by racale (Post 1848244)
now works at least everything seems.
and very slow slow slow!!!

in LIVE DEMO ist rapid

What should I do

Make sure you have cache enabled. First translation will be slow, bacause google translates it and google is slow at this point. After that it is cached and fast :)

Gersfan 07-13-2009 09:02 PM

Awesome,

I was about ot ask the same question, In the live demo even though it was the first time clicking it was rapid first on mine first time it takes about 20=30 seconds at least.

I don't know what cURL is and I don't know if its active but i guess it's active since the mod is working right?

Dave Hybrid 07-13-2009 09:13 PM

Quote:

Originally Posted by Gersfan (Post 1848307)
Awesome,

I was about ot ask the same question, In the live demo even though it was the first time clicking it was rapid first on mine first time it takes about 20=30 seconds at least.

Right, but loads of others have clicked before you, the 1st time it was translated in real time and saved to the database and every other time it was just loaded from the database so is fast.

Same for your site, as you, your user and the search engine spiders use the flags the pages will get translated in real time and saved so will be fast for the next user. Over time the entire site gets saved so it will all be fast.

LI_Pets 07-13-2009 11:10 PM

Quote:

Originally Posted by Dave Hybrid (Post 1848117)
Thank you!

That makes a nice change to the constant negative feedback I have got here for weeks.

Thanks for leaving the credit link. It's a link for a product which gets you bucket loads of traffic. The selfishness of some people.

You could have the pages added to your sitemap. Info here > http://www.vbseo.com/f66/adding-some...sitemap-34734/

So I was knocking the mod because Vbseo said it didn't work :o now this link says you can get it work.

So Dave you are right, I'm wrong


All times are GMT. The time now is 08:07 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.01516 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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