- Posts: 103
- Thank you received: 1
Adding a link to a RSS feed
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
12 years 5 days ago #28240
by joa
Adding a link to a RSS feed was created by joa
I have created a RSS module and can thus display the feed headlines. Is there any chance to add somewhere a link to the RSS feed headline to refer to that external article? Somewhere in the .css?
Thx
Thx
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 days ago #28259
by ivan.milic
Replied by ivan.milic on topic Adding a link to a RSS feed
Did you try "Feed Display" module?
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 5 days ago #28260
by joa
Replied by joa on topic Adding a link to a RSS feed
yes, that is the selected module type. It displays the headline but does not provide a link to the news to the external site
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 days ago #28276
by ivan.milic
Replied by ivan.milic on topic Adding a link to a RSS feed
That depend on feed content. Feed content you use does not contain link
Please Log in to join the conversation.
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 103
- Thank you received: 1
12 years 1 day ago #28437
by joa
Replied by joa on topic Adding a link to a RSS feed
Thx I managed to insert a script code which contains a link now.
Is there also a line of code I can add to insert a distance with a line (dotted) between the feeds?
Thx
Is there also a line of code I can add to insert a distance with a line (dotted) between the feeds?
Thx
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 23 hours ago #28452
by ivan.milic
Replied by ivan.milic on topic Adding a link to a RSS feed
Add this to bottom of template_css.css:
.newsfeed-item{
margin-bottom:8px!important;
}
.newsfeed-item{
margin-bottom:8px!important;
}
Please Log in to join the conversation.
Time to create page: 0.168 seconds