Changes for page Welcome to the Wiki

Last modified by Support Team on 26 March 2025 at 09:54 PM

From version 35.5
edited by Support Team
on 24 February 2025 at 11:03 PM
Change comment: There is no comment for this version
To version 36.8
edited by Support Team
on 26 February 2025 at 10:06 PM
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,13 +23,10 @@
23 23  #else
24 24  
25 25  #set ($user = $xwiki.getUser($xcontext.user))
26 -#set ($approved = ($hasAdmin || $user.isUserInGroup('TheLS-Board') || $user.isUserInGroup('TheLS-Resident') || $user.isUserInGroup('TheLS-Owner')))
27 -a: $user.class.name
28 -b: $approved
29 -c: $user.isUserInGroup('TheLS-Resident')
26 +#set ($approved = ($hasAdmin || $user.isUserInGroup('XWiki.TheLS-Board') || $user.isUserInGroup('XWiki.TheLS-Resident') || $user.isUserInGroup('XWiki.TheLS-Owner')))
30 30  #if( !$approved )
31 31  {{info}}
32 -You are registered and logged into the Wiki. However, your account has not been approved and setup, yet. Please give us a little time to get you setup.
29 +You are registered and logged into the Wiki. However, your account has not yet been approved. Please give us a little time to get you setup.
33 33  
34 34  Thanks,
35 35  -TheLS Support Team
... ... @@ -37,15 +37,12 @@
37 37  #else
38 38   This wiki is your resource to find (and contribute!) information about living and owning at The Landing at Southpoint (TLS).
39 39  
40 - === Help Keep the Wiki Up to Date ===
37 +=== Help Keep the Wiki Up to Date ===
41 41  
42 - To make changes:
43 -
44 - Use the {{displayIcon name="pencil"/}} button above to //edit// this page.
45 -
46 - Use the {{displayIcon name="add"/}} button above to //add// more pages and update the //hierarchy// to organize the content.
47 -
48 - Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost without them.
39 +To make changes:
40 +* Use the {{displayIcon name="pencil"/}} button on a page to //edit// the page.
41 +* Use the {{displayIcon name="add"/}} button to //add// more pages and update the //hierarchy// to organize the content.
42 +* Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost without them.
49 49  #end
50 50  #end
51 51  {{/velocity}}