Your IP : 216.73.217.176


Current Path : /home/bechata/mp/wp-content/uploads/2022/ejn73c/
Upload File :
Current File : /home/bechata/mp/wp-content/uploads/2022/ejn73c/widget_warning.php.tar

home/bechata/mp/wp-content/plugins/bbp-private-groups/includes/widget_warning.php000066600000003037151761636510024357 0ustar00<?php

 //********************************************start of widget warning
 
 
 
 function pg_widget_warning() {
 ?>
			
						<table class="form-table">
					
					<tr valign="top">
						<th colspan="2">
						
						<h3>
						<?php _e ('Widget Warning' , 'bbp-private-groups' ) ; ?>
						</h3>
						
<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>
<h4><span style="color:blue"><?php _e('The <i>(bbpress) Forums List</i> will still show all the forums.','bbp-private-groups' ) ; ?></span></h4>


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

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


<p><?php _e ('(PG) Forums List','bbp-private-groups') ; ?></p> 
<p><?php _e ('(PG) Recent Topics','bbp-private-groups') ; ?></p> 
<p><?php _e ('(PG) Recent Replies','bbp-private-groups') ; ?></p> 

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


</td>
</tr>
					

</table>

</div><!--end sf-wrap-->
</div><!--end wrap-->
<?php
}
?>