Adding author name to RSS feed instead of [email protected]
-
So I like the RSS feed, but it needed some help in my opinion. So I tweaked the code so the author name showed up. On my forum I require registration, so I don’t know how this will impact a forum without required registration.
In feed.php, replace:
<author>[email protected]</author>\n
with
<author>".$user->display_name."</author>\n
- The topic ‘Adding author name to RSS feed instead of [email protected]’ is closed to new replies.