Skip to content

Commit cb228f8

Browse files
000-886: tiny improvements
1 parent 2c6db7d commit cb228f8

File tree

6 files changed

+35
-7
lines changed

6 files changed

+35
-7
lines changed

_includes/google-analytics.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,20 @@
77

88

99

10+
<script type="text/javascript">
11+
var sc_project=13111303;
12+
var sc_invisible=1;
13+
var sc_security="cef0a9f7";
14+
var sc_client_storage="disabled";
15+
</script>
16+
<script type="text/javascript"
17+
src="https://www.statcounter.com/counter/counter.js"
18+
async></script>
19+
<noscript><div class="statcounter"><a title="real time web
20+
analytics" href="https://statcounter.com/"
21+
target="_blank"><img class="statcounter"
22+
src="https://c.statcounter.com/13111303/0/cef0a9f7/1/"
23+
alt="real time web analytics"
24+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
25+
<!-- End of Statcounter Code -->
1026

articles/en/Viva/changelanguage.md

Whitespace-only changes.

articles/en/Viva/privatecontentmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ date: '2025-03-29'
1111
## What is Private Content Mode?
1212

1313

14-
Private Content Mode in Viva Engage is an admin-only setting that allows administrators to view private messages between users and posts in private groups they are not members of.
14+
Private Content Mode in Viva Engage is an admin-only setting that allows administrators to view private messages between users and posts in private groups they are not members of. You can find it only in the classic Admin Center of Viva Engage.
1515

1616

1717
<img src="/articles/img/veprivatecontentmode.png" width="400">

articles/en/Viva/translate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Click on it to see the text translated using Microsoft's AI-powered translation
1818

1919
<img src="/articles/img/vetranslate1.png" width="400">
2020

21+
<br/>
22+
2123

2224
You can revert to the original language at any time.
2325

@@ -27,7 +29,7 @@ You can revert to the original language at any time.
2729

2830
# Enable in Admin Center
2931

30-
The setting can be adjusted only in the classic admin center at the time of writing this (March 2025).
32+
At the time of writing this (March 2025) the setting can be adjusted only in the classic admin center .
3133

3234
<img src="/articles/img/vetranslate.png" width="400">
3335

articles/en/spo/approvefiles.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ In order to approve a news or a page in SharePoint, you need to set _ModerationS
3838
Set-PnPListItem -List "Site Pages" -Identity 1090 -Values @{"_ModerationStatus" = "0"}
3939
```
4040

41-
There are 4 values for the Moderation Status
41+
There are 4 values for the Moderation Status:
42+
4243
0 - Approved
44+
4345
1 - Rejected
44-
2 -
45-
3 -
46+
47+
2 - Pending
48+
49+
3 - Draft
4650

4751
<br/>
4852

@@ -63,7 +67,7 @@ foreach ($page in $pages) {
6367
Set-PnPListItem -List "Site Pages" -Identity $itemId -Values @{"_ModerationStatus" = "0"}
6468
}
6569
66-
Write-Host "All pages have been approved!"
70+
Write-Host "All pages have been approved"
6771
```
6872

6973
<br/>
@@ -102,12 +106,16 @@ foreach ($page in $pages) {
102106
Set-PnPListItem -List "Site Pages" -Identity $itemId -Values @{"_ModerationStatus" = "1"}
103107
}
104108
105-
Write-Host "All pages have been rejected!"
109+
Write-Host "All pages have been rejected"
106110
107111
```
108112

109113

110114

115+
# See Also
116+
117+
[Set-PnPListItem](https://pnp.github.io/powershell/cmdlets/Set-PnPListItem.html)
118+
111119

112120
<!-- Default Statcounter code for spo - sitepagesAll
113121
https://powershellscripts.github.io/articles/en/spo/approvefiles

articles/en/spo/foldersinsitepages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ To enable folders in the **Site Pages** library, follow these steps:
4242

4343
<img src="/articles/img/spomakenewfolder.png" width="400">
4444

45+
<br/>
46+
4547
Now you can create folders and organize your pages!
4648

4749

0 commit comments

Comments
 (0)