Two things

If you aren't speaking german, you can ask for support or post your request here.
Antworten
mbs
Beiträge: 21
Registriert: 19. Okt 2013, 17:34

Two things

Beitrag von mbs »

I want to rename the guestbook to Discussion, how would i do that, also RSS feeds how do i see them on the page? or link to them i cannot see them anywhere

thanks
Benutzeravatar
Thomas-RCV
Former team member
Beiträge: 786
Registriert: 1. Aug 2011, 15:06

Re: Two things

Beitrag von Thomas-RCV »

Welcome in the Admidio support forum.

Changing the modules headlines is quiet simple. Straight forward pass a headline parameter via URL and the Headline will be replaced
Example:

Code: Alles auswählen

http://demo.admidio.org/adm_program/modules/guestbook/guestbook.php?headline=MyHeadline
To link to the rss feeds you need to add the prefix "rss_" to the module, where feeds are available.
Examlple for announcements:

Code: Alles auswählen

http://demo.admidio.org/adm_program/modules/announcements/rss_announcements.php
Best, Thomas
mbs
Beiträge: 21
Registriert: 19. Okt 2013, 17:34

Re: Two things

Beitrag von mbs »

Thanks, how do i change the guestbook name in the menu also?
Benutzeravatar
Thomas-RCV
Former team member
Beiträge: 786
Registriert: 1. Aug 2011, 15:06

Re: Two things

Beitrag von Thomas-RCV »

Hi,
you can replace the text variable in the menue contained in the theme scripts or you can replace the text variable in the language file "en.xml".

Changing the theme i recommend using a copy of it where you do your adjustments.

Best,
Thomas
mbs
Beiträge: 21
Registriert: 19. Okt 2013, 17:34

Re: Two things

Beitrag von mbs »

Hi,

Thanks for quick reply, cannot seem to find where in theme to change it, i have duplicted modern theme and given it a different name to change a few things, what file should i be looking in to change Guestbook?

Also i can see Guestbook in en.xml do i change all references?

help much aprreciated

Mark
Benutzeravatar
Thomas-RCV
Former team member
Beiträge: 786
Registriert: 1. Aug 2011, 15:06

Re: Two things

Beitrag von Thomas-RCV »

Sure, the text variable is for the headline in module and description of the link menue. You can try a replaced discription text of the variable in the xml.
In this case you need not pass the parameter via URL.

-Thomas
mbs
Beiträge: 21
Registriert: 19. Okt 2013, 17:34

Re: Two things

Beitrag von mbs »

thanks Thomas, worked a treat
Antworten