I installed ccfilter dupal module to my dupal sites/all/modules folder (in a folder called "ccfilter"), downloaded and unzip'd jquery.tooltip.zip -- now a dir exists = ../drupal/sites/all/modules/ccfilter/jquery-tooltip/ with files there and in the "lib" folder as it should be according to the README.txt file..
Everything IS working properly, except the text for collapsible text is foreign! my drupal/administer/site configuration/ccfilter "String default output for collapse text filter" is set to "Click here to see expanded the text" but this is actually what it says on the page ;;
Используйте данную ссылку, что бы развернуть или свернуть блок текста
there IS an arrow to the left of the text, and clicking the text or the arrow DOES indeed collapose/expand the text properly.
WTF? I cannot see where to correct this... I see there a translations folder, does this have to do with anything? how can I make it show ENGLISH for the collapsible text? please help!
btw, I LOVE this module other then this little problem Im having !!
peace -
Comments
Comment #1
Helg commentedMake some changes to module configuration at
Administer -> Site configuration -> Ccilter (admin/settings/ccfilter)
Rewrite text for field: String default output for collapse text filter
write eg "Click here to expanded/collapsed the text"
Comment #2
Helg commentedComment #3
alexjhart commentedI tried this the other day and it worked on one drupal install as a workaround, however on another drupal install today, I am unable to use the work around. I have the same issue. Either way, shouldn't that be a code rewrite?
Comment #4
alexjhart commentedI believe that line 240 of ccfilter.module should be changed from:
$title = t('ÐÑполÑзÑйÑе даннÑÑ ÑÑÑлкÑ, ÑÑо Ð±Ñ ÑазвеÑнÑÑÑ Ð¸Ð»Ð¸ ÑвеÑнÑÑÑ Ð±Ð»Ð¾Ðº ÑекÑÑа');
to something like:
$title = t('Expand');
Comment #5
Helg commentedfixed
Comment #6
Helg commentedfixes