I must be missing something but ... how do I activate the RSS feed for my site? I want people to know of my news update from my site. Is there a setting to this? I am using Zikula 1.1.1
http://www.EarlyMusicNews.org
I am not talking about activating RSS to feed into my site.
Tnaks for any help.
Marc
edited by: marc@marcpare.com, May 18, 2009 - 10:27 AM
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Activate RSS to send from my site
-
- Rank: Softmore
- Registered: Dec 10, 2003
- Last visit: May 12, 2010
- Posts: 299
-
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
You might try
index.php?module=News&func=view&theme=rss
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
Yep, or /backend.php that does a redirect to exactly that URL
But backend.php is only there for backwards compatibility.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Softmore
- Registered: Dec 10, 2003
- Last visit: May 12, 2010
- Posts: 299
Thanks for the replies. Teb's suggestion works, however, I was wondering how I could get the RSS Feed icon to appear in the URL locator like I used to have on my old PostNuke site? I just don't seem to remember having to do anything else that checking a box in the old PostNuke.
Any suggestions? -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
Edit your Theme's master.htm (and all other module templates if they exist, like home.htm) and add the following code between HTML-brackets (< and >) to the head section:
Code
link rel="alternate" href="index.php?module=News&func=view&theme=rss" type="application/rss+xml" title="Your Site Name"
where you can use the pnRender function
<!--[sitename]-->
for Your Site Name and you can uses
<!--[pnmodurl modname="News" type="user" func="view" theme="rss"]-->
for your RSS URL.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Softmore
- Registered: Dec 10, 2003
- Last visit: May 12, 2010
- Posts: 299
Thanks for the answer Teb.
I have no problem adding the HTML code but I am confused as to what to do with the pnRender fucntion part of your message. Where do I add this?
I wish there were a more elegant way of adding RSS feed to Zikula sites. This makes it pretty complicated for newcomers to add as a feature to their site.
Marc
edited by: marc@marcpare.com, May 21, 2009 - 05:35 AM -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
so that the example:
Code
link rel = " alternate " href = " index.php?module=News&func=view&theme=rss " type= " application/rss+xml " title= " Your Site Name "
Looks like:
Code
link rel="alternate" href="<!--[pnmodurl modname="News" type="user" func="view" theme="rss" ]--> " type="application/rss+xml" title="<!--[sitename]-->"
those are contained inside the standard < />
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :) -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
Follow TakeIT2's instructions and you're OK. Allthough my first option already works, the pnRender-functions are optional and make your links dynamically generated from Zikula's settings. However, if you do not plan to change the site's title, or the News-module display-name, then these stay unaffected and my first hint works directly.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times!
- Moderated by:
- Support
