PluginProbe
Private groups / trunk
Private groups vtrunk
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 / widget_warning.php

widget_warning.php in Private groups trunk, at includes/widget_warning.php

46 lines 1.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 widget warning
4
5
6
7 function pg_widget_warning() {
8 ?>
9
10 <table class="form-table">
11
12 <tr valign="top">
13 <th colspan="2">
14
15 <h3>
16 <?php _e ('Widget Warning' , 'bbp-private-groups' ) ; ?>
17 </h3>
18
19 <h4><span style="color:blue"><?php _e('The <i>(bbpress) recent topics</i> and <i>(bbpress) recent replies</i> widgets will still show all topic and reply titles etc.','bbp-private-groups' ) ; ?></span></h4>
20 <h4><span style="color:blue"><?php _e('The <i>(bbpress) Forums List</i> will still show all the forums.','bbp-private-groups' ) ; ?></span></h4>
21
22
23 <p><?php _e ('If a forum/topic/reply is selected this will give an error message, but titles and authors will be visible, which might be embarrassing !','bbp-private-groups') ; ?></p>
24
25 <h4><span style="color:blue"><?php _e('Use the new widget versions which you will see in the Dashboard>appearance>widgets','bbp-private-groups' ) ; ?></span></h4>
26
27
28 <p><?php _e ('(PG) Forums List','bbp-private-groups') ; ?></p>
29 <p><?php _e ('(PG) Recent Topics','bbp-private-groups') ; ?></p>
30 <p><?php _e ('(PG) Recent Replies','bbp-private-groups') ; ?></p>
31
32 <h4><span style="color:blue"><?php _e('Or use the <i>(PG) Latest Activity </i> widget - combines the best of recent topics and replies, and customisable to show just what you want!','bbp-private-groups' ) ; ?></span></h4>
33
34
35 </td>
36 </tr>
37
38
39 </table>
40
41 </div><!--end sf-wrap-->
42 </div><!--end wrap-->
43 <?php
44 }
45 ?>
46