16 பல ஆண்டுகளுக்கு முன்பு இன்று பதிப்பு 0.0.1 வேர்ட்பிரஸ் க்கான சொருகி வெளியிடப்பட்டது. இந்த பதிப்பு சில PHP பொருந்தக்கூடிய சிக்கல்களை சரிசெய்கிறது மற்றும் சில தேவையற்ற குறியீட்டை நீக்குகிறது.
இப்போது ஒரு வெளியீட்டை எவ்வாறு செய்வது என்பதை நான் கிட்டத்தட்ட மறந்துவிட்டேன், எனவே ஏதாவது வேலை செய்யவில்லை என்றால். தயவுசெய்து எனக்கு தெரியப்படுத்துங்கள் “எங்களை தொடர்பு கொள்ள” பக்கம்.

இருக்கும் Hi Ofer & டிரான்ஸ்போஷ்,
டிரான்ஸ்போஷுக்கு பிறந்தநாள் வாழ்த்துக்கள்!
இதை இலவசமாக வழங்கியதற்கு நன்றி, சிறந்த சொருகி. இது எனது வலைத்தளத்தை வளர்க்கவும் பார்வையாளர்களை அடையவும் உதவியது.
மிக்க நன்றி!!
உங்கள் அன்பான வார்த்தைகளுக்கு நன்றி
கிரேட் செருகுநிரலை, புதுப்பிப்பு இருக்கும் என்று எதிர்பார்க்கவில்லை.
உங்கள் தாராள மனப்பான்மைக்கு நன்றி மற்றும் இலவசம், உங்கள் சொருகியின் சில அம்சங்கள் மற்ற கட்டண செருகுநிரல்களுடன் ஒப்பிடும்போது சிறந்தது.
அங்குள்ள மற்ற ஒவ்வொரு சொருகி பற்றி முயற்சித்தேன், இலவச மற்றும் பிரீமியம். டிரான்ஸ்போஷ் சிறந்தது, இல்லை. நன்றி, Ofer, அதை உயிரோடு வைத்திருப்பதற்காக. நீங்கள் நன்றாக இருக்கிறீர்கள் என்பதைப் படிப்பது நல்லது. ஏதாவது நல்லது பகிரப்படுவது ஒரு நிம்மதி, குறிப்பாக இந்த கடினமான மற்றும் வன்முறை காலங்களில். மனிதகுலத்திற்கான நம்பிக்கையின் தீப்பொறி போல் உணர்கிறது. எனவே இங்கே என் சிறிய கூழாங்கல் உள்ளது.
மாறாக [tpe lang ="இல்" மட்டும் ="ஒய்"] அல்லது [tpe mylang lang='fr,en'] குறுக்குவழி முறைகள், இது எப்போதும் வேலை செய்யாது, இங்கே சிறந்தது, எளிதானது, மற்றும் ஒரு மொழிக்கு தேர்ந்தெடுக்கும் உள்ளடக்கத்தைக் காண்பிப்பதற்கான மிகவும் சக்திவாய்ந்த வழி:
1. டிரான்ஸ்போஷ் > அமைப்புகள் > பொது அமைப்புகள் > URL களை மீண்டும் எழுதவும் (ex (http://transposh/en))
2. இதை உங்கள் செயல்பாடுகளில் சேர்க்கவும்:
//add a class to body based on the language
function custom_body_class($classes) {
// Check if the URL contains '/en/'
if (strpos($_SERVER['REQUEST_URI'], '/en/') !== false) {
// Add 'english' to the body class array
$classes[] = 'english';
} else {
// Add 'french' to the body class array if '/en/' is not found
$classes[] = 'french';
}
return $classes;
}
add_filter('body_class', 'custom_body_class');
3. இந்த CSS ஐச் சேர்க்கவும்:
/*hide french listing on english pages*/
body.english .not-on-french {
display: none;
}
/*hide english listing on french pages*/
body.french .not-on-english {
display: none;
}
4. அப்பொழுது, ஒரு உறுப்பைத் தேர்ந்தெடுத்து காட்ட, நீங்கள் செய்ய வேண்டியதெல்லாம், இந்த வகுப்புகளில் ஒன்றை நீங்கள் மறைக்க விரும்பும் உறுப்புகளில் சேர்க்க வேண்டும்:
"not-on-english"
or
"not-on-french"
நீண்டகாலமாக டிரான்ஸ்போஷ் மற்றும் மனிதர்கள் ஒருவருக்கொருவர் தொடர்ந்து புரிந்துகொள்ளலாம் !
Hi and happy birthday!
Next sunday will be mine …
would you mind to tell me if Neve theme is compatible with Transposh?
Your plugin has been suggested by my fab hosting Thank you!
Cheers
Antonella
நன்றி, and a happy birthday to you,
About Neve, I don’t know, I can only suggest trying, worst case – uninstall our plugin.
நற்பேறு
After installing the latest version, the language buttons on the “Languages” tab stay empty. No flags, language text.
I de-installed and re-installed, to no avail.
I still had a 1.0.9.3 version and installed that. That works fine!
Am I the only one?
kr,
Anton
வணக்கம்,
The best way would be a bug report on github, or sending a direct message to support via the contact us form,
There were changes in the language buttons, but they should load (and are probably loaded for almost everyone). have you tried using a different browser?