MyBB Community Forums

Full Version: RSS feed - delete forumname - how?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"feed rss" list shows a lot of info:
name of threads, name of forum, username, date, time..

i want to delete info about "name of forum" ("forumname")

here there is the file "rss.php" and you can find reference to "forumname"
http://www.zip-online.net/uploads/110106...-06734.zip

how can i delete "forumname" info?
where i must edit "rss.php"?

thanks
What is your site link?

You need to either remove:

the "forumname" (line 101):
$thread['forumname']

OR, the "bbname" ( the name of your site). Every reference of:
$mybb->settings['bbname']

If you post a link to your rss, then i'll be able to look better.
Tom K. thanks for your suggestion :-)

very thanks!