Sitefinity Feed Issue - Feed post title not linking

Posted by Community Admin on 04-Aug-2018 13:00

Sitefinity Feed Issue - Feed post title not linking

All Replies

Posted by Community Admin on 23-Oct-2012 00:00

Dear Telerik Team,
(1) http://www.boxerproperty.com/tips-tools-advice/boxer-blog displays blog post which are displaying link in all blog titles.
but in feeds  http://www.boxerproperty.com/Feeds/boxer-property-feed 
the blog post title in the feed does not link to the post.

(2) the post summary section should be controlled with the same styling
buttons as the main post area has. The lack of this level of
user-friendly controls limits our blog author(s) to need HTML assistance per
every post.

Please reply us your feedback asap.

Thanks & Regards,
Anal Kukadiya

Posted by Community Admin on 11-Nov-2012 00:00

Hi,

It seems your first problem has been resolved since I clicked on the link you've provided.
But for you and any other guys who has the same problem,  I've solved it this way:

First I've changed the template of news widget to display the title as a link:

...
<itemtemplate>
    <h1 class="sfnewsTitle">
        <sf:DetailsViewHyperLink ID="DetailsViewHyperLink" TextDataField="Title" ToolTipDataField="Description" runat="server" />
        <%-- <asp:Literal Text='<%# Eval("Title") %>' runat="server" /> --%>
    </h1>
    ...

as you can see I've comment out the literal and add new DetailsViewHyperLink.

Then I came back to my RSS edit page and inside Content to include section, click on change
button and select the news page I am talking about (sample attached).

I believe you can use a same approach about Blog module.

Hope it helps.

Regards,
Mehdi

This thread is closed