Skip to content

Comments

Rss feeds gr#88

Open
Gravdan wants to merge 5 commits intodebugacademy:developfrom
Gravdan:rss-feeds-gr
Open

Rss feeds gr#88
Gravdan wants to merge 5 commits intodebugacademy:developfrom
Gravdan:rss-feeds-gr

Conversation

@Gravdan
Copy link
Contributor

@Gravdan Gravdan commented Jan 16, 2019

Here are the steps I took to create RSS Feed:

  1. Enabled aggregator module.
  2. Created Feed view for the article, videos and conference content type with path, article/rss.xml, all-videos/rss.xml and conference/rss.xml.
  3. Added all feeds to under aggregator settings(config/web services/aggregator).
  4. Added a link as a RSS icon in the footer section in page.html.twig file that will list all feeds.
    I am not quite sure if I put the right path to the all feeds in the aggregator settings. Also, there were error showing Dom document cannot parse xml after I put the internal path to feed so I added "$dom->recover = true" right after the line 325 in the reader.php file. (vendor/zend/framework/zend-feed/src/Reader/reader.php).

I am not positively sure if I did correctly the part 4 which lists a link to all videos, articles and conferences as an actual content , not xml file. Please let me know if there is anything I needed to correct. Thank u.

@Gravdan
Copy link
Contributor Author

Gravdan commented Jan 16, 2019

One more thing, for some reason changes in the reader.php did not show when I run git status. It says no conflict, but if there are might need to add that code I added in reader.php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant