Hi,

I was wondering if it's possible to change the text on the slider's main button. My website is in French and I need French button.

Someone suggested looking into the java file but I add no success (see: http://drupal.org/node/378300#comment-1729498)

Comments

whygee’s picture

Any ideas?

Thanks.

mafet’s picture

Issue tags: +Solution

Solution:

Copy the content_slider.module from the modules directory to your desktop or somewhere, and then open it with a editor like notepad or dreamweaver.

find in the file line with ----> $output_body .= 'nextprev: ["Previous", "Next"], //labels for "prev" and "next" links. Set to "" to hide.'."\n";

then you can change the "previous" "next" buttons to your liking

mafet’s picture

whygee’s picture

Thank you very much, it worked.

BTW, I used eacute; for the accented characters in "Précédent".

jpbhat’s picture

Hi

i am using slider module for sliding the content page
i want change the "next" and "previous" button?
when slider page is loaded i want to hide the "previousbutton"
when i click "next" button the "previous" button should display and when i go to last slide "next" button should hide

how can i do this

any one pls help me out

i am using "Slider " module and drupal 6

thanks and regards

trouble.tribbles’s picture

In Drupal 7, I was able to change this text by replacing

"<a href="#" class="prev">Prev</a>"
with
"<a href="#" class="prev">YOURTEXTHERE</a>"
Neetu.ebizon’s picture

Hi,
slider doesnt stop when goes to last slide .... it again start from 1st slide so next and previous button should be visible