1
therock
Change the News to Swedish "Nyheter"....
  • 2005/3/16 9:17

  • therock

  • Just popping in

  • Posts: 38

  • Since: 2005/2/2 2


Hello,

I have a little question about the themes. I use one theme cold “sev_zero” and I have done some change to the theme.html. I change the name of the link News to the Swedish “Nyheter” like this
| <a href="<{$xoops_url}>/modules/news/">Nyheter</a> | <a href="<{$xoops_url}>/modules/contact/">Kontakt</a>
| <a href="<{$xoops_url}>/modules/newbb/">Forum</a></td>
</tr>

The problem is that on the site it still is News, Contact and so on. What have I missed? Is there another file that most be changed?

2
Mithrandir
Re: Change the News to Swedish "Nyheter"....

The name of the module as the site sees it? That can be changed in Administration Menu -> System Admin -> Modules in the text field underneath each installed module

3
therock
Re: Change the News to Swedish "Nyheter"....
  • 2005/3/16 10:27

  • therock

  • Just popping in

  • Posts: 38

  • Since: 2005/2/2 2


Sorry that I explained the problem so bad. I have already changed the text in the “Module administration” and that’s no problem that works fine. The problem is when I change the theme.html in the different themes catalogue, When I change the for example “New” to Swedish “Nyheter” and the link still points to the modules/news folder the name on the link still is “News” on the site. When I check the “show sours” it locks like this.

<tr align="center" valign="middle">
<td colspan="2" id="headerbar"><a href="http://www.mysite.xxx/">Home</a>
| <a href="http://www.mysite.xxx/modules/news/">News</a> | <a href="http://www.mysite.xxx/modules/contact/">Contact</a>
| <a href="http://www.mysite.xxx/modules/newbb/">Forum</a></td>
</tr>

As I wrote before (look at the example above in the earlier post) I have done some change but the on the site is different.

So sorry for my bad English.


4
Mithrandir
Re: Change the News to Swedish "Nyheter"....


5
therock
Re: Change the News to Swedish "Nyheter"....
  • 2005/3/16 13:20

  • therock

  • Just popping in

  • Posts: 38

  • Since: 2005/2/2 2


Thanks Mithrandir, I’m so embarrassed it won’t happen again. From now on I will always look in the FAQ first. The solution was there and the only thing I have to do was to shift from No to Yes and back again in the System Admin and now it works fine.