PluginProbe ʕ •ᴥ•ʔ
Disable Comments / 1.0.17
Disable Comments v1.0.17
1.0.26 1.0.27 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25
disable-comments-rb / information.php
disable-comments-rb Last commit date
assets 4 years ago languages 4 years ago class_rb_disable-comments.php 4 years ago disable-comments-rb.php 4 years ago information.php 4 years ago options.php 4 years ago readme.txt 4 years ago screenshot-1.png 4 years ago screenshot-2.png 4 years ago
information.php
169 lines
1 <?php
2 /*
3 * RB Disable Comments
4 * Version: 1.0.9 - 38451
5 * Author: RBS
6 * Date: 03 02 2020 12:11:29 GMT
7 */
8
9 if( !defined('WPINC') || !defined("ABSPATH") ){
10 die();
11 }
12 wp_enqueue_script( 'plugin-install' );
13 add_thickbox();
14
15 ?>
16 <style type="text/css">
17 .rbs_nw_wrap{
18 margin-bottom: 10px;
19 display: grid;
20 grid-template-columns: 1fr 1fr 1fr 1fr;
21 column-gap: 15px;
22 margin-right: 25px;
23 }
24 .rbs_nw_item{
25 background-color: #f9f9f9;
26 margin: 0;
27 }
28 .rbs_nw_item_logo{
29 text-align: center;
30 padding-top: 10px;
31 padding-bottom: 1px;
32 }
33 .rbs_nw_item_logo_plugin{
34 width: 100px;
35 height: 100px;
36 }
37 .rbs_nw_item_logo_upz{
38 margin-top: 10px;
39 margin-bottom: 1px;
40 width: 225px;
41 height: 66px;
42 }
43 .rbs_nw_item_header{
44 text-align: center;
45 text-align: center;
46 line-height: 1.4em;
47 min-height: 40px;
48 padding: 5px;
49 margin-top: 5px;
50 }
51 .rbs_nw_item_button{
52 text-align: center;
53 margin-bottom: 15px;
54 }
55
56
57 @media only screen and (max-width: 1100px) {
58 .rbs_nw_wrap{
59 grid-template-columns: 1fr 1fr;
60 }
61 .rbs_nw_item{
62 margin-bottom: 15px;
63 }
64 }
65
66 @media only screen and (max-width: 800px) {
67 .rbs_nw_wrap{
68 grid-template-columns: 1fr;
69 column-gap: 0;
70 row-gap: 15px;
71 margin: 0;
72 }
73 .rbs_nw_item{
74 margin-bottom: 0px;
75 display: none;
76 }
77 .rbs_nw_item:nth-child(1),
78 .rbs_nw_item:nth-child(2){
79 display: block;
80 }
81 .rbs_nw_item_header{
82 margin-bottom: 0px;
83 }
84
85 .rbs_nw_item_logo{
86 text-align: left;
87 float: left;
88 }
89 .rbs_nw_item_logo_upz{
90 margin-top: 7px;
91 margin-bottom: 7px;
92 width: 120px;
93 height: 80px;
94 }
95 .rbs_nw_item_logo_plugin{
96 margin-top: 0px;
97 margin-left: 15px;
98 margin-right: 5px;
99 margin-bottom: 2px;
100 width: 80px;
101 height: 80px;
102 }
103 }
104
105 </style>
106
107 <div class="rbs_nw_wrap">
108 <?php $urlPlugin = plugin_dir_url( __FILE__ ); ?>
109 <div class="rbs_nw_item">
110 <div class="rbs_nw_item_logo">
111 <img class="rbs_nw_item_logo_plugin" src="<?php echo $urlPlugin; ?>assets/images/logo_dp.png" width="100" hight="100">
112 </div>
113 <h3 class="rbs_nw_item_header">
114 <?php _e('Simple plugin that allows you to duplicate post easily'); ?>
115 </h3>
116 <div class="rbs_nw_item_button">
117 <a class="button-primary thickbox" href="<?php
118 echo self_admin_url( 'plugin-install.php?tab=plugin-information&amp;plugin=duplicate-post-rb&amp;TB_iframe=true' );
119 ?>">
120 <?php _e('Install Duplicate Post'); ?>
121 </a>
122 </div>
123 </div>
124
125 <div class="rbs_nw_item">
126 <div class="rbs_nw_item_logo">
127 <img class="rbs_nw_item_logo_plugin" src="<?php echo $urlPlugin; ?>assets/images/logo_drc.png" width="100" hight="100">
128 </div>
129 <h3 class="rbs_nw_item_header">
130 <?php _e('Simple plugin that allows you to disable right click option easily'); ?>
131 </h3>
132 <div class="rbs_nw_item_button">
133 <a class="button-primary thickbox" href="<?php
134 echo self_admin_url( 'plugin-install.php?tab=plugin-information&amp;plugin=disable-right-click-rb&amp;TB_iframe=true' );
135 ?>">
136 <?php _e('Install Disable Right Click'); ?>
137 </a>
138 </div>
139 </div>
140
141 <div class="rbs_nw_item">
142 <div class="rbs_nw_item_logo">
143 <img class="rbs_nw_item_logo_plugin" src="<?php echo $urlPlugin; ?>assets/images/logo_rg.gif" width="100" hight="100">
144 </div>
145 <h3 class="rbs_nw_item_header">
146 <?php _e('Create Free Gallery with Premium features with Robo Gallery'); ?>
147 </h3>
148 <div class="rbs_nw_item_button">
149 <a class="button-primary thickbox" href="<?php
150 echo self_admin_url( 'plugin-install.php?tab=plugin-information&amp;plugin=robo-gallery&amp;TB_iframe=true' );
151 ?>">
152 <?php _e('Install Gallery'); ?>
153 </a>
154 </div>
155 </div>
156
157 <div class="rbs_nw_item">
158 <div class="rbs_nw_item_logo">
159 <img class="rbs_nw_item_logo_upz" src="<?php echo $urlPlugin; ?>assets/images/upzilla_black_logo.svg" width="225" hight="67">
160 </div>
161 <h3 class="rbs_nw_item_header">
162 <?php _e('Free website uptime and performance monitoring service for your WordPress', 'disable-comments-rb'); ?>
163 </h3>
164 <div class="rbs_nw_item_button">
165 <a class="button-primary" href="https://www.upzilla.co/?pk_campaign=wp_dc" target="_blank">
166 <?php _e('Register Free Account'); ?></a>
167 </div>
168 </div>
169 </div>