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
  #512  
Old 07-22-2009, 04:31 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed it, configured, I have cURL installed, plugins activated, file mods finished, uploaded correcly, edited the navbar template.. but nothing is showing under my navbar. What can I try to do?
Reply With Quote
  #513  
Old 07-22-2009, 04:41 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 Triky View Post
I have installed it, configured, I have cURL installed, plugins activated, file mods finished, uploaded correcly, edited the navbar template.. but nothing is showing under my navbar. What can I try to do?
If you send me url and login i will have a look.
Reply With Quote
  #514  
Old 07-22-2009, 04:42 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 Manoel J?nior View Post
I did the whole procedure, but does not appear in my navbar
If you pm me a url and login i will check it all.
Reply With Quote
  #515  
Old 07-23-2009, 12:18 AM
smnoel's Avatar
smnoel smnoel is offline
 
Join Date: Nov 2001
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Small critique. I would put relative paths in the flag php file for the images. Makes your code more portable.

ex:
flags/someimage.gif
instead of
/flag/someimage.gif
Reply With Quote
  #516  
Old 07-23-2009, 12:46 AM
Dave Hybrid's Avatar
Dave Hybrid Dave Hybrid is offline
 
Join Date: Mar 2007
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smnoel View Post
Small critique. I would put relative paths in the flag php file for the images. Makes your code more portable.

ex:
flags/someimage.gif
instead of
/flag/someimage.gif
More portable?
Reply With Quote
  #517  
Old 07-23-2009, 12:56 AM
smnoel's Avatar
smnoel smnoel is offline
 
Join Date: Nov 2001
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Example:
My forum is not in my root www it is in a sub directory and so is this mod.
http://www.somesite.com/forums/
When you put the slash in front of the image tag it creates a link to:
somesiite.com/flags but it should put a link to where i'm uploading the files.

Hence..you lose some flexibility you either move the files to the webroot flag directory....or you change the tag to point relatively to where the flags are.

If some folks are not seeing the flags...that might be the issue.

P.S. I'm using a unix system. Looks like you might have a windows server.
Reply With Quote
  #518  
Old 07-23-2009, 09:51 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

You are showing the following error when I ask to do the translation:

Attachment 102411

Code:
Database error in vBulletin 3.8.3:

Invalid SQL:

					UPDATE session
					SET lastactivity = 1248389420, location = '/forum/?hl=ro', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0, useragent = 'Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)'
					WHERE sessionhash = '07ce83e8f3b7a0e3189f05ebad6d95e7';

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Request Date  : Thursday, July 23rd 2009 @ 05:50:20 PM
Error Date    : Thursday, July 23rd 2009 @ 05:51:10 PM
Script        : http://www.myforum.com/forum/?hl=ro
Referrer      : http://www.myforum.com/forum/private.php
IP Address    : 200.161.104.118
Username      : myusername
Classname     : vB_Database
MySQL Version :
Reply With Quote
  #519  
Old 07-23-2009, 10:08 PM
cyc cyc is offline
 
Join Date: Nov 2002
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Manoel J?nior View Post
Hello,

You are showing the following error when I ask to do the translation:

Attachment 102411

Code:
Database error in vBulletin 3.8.3:

Invalid SQL:

					UPDATE session
					SET lastactivity = 1248389420, location = '/forum/?hl=ro', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0, useragent = 'Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)'
					WHERE sessionhash = '07ce83e8f3b7a0e3189f05ebad6d95e7';

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Request Date  : Thursday, July 23rd 2009 @ 05:50:20 PM
Error Date    : Thursday, July 23rd 2009 @ 05:51:10 PM
Script        : http://www.myforum.com/forum/?hl=ro
Referrer      : http://www.myforum.com/forum/private.php
IP Address    : 200.161.104.118
Username      : myusername
Classname     : vB_Database
MySQL Version :

Hi

you might have the wait_timeout variable set to low. Check your mysql config ( /etc/my.cnf ) and increase the value.

regards
Reply With Quote
  #520  
Old 07-24-2009, 04:34 PM
pharmacist pharmacist is offline
 
Join Date: Jul 2009
Location: eg
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please , any configuration to inhibit some categories from translation !
waiting your reply
Reply With Quote
  #521  
Old 07-24-2009, 04:43 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 pharmacist View Post
Please , any configuration to inhibit some categories from translation !
waiting your reply
Just show the flags on pages you want to translate using if conditions.
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 08:06 PM.


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.11465 seconds
  • Memory Usage 2,312KB
  • 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
  • (3)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