Verspätete Benachrichtigungen
Seltsam - ich bekomme eine Benachrichigung "Stephan Maus hat vor 58 Minuten deinen Status kommentiert", ich klicke auf die Benachrichtigung, lande in diesem Thread und sehe lediglich die Antwort von @Stephan Maus , die bereits vor 21 Stunden gepostet wurde. Ich stelle fest, dass auch andere Benachrichtigungen bei mir mit sehr großer Verspätung ankommen. Ist es nur bei mir so?
#VerspäteteBenachrichtigungen #Benachrichtigung #Notifications #HubzillaNotifications @Deutschsprachige Nutzer+
#VerspäteteBenachrichtigungen #Benachrichtigung #Notifications #HubzillaNotifications @Deutschsprachige Nutzer+
Timestamp in notifications mails
I received notifications mail about this post
from @Mike MacGirvin, posted 18 December 2017, 21:11:32 with one mail with timestamp 2017-12-20, 16:34 . I suggest, that notifications mail contains posting timestamp, here for example 18 December 2017, 21:11:32 .
#timespamp #notifications #notification @Hubzilla Development+
from @Mike MacGirvin, posted 18 December 2017, 21:11:32 with one mail with timestamp 2017-12-20, 16:34 . I suggest, that notifications mail contains posting timestamp, here for example 18 December 2017, 21:11:32 .
#timespamp #notifications #notification @Hubzilla Development+
baseurl in notifications emails
last edited: Fri, 17 Nov 2017 19:51:05 +0100
I changed my primary hub from hub.freecommunication.org to hub.libranet.de. I'm loggedin and post my messages from hub.libranet.de hub. But I receive in my mailclient notifications emails with links to hub.freecommunication.org. How can I achieve, that notifications emails links to hub.libranet.de?
@Hubzilla Support Forum+ #notifications #baseurl #primaryHub #mailhosting #hostingmail #mailhost
@Hubzilla Support Forum+ #notifications #baseurl #primaryHub #mailhosting #hostingmail #mailhost
Also mailhost-Plugin maked visible your mailhost settings with wrong url values from old clon, correct? Is it correct, that your old clon was already eliminated, during you eliminated the old url values from your new hub?
I cloned. I do not remember when exactly I changed my primary hub setting. Then I deactivated the old hub, i.e. the domain no longervconnected before it was later deleted.
I changed
@Hubzilla Support Forum+ @Hubzilla Development+
baseurl
in hosting mail, but the number NNN from notification mail here https://hub.subdomain.de/notify/view/NNN is wrong. This NNN number is valide for old hub.@Hubzilla Support Forum+ @Hubzilla Development+
visuelle Benachrichtigung unter hubzilla version 2.8
Frage insbesondere an diejenige, die ein Account auf libranet.de haben. Hat jemand auch Probleme mir der visuellen Benachrichtigung? Im Thread visual notifications for Unseen grid activity and Unseen channel activity in version 2.8 habe ich die Details ausführlich beschrieben. Bei mir verdichtet sich der Verdacht, dass dieses Verhalten in den neueren hubzilla Versionen auftritt.
@Steffen K9 🐙 @deutsch+454
@Steffen K9 🐙 @deutsch+454
last edited: Mon, 13 Nov 2017 10:30:09 +0100
Im Dateisystem $myHubDir/view/pdl liegen ganz viele *.pdl-Dateien, aus denen das grundlegende Layout von Hubzilla gebaut wird.
Dies sind die grundlegenden Layout-Dateien für HubZilla. Die Syntax dürfte dir bekannt vorkommen. Wichtig: Auch wenn ein Widget dort konfiguriert ist, muß es nicht angezeigt werden. Manche Widgets (wie zB der Affinity-Slider müssen in den Einstellungen aktiviert werden.
Beispiel für den Inhalt von mod_network.pdl:
Diese Dateien dienen als Vorlage für den PDL-Editor, der via Settins => Display zu erreichen ist, wenn das deine Account-Einstellungen erlauben. /settings/display Der eigentliche Editor ist dann unter /pdledit zu finden. Beispiel für Network: /pdledit/network
Im oberen Bereich siehst Du das Original, den Inhalt der eigentlichen Datei im Filesystem.
Unten kannst du selber editieren. Also zum Beispiel Dir eine Uhr auf die rechte Seite packen.
Wie du siehst, bleibt der obere Bereich identisch (der Inhalt der Vorlage im Dateisystem), aber nach einem Reload hast du unterhalt der Notifications im /network eine Zeitanzeige.
ABER:
Weil Du eigene Änderungen eingefügt hast, wird jetzt die Vorlagendatei NICHT mehr eingelesen und zur Anzeige verwendet. In der Editor-Übersicht /pdledit wird network jetzt als von dir modifiziert gekennzeichnet.
Erst wenn du revertest, wird die eigentliche Vorlagendatei wieder zur Anzeige benutzt. Genau das war bei uns der Fall.
HTH und freue dich mit uns an den sprachlichen Kreativ-Vermischungen aus dem Bereich IT-Sprech. :P
mod_admin.pdl
mod_appman.pdl
mod_apps.pdl
mod_blocks.pdl
mod_cal.pdl
mod_cards.pdl
mod_cdav.pdl
mod_channel.pdl
mod_chanview.pdl
mod_chat.pdl
mod_cloud.pdl
mod_common.pdl
mod_connections.pdl
mod_connect.pdl
mod_connedit.pdl
mod_defperms.pdl
mod_directory.pdl
mod_display.pdl
mod_editblock.pdl
mod_editlayout.pdl
mod_editwebpage.pdl
mod_events.pdl
mod_group.pdl
mod_help.pdl
mod_id.pdl
mod_layouts.pdl
mod_locs.pdl
mod_mail.pdl
mod_menu.pdl
mod_message.pdl
mod_mitem.pdl
mod_network.pdl
mod_photos.pdl
mod_profile.pdl
mod_profile_photo.pdl
mod_profiles.pdl
mod_profperm.pdl
mod_pubstream.pdl
mod_rate.pdl
mod_ratings.pdl
mod_search.pdl
mod_settings.pdl
mod_sharedwithme.pdl
mod_sources.pdl
mod_suggest.pdl
mod_uexport.pdl
mod_viewconnections.pdl
mod_webpages.pdl
mod_wiki.pdl
Dies sind die grundlegenden Layout-Dateien für HubZilla. Die Syntax dürfte dir bekannt vorkommen. Wichtig: Auch wenn ein Widget dort konfiguriert ist, muß es nicht angezeigt werden. Manche Widgets (wie zB der Affinity-Slider müssen in den Einstellungen aktiviert werden.
Beispiel für den Inhalt von mod_network.pdl:
[region=aside]
[widget=collections][/widget]
[widget=forums][/widget]
[widget=suggestions][/widget]
[widget=savedsearch][/widget]
[widget=filer][/widget]
[widget=notes][/widget]
[/region]
[region=content]
[widget=affinity][/widget]
$content
[/region]
[region=right_aside]
[widget=notifications][/widget]
[/region]
Diese Dateien dienen als Vorlage für den PDL-Editor, der via Settins => Display zu erreichen ist, wenn das deine Account-Einstellungen erlauben. /settings/display Der eigentliche Editor ist dann unter /pdledit zu finden. Beispiel für Network: /pdledit/network
Im oberen Bereich siehst Du das Original, den Inhalt der eigentlichen Datei im Filesystem.
Unten kannst du selber editieren. Also zum Beispiel Dir eine Uhr auf die rechte Seite packen.
Wie du siehst, bleibt der obere Bereich identisch (der Inhalt der Vorlage im Dateisystem), aber nach einem Reload hast du unterhalt der Notifications im /network eine Zeitanzeige.
ABER:
Weil Du eigene Änderungen eingefügt hast, wird jetzt die Vorlagendatei NICHT mehr eingelesen und zur Anzeige verwendet. In der Editor-Übersicht /pdledit wird network jetzt als von dir modifiziert gekennzeichnet.
Erst wenn du revertest, wird die eigentliche Vorlagendatei wieder zur Anzeige benutzt. Genau das war bei uns der Fall.
HTH und freue dich mit uns an den sprachlichen Kreativ-Vermischungen aus dem Bereich IT-Sprech. :P
Also beide Kanäle, wo ich diese Threads erstellt habe, sind auf einem Kanal mit einer Zugriffsrechte-Kategorie des Kanals: "Social - Mostly - Public" veröffentlicht.
Ein Unterschied ist, dass nmoplus--Kanal wurde als Primary Hub auf einem Hub mit der version 2.0.6 und hucope wurde als Primary Hub auf einem Hub mit der version 2.4RC gestartet.
Ich habe beim Klonen auf libranet.de evtl. einen Sprung über meherere Versionen gemacht. Ich mien den Versionsunterschied zwischen dem Original-Hub und dem Klon. Evtl. ist beim Klonen was schief gegangen. Ich habe keine anderen Ideen.
Ein Unterschied ist, dass nmoplus--Kanal wurde als Primary Hub auf einem Hub mit der version 2.0.6 und hucope wurde als Primary Hub auf einem Hub mit der version 2.4RC gestartet.
Ich habe beim Klonen auf libranet.de evtl. einen Sprung über meherere Versionen gemacht. Ich mien den Versionsunterschied zwischen dem Original-Hub und dem Klon. Evtl. ist beim Klonen was schief gegangen. Ich habe keine anderen Ideen.
[resolved] visual notifications for "unseen grid activity" and "unseen channel activity" in version 2.8
last edited: Mon, 06 Nov 2017 07:21:05 +0100
I 'm loggedin in my
@Hubzilla Support Forum+ @Hubzilla Development+ #notifications #visualNotifications
nmoplus
channel. And I posted for https://hub.freecommunication.org/channel/wallzilla channel with mention - @Wallzilla_-_token_and_wallet_infrastructure._DE:_Wallzilla_-_Token-_und_Bezahlinfrastruktur
- and with "+" @Wallzilla_-_token_and_wallet_infrastructure._DE:_Wallzilla_-_Token-_und_Bezahlinfrastruktur+
wallzilla
wall. I received notification email for my wallzilla channel as email. Why receive I none visual notifications on the wallzilla-channel? The Settings Show visual notifications including -> Unseen grid activity
and Unseen channel activity
are activated - s. screenshot. Both channels nmoplus and wallzilla are hosted on the same hub https://hub.freecommunication.org/ . The Bug is reported as issue 904@Hubzilla Support Forum+ @Hubzilla Development+ #notifications #visualNotifications
What can I do for enabling of visual notifications on my primary location?
last edited: Sun, 26 Nov 2017 10:49:03 +0100
last edited: Sun, 05 Nov 2017 04:37:35 +0100
I see, that on the locations with hubzilla version 2.4RC receive I for the same profile visual notifications. For example on channels hucope or wallzilla. But for the same channels on the locations with hubzilla version 2.8 receive I none visual notifications.
Answer for my question: @Mike Macgirvin wrote:
In 2.8, notifications are now displayed on the right side of the content. On small displays which do not have space for the right side, you will need to click the ! (inside a triangle) to display the notifications and right side region.
no notifications in activity-stream
last edited: Thu, 19 Oct 2017 10:14:09 +0200
Hi,
I receive posts in my activity-stream https://hub.freecommunication.org (Version 2.0.6), but I receive in recent days not a single notification for posts.
//EDIT: Question cancelled for now, I test the notifications settings
@Hubzilla Support Forum+ #notifications #activity #activitystream #recent #benachrichtigungen
I receive posts in my activity-stream https://hub.freecommunication.org (Version 2.0.6), but I receive in recent days not a single notification for posts.
//EDIT: Question cancelled for now, I test the notifications settings
@Hubzilla Support Forum+ #notifications #activity #activitystream #recent #benachrichtigungen
I see comment notifications, but the comments be not displayed
last edited: Fri, 13 Oct 2017 18:38:53 +0200
I see commentar notifications from not logged visitor in post here , but the commentars from not logged visitor be not displayed in my stream. Why?
#commentar #notifications @Hubzilla Support Forum
#commentar #notifications @Hubzilla Support Forum
last edited: Sat, 14 Oct 2017 04:09:36 +0200
The problem is, that I receive none notifications for moderate/ approve of comments - how you posted in thread comment option for not loggedin visitor not available :
also to approve comments submitted anonymously, you need to go to https://hub.freecommunication.org/moderate.
Notifications for 1 year old posts
Hubzilla sent me Notifications for 1 or 2 year old posts. Is it desired behaviour of Hubzilla?
@Hubzilla Support Forum+ #oldposts #Notifications #HubzillaBehaviour
@Hubzilla Support Forum+ #oldposts #Notifications #HubzillaBehaviour
Misleading notification for modified event
last edited: Sun, 07 May 2017 10:29:41 +0200
Here
says notification demon "commented on member abc's post", although in this case, the member abc only
@Hubzilla Support Forum+ @Deutschsprachige Nutzer @DE Übersetzungen+ #commented #modified #notifications
says notification demon "commented on member abc's post", although in this case, the member abc only
modified
the post. I believe that commented
-wording misleading for this event. Especially Hubzilla-Beginners maybe to look vainly for comments :-|. So, what do you think? Insbesondere Meinung der Hubzilla-Anfänger interessiert mich.@Hubzilla Support Forum+ @Deutschsprachige Nutzer @DE Übersetzungen+ #commented #modified #notifications