I've already followed the following to remove the forum name and stats.
in gym_sitemaps/modules/rss_forum.php.
- Code: Select all
$item_desc = $this->forum_cache[$forum_id]['forum_url_full'] . "\n\n" . $first_message. "\n" . $topic_stats . $lastposter;
- Code: Select all
$item_desc = $first_message. "\n" . $topic_stats . $lastposter;
- Code: Select all
$item_desc = $this->forum_cache[$forum_id]['forum_url_full'] . $last_message . "\n" . $topic_stats . $lastposter;
- Code: Select all
$item_desc = $last_message . "\n" . $topic_stats . $lastposter;
All I need to know is that if I remove . $topic_stats . $lastposter that will remove the topic poster as well without breaking the code?

English |
French

