Description:
Joomla! 1.5 in, RSS will be installed to release the module.
Therefore, to do anything without some basic RSS that made the delivery.
Again, Joomla! 1.5 of the RSS and I want to see how easily described.
"RSS will publish updates to the information in writing."
That, in this case, simply "RSS to publish"
And expression.
Joomla! Management (admin) from the screen,
[Extension]
- Management Module]
- [Syndication]
You just need to be enabled.
Be specified for a disabled menu item to a common set of information modules, but what are the parameters of the individual visitor is unlikely.

You can set here, the following parameters.
| Parameter name | Commentary |
| Text | Specify the name of the RSS text link to view the site |
| Format | RSS format (version) specifies the |
| Class Module | Name suffix of the module |
Almost as good initial values.
A special format other than 2.0 or if you want to specify, for example, if you want to change the display text, set here.
Well, you enable this module, all in the article, if you want to be effective, it's not.
This module will automatically create the RSS information, each section, each category is the front page.
(Article, archive and extension, RSS links are not displayed.
)
I've enabled this module, RSS IRASSHARE If you believe that a link does not appear, please try to create a menu item to display the list section.
And please see the list click on the section of the menu.
Perhaps, RSS and links to view and mark up.
If you are using FireFox, the following RSS URL into the address bar I see a mark that is.

Also, similar to the page where I have the RSS and other links.
(Not as long as you do not see the template)
RSS link address is as follows: Basically.
http://www.exmaple.com/index.php?option=com_content&view=section&id=xx&format=feed&type=rss http://www.exmaple.com/index.php?option=com_content&view=category&id=yy&format=feed&type=rss id=xx:xx is section ID id=yy:yy is category ID
Tentative, since the "RSS mechanism whether or not to display the link."
You have been so described, and also to prevent the display of all articles that are individually programmed to think.
The mechanism whether to display the link of RSS is very simply.
Each section, each category, there are parameters that display the feed link to the front page of the menu item parameters.
It "● Yes" and if specified, RSS will be displayed on the landing page of the menu item links.
The following is a screen image to feed link parameters shown in the front page of the menu items.

If you want to view the RSS link is, "● Yes" is specified.
Easy flow of the program, and the process flow shown in the following.
- Content component (com_content), have shown a feed link "● Yes" if, HTML to add the RSS link information.
--- In fact, printing out the information below.
1 2
<link href="/xxxx.feed?type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" /> <link href="/xxxx.feed?type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
Php reference
- components/com_content/views/frontpage/view.html.php
- components/com_content/views/section/view.html.php
- components/com_content/views/category/view.html.php
- Syndicate Module (mod_syndicate), to determine whether the link information.
It might have links, RSS links and information created, HTML output.
Php reference
- modules/mod_syndicate/mod_syndicate.php
- modules/mod_syndicate/helper.php
However, "simply tell us that the RSS is published," only to the extent that, for every article you just want to show the RSS links, custom HTML may be enough.
You might also like:
Trackback URL
After Admin approves this comment, it will be shown.
Comments
Leave a Reply
