இந்த புதிய பதிப்பு மிக பிரபலமான வேர்ட்பிரஸ் செருகுநிரல்களுக்கான இரண்டு ஒருங்கிணைவுக்கு வழங்குகிறது. முதலாவதாக, Google-xml-தளவரைபடங்கள் Google மற்றும் Google வெப்மாஸ்டர் கருவிகள் பயன்படுத்த தளவரைபடங்கள் உருவாக்க ஒரு வழி வழங்குகிறது, ஒருங்கிணைப்பு மொழிபெயர்க்கப்பட்டது பக்கங்களில் தளவரைபடங்கள் கூடுதல் url கள் ஒவ்வொரு URL ஐ உருவாக்குகிறது. இந்த ஒருங்கிணைப்பு அசல் கூடுதல் மீது நிகழ்த்தப்படும் ஒரு எளிய இணைப்பு வேண்டும், படிக்கவும் எப்படி கேள்விகள் இல், அல்லது பாட்ச்ட் கோப்பு பெற எங்களை தொடர்புகொள்ள. நாம் Google-xml-தளவரைபடங்கள் எதிர்கால பதிப்புகள் முன்னிருப்பாக இந்த இணைப்பு அடங்கும் என்று நம்புகிறோம்.
இரண்டாவது தொகுப்புடன் உள்ளது WP-சூப்பர்-கேச் இது வேர்ட்பிரஸ் ஒரு விரைவக வழங்குகிறது, இந்த கூடுதல் இதயம் மயக்கம் அல்ல மற்றும் வழியில் பிரச்சினைகள் டன் ஈடாக ஒரு வலுவான விரைவக வழங்குகிறது, நிறுவல் கடினமாக உள்ளது மற்றும் ஒருங்கிணைப்பு கூட கடினமாக உள்ளது. எனினும், இந்த ஒருங்கிணைப்பு இந்த செருகுநிரலை பயனர் மொழிபெயர்ப்பு நடவடிக்கை மீது கஷே பக்கம் நீக்க இது ஒரு எளிய மாற்றம் வழங்குகிறது, இந்த அல்லாத மொழிபெயர்க்கப்பட்டது உள்ளடக்கத்தை பார்க்க பல முறை நடந்து மற்றும் பயனர்கள் மொழிபெயர்ப்பு தடுக்கிறது (மற்றும் வாகன-மொழிபெயர்ப்பு வழக்கு, மீண்டும் மீண்டும் மொழிபெயர்ப்பு).
நீங்கள் இன்னும் கூடுதல் இணைப்புகளுக்கு இருந்தால் உடன் ஒருங்கிணைப்பு வேண்டும், மற்றும் நீ எப்படி யோசனைகள் இருக்கிறீர்கள் (ஒருவேளை சில குறியீடு), இப்போது இங்கே ஒரு குறிப்பை கீழே. ஆம் – எங்களை சந்தோஷமாக புதிய தசாப்தம்!
————
புதுப்பிக்கவும் 2010/1/3 – அது பேட்ச் வழிமுறைகளை கொண்ட ஒரு பிழை ஏற்பட்டது தோன்றுகிறது, புதிய வழிமுறைகளை இந்த தளத்தில் கேள்வி பதில் பகுதி மீது புதுப்பிக்கப்படுகின்றன (நன்றி myatus). இணைப்பு நேரடியாக இந்த இணைப்பில் இருந்து பதிவிறக்கம் செய்யலாம் : தளவரைபடமாக-கோர்-322-பாட்ச்ட்
புத்தாண்டு வாழ்த்துக்கள்!! I just went thru the FAQ, but I can’t find the How to for the sitemaps, can someone help me here?
நன்றி
I found the FAQ in WP, but still can’t make it work. Can someone send me the patch to my email? Thank you so much 🙂
வணக்கம், sent it to you in email, hope it works fine 🙂 (எங்களுக்கு தெரியப்படுத்துங்கள்)
Same here actually, using 3.2.2 of Google XML Sitemap, added the code just before $this AddElement($பக்கம்) but nada. Is this where it is supposed to go?
Nope, exactly one line after… just sent you the patch, but for reference, this is how the function should look:
function AddUrl($loc, $lastMod = 0, $changeFreq = "monthly", $priority = 0.5) {
//Strip out the last modification time if activated
if($this->GetOption('in_lastmod')===false) $lastMod = 0;
$page = new GoogleSitemapGeneratorPage($loc, $priority, $changeFreq, $lastMod);
$this->AddElement($page);
do_action('sm_addurl',&$page);
}
Awesome, it works now.
In the FAQ (as well as the transposh.php source code) you have it listed as do_action(‘sm_addurl’, $loc, &$பக்கம்) — remove the $loc portion and it works OK.
NB: The priority in the sitemap for the translated pages are always 0%. Do you think this will incur a “penalty” with search engines?
வணக்கம்,
Thanks for the notice, I’ll fix the comment and the FAQ. That’s what you get when copy pasting without looking.
Regarding the priority, I am currently reducing the page priority by 0.2 (You can see in the code) Could have opted for other options such as doing nothing, multiplying by 0.8 or using a minimum of 0.1 instead of 0.
I don’t know why google should penalize such pages, although it might, if you stumble upon any resource claiming this, It will be a breeze to change.
I need the patch, you can send it to my email? செய்யவும், thanks very much
On the way…
http://www.autocadhocasi.com/fr/
Unable to display the site in version 0.4
the source of the site appears. How do I solve this problem.
வணக்கம்,
சில காரணங்களுக்காக, your server sends the mime-type of the pages as application/x-javascript
This will cause the source to view.
I fail to see any reason that the plugin will change this, ever,
My guess is that something else is wrong. with first look at other plugins, and second look at the .htaccess files
I would also suggest trying the previous version,
Let me know if there’s anything else I can do
Hi அனைத்து,
I would like to see the integration of one plugin that is capable of inject/hook codes, it will worth more than patching files by hand, and when you update a plugin and forgot to patch again? And all the work you will need to do all again?
I think that would be better to just make transposh available with all the plugins that it have integrated together… நான் சொல்கிறேன், Transposh and the whole plugins together in just one pack… But all need to appear in the same panel as Transposh, like Tabs.
One other request is, நன்றாக, I dont like the way Transposh make available to anyone modify the translation without any restriction, if one bad person go and modify something to SPAM or for Pishing, it would be hard to the Admin of the site fix all it, mainly because the Admin dont know all the languages available, அதனால், I just think it is better to make this tool as a “sugested” மொழிபெயர்ப்பு, the sugested translation will appear in the dashboard and one Admin will check it.
வணக்கம்,
Regarding the patch to other plugins, I wrote the plugin programmer and sent him the patch, I don’t think that bundling other plugins is the right solution. உனக்கு வேண்டும் என்றால், feel free to comment on my message and request the patch to be included, you can do this இங்கே.
With regards to the second point, I can say two things, the first – you can disable anonymous translation and only allow people you know. மற்றும் இரண்டாவது, they can deface the translation but cannot spam or phish because they can’t change the links.
I hope that in the future we’ll be able to introduce a better system to do that.
Firt,
Thanks a lot for your hard work! I really apreciate this.
About the second point, I think I bypassed this because it was not too obvious, maybe a better explanation and organization of the interface will make it more obvious!!
For the integrations, நன்றாக, if bundling things together is not the solution, at least you could make Extra Tabs in the configuration page and put a switch to enable or disable the integration? And could you make more visible in the interface about what plugins Transporsh can be integrated?
மீண்டும் நன்றி.
வணக்கம்,
Thanks for the comments (all of them). Just one point with regards to the integration, if the other plugin exists and is not patched, the integration will just not happen, there’s no problem here and no need to turn this off. I can make the configuration complicated only up to a certain point, over that point it will be confusing and senseless.
வணக்கம்,
I would like to request a blocklist of bad words for all languages, this blocklist would be used in the case a person use the “மொழிபெயர்ப்பு மொழிபெயர்ப்பு திருத்த” and in case the person try to put bad words, அதனால், the block list will block them to dont put bad words in the text. I just think it is a good idea. அதனால், you will need a dictionary for all the languages, or at least the most used languages.
One other thing that would be good is a spell checker, to be used in a text before and after a translation, because there maybe appear some strange or malformed translation because a wrong word.
WRT the first option, I am not sure how helpful this is, you can use ordinary words taken out of context and use them for worse, so although it might be trivial to add, the value of this feature will be timid.
Regarding spell checking, first – spell checkers in the browser should work on the input field as they normally do, and also – if you know any multilingual online spell checker that we might add, let us know and we’ll definitely take a look!
வணக்கம்,
மறுபடி, I want to thank you! Your plugin is really a good piece of work!!
சரி, about the bad words, you are right, but having the option to block some words to be posted put some extra protection to the site, and less effort to the site admin. And, உதாரணத்திற்கு, in case if you have a blocklist, anyone that simple try to put bad words, will be blocked, and the admin will not need to worry about moderate these. மேலும், there is a lot of blocklist for bad words available on the net, and simple could be used in Transposh, with the option of be enabled or not. It is just a tought, but, why you dont test this feature in a real environment, so you can see how util is this function, அதனால், later you can choose on keep this feature, or remove.
About the spellcheker, நன்றாக, there is a lot of dictionary on the web. My idea about the implementation of this is to use the spellchecker automatically to “catch” where on all posts are text inconsistency. It is to be used for mass post edition!! I dont want to, உதாரணத்திற்கு, re-edit all my old posts to check if there are any wrong word, அதனால், if these wrong words be translated, it will give me problems, and for any wrong word generated by the engine translation? How I will manage some thousands of wrong words?
நன்றி.
I just forgot to say, but I loved this plugin too much, thank you very much for developers of this plugin.
And I have another request… sometimes a word is simple not translated by google translator, so what about if Transporsh detect the words that are not translated and just try to use another translation engine?
Thanks for the compliments and the suggestions, this one is indeed nice, but the right place to make suggestions is our trac. Where you could see that this was already written (today) இங்கே.
Ok,
Sorry of pollute your post here, but I was just eager to show that I liked the plugin, and would like to see new features in it, so I ended up not paying attention if what I was doing was correct.
ஆனால், it is nice that someone thought the same idea.
நன்றி.
Hi அனைத்து,
Just another request, I am having problem with some words being translated, like names of places, name of people, and some other words that dont need to be translated, அதனால், I suggest the implementation of a “dont translate list”.
நன்றி.
Just wrap what you want with the no_translate class as mentioned in the FAQ
வணக்கம்,
It works for words that are part of the theme template?
வணக்கம்,
I come to say that I got a problem with Transporsh. I dont know how it happened, but I got a fatal error because a recursive call. I broke wordpress2.9.1 in file widgets.php in the line 924. For more informations, I would like to talk in private.
நன்றி.