WebSite X5Help Center

 
Bauyrzhan O.
Bauyrzhan O.
User

How to change same content in some pages  en

Autor: Bauyrzhan O.
Visitado 1356, Seguidores 1, Compartilhado 0  
Tags: page

Is it possible to make centralized text or gallery for some pages of website? For example, I have 50 pages with the same text in it, but if I change this text in one page, then I have to copy it to all 50 pages. Is there any easier way to change it? I mean if I update text in the first page, then other 49 pages are updated automatically?

Publicado em
5 RESPOSTAS - 1 CORRIGIR
Andre E
Andre E
Moderator

Bauyrzhan,

Unfortunately not, the only way is to copy the box 49 times to the other pages.

This is a wish i made to Incomedia a long wile ago. I will do this again and i already read another post with the same request.

please place this post again but then as a suggestion to incomedia to make this possible in a next version.

BR

A

Ler mais
Publicado em de Andre E
Little-key .
Little-key .
User

Build a own HTML page with the text and bind this site with a html object .

<?php include("text.html"); ?>

Thus you need only  one time change in this file.

Ler mais
Publicado em de Little-key .
Bauyrzhan O.
Bauyrzhan O.
User
Autor

Dear Little-key, could you explain more detailed with pictures? I think many people are interested in it

Ler mais
Publicado em de Bauyrzhan O.
Little-key .
Little-key .
User

OK.
First create a html file (text.html) and load this side on the server

Code for the text.html:

<div style="background-color:transparent;">
This is a text, your text <br />
this is a another text from you.<br /><br />
this is a another text also.
</div>

then create a widget and set the height:

then the format for this side:

Ready.

Ler mais
Publicado em de Little-key .