Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • djacosta Developer
    #719717

    Hi,

    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/8weozr

    If 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 Moderator
    #719872

    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

    Ninja Lead Moderator
    #753168

    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

    djacosta Developer
    #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 Developer
    #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

Viewing 5 posts - 1 through 5 (of 5 total)

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