NUCLEUSCMS...building.websites.blogs.w.nucleuscms

AUDIS NUCLEUS Techstuff pinkhouse ltooz

Translate

Latest Entries

« NP_Views   Flash Player »

Dec
11
2009

RSS For Multiple Blogs In Nucleus CMS

BackTo: TIPS AND TRICKS | Viewed: 978 times | print

When we put a "subscribe to RSS" link on sub-blogs of our Nucleus CMS system, which means all other blogs are in the same directory as the 1st Nucleus Blog, they're all re-direct to the first blog, Ftruscot showed us the way to overcome this problem.

We have 5 blogs resides in 1 directory http://ltooz.com/ltooz341/

May be we should have made seperate directory for each blog like

http://ltooz.com/audis, http://ltooz.com/nucleuscms, etc.

Normal code for... ... original code should be

<div id="rss"><a href="<%blogsetting(url)%>xml-rss2.php">Subscribe to RSS</a></div>

We have to change it to

<%if(skintype,error)%>
<%elseif(skintype,member)%>
<%else%>
   <div id="rss"><a href="<%sitevar(url)%>xml-rss2.php?blogid=<%blogsetting(id)%>">Subscribe to RSS</a></div>
<%endif%>

Now every blog works.

For FancierURL2 to work, we need to modify the rss20 template

All blog url should be set to the original URL : http://www.ltooz.com/ltooz341/

Edit the skin to set how many items would be showing on the live rss bookmark.


Thanks Frank!!!!


BackTo: TIPS AND TRICKS

« NP_Views   Flash Player »

 



Your comments will be reviewed before published.