Joomla texsas holdem
Oct 19, 2013 2:33 am by tarantula11
Oct 19, 2013 2:33 am by tarantula11
Hi!
I need help with component.How i can just disable translate string in one component like mj holdem.In sh404sef have that option but it is for joomla language manager ?
http://www.sweeps-social.com/mjholdem
Re: Joomla texsas holdem
Oct 19, 2013 5:01 pm by Yana
Oct 19, 2013 5:01 pm by Yana
Hi,
In order to exclude something you will need to add class="notranslate" attribute. It should work with any tag. You can make changes in the source code and add class="notranslate".
Re: Joomla texsas holdem
Oct 20, 2013 10:48 am by tarantula11
Oct 20, 2013 10:48 am by tarantula11
Hi !
I ad class notranslate and work bat for that component mast be main language or no language string because play button just do not show.I can do it just ad to play mast go on main language of site but is ......
Can you give me more samples to remove language string for one component !
Thx !
Danijel !
Re: Joomla texsas holdem
Oct 20, 2013 12:40 pm by nerdcode
Oct 20, 2013 12:40 pm by nerdcode
For me using "notranslate" did not work. I had that issue also last year.
Took me a while to fix it..
Re: Joomla texsas holdem
Oct 20, 2013 7:38 pm by Yana
Oct 20, 2013 7:38 pm by Yana
Hi,
You can try to add the rule in .htaccess to redirect it to the main language.
Re: Joomla texsas holdem
Oct 20, 2013 9:41 pm by tarantula11
Oct 20, 2013 9:41 pm by tarantula11
This is my first text of apache .htaccess can you give me some samples on that ?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?sweeps-social.com$
RewriteCond %{REQUEST_URI} !^/casino2go/texas-holdem/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /casino2go/texas-holdem/$1
RewriteCond %{HTTP_HOST} ^(www.)?sweeps-social.com$
RewriteRule ^(/)?$ casino2go/texas-holdem/en/ [L]
Thx
Danijel !
Re: Joomla texsas holdem
Oct 21, 2013 6:32 am by Yana
Oct 21, 2013 6:32 am by Yana
Hi,
Please try to add the following rule after RewriteEngine on
RewriteRule ^([a-z]{2})/mjholdem/(.*) /mjholdem/$2 [R=301,L]
Re: Joomla texsas holdem
Nov 4, 2013 11:11 pm by tarantula11
Nov 4, 2013 11:11 pm by tarantula11
Hi !
I m resolved that with com wrapper.
I have one question ?In enterprise mode every subdomain have string hr.sweeps-social.com that address or translation page do not use string /hr/ in main site of joomla or com_component .
Thx
Danijel
Re: Joomla texsas holdem
Nov 5, 2013 8:58 am by Yana
Nov 5, 2013 8:58 am by Yana
Hi,
In the GTranslate Enterprise version you will have language subdomains for the translated pages instead of the subfolders.
For example: fr.sweeps-social.com instead of sweeps-social.com/fr/
SIMILAR TOPICS
GTranslate 3.7.4, Joomla 3.9.3 - doGTranslate is not defined | Feb 22, 2019 12:34 pm | Replies: 1 | Post by: oase |
joomla google translate based on user ip | Aug 15, 2018 10:09 am | Replies: 1 | Post by: ameerjaiswal |
Joomla with 2 languajes already installed | Feb 18, 2018 10:23 pm | Replies: 1 | Post by: boutradelabs |
Joomla: Modules Anywhere issues | Mar 13, 2017 10:32 am | Replies: 7 | Post by: Orangensaft |
Help to setup Gtranslate in Joomla site | Jan 2, 2018 2:22 pm | Replies: 1 | Post by: John Knudsen |