Changeset 837190
- Timestamp:
- 01/12/2014 03:21:26 PM (12 years ago)
- Location:
- wp-multitasking/trunk
- Files:
-
- 6 edited
-
includes/floating-popup/exit-popup.php (modified) (17 diffs)
-
includes/floating-popup/welcome-popup.php (modified) (16 diffs)
-
includes/permalinks.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
screenshot-4.jpg (modified) (previous)
-
wp-multitasking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-multitasking/trunk/includes/floating-popup/exit-popup.php
r831074 r837190 190 190 <input type="radio" name="exit_popup_status" id="exit_popup_status_1" value="1" 191 191 <?php echo (intval(get_settings('exit_popup_status')) == 1) ? "checked" : ""; ?> /> 192 <label for="exit_popup_status_1"> Bật</label> 192 <label for="exit_popup_status_1">Enable</label> 193 193 <input type="radio" name="exit_popup_status" id="exit_popup_status_0" value="0" 194 194 <?php echo (intval(get_settings('exit_popup_status')) != 1) ? "checked" : ""; ?> /> 195 <label for="exit_popup_status_0"> Tắt</label>196 <td> 197 </tr> 198 <tr> 199 <td> 200 <b><label for="exit_popup_home_1"> Exit pop-up ở trang chủ</label></b>195 <label for="exit_popup_status_0">Disable</label> 196 <td> 197 </tr> 198 <tr> 199 <td> 200 <b><label for="exit_popup_home_1">Pop-up at home page</label></b> 201 201 </td> 202 202 <td> 203 203 <input type="radio" name="exit_popup_home" id="exit_popup_home_1" value="1" 204 204 <?php echo (intval(get_settings('exit_popup_home')) == 1) ? "checked" : ""; ?> /> 205 <label for="exit_popup_home_1"> Bật</label> 205 <label for="exit_popup_home_1">Enable</label> 206 206 <input type="radio" name="exit_popup_home" id="exit_popup_home_0" value="0" 207 207 <?php echo (intval(get_settings('exit_popup_home')) != 1) ? "checked" : ""; ?> /> 208 <label for="exit_popup_home_0"> Tắt</label>209 <td> 210 </tr> 211 <tr> 212 <td valign="top"><b> Hiển thịpop-up</b></td>213 <td> 214 Mỗi<input type="text" name="default_exit_pop_days"215 value="<?php echo intval(get_settings('default_exit_pop_days')); ?>" size="3" /> ngày216 <td> 217 </tr> 218 <tr> 219 <td valign="top"><b> Nội dung</b></td>208 <label for="exit_popup_home_0">Disable</label> 209 <td> 210 </tr> 211 <tr> 212 <td valign="top"><b>Display pop-up</b></td> 213 <td> 214 Per <input type="text" name="default_exit_pop_days" 215 value="<?php echo intval(get_settings('default_exit_pop_days')); ?>" size="3" /> day 216 <td> 217 </tr> 218 <tr> 219 <td valign="top"><b>Content pop-up</b></td> 220 220 <td> 221 221 <?php $default_exit_embed_content = get_settings('default_exit_embed_content'); ?> … … 223 223 <input type="radio" name="default_exit_embed_content" id="embed_content_0" value="0" 224 224 <?php echo ($default_exit_embed_content == 0) ? "checked" : ""; ?> /> 225 <label for="embed_content_0"> Nhúng từ nội dung sau:</label><br />225 <label for="embed_content_0">Embed page:</label><br /> 226 226 <select name="default_exit_content_popup" class="wpmt-chosen-select"> 227 227 <?php … … 244 244 <input type="radio" name="default_exit_embed_content" id="embed_content_1" value="1" 245 245 <?php echo ($default_exit_embed_content == 1) ? "checked" : ""; ?> /> 246 <label for="embed_content_1"> Nhúng từ URL sau:</label><br />246 <label for="embed_content_1">Embed URL:</label><br /> 247 247 <input type="text" name="default_exit_content_url" value="<?php echo get_settings('default_exit_content_url'); ?>" style="width: 100%;" /> 248 248 </p> … … 250 250 <input type="radio" name="default_exit_embed_content" id="embed_content_2" value="2" 251 251 <?php echo ($default_exit_embed_content == 2) ? "checked" : ""; ?> /> 252 <label for="embed_content_2"> Sử dụng nội dung sau:</label>252 <label for="embed_content_2">Use content below:</label> 253 253 </p> 254 254 <?php … … 261 261 </tr> 262 262 <tr> 263 <td><b><label for="default_exit_width"> Chiều rộng</label></b></td>263 <td><b><label for="default_exit_width">Width</label></b></td> 264 264 <td><input type="text" name="default_exit_width" id="default_exit_width" 265 265 value="<?php echo get_settings('default_exit_width'); ?>" size="8" />px<td> 266 266 </tr> 267 267 <tr> 268 <td><b><label for="default_exit_height"> Chiều cao</label></b></td>268 <td><b><label for="default_exit_height">Height</label></b></td> 269 269 <td><input type="text" name="default_exit_height" id="default_exit_height" 270 270 value="<?php echo get_settings('default_exit_height'); ?>" size="8" />px<td> 271 271 </tr> 272 272 <tr> 273 <td><b><label for="default_exit_speed"> Tốc độ pop-up</label></b></td>273 <td><b><label for="default_exit_speed">Speed</label></b></td> 274 274 <td><input type="text" name="default_exit_speed" id="default_exit_speed" 275 275 value="<?php echo get_settings('default_exit_speed'); ?>" size="8" />ms<td> … … 277 277 <tr> 278 278 <td> 279 <b><label for="exit_overlayClose_1"> Đóng pop-up khi click vào nền</label></b>279 <b><label for="exit_overlayClose_1">Overlay Close</label></b> 280 280 </td> 281 281 <td> 282 282 <input type="radio" name="default_exit_overlayClose" id="exit_overlayClose_1" value="1" 283 283 <?php echo (intval(get_settings('default_exit_overlayClose')) == 1) ? "checked" : ""; ?> /> 284 <label for="exit_overlayClose_1"> Có</label> 284 <label for="exit_overlayClose_1">Yes</label> 285 285 <input type="radio" name="default_exit_overlayClose" id="exit_overlayClose_0" value="0" 286 286 <?php echo (intval(get_settings('default_exit_overlayClose')) != 1) ? "checked" : ""; ?> /> 287 <label for="exit_overlayClose_0"> Không</label>287 <label for="exit_overlayClose_0">No</label> 288 288 <td> 289 289 </tr> … … 326 326 <table class="exit-popup"> 327 327 <tr> 328 <td><b> Tình trạng</b></td>328 <td><b>Status</b></td> 329 329 <td> 330 330 <?php $exit_active = intval(get_post_meta($post->ID, 'exit_active', true)); ?> 331 331 <input type="radio" name="exit_active" id="exit_active_0" value="0" 332 332 <?php echo ($exit_active != 1) ? "checked" : ""; ?> /> 333 <label for="exit_active_0"> Không kích hoạt</label> 333 <label for="exit_active_0">Inactive</label> 334 334 <input type="radio" name="exit_active" id="exit_active_1" value="1" 335 335 <?php echo ($exit_active == 1) ? "checked" : ""; ?> /> 336 <label for="exit_active_1"> Kích hoạt</label>337 <td> 338 </tr> 339 <tr> 340 <td><b> Thiết lập</b></td>336 <label for="exit_active_1">Active</label> 337 <td> 338 </tr> 339 <tr> 340 <td><b>Settings</b></td> 341 341 <td> 342 342 <?php … … 344 344 <input type="radio" name="exit_using_settings" id="exit_using_settings_0" value="0" 345 345 <?php echo ($exit_using_settings != 1) ? "checked" : ""; ?> /> 346 <label for="exit_using_settings_0"> Sử dụng thiết lập chung</label> 346 <label for="exit_using_settings_0">Use general settings</label> 347 347 <input type="radio" name="exit_using_settings" id="exit_using_settings_1" value="1" 348 348 <?php echo ($exit_using_settings == 1) ? "checked" : ""; ?> /> 349 <label for="exit_using_settings_1"> Tùy chỉnh</label>349 <label for="exit_using_settings_1">Custom settings</label> 350 350 <td> 351 351 </tr> … … 353 353 <table id="exit_tbl_custom_settings" class="exit-popup" style="width: 100%; <?php echo ($exit_using_settings != 1) ? "display: none;" : ""; ?>"> 354 354 <tr> 355 <td valign="top"><b> Hiển thịpop-up</b></td>355 <td valign="top"><b>Display pop-up</b></td> 356 356 <td> 357 357 <?php $exit_pop_days = intval(get_post_meta($post->ID, 'exit_pop_days', true)); ?> 358 Mỗi<input type="text" name="exit_pop_days"359 value="<?php echo ($exit_pop_days == 0) ? get_settings('default_exit_pop_days') : $exit_pop_days; ?>" size="3" /> ngày360 <td> 361 </tr> 362 <tr> 363 <td valign="top"><b> Nội dung</b></td>358 Per <input type="text" name="exit_pop_days" 359 value="<?php echo ($exit_pop_days == 0) ? get_settings('default_exit_pop_days') : $exit_pop_days; ?>" size="3" /> day 360 <td> 361 </tr> 362 <tr> 363 <td valign="top"><b>Content pop-up</b></td> 364 364 <td> 365 365 <?php … … 372 372 <input type="radio" name="exit_embed_content" id="embed_content_0" value="0" 373 373 <?php echo ($exit_embed_content == 0) ? "checked" : ""; ?> /> 374 <label for="embed_content_0"> Nhúng từ nội dung sau:</label><br />374 <label for="embed_content_0">Embed page:</label><br /> 375 375 <select name="exit_content_popup" class="wpmt-chosen-select"> 376 376 <?php … … 393 393 <input type="radio" name="exit_embed_content" id="embed_content_1" value="1" 394 394 <?php echo ($exit_embed_content == 1) ? "checked" : ""; ?> /> 395 <label for="embed_content_1"> Nhúng từ URL sau:</label><br />395 <label for="embed_content_1">Embed URL:</label><br /> 396 396 <input type="text" name="exit_content_url" 397 397 value="<?php echo get_post_meta($post_id, 'exit_content_url', true); ?>" style="width: 100%;" /> … … 400 400 <input type="radio" name="exit_embed_content" id="embed_content_2" value="2" 401 401 <?php echo ($exit_embed_content == 2) ? "checked" : ""; ?> /> 402 <label for="embed_content_2"> Sử dụng nội dung sau:</label>402 <label for="embed_content_2">Use content below:</label> 403 403 </p> 404 404 <?php … … 414 414 </tr> 415 415 <tr> 416 <td><b><label for="exit_width"> Chiều rộng</label></b></td>416 <td><b><label for="exit_width">Width</label></b></td> 417 417 <td> 418 418 <?php $exit_width = get_post_meta($post_id, 'exit_width', true); ?> … … 422 422 </tr> 423 423 <tr> 424 <td><b><label for="exit_height"> Chiều cao</label></b></td>424 <td><b><label for="exit_height">Height</label></b></td> 425 425 <td> 426 426 <?php $exit_height = get_post_meta($post_id, 'exit_height', true); ?> … … 430 430 </tr> 431 431 <tr> 432 <td><b><label for="exit_speed"> Tốc độ pop-up</label></b></td>432 <td><b><label for="exit_speed">Speed</label></b></td> 433 433 <td> 434 434 <?php $exit_speed = get_post_meta($post_id, 'exit_speed', true); ?> … … 438 438 </tr> 439 439 <tr> 440 <td><b> Đóng pop-up khi click vào nền</b></td>440 <td><b>Overlay Close</b></td> 441 441 <td> 442 442 <?php … … 448 448 <input type="radio" name="exit_overlayClose" id="exit_overlayClose_1" value="1" 449 449 <?php echo ($exit_overlayClose == 1) ? "checked" : ""; ?> /> 450 <label for="exit_overlayClose_1"> Có</label> 450 <label for="exit_overlayClose_1">Yes</label> 451 451 <input type="radio" name="exit_overlayClose" id="exit_overlayClose_0" value="0" 452 452 <?php echo ($exit_overlayClose != 1) ? "checked" : ""; ?> /> 453 <label for="exit_overlayClose_0"> Không</label>453 <label for="exit_overlayClose_0">No</label> 454 454 <td> 455 455 </tr> -
wp-multitasking/trunk/includes/floating-popup/welcome-popup.php
r831074 r837190 199 199 <input type="radio" name="welcome_popup_status" id="welcome_popup_status_1" value="1" 200 200 <?php echo (intval(get_settings('welcome_popup_status')) == 1) ? "checked" : ""; ?> /> 201 <label for="welcome_popup_status_1"> Bật</label> 201 <label for="welcome_popup_status_1">Enable</label> 202 202 <input type="radio" name="welcome_popup_status" id="welcome_popup_status_0" value="0" 203 203 <?php echo (intval(get_settings('welcome_popup_status')) != 1) ? "checked" : ""; ?> /> 204 <label for="welcome_popup_status_0"> Tắt</label>205 <td> 206 </tr> 207 <tr> 208 <td> 209 <b><label for="welcome_popup_home_1"> Welcome pop-up ở trang chủ</label></b>204 <label for="welcome_popup_status_0">Disable</label> 205 <td> 206 </tr> 207 <tr> 208 <td> 209 <b><label for="welcome_popup_home_1">Pop-up at home page</label></b> 210 210 </td> 211 211 <td> 212 212 <input type="radio" name="welcome_popup_home" id="welcome_popup_home_1" value="1" 213 213 <?php echo (intval(get_settings('welcome_popup_home')) == 1) ? "checked" : ""; ?> /> 214 <label for="welcome_popup_home_1"> Bật</label> 214 <label for="welcome_popup_home_1">Enable</label> 215 215 <input type="radio" name="welcome_popup_home" id="welcome_popup_home_0" value="0" 216 216 <?php echo (intval(get_settings('welcome_popup_home')) != 1) ? "checked" : ""; ?> /> 217 <label for="welcome_popup_home_0"> Tắt</label>218 <td> 219 </tr> 220 <tr> 221 <td valign="top"><b> Hiển thịpop-up</b></td>222 <td> 223 Mỗi<input type="text" name="default_wcome_pop_days"224 value="<?php echo intval(get_settings('default_wcome_pop_days')); ?>" size="3" /> ngày<br />225 Sau khi tải trang<input type="text" name="default_wcome_pop_delays"226 value="<?php echo intval(get_settings('default_wcome_pop_delays')); ?>" size="3" /> giây227 <td> 228 </tr> 229 <tr> 230 <td valign="top"><b> Nội dung</b></td>217 <label for="welcome_popup_home_0">Disable</label> 218 <td> 219 </tr> 220 <tr> 221 <td valign="top"><b>Display pop-up</b></td> 222 <td> 223 Per <input type="text" name="default_wcome_pop_days" 224 value="<?php echo intval(get_settings('default_wcome_pop_days')); ?>" size="3" /> day<br /> 225 After load <input type="text" name="default_wcome_pop_delays" 226 value="<?php echo intval(get_settings('default_wcome_pop_delays')); ?>" size="3" /> seconds 227 <td> 228 </tr> 229 <tr> 230 <td valign="top"><b>Content pop-up</b></td> 231 231 <td> 232 232 <?php $default_wcome_embed_content = get_settings('default_wcome_embed_content'); ?> … … 234 234 <input type="radio" name="default_wcome_embed_content" id="embed_content_0" value="0" 235 235 <?php echo ($default_wcome_embed_content == 0) ? "checked" : ""; ?> /> 236 <label for="embed_content_0"> Nhúng từ nội dung sau:</label><br />236 <label for="embed_content_0">Embed page:</label><br /> 237 237 <select name="default_wcome_content_popup" class="wpmt-chosen-select"> 238 238 <?php … … 255 255 <input type="radio" name="default_wcome_embed_content" id="embed_content_1" value="1" 256 256 <?php echo ($default_wcome_embed_content == 1) ? "checked" : ""; ?> /> 257 <label for="embed_content_1"> Nhúng từ URL sau:</label><br />257 <label for="embed_content_1">Embed URL:</label><br /> 258 258 <input type="text" name="default_wcome_content_url" value="<?php echo get_settings('default_wcome_content_url'); ?>" style="width: 100%;" /> 259 259 </p> … … 261 261 <input type="radio" name="default_wcome_embed_content" id="embed_content_2" value="2" 262 262 <?php echo ($default_wcome_embed_content == 2) ? "checked" : ""; ?> /> 263 <label for="embed_content_2"> Sử dụng nội dung sau:</label>263 <label for="embed_content_2">Use content below:</label> 264 264 </p> 265 265 <?php … … 272 272 </tr> 273 273 <tr> 274 <td><b><label for="default_wcome_width"> Chiều rộng</label></b></td>274 <td><b><label for="default_wcome_width">Width</label></b></td> 275 275 <td><input type="text" name="default_wcome_width" id="default_wcome_width" 276 276 value="<?php echo get_settings('default_wcome_width'); ?>" size="8" />px<td> 277 277 </tr> 278 278 <tr> 279 <td><b><label for="default_wcome_height"> Chiều cao</label></b></td>279 <td><b><label for="default_wcome_height">Height</label></b></td> 280 280 <td><input type="text" name="default_wcome_height" id="default_wcome_height" 281 281 value="<?php echo get_settings('default_wcome_height'); ?>" size="8" />px<td> 282 282 </tr> 283 283 <tr> 284 <td><b><label for="default_wcome_speed"> Tốc độ pop-up</label></b></td>284 <td><b><label for="default_wcome_speed">Speed</label></b></td> 285 285 <td><input type="text" name="default_wcome_speed" id="default_wcome_speed" 286 286 value="<?php echo get_settings('default_wcome_speed'); ?>" size="8" />ms<td> … … 288 288 <tr> 289 289 <td> 290 <b><label for="wcome_overlayClose_1"> Đóng pop-up khi click vào nền</label></b>290 <b><label for="wcome_overlayClose_1">Overlay Close</label></b> 291 291 </td> 292 292 <td> 293 293 <input type="radio" name="default_wcome_overlayClose" id="wcome_overlayClose_1" value="1" 294 294 <?php echo (intval(get_settings('default_wcome_overlayClose')) == 1) ? "checked" : ""; ?> /> 295 <label for="wcome_overlayClose_1"> Có</label> 295 <label for="wcome_overlayClose_1">Yes</label> 296 296 <input type="radio" name="default_wcome_overlayClose" id="wcome_overlayClose_0" value="0" 297 297 <?php echo (intval(get_settings('default_wcome_overlayClose')) != 1) ? "checked" : ""; ?> /> 298 <label for="wcome_overlayClose_0"> Không</label>298 <label for="wcome_overlayClose_0">No</label> 299 299 <td> 300 300 </tr> … … 337 337 <table class="welcome-popup"> 338 338 <tr> 339 <td><b> Tình trạng</b></td>339 <td><b>Status</b></td> 340 340 <td> 341 341 <?php $wcome_active = intval(get_post_meta($post->ID, 'wcome_active', true)); ?> 342 342 <input type="radio" name="wcome_active" id="wcome_active_0" value="0" 343 343 <?php echo ($wcome_active != 1) ? "checked" : ""; ?> /> 344 <label for="wcome_active_0"> Không kích hoạt</label> 344 <label for="wcome_active_0">Inactive</label> 345 345 <input type="radio" name="wcome_active" id="wcome_active_1" value="1" 346 346 <?php echo ($wcome_active == 1) ? "checked" : ""; ?> /> 347 <label for="wcome_active_1"> Kích hoạt</label>348 <td> 349 </tr> 350 <tr> 351 <td><b> Thiết lập</b></td>347 <label for="wcome_active_1">Active</label> 348 <td> 349 </tr> 350 <tr> 351 <td><b>Settings</b></td> 352 352 <td> 353 353 <?php $wcome_using_settings = intval(get_post_meta($post->ID, 'wcome_using_settings', true)); ?> 354 354 <input type="radio" name="wcome_using_settings" id="wcome_using_settings_0" value="0" 355 355 <?php echo ($wcome_using_settings != 1) ? "checked" : ""; ?> /> 356 <label for="wcome_using_settings_0"> Sử dụng thiết lập chung</label> 356 <label for="wcome_using_settings_0">Use general settings</label> 357 357 <input type="radio" name="wcome_using_settings" id="wcome_using_settings_1" value="1" 358 358 <?php echo ($wcome_using_settings == 1) ? "checked" : ""; ?> /> 359 <label for="wcome_using_settings_1"> Tùy chỉnh</label>359 <label for="wcome_using_settings_1">Custom settings</label> 360 360 <td> 361 361 </tr> … … 363 363 <table id="wcome_tbl_custom_settings" class="welcome-popup" style="width: 100%; <?php echo ($wcome_using_settings != 1) ? "display: none;" : ""; ?>"> 364 364 <tr> 365 <td valign="top"><b> Hiển thịpop-up</b></td>365 <td valign="top"><b>Display pop-up</b></td> 366 366 <td> 367 367 <?php $wcome_pop_days = intval(get_post_meta($post->ID, 'wcome_pop_days', true)); ?> 368 Mỗi<input type="text" name="wcome_pop_days"369 value="<?php echo ($wcome_pop_days == 0) ? get_settings('default_wcome_pop_days') : $wcome_pop_days; ?>" size="3" /> ngày<br />368 Per <input type="text" name="wcome_pop_days" 369 value="<?php echo ($wcome_pop_days == 0) ? get_settings('default_wcome_pop_days') : $wcome_pop_days; ?>" size="3" /> day<br /> 370 370 <?php $wcome_pop_delays = intval(get_post_meta($post->ID, 'wcome_pop_delays', true)); ?> 371 Sau khi tải trang<input type="text" name="wcome_pop_delays"372 value="<?php echo ($wcome_pop_delays == 0) ? get_settings('default_wcome_pop_delays') : $wcome_pop_delays; ?>" size="3" /> giây373 <td> 374 </tr> 375 <tr> 376 <td valign="top"><b> Nội dung</b></td>371 After load <input type="text" name="wcome_pop_delays" 372 value="<?php echo ($wcome_pop_delays == 0) ? get_settings('default_wcome_pop_delays') : $wcome_pop_delays; ?>" size="3" /> seconds 373 <td> 374 </tr> 375 <tr> 376 <td valign="top"><b>Content pop-up</b></td> 377 377 <td> 378 378 <?php … … 385 385 <input type="radio" name="wcome_embed_content" id="embed_content_0" value="0" 386 386 <?php echo ($wcome_embed_content == 0) ? "checked" : ""; ?> /> 387 <label for="embed_content_0"> Nhúng từ nội dung sau:</label><br />387 <label for="embed_content_0">Embed page:</label><br /> 388 388 <select name="wcome_content_popup" class="wpmt-chosen-select"> 389 389 <?php … … 406 406 <input type="radio" name="wcome_embed_content" id="embed_content_1" value="1" 407 407 <?php echo ($wcome_embed_content == 1) ? "checked" : ""; ?> /> 408 <label for="embed_content_1"> Nhúng từ URL sau:</label><br />408 <label for="embed_content_1">Embed URL:</label><br /> 409 409 <input type="text" name="wcome_content_url" 410 410 value="<?php echo get_post_meta($post_id, 'wcome_content_url', true); ?>" style="width: 100%;" /> … … 413 413 <input type="radio" name="wcome_embed_content" id="embed_content_2" value="2" 414 414 <?php echo ($wcome_embed_content == 2) ? "checked" : ""; ?> /> 415 <label for="embed_content_2"> Sử dụng nội dung sau:</label>415 <label for="embed_content_2">Use content below:</label> 416 416 </p> 417 417 <?php … … 427 427 </tr> 428 428 <tr> 429 <td><b><label for="wcome_width"> Chiều rộng</label></b></td>429 <td><b><label for="wcome_width">Width</label></b></td> 430 430 <td> 431 431 <?php $wcome_width = get_post_meta($post_id, 'wcome_width', true); ?> … … 435 435 </tr> 436 436 <tr> 437 <td><b><label for="wcome_height"> Chiều cao</label></b></td>437 <td><b><label for="wcome_height">Height</label></b></td> 438 438 <td> 439 439 <?php $wcome_height = get_post_meta($post_id, 'wcome_height', true); ?> … … 443 443 </tr> 444 444 <tr> 445 <td><b><label for="wcome_speed"> Tốc độ pop-up</label></b></td>445 <td><b><label for="wcome_speed">Speed</label></b></td> 446 446 <td> 447 447 <?php $wcome_speed = get_post_meta($post_id, 'wcome_speed', true); ?> … … 451 451 </tr> 452 452 <tr> 453 <td><b> Đóng pop-up khi click vào nền</b></td>453 <td><b>Overlay Close</b></td> 454 454 <td> 455 455 <?php … … 461 461 <input type="radio" name="wcome_overlayClose" id="wcome_overlayClose_1" value="1" 462 462 <?php echo ($wcome_overlayClose == 1) ? "checked" : ""; ?> /> 463 <label for="wcome_overlayClose_1"> Có</label> 463 <label for="wcome_overlayClose_1">Yes</label> 464 464 <input type="radio" name="wcome_overlayClose" id="wcome_overlayClose_0" value="0" 465 465 <?php echo ($wcome_overlayClose != 1) ? "checked" : ""; ?> /> 466 <label for="wcome_overlayClose_0"> Không</label>466 <label for="wcome_overlayClose_0">No</label> 467 467 <td> 468 468 </tr> -
wp-multitasking/trunk/includes/permalinks.php
r836574 r837190 190 190 if ($custom_post->_builtin == false && in_array($type, $this->get_cpt_without_slug())) { 191 191 $querystr = "SELECT {$wpdb->posts}.post_name FROM {$wpdb->posts} 192 WHERE {$wpdb->posts}.post_status = 'publish' AND {$wpdb->posts}.post_type = '{$type}' 193 AND {$wpdb->posts}.post_date < NOW()";192 WHERE {$wpdb->posts}.post_status = 'publish' AND {$wpdb->posts}.post_type = '{$type}' "; 193 //AND {$wpdb->posts}.post_date < NOW()"; 194 194 $posts = $wpdb->get_results($querystr, OBJECT); 195 195 foreach ($posts as $post) { … … 237 237 } 238 238 } 239 else 239 else if(!is_writable($htaccess_filename)) 240 240 add_action('admin_notices', array(&$this, 'compatibility_notice')); 241 241 } -
wp-multitasking/trunk/readme.txt
r836576 r837190 77 77 == Changelog == 78 78 79 = 0.1.4 = 80 * Fix bug flush rewrite after insert post or custom post type 81 * Change language from Vietnam to English 82 79 83 = 0.1.3 = 80 84 * Remove base slug from custom post type -
wp-multitasking/trunk/wp-multitasking.php
r836574 r837190 4 4 Plugin URI: http://wordpress.org/plugins/wp-multitasking/ 5 5 Description: This plugin is synthetic utility for your WordPress site 6 Version: 0.1. 36 Version: 0.1.4 7 7 Author: thangnv27 8 8 Author URI: http://ppo.vn/
Note: See TracChangeset
for help on using the changeset viewer.