- Posts: 14
COMMUNITY FORUM
RSS feed not working
- trumpeter
-
Topic Author
- Offline
- New Member
I notice that the RSS buttons link to pages where the .html at the end of the URL is replaced with .rss. But this does not produce an RSS page, just a normal page.
In the K2 demo I notice the URLs produced add '?format=feed' to the end of the URL.
Is this something to do with Joomla 1.5's build in SEF? I have all three SEF options enabled on my site. Does K2 not work with Joomla 1.5's built-in SEF?
Please Log in or Create an account to join the conversation.
- Bart Pluijms
-
- Offline
- Senior Member
- Posts: 40
www.pvdatilburg.nl/Nieuws
The RSS feed is active, but not showing any results.
I am using K2 v.2.1. (I will update next week to v.2.2) with Joomla 1.5.15 AND the latest version of sh404SEF.
Someone a sollution for the problem?
Thanks a lot!
Please Log in or Create an account to join the conversation.
- lamara
-
- Offline
- New Member
- Posts: 8
it was working but then stoped an when i click RSS buttons the page reloads :(
Please Log in or Create an account to join the conversation.
- k2k2k2
-
- Offline
- Senior Member
- Posts: 53
If you have a menu item which loads up all items from a category, the rss logo is there, and is formatted correctly,
When you use a module to show category content, it is not formatted correctly and the page just refreshes?
Please Log in or Create an account to join the conversation.
- k2k2k2
-
- Offline
- Senior Member
- Posts: 53
can i/we have a response in days and not weeks guys, it should be a simple one, i cannot export my news section to facebook or twitter because i am waiting on an answer
i dread having to ask on here because it can on occasion take SO long for a response.. sometimes I wish I could pay for premium support
Please Log in or Create an account to join the conversation.
- k2k2k2
-
- Offline
- Senior Member
- Posts: 53
Please Log in or Create an account to join the conversation.
- k2k2k2
-
- Offline
- Senior Member
- Posts: 53
Please Log in or Create an account to join the conversation.
- k2k2k2
-
- Offline
- Senior Member
- Posts: 53
Please Log in or Create an account to join the conversation.
- BNR Investment Group
-
- Offline
- Senior Member
- Posts: 47
Replace:
< ? php echo $this->feed; ? >
With:
< ? php echo str_replace(".feed","?format=feed",$this->feed); ? >
Please Log in or Create an account to join the conversation.
- Indra Ibrahim
-
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.
- O-Zone Business Consulting Ltd.
-
- Offline
- New Member
- Posts: 2
This works great for the icon within the Article section, but it doesn't change the URL for the RSS icon in the main browser address bar. Is there somewhere that this can be altered too?
Thanks
Dave.
Brent Friar said:
Turning off "Add suffix to URLs" will fix the problem with the feed, but it will cause 404 errors on any links in Google that still have the suffix on them. Rather than go through the trouble of redirecting the links, I just added this in category.php file for the template -
Replace:
< ? php echo $this->feed; ? >
With:
< ? php echo str_replace(".feed","?format=feed",$this->feed); ? >
Please Log in or Create an account to join the conversation.
- Eric Rubino
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Hi. There is only one category.php in templates. What's the issue you are facing?
Please Log in or Create an account to join the conversation.