Page 1 of 1
Where to edit this text
Posted: Thu Nov 26, 2009 9:31 pm
by extr3m3
Re: Where to edit this text
Posted: Fri Nov 27, 2009 10:58 am
by Zoorlat
Hi extr3m3,
You can do this simply by modifying the template. In the admin panel, go to Layout > Templates. The standard template that you are using is easy to edit since it is well structured and clearly commented.
Good luck and happy CMSMS-ing!
(you might also want to have a look in the documentation:
http://wiki.cmsmadesimple.org/index.php/User_Handbook/Getting_Started/Designer/Templates)
Re: Where to edit this text
Posted: Fri Nov 27, 2009 11:42 am
by extr3m3
Hi!
Thanks for your help, but i still didn't find some of this stuff. I need to change

and this
Where to find this?
Re: Where to edit this text
Posted: Fri Nov 27, 2009 11:48 am
by Jos
The search text you can edit in the admin of the search module (Extensions)
Re: Where to edit this text
Posted: Fri Nov 27, 2009 11:54 am
by Peciura
For "next page" and "Top" look for "{cms_selflink...}" and "{anchor ...}"in page template.
Code: Select all
<div class="right49">
{anchor anchor='pagewrapper' text='^ Top '} <br />
</div>
<div class="left49">
{cms_selflink dir="previous" label="Previous page: "} <br />
{cms_selflink dir="next" label="Next page: "}
</div>
Translations of search module are in "/modules/Search/lang/ext/"