[GH-ISSUE #891] Display RSS feed from modoboa's official blog #784

Closed
opened 2026-02-27 11:13:32 +03:00 by kerem · 4 comments
Owner

Originally created by @tonioo on GitHub (Jun 13, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/891

Display the RSS feed containing latest news from Modoboa's official blog somewhere, maybe a new dashboard ?
Feature must be activated/deactivated from global settings.

Originally created by @tonioo on GitHub (Jun 13, 2016). Original GitHub issue: https://github.com/modoboa/modoboa/issues/891 Display the RSS feed containing latest news from Modoboa's official blog somewhere, maybe a new dashboard ? Feature must be activated/deactivated from global settings.
kerem 2026-02-27 11:13:32 +03:00
Author
Owner

@almereyda commented on GitHub (Jul 28, 2016):

That's actually a good idea and resembles what ISPConfig does.

<!-- gh-comment-id:236010740 --> @almereyda commented on GitHub (Jul 28, 2016): That's actually a good idea and resembles what ISPConfig does.
Author
Owner

@figassis commented on GitHub (Feb 25, 2017):

Is it possible to support custom RSS feeds for non SuperUsers? This way SuperUsers could show their own feeds to other DomainAdmins and resellers.

Something like the code below could be added to modoboa/core/views/dashboard.py

url = "https://modoboa.org/{}/weblog/feeds/"
if not self.request.user.is_superuser:
	url = "https://domain.com/feed"
posts = feedparser.parse( url.format(lang))
<!-- gh-comment-id:282470641 --> @figassis commented on GitHub (Feb 25, 2017): Is it possible to support custom RSS feeds for non SuperUsers? This way SuperUsers could show their own feeds to other DomainAdmins and resellers. Something like the code below could be added to modoboa/core/views/dashboard.py ``` url = "https://modoboa.org/{}/weblog/feeds/" if not self.request.user.is_superuser: url = "https://domain.com/feed" posts = feedparser.parse( url.format(lang)) ```
Author
Owner

@tonioo commented on GitHub (Feb 26, 2017):

Indeed, it is an interesting feature. Could you please create a new
issue about this?

On 25/02/2017 09:50, Assis Ngolo wrote:

Is it possible to support custom RSS feeds for non SuperUsers? This
way SuperUsers could show their own feeds to other DomainAdmins and
resellers.

Something like the code below could be added to
modoboa/core/views/dashboard.py

|if not self.request.user.is_superuser: url =
"https://medium.com/feed/bantumail" posts = feedparser.parse(
url.format(lang))|


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/modoboa/modoboa/issues/891#issuecomment-282470641,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAgc7mHGmVk6WVScJ3z4dJj-D6RjvYflks5rf-s8gaJpZM4I0aCu.

<!-- gh-comment-id:282543315 --> @tonioo commented on GitHub (Feb 26, 2017): Indeed, it is an interesting feature. Could you please create a new issue about this? On 25/02/2017 09:50, Assis Ngolo wrote: > > Is it possible to support custom RSS feeds for non SuperUsers? This > way SuperUsers could show their own feeds to other DomainAdmins and > resellers. > > Something like the code below could be added to > modoboa/core/views/dashboard.py > > |if not self.request.user.is_superuser: url = > "https://medium.com/feed/bantumail" posts = feedparser.parse( > url.format(lang))| > > — > You are receiving this because you modified the open/close state. > Reply to this email directly, view it on GitHub > <https://github.com/modoboa/modoboa/issues/891#issuecomment-282470641>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AAgc7mHGmVk6WVScJ3z4dJj-D6RjvYflks5rf-s8gaJpZM4I0aCu>. >
Author
Owner

@figassis commented on GitHub (Feb 26, 2017):

Done, see issue #1047

<!-- gh-comment-id:282547710 --> @figassis commented on GitHub (Feb 26, 2017): Done, see issue #1047
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#784
No description provided.