掲示板

Recent Blogger for all scopes

thumbnail
11年前 に Mido Scofield によって更新されました。

Recent Blogger for all scopes

Junior Member 投稿: 50 参加年月日: 12/11/05 最新の投稿
Hi,

I have 3 pages:
  • Welcome :Recent Blogger portlet +Blogs Aggregator(Scope/Global/Default :all have been tested)
  • Page1 : :Recent Blogger portlet+Blogs portlet (Scope Mode)
  • Page2 : :Recent Blogger portlet+Blogs portlet (Scope Mode)

I am trying to display the recent blogger in the Welcome page which should include recent blogger of two pages(page1+2), but it does not work.
I tested the different modes available (in the Welcome page) : Scope / Global / default but all does not give me what I need!

So what should I do exactly?
11年前 に Oliver Bayer によって更新されました。

RE: Recent Blogger for all scopes

Liferay Master 投稿: 894 参加年月日: 09/02/18 最新の投稿
Hi,

I've not debugged it but as you've discovered it seems to be that tha recent blogger portlet is using the scopeGroupId as a parameter to retrieve the recent blog posts. Please check the source code to see if that's the case. If yes you have to modify it. You will have to retrieve all scope groups of the group table (the one with a parentGroupId set to the current group/ site you're accessing). In a next step retrieve the recent bloggers for all retrieved scopes in a loop.

HTH Oli
thumbnail
11年前 に Mido Scofield によって更新されました。

RE: Recent Blogger for all scopes

Junior Member 投稿: 50 参加年月日: 12/11/05 最新の投稿
Hi Oliver,
Okey ,thanks i will try it soon and i will bring you up to date.