Skip to content

Commit 884a297

Browse files
auroreallibemmoqui
authored andcommitted
Fix Bug #14238
add missing parameters on this both skin
1 parent 9b23869 commit 884a297

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

aurora/aurora-configuration/src/main/config/properties/org/silverpeas/util/viewGenerator/settings/prima.properties

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ directory.domains =
5151
directory.groups =
5252
# Directory sort {NEWEST | ALPHA}
5353
directory.sort = NEWEST
54+
# Display Directory for anonymous access {true | false}
55+
directory.enabled.forAnonymous = false
56+
# Display Directory for guest user {true | false}
57+
directory.enabled.forGuest = false
5458

5559
# The label displayed before news - 'none', 'default'
5660
ticker.label = default
@@ -73,7 +77,7 @@ ticker.plugin.controls = false
7377

7478
Shortcut.tool.1.Url =
7579
Shortcut.tool.1.Target = _blank
76-
Shortcut.tool.1.AltText = Site web
80+
Shortcut.tool.1.AltText =
7781
Shortcut.tool.1.IconUrl =
7882

7983
##################################################################################
@@ -220,7 +224,7 @@ home.search.extrafield.space = false
220224
home.publications.nb = 5
221225
home.publications.spaceid =
222226
home.publications.components.excluded =
223-
#home.publications.spaces.excluded = ?
227+
home.publications.spaces.excluded =
224228

225229
# Turn this to false to display first main space as homepage only if regular user has access to no news
226230
home.displayedWhenNoNews = true
@@ -278,6 +282,14 @@ space.homepage.apps = true
278282
space.homepage.events = true
279283
space.homepage.admins = true
280284
space.homepage.management.active = true
285+
286+
# Displaying list of <nb> new users
287+
space.homepage.users.nb =
288+
# For each user, displaying fields listed below (separated by a space)
289+
space.homepage.users.fields = title phone fonction
290+
# For each user, displaying its avatar (or not)
291+
space.homepage.users.avatar = true
292+
281293
# Following parameters permit to defined a custom template for the given space and all his descendants
282294
# Several lines for several templates can be added
283295
space.homepage.management.customtemplate.WAXX = customTemplate.xml

aurora/aurora-configuration/src/main/config/properties/org/silverpeas/util/viewGenerator/settings/waves.properties

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ StyleSheet = /weblib/skins/waves/css/main.css
77
## Banner properties
88
##################################################################################
99

10+
# Banner wallpaper
11+
banner.wallPaper =
1012

1113
# Id of spaces displayed in the banner (must be separated by spaces)
1214
banner.spaces = *
@@ -49,6 +51,10 @@ directory.domains =
4951
directory.groups =
5052
# Directory sort {NEWEST | ALPHA}
5153
directory.sort = NEWEST
54+
# Display Directory for anonymous access {true | false}
55+
directory.enabled.forAnonymous = false
56+
# Display Directory for guest user {true | false}
57+
directory.enabled.forGuest = false
5258

5359
# The label displayed before news - 'none', 'default'
5460
ticker.label = default
@@ -72,7 +78,6 @@ ticker.plugin.controls = false
7278
Shortcut.tool.1.Url =
7379
Shortcut.tool.1.Target = _blank
7480
Shortcut.tool.1.AltText =
75-
# Shortcut.tool.1.IconUrl = /weblib/skins/waves/imDesign/fiche.png
7681
Shortcut.tool.1.IconUrl =
7782

7883
##################################################################################
@@ -285,6 +290,14 @@ space.homepage.apps = true
285290
space.homepage.events = true
286291
space.homepage.admins = true
287292
space.homepage.management.active = true
293+
294+
# Displaying list of <nb> new users
295+
space.homepage.users.nb =
296+
# For each user, displaying fields listed below (separated by a space)
297+
space.homepage.users.fields = title phone fonction
298+
# For each user, displaying its avatar (or not)
299+
space.homepage.users.avatar = true
300+
288301
# Following parameters permit to defined a custom template for the given space and all his descendants
289302
# Several lines for several templates can be added
290303
space.homepage.management.customtemplate.WAXX = customTemplate.xml

0 commit comments

Comments
 (0)