Missing RSS Feed

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
david_de
Posts: 72
Joined: Tue Dec 13, 2005 12:09 am

Missing RSS Feed

Post by david_de »

I seem to have misplaced my News RSS Feed. :oops: I had a complete site with phpMyFAQ on a test server. Version 1.6.4 I moved that site over to replace an existing one that was also using Ver 1.6.4 Everything went fine except I am missing the feed button for the News?

When I changed phpMyFAQ over all I did was overwrite the old templates with the ones from the test server. It is possible I may have deleted a line of code somewhere but I have not been able to find it. One option is to backup then do a new install 1.6.4 then restore the files and change the templates. Would that be best or is there something simple I should look for? The other two RSS feeds are working fine as is everything else.
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

the RSS Feed code for the RSS button in main.tpl is here:

Code: Select all

<a href="feed/news/rss.php" target="_blank"><img src="images/rss.png" width="28" height="16" alt="RSS" /></a>
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
david_de
Posts: 72
Joined: Tue Dec 13, 2005 12:09 am

Post by david_de »

Thank you Thorsten. I have no idea how I did that or why I could not find it. I thought I had looked in main.tpl several times. Hard to see the forest with all these trees in the way. :oops:
Post Reply