A little help to make a few changements

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
helpdesk

A little help to make a few changements

Post by helpdesk »

Hi everybody  :) I a very newbie in this CMS but I'm very happy to find it.
I need some little help to make a few changement. I'd like to modify in italian this text "You are here" and "Next page". I tried to find alone the solution but... ???.
Another thing that I need that someone teach me is how to put the new in the column and also how to create blocks to put in the column. I'm using the ELLNAV HORIZ/VERT R 1COL

THX 4 ur attencion

Claudio
cyberman

Re: A little help to make a few changements

Post by cyberman »

Hi Claudio,
helpdesk wrote: I a very newbie in this CMS but I'm very happy to find it.
Welcome on planet CMS made simple  :) !
I'd like to modify in italian this text "You are here" and "Next page". I tried to find alone the solution but... ???.
Please look at help  ;) ...

The text "Your are here" comes from breadcrumbs tag. You will found the call on template. Change the call to {breadcrumbs starttext="Vostro sia qui"}.

The text "Next Page" and "Previous Page" comes from cms_selflink tag. Change the calls in template to {cms_selflink dir="previous" text="Pagina precedente"} and {cms_selflink dir="next" text="Pagina seguente"}
Another thing that I need that someone teach me is how to put the new in the column and also how to create blocks to put in the column. I'm using the ELLNAV HORIZ/VERT R 1COL
Change to template EllNav Horiz/Vert L 2col and go to menu content - pages. There you will found two areas to edit. Now you can input in the second area something like {cms_module module='news' number='5' category='general'} or more content. The news call can also put in template.
helpdesk

Re: A little help to make a few changements

Post by helpdesk »

The text "Next Page" and "Previous Page" comes from cms_selflink tag. Change the calls in template to {cms_selflink dir="previous" text="Pagina precedente"} and {cms_selflink dir="next" text="Pagina seguente"}
Uhmmm...there is something that doesn't work fine 'cos the result of this change


^ Top

         
            {cms_selflink dir="previous" text="Pagina precedente"}

            {cms_selflink dir="next" text="Pagina seguente"}
         
is:

Previous page: Pagina precedente
Next page: Pagina successiva

see at: http://www.studiodentini.it/index.php?page=chi_siamo

Thanks and ciao
Last edited by helpdesk on Sun Apr 30, 2006 3:53 pm, edited 1 time in total.
helpdesk

Re: A little help to make a few changements

Post by helpdesk »

Here: function.cms_selflink.php  ;D ;D

ciaoo
Locked

Return to “Layout and Design (CSS & HTML)”