-
AuthorPosts
-
djacosta Developer
djacosta
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 14
- Uploads:
- 3
- Thanks:
- 19
- Thanked:
- 9 times in 1 posts
October 28, 2015 at 7:58 pm #719717Hi,
Not quite sure whether this is the right place for this question.
Anyway, I set up my RSS Feed and it is working good.
Now I had some problems getting it into my outlook. Seemed to be problems with SSL and what not. That is fixed.
But if I go to my RSS Feed folder in outlook I see the Author’s e-mail address and Author name.
I just want the article title in the subject part. I’d like to get rid of the Author’s name and mail address. See screenshot: http://prntscr.com/8weozrIf this is possible that would be great, if not, is there a way of changing the author’s name and mail address to a noreply e-mail instead?
I’m looking for a quick response.
Regards,
Danny
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 29, 2015 at 6:58 am #719872Hi Danny,
You can try to do this first
Open libraries/joomla/document/feed/renderer/rss.php file, find and remove script
if ($data->editorEmail != "")
{
$feed .= " <managingEditor>" . htmlspecialchars($data->editorEmail, ENT_COMPAT, 'UTF-8') . ' ('
. htmlspecialchars($data->editor, ENT_COMPAT, 'UTF-8') . ")</managingEditor>n";
}
This question relates to Joomla core rather than our template, you can also raise the same request in Joomla forum.
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 29, 2015 at 6:58 am #753168Hi Danny,
You can try to do this first
Open libraries/joomla/document/feed/renderer/rss.php file, find and remove script
if ($data->editorEmail != "")
{
$feed .= " <managingEditor>" . htmlspecialchars($data->editorEmail, ENT_COMPAT, 'UTF-8') . ' ('
. htmlspecialchars($data->editor, ENT_COMPAT, 'UTF-8') . ")</managingEditor>n";
}
This question relates to Joomla core rather than our template, you can also raise the same request in Joomla forum.
Regards
1 user says Thank You to Ninja Lead for this useful post
djacosta Developerdjacosta
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 14
- Uploads:
- 3
- Thanks:
- 19
- Thanked:
- 9 times in 1 posts
October 29, 2015 at 12:16 pm #720195<em>@Ninja Lead 499853 wrote:</em><blockquote>Hi Danny,
You can try to do this first
Open libraries/joomla/document/feed/renderer/rss.php file, find and remove script
if ($data->editorEmail != "")
{
$feed .= " <managingEditor>" . htmlspecialchars($data->editorEmail, ENT_COMPAT, 'UTF-8') . ' ('
. htmlspecialchars($data->editor, ENT_COMPAT, 'UTF-8') . ")</managingEditor>n";
}
This question relates to Joomla core rather than our template, you can also raise the same request in Joomla forum.
Regards</blockquote>
Yes I figured but thanks a million for your quick and usefull response!
Danny
djacosta Developerdjacosta
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 14
- Uploads:
- 3
- Thanks:
- 19
- Thanked:
- 9 times in 1 posts
October 29, 2015 at 12:16 pm #753207<em>@Ninja Lead 499853 wrote:</em><blockquote>Hi Danny,
You can try to do this first
Open libraries/joomla/document/feed/renderer/rss.php file, find and remove script
if ($data->editorEmail != "")
{
$feed .= " <managingEditor>" . htmlspecialchars($data->editorEmail, ENT_COMPAT, 'UTF-8') . ' ('
. htmlspecialchars($data->editor, ENT_COMPAT, 'UTF-8') . ")</managingEditor>n";
}
This question relates to Joomla core rather than our template, you can also raise the same request in Joomla forum.
Regards</blockquote>
Yes I figured but thanks a million for your quick and usefull response!
Danny
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by djacosta 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum