Es geht, aber nur wenn Du diese methode patched/überschreibts https://github.com/plone/plone.ap…s/recent.py#L66 @property def available(self): return not self.anonymous and self.data.count > 0 and len(self._data())Das self.anonymous müsste da raus.Ohne Anpassung an dem Portlet code wird es nicht gehen, da das hart verdrahtet ist.