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
Two things
- Thomas-RCV
- Former team member
- Beiträge: 786
- Registriert: 1. Aug 2011, 15:06
Re: Two things
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:
To link to the rss feeds you need to add the prefix "rss_" to the module, where feeds are available.
Examlple for announcements:
Best, Thomas
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
Examlple for announcements:
Code: Alles auswählen
http://demo.admidio.org/adm_program/modules/announcements/rss_announcements.php
Re: Two things
Thanks, how do i change the guestbook name in the menu also?
- Thomas-RCV
- Former team member
- Beiträge: 786
- Registriert: 1. Aug 2011, 15:06
Re: Two things
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
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
Re: Two things
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
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
- Thomas-RCV
- Former team member
- Beiträge: 786
- Registriert: 1. Aug 2011, 15:06
Re: Two things
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
In this case you need not pass the parameter via URL.
-Thomas
Re: Two things
thanks Thomas, worked a treat