Forums / General Questions / Content_glider_next

Content_glider_next

Results 1 to 7 of 7
24 Oct 2011, 08:47
#1
raf696 avatar

raf696

New Zenner

Join Date:
May 2010
Posts:
58
Plugin Contributions:
1

Content_glider_next

Hi does any one know how to change this
CONTENT_GLIDER_NEXT
on a new language as I have french and spanish :frusty:
using: v1.3.9h
24 Oct 2011, 08:54
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Posts:
3,427
Plugin Contributions:
2

Re: Content_glider_next

raf696:

Hi does any one know how to change this
CONTENT_GLIDER_NEXT
on a new language as I have french and spanish :frusty:
using: v1.3.9h


I don't quite understand what you are trying to achieve.

Do you just want to change the define or do you want the constant CONTENT_GLIDER_NEXT to appear in your other languages?
24 Oct 2011, 11:05
#3
raf696 avatar

raf696

New Zenner

Join Date:
May 2010
Posts:
58
Plugin Contributions:
1

Re: Content_glider_next

Yes thats right in different languages as in english it's fine but in other it looks like this

CONTENT_GLIDER_NEXT
25 Oct 2011, 07:55
#4
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Posts:
3,427
Plugin Contributions:
2

Re: Content_glider_next

raf696:

Yes thats right in different languages as in english it's fine but in other it looks like this

CONTENT_GLIDER_NEXT


Ok, the define for CONTENT_GLIDER_NEXT is obviously missing in the other language files (french, spanish).

Go to Admin > Tools > Developers Tool Kit and do a search for CONTENT_GLIDER_NEXT

You will find an english language file containing the constant CONTENT_GLIDER_NEXT , most likely somewhere in the path of includes/languages/english/YOUR_TEMPLATE/etc etc

Check if the same file exists in includes/languages/french/YOUR_TEMPLATE/etc etc

If it does not exist then copy the file from the english location to the corresponding french location. Then open the copied file and edit the define for CONTENT_GLIDER_NEXT - replace the english wording with the french word or phrase. Save, upload, done.

If the file exists in your french language path then you need to merge the english and french file. Then do the same editing of the word/phrase.

Same goes for the spanish equivalent.

If you are having problems with this then let us know or PM me.
26 Oct 2011, 08:24
#5
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Posts:
3,427
Plugin Contributions:
2

Re: Content_glider_next

@raf696

have you had any success with my suggestion(s)?
26 Oct 2011, 10:23
#6
raf696 avatar

raf696

New Zenner

Join Date:
May 2010
Posts:
58
Plugin Contributions:
1

Re: Content_glider_next

frank18:

Ok, the define for CONTENT_GLIDER_NEXT is obviously missing in the other language files (french, spanish).

Go to Admin > Tools > Developers Tool Kit and do a search for CONTENT_GLIDER_NEXT

You will find an english language file containing the constant CONTENT_GLIDER_NEXT , most likely somewhere in the path of includes/languages/english/YOUR_TEMPLATE/etc etc

Check if the same file exists in includes/languages/french/YOUR_TEMPLATE/etc etc

If it does not exist then copy the file from the english location to the corresponding french location. Then open the copied file and edit the define for CONTENT_GLIDER_NEXT - replace the english wording with the french word or phrase. Save, upload, done.

If the file exists in your french language path then you need to merge the english and french file. Then do the same editing of the word/phrase.

Same goes for the spanish equivalent.

If you are having problems with this then let us know or PM me.


Hi thanks for that but it did not work. looks like this CONTENT_GLIDER_PROXIMO
26 Oct 2011, 10:53
#7
raf696 avatar

raf696

New Zenner

Join Date:
May 2010
Posts:
58
Plugin Contributions:
1

Re: Content_glider_next

Hi thanks for that it works now. Thank you
I was using the wrong content_glider folder. :clap: