| 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 |
|