![]() |
Quote:
You will have to choose "Test Style" in order to see it. I got pass the "Can't connect" message and i am to embarrassed to admit what was wrong. Now I get a URL with the "/?hl=ko" on the end of it, but a totally blank screen. Again, I am sure it is something else I will be embarrassed about, but can you point it out to me? I have gone over the install multiple times attempted to find my error. I just had my ISP install cURL this morning, could it be a permissions thing with cuRL? Here is the info they sent me about it: CURL Information => libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 curl: /usr/bin/curl |
Dear Dave ,
I've test your product in 4 forums , and all of them have the same problem , the flags wont be showed in the page , i try to edit the plugin and made it in this ways ob_start(); include('./translateflags.php'); $translateflags = ob_get_contents(); ob_end_clean(); ob_start(); include('/home/mydomain/public_htrm/forum/translateflags.php'); $translateflags = ob_get_contents(); ob_end_clean(); and it won't work also , the flags appear only if i remove the ob_start and made the plugin like this $translateflags = include('./translateflags.php'); they appear in first line you can't move them , i try this in 4 forums and 3 of them in one server and 1 in other server . I hope you to help me urgently as i need this hack very important . Thanks , Zi5 |
You need to use this code in the plugin;
ob_start(); include('translateflags.php'); $translateflags = ob_get_contents(); ob_end_clean(); You then add this to your template; <!-- vBGT Code Start--> <div align="center"> <!-- google_ad_section_start(weight=ignore) --> $translateflags <!-- google_ad_section_end --> </div> <!-- vBGT Code End --> Make sure you upload translateflags.php to your FORUM folder. At the end of the day the install works, you must have missed a step or not followed it correct. |
First of all Thank you so much for giving us such a great mod.
But on my forum it is taking too much time to load the page when I try to click on any flag. My forum is VBSeo Optimized, Is there any way to fast the page loading? |
Quote:
Note - This script runs off a database. The 1st time a translated page is loaded by a user or search bot the words need to be sent to the Google Translation service, the words are then saved into the database, this can take a varying amount of seconds depending on how heavy your pages are with content. The next time the page is requested it loads from cache and speed is instant. Over time, users and bots will cache your entire site automatically and all translated pages will load the same as normal pages. Please be patient, this is a long term MOD, Google doesn't index normal pages overnight and these translated pages are no different. |
Quote:
|
Interesting: Installed barely one day and:
Quote:
|
Quote:
|
Hi, please add your language Persian
|
Quote:
|
All times are GMT. The time now is 01:57 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|