Dear sir,
In the rss/rss.xml I would like to remove "Topic title" from rss item "description".
So Item description must shows only statistics as Statistics : 1 Post || 6 Views
Post by
How can I do?
Thanks of all
Moderator: Moderators
$message = '<b>' . $message_title . '</b>' . "\n\n" . $topic['post_text' . $key]; $message = $topic['post_text' . $key];
dcz wrote:If you are talking about feeds with content, then you could replace :
- Code: Select all
$message = '<b>' . $message_title . '</b>' . "\n\n" . $topic['post_text' . $key];
with :
- Code: Select all
$message = $topic['post_text' . $key];
in gym_sitemaps/includes/gym_rss.php.

Typo wrote:Did you refresh the cache in the GYM maintenance section as well as phpbb's?
Typo

Typo wrote:Please double check that the file has been properly edited and saved. (in other words, double check it)
Also, just to be clear about the cache, I am referring to the cache inside the PHPBB SEO tab, in the maintenance section (the red maintenance link) (do not select the option to 'Clear Google ACP:' and make sure the 'Clear Google Cache' is set to ALL. You may also need to clear phpBB's cache too in the general tab in the ACP by selecting purge cache so do that too.
Typo



fadetoblack22 wrote:I found a clue. It helps by changing this file: gym_sitemaps/modules/rss_forum.php

Users browsing this forum: No registered users and 1 guest