Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Global Translator - Multiply your indexed pages & put search traffic on autopilot Details »»
vB Global Translator - Multiply your indexed pages & put search traffic on autopilot
Version: 2.4, by Dave Hybrid Dave Hybrid is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 06-27-2009 Last Update: 07-07-2009 Installs: 67
Uses Plugins Template Edits
Additional Files  
No support by the author.

**Text Removed**

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #372  
Old 07-13-2009, 02:52 PM
Dave Hybrid's Avatar
Dave Hybrid Dave Hybrid is offline
 
Join Date: Mar 2007
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imedic View Post
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 )
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.
Reply With Quote
  #373  
Old 07-13-2009, 03:42 PM
imedic's Avatar
imedic imedic is offline
 
Join Date: Mar 2008
Location: Romania
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
Reply With Quote
  #374  
Old 07-13-2009, 03:52 PM
Dave Hybrid's Avatar
Dave Hybrid Dave Hybrid is offline
 
Join Date: Mar 2007
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<if condition="in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'index'))">
Reply With Quote
  #375  
Old 07-13-2009, 04:31 PM
imedic's Avatar
imedic imedic is offline
 
Join Date: Mar 2008
Location: Romania
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #376  
Old 07-13-2009, 06:20 PM
racale racale is offline
 
Join Date: Feb 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

in LIVE DEMO ist rapid

What should I do
Reply With Quote
  #377  
Old 07-13-2009, 06:35 PM
Dave Hybrid's Avatar
Dave Hybrid Dave Hybrid is offline
 
Join Date: Mar 2007
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by racale View Post
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.
Reply With Quote
  #378  
Old 07-13-2009, 07:48 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by racale View Post
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
Reply With Quote
  #379  
Old 07-13-2009, 09:02 PM
Gersfan Gersfan is offline
 
Join Date: Dec 2007
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #380  
Old 07-13-2009, 09:13 PM
Dave Hybrid's Avatar
Dave Hybrid Dave Hybrid is offline
 
Join Date: Mar 2007
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gersfan View Post
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.
Reply With Quote
  #381  
Old 07-13-2009, 11:10 PM
LI_Pets LI_Pets is offline
 
Join Date: Jun 2009
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave Hybrid View Post
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 now this link says you can get it work.

So Dave you are right, I'm wrong
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:02 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07724 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete