TOPIC: word change

word change 9 years 8 months ago #5871

  • jasch
  • jasch's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
I want to change the word BOOK NOW in the slideshow module, but can not find where to make those changes, I appreciate indicate where in I can make the change, thanks
The administrator has disabled public write access.

Re: word change 9 years 8 months ago #5873

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

That is an image from css. So you can edit it by another image with css code below(/modules/mod_ot_k2slideshow/css/style.css)
.k2-items ul.navigator li.item3 p.readMore, .k2-items ul.navigator li.item6 p.readMore {
background: url("../images/readmore-3.png");
}

Regards
The administrator has disabled public write access.

Re: word change 9 years 8 months ago #5874

  • jasch
  • jasch's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
hi thanks for replying, the image that does not contain the letter says only the background color, I require change are the Book Now letter word, but can not find where, thanks
The administrator has disabled public write access.

Re: word change 9 years 8 months ago #5875

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can find it in template language file. (templates\ot_mbox\language\en-GB\en-GB.tpl_ot_mbox.ini)

Regards
The administrator has disabled public write access.

Re: word change 9 years 4 months ago #6889

  • kurort
  • kurort's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
the same problem. replaced in this file the next line.

TPL_OT_K2_LEAVE_A_COMMENTS = "Got something to say? Go for it!"
TPL_OT_K2_COMMENTS = "Comments"
TPL_OT_K2_TAGS = "Tags"
TPL_OT_DETAILS = "Details"
TPL_OT_ITEMS = " item(s)"
TPL_OT_CUSTOM_ALBUM = "Album: "

;OT K2 SLIDESHOW MODULE
OT_K2SLIDESHOW_READ_MORE = "BOOK NOW"
TPL_OT_K2ITEM_PREVIOUSLINK = "Previous"
TPL_OT_K2ITEM_NEXTLINK = "Next"

now.

TPL_OT_K2_LEAVE_A_COMMENTS = "Хочешь прокомментировать? Сделай это!"
TPL_OT_K2_COMMENTS = "Comments"
TPL_OT_K2_TAGS = "Tags"
TPL_OT_DETAILS = "Details"
TPL_OT_ITEMS = " item(s)"
TPL_OT_CUSTOM_ALBUM = "Album: "

;OT K2 SLIDESHOW MODULE
OT_K2SLIDESHOW_READ_MORE = "ВЫБРАТЬ СОБЫТИЕ"
TPL_OT_K2ITEM_PREVIOUSLINK = "Предыдущее"
TPL_OT_K2ITEM_NEXTLINK = "Следующее"

but the problem again.
Help.
The administrator has disabled public write access.

Re: word change 9 years 4 months ago #6890

  • kurort
  • kurort's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
the same problem even if I delete this file

templates\ot_mbox\language\en-GB\en-GB.tpl_ot_mbox.ini

why template works without this file?

as if the settings are written to the database when you install and never change
Last Edit: 9 years 4 months ago by kurort.
The administrator has disabled public write access.

Re: word change 9 years 4 months ago #6892

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

Did you install Russian language package for your site ? and did you select it as your default language ?
if yes, you should copy templates\ot_mbox\language\en-GB\en-GB.tpl_ot_mbox.ini file to
templates\ot_mbox\language\ru-RU\ru-RU.tpl_ot_mbox.ini

Remember encode that file with UTF-8 Without BOM

Regards
Last Edit: 9 years 4 months ago by trungdt.
The administrator has disabled public write access.
The following user(s) said Thank You: kurort

Re: word change 9 years 4 months ago #6895

  • kurort
  • kurort's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
it really works. thank you.
The administrator has disabled public write access.

Re: word change 9 years 4 months ago #6911

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
You're welcome!
The administrator has disabled public write access.
Time to create page: 0.114 seconds