PluginProbe
Private groups / 2.5
Private groups v2.5
trunk 1.5 1.6 1.7 1.8 1.8.1 1.9.1 1.9.2 2.0 2.0.1 2.2 2.3 2.4 2.5 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 All 116 releases
bbp-private-groups / includes / help.php

help.php in Private groups 2.5, at includes/help.php

110 lines 4.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 //********************************************start of help
4
5
6
7 function pg_help() {
8 ?>
9
10 <table class="form-table">
11
12 <tr valign="top">
13 <th colspan="2">
14
15 <h3>
16 <?php _e ('Forum Visibility Settings' , 'bbp-private-groups' ) ; ?>
17 </h3>
18
19 <p><?php _e ('You have various display options' , 'bbp-private-groups') ; ?></p>
20
21 <h4><span style="color:blue"><?php _e('Only logged in users see group forums, and even then only ones that they have access to.' , 'bbp-private-groups' ) ; ?></span></h4>
22
23 <p>
24 <?php _e ('DESCRIPTION: the default view. Allows unlimited groups with unique combination of access to forums, but they only see those they have access to.' , 'bbp-private-groups') ; ?></p>
25
26 <p><?php _e('TO SET : Do not set the visibility.' , 'bbp-private-groups' ) ; ?></p>
27
28 <h4><span style="color:blue">
29 <?php _e('All forum titles (and optionally descriptions) visible to both logged on and non-logged on users.' , 'bbp-private-groups' ) ; ?>
30 </span></h4>
31
32 <p>
33 <?php _e('DESCRIPTION : Users and non-users will be able to see that group forums exist, but not access topics/replies.' , 'bbp-private-groups' ) ; ?></p>
34
35
36 <p>
37 <?php _e('POSSIBLE USAGE : show that lots of forums exist, with ability to go to “sign-up” page.' , 'bbp-private-groups' ) ; ?></p>
38
39 <p>
40 <?php _e('TO SET : Set visibility to public below and set forums to public in each forum’s attributes (dashboard>forums).' , 'bbp-private-groups' ) ; ?></p>
41
42 <h4><span style="color:blue">
43 <?php _e('Public forums titles (and optionally descriptions) visible to logged on and non-logged on users. Private forums set visible to logged on users' , 'bbp-private-groups' ) ; ?>
44 </span></h4>
45
46 <p>
47 <?php _e ('DESCRIPTION : Non-logged in will only see group forums that are public, but not access topics/replies. Logged in users will see and access topics/replies for Private Group forums that are set to public, private forums that have no groups set will be accessible to all logged in users, but private group forums that the user does not belong to will be hidden.' , 'bbp-private-groups' ) ; ?> </p>
48
49 <p>
50 <?php _e('POSSIBLE USAGE : Show some group forums exists, whilst keeping others visible only for private groups. Allows rich display options for each group, and user.' , 'bbp-private-groups' ) ; ?></p>
51
52 <p>
53 <?php _e('TO SET : Set visibility to public below and set any private forums to private in that forum’s attributes (dashboard>forums).' , 'bbp-private-groups' ) ; ?> </p>
54
55 </th>
56 </tr>
57 </table>
58 <table class="form-table">
59
60 <tr valign="top">
61 <th colspan="2">
62 <h3><?php _e('Role Capabilities' , 'bbp-private-groups' ) ; ?></h3>
63
64 <tr>
65 <td>
66 <a href="http://www.rewweb.co.uk/wp-content/uploads/2014/10/private_group_role.jpg"><img src="http://www.rewweb.co.uk/wp-content/uploads/2014/10/private_group_role.jpg"/> </a>
67 </td>
68 </tr>
69 </table>
70 <table class="form-table">
71
72 <tr valign="top">
73 <th colspan="2">
74 <h3>
75 <?php _e('Group Allocation' , 'bbp-private-groups' ) ; ?></h3>
76 <tr>
77 <td colspan="2">
78 <p>
79 <?php _e('You can allocate users to groups in two places' , 'bbp-private-groups' ) ; ?></p>
80 <p>
81 <?php _e('1. Within this settings area, you can use "user management" To set single groups, you can use either "bulk actions" or edit each user (you will see an edit when you hover over the user). ' , 'bbp-private-groups' ) ; ?>
82 <?php _e('The "bulk actions" CANNOT be used to set a multiple groups group against a user or users. To set multiple groups, edit each user.' , 'bbp-private-groups' ) ; ?> </p>
83 <p>
84 <?php _e(' 2. Within Dashboard>users and edit user you can set one or more groups against the user.' , 'bbp-private-groups' ) ; ?></p>
85
86 </td>
87 </tr>
88 <tr>
89 <td>
90 <a href="http://www.rewweb.co.uk/wp-content/uploads/2014/10/private_group_groups.jpg"><img src="http://www.rewweb.co.uk/wp-content/uploads/2014/10/private_group_groups.jpg"/> </a>
91 </td>
92 <td>
93 <p>
94 <?php _e('EXAMPLE 1 : A simple relationship where a forum belongs to a group, and users are allocated to that group.' , 'bbp-private-groups' ) ; ?></p>
95 <p>
96 <?php _e('EXAMPLE 2 : Group 1 users can only see forum A, but group 2 users can see both forum A and B.' , 'bbp-private-groups' ) ; ?></p>
97 <p><p><p>
98 <?php _e('EXAMPLE 3 : A complex arrangement. User M can only see forum A, User N can see forum A and C, and users P and Q can see both Forum A and B.' , 'bbp-private-groups' ) ; ?></p>
99
100 </td>
101 </tr>
102
103
104 </table>
105 </div><!--end sf-wrap-->
106 </div><!--end wrap-->
107 <?php
108 }
109 ?>
110