The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I change the caption to another language?

4 posters

Go down

In progress How do I change the caption to another language?

Post by smurfavr Sat 16 Sep - 23:11

How do I change the caption to another language?
How do I change the caption to another language? WvQEuZB
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by Mihai Sat 16 Sep - 23:50

Hello again,

Administration Pannel  Display  Templates  General  images_list

The code that needs to be edited is this one:
Code:
<p class="imagelist_desc">{DESC_IMGS_LIST}</p>

Or via

Administration Pannel  Display  Pictures and Colors  Colors & CSS  CSS Stylesheet
Code:
.imagelist_desc {
 font-size: 0px;
}
.imagelist_desc::after {
  content: 'Намерете снимките и изображенията, споделени от общността BG-HALF-LIFE. Показаните изображения са подбрани от публикациите във форума и са подредени в хронологичен ред (най-новите изображения са първи). Един лесен начин да преоткриете дискусиите по различен начин!';
  font-family: Helvetica,Arial,sans-serif!important;
  font-size: 14px; /* you can play with the font-size ...increase/decrease as many as you want */
}
Mihai
Mihai
Forumember

Male Posts : 709
Reputation : 29
Language : Romanian, English
Location : Bucharest, Romania

https://allprojects.forumotion.com/

SarkZKalie and smurfavr like this post

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by smurfavr Sun 17 Sep - 10:13

Thank you @Mihai
Only the inscription Recently shared images at the top did not change in my language.
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by Razor12345 Sun 17 Sep - 10:49

Good morning!

AP - Display - Templates - General - images_list

Find

Code:
<h1 class="page-title">{TITLE_IMGS_LIST}</h1><br>

Replace by this

Code:
<h1 class="page-title">New Text</h1><br>

This will change the name of the page

Find

Code:
<span class="cattitle">{L_GALLERY}</span>

Replace by this

Code:
<span class="cattitle">New text</span>

This will change the name of the table with the images

Save. Publish.

Result:

How do I change the caption to another language? Scree345


How do I change the caption to another language? Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 692
Reputation : 142
Language : Ukr, Rus, Eng
Location : Ukraine

https://help.forumotion.com

smurfavr likes this post

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by smurfavr Sun 17 Sep - 12:37

@Razor12345 I can't find images_list.

Can it be done with CSS?

How do I change the caption to another language? RDqazrG
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by Razor12345 Sun 17 Sep - 13:19

You can - add to CSS code

Code:
div#emptyidcc table.three-col tbody tr td:nth-child(2) h1.page-title {
  font-size: 0px;
}

div#emptyidcc table.three-col tbody tr td:nth-child(2) h1.page-title::after {
  content: 'Your text';
  font-size:14px;
}

div#emptyidcc table.three-col tbody tr td:nth-child(2) .imagelist_desc + table.forumline tbody tr:nth-child(1) td.catHead span.cattitle {
  font-size: 0px;
}

div#emptyidcc table.three-col tbody tr td:nth-child(2) .imagelist_desc + table.forumline tbody tr:nth-child(1) td.catHead span.cattitle::after {
  content: 'Your text';
  font-size:14px;
}

The first two codes replace the page title, the last two replace the text in the image table.

Result:

How do I change the caption to another language? Scree346

I can offer you another option - translate these fields into Bulgarian:
- Recently shared images
- Find the photos and images shared by the ___ community. The images displayed are selected from forum posts and are listed in chronological order (most recent images first). A simple way to rediscover the discussions differently!
- Latest images

Post the translation in this topic.

When there is a working day, the administration ( @Luzz , @The Godfather ) will be able to replace the translation for Bulgarian language forums.

In this case, you will not need to insert additional codes for the translate.


How do I change the caption to another language? Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 692
Reputation : 142
Language : Ukr, Rus, Eng
Location : Ukraine

https://help.forumotion.com

TonnyKamper and smurfavr like this post

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by smurfavr Sun 17 Sep - 14:45

( @Luzz , @The Godfather ) Translation into Bulgarian.

Name of the button Latest images- Последни снимки
How do I change the caption to another language? RPGfAWg

Recently shared images - Наскоро споделени снимки.

Find the photos and images shared by the The site name. The images displayed are selected from forum posts and are listed in chronological order (most recent images first). A simple way to rediscover the discussions differently!

Намерете снимките и изображенията, споделени от общността BG-HALF-LIFE. Показаните изображения са подбрани от публикациите във форума и са подредени в хронологичен ред (най-новите изображения са първи). Един лесен начин да преоткриете дискусиите по различен начин!

Latest images - Последни снимки
How do I change the caption to another language? Scree346
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by Mihai Sun 17 Sep - 16:20

smurfavr wrote:Thank you @Mihai
Only the inscription Recently shared images at the top did not change in my language.
You only marked the description of the latest /images ... you should mentioned also you want the title to be changed...

For that you can change from

Administration Pannel  Display  Templates  General  images_list

How do I change the caption to another language? XFe0rEY
Mihai
Mihai
Forumember

Male Posts : 709
Reputation : 29
Language : Romanian, English
Location : Bucharest, Romania

https://allprojects.forumotion.com/

smurfavr likes this post

Back to top Go down

In progress Re: How do I change the caption to another language?

Post by Luzz Yesterday at 17:07

Hello @smurfavr,

Thank you very much for these translations.

The base was updated, so normally you will seen soon your translations online (not immediately because they have to been sent online by our automatic cron). If anything went wrong, let me know Smile

If you need to see other texts in Bulgarian, you can give me them like you did for these ones.

Thank you again and have a nice week-end.

Luzz
Luzz
Administrator
Administrator

Posts : 1686
Reputation : 327
Language : French, English, Russian

http://forum.forumactif.com/

Ape, SLGray and SarkZKalie like this post

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum