| @@ -17,9 +17,8 @@ | ||
| 17 | 17 | <div class="wpda-navi-container"> |
| 18 | 18 | <?php |
| 19 | 19 | $this->header(); |
| 20 | 20 | $this->tool_guide(); |
| 21 | - $this->hot_topics(); | |
| 22 | 21 | ?> |
| 23 | 22 | </div> |
| 24 | 23 | <?php |
| 25 | 24 | } |
| @@ -41,9 +40,9 @@ | ||
| 41 | 40 | <div></div> |
| 42 | 41 | </div> |
| 43 | 42 | |
| 44 | 43 | <div class="wpda-navi-container-header-image"> |
| 45 | - <img src="<?php echo esc_attr( plugins_url('../../assets/images/coding-isometric-01-blauw.png', __FILE__ ) ); ?>"/> | |
| 44 | + <img src="<?php echo esc_attr( plugins_url('../../assets/images/coding-isometric-01-blauw.png', __FILE__ ) ); ?>" alt="laptop" /> | |
| 46 | 45 | </div> |
| 47 | 46 | </div> |
| 48 | 47 | <?php |
| 49 | 48 | WPDA::load_wp_tables(); |
| @@ -48,8 +47,13 @@ | ||
| 48 | 47 | <?php |
| 49 | 48 | WPDA::load_wp_tables(); |
| 50 | 49 | } |
| 51 | 50 | |
| 51 | + /** | |
| 52 | + * @param $tool | |
| 53 | + * | |
| 54 | + * @return string | |
| 55 | + */ | |
| 52 | 56 | private function tool_status( $tool ) { |
| 53 | 57 | ?> |
| 54 | 58 | <div onclick="setLegacyToolStatus(this)" class="tool_status_icon"> |
| 55 | 59 | <?php |
| @@ -64,8 +68,9 @@ | ||
| 64 | 68 | } |
| 65 | 69 | ?> |
| 66 | 70 | </div> |
| 67 | 71 | <?php |
| 72 | + return ''; | |
| 68 | 73 | } |
| 69 | 74 | |
| 70 | 75 | private function tool_guide() { |
| 71 | 76 | ?> |
| @@ -154,9 +159,9 @@ | ||
| 154 | 159 | id="wpda-legacy-tool-settings-form-data" |
| 155 | 160 | action="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=wpda_navi" |
| 156 | 161 | method="POST" |
| 157 | 162 | > |
| 158 | - <input | |
| 163 | + <label for="wpda-legacy-tool-settings-legacy-tool-data"></label><input | |
| 159 | 164 | type="text" |
| 160 | 165 | name="wpda-legacy-tool-status" |
| 161 | 166 | id="wpda-legacy-tool-settings-legacy-tool-data" |
| 162 | 167 | /> |
| @@ -186,9 +191,9 @@ | ||
| 186 | 191 | <a |
| 187 | 192 | href="https://docs.rad.wpdataaccess.com/" |
| 188 | 193 | target="_blank" |
| 189 | 194 | class="wpda_tooltip" |
| 190 | - title="View online documentation" | |
| 195 | + title="View online App Builder documentation" | |
| 191 | 196 | > |
| 192 | 197 | <i class="fa-solid fa-question-circle wpda-icon-help"></i> |
| 193 | 198 | </a> |
| 194 | 199 | </div> |
| @@ -230,12 +235,12 @@ | ||
| 230 | 235 | <span class="fa-solid fa-database wpda-icon"></span> |
| 231 | 236 | <h3>Explorer</h3> |
| 232 | 237 | <div class="wpda-navi-container-content-item-title-help"> |
| 233 | 238 | <a |
| 234 | - href="https://docs.legacy.wpdataaccess.com/docs/data-explorer-getting-started/" | |
| 239 | + href="https://docs.explorer.wpdataaccess.com/" | |
| 235 | 240 | target="_blank" |
| 236 | 241 | class="wpda_tooltip" |
| 237 | - title="View online documentation" | |
| 242 | + title="View online Data Explorer documentation" | |
| 238 | 243 | > |
| 239 | 244 | <i class="fa-solid fa-question-circle wpda-icon-help"></i> |
| 240 | 245 | </a> |
| 241 | 246 | </div> |
| @@ -266,8 +271,9 @@ | ||
| 266 | 271 | <ul> |
| 267 | 272 | <li>Schedule unattended exports (new Data Explorer only).</li> |
| 268 | 273 | <li>Manage database connections, databases and table data.</li> |
| 269 | 274 | <li>Explore local and remote databases.</li> |
| 275 | + <li>Global search and replace.</li> | |
| 270 | 276 | </ul> |
| 271 | 277 | </div> |
| 272 | 278 | </div> |
| 273 | 279 | |
| @@ -279,9 +285,9 @@ | ||
| 279 | 285 | <a |
| 280 | 286 | href="https://docs.sql.wpdataaccess.com/" |
| 281 | 287 | target="_blank" |
| 282 | 288 | class="wpda_tooltip" |
| 283 | - title="View online documentation" | |
| 289 | + title="View online SQL Query Builder Documentation" | |
| 284 | 290 | > |
| 285 | 291 | <i class="fa-solid fa-question-circle wpda-icon-help"></i> |
| 286 | 292 | </a> |
| 287 | 293 | </div> |
| @@ -293,9 +299,9 @@ | ||
| 293 | 299 | |
| 294 | 300 | <div class="wpda-navi-container-content-item-content"> |
| 295 | 301 | <ul> |
| 296 | 302 | <li> |
| 297 | - <a href="?page=wpda_query_builder">Start Query Builder</a> | |
| 303 | + <a href="?page=wpda_query_builder">Start SQL Query Builder</a> | |
| 298 | 304 | </li> |
| 299 | 305 | </ul> |
| 300 | 306 | </div> |
| 301 | 307 | |
| @@ -306,9 +312,8 @@ | ||
| 306 | 312 | <li>Schedule SQL commands to run at specific intervals.</li> |
| 307 | 313 | <li>Ask AI Assistant to help writing queries and solve errors.</li> |
| 308 | 314 | <li>Build SQL queries visually with our Visual Query Builder.</li> |
| 309 | 315 | </ul> |
| 310 | - </ul> | |
| 311 | 316 | </div> |
| 312 | 317 | </div> |
| 313 | 318 | |
| 314 | 319 | <div class="wpda-navi-container-content-item wpda-featured" |
| @@ -330,173 +335,72 @@ | ||
| 330 | 335 | </div> |
| 331 | 336 | |
| 332 | 337 | <div class="wpda-navi-container-content-item-facts whats-new"> |
| 333 | 338 | <ul> |
| 339 | + <li> | |
| 340 | + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-settings.html#%E2%9A%99%EF%B8%8F-pin-column-to" target="_blank" class="whatsnew"> | |
| 341 | + Added column pinning to Table Builder. | |
| 342 | + </a> | |
| 343 | + </li> | |
| 344 | + <li> | |
| 345 | + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-settings.html#%F0%9F%93%8C-notes" target="_blank" class="whatsnew"> | |
| 346 | + Show hidden columns on tablets and mobiles. | |
| 347 | + </a> | |
| 348 | + </li> | |
| 349 | + <li> | |
| 350 | + <a href="https://docs.rad.wpdataaccess.com/app-manager/running-apps/progressive-web-apps.html" target="_blank" class="whatsnew"> | |
| 351 | + Run a WP Data Access app as a Progressive Web App. ⭐⭐⭐ | |
| 352 | + </a> | |
| 353 | + </li> | |
| 334 | 354 | <li> |
| 335 | 355 | <a href="https://docs.rad.wpdataaccess.com/running-apps.html#%E2%9C%8F%EF%B8%8F-using-the-gutenberg-block-editor" target="_blank" class="whatsnew"> |
| 336 | 356 | Gutenberg block support for [wpda_app] shortcode. |
| 337 | 357 | </a> |
| 338 | 358 | </li> |
| 339 | - <li> | |
| 340 | - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/detail-panel.html#%E2%9A%99%EF%B8%8F-multiple-cards-per-row" target="_blank" class="whatsnew"> | |
| 341 | - Show multiple cards per row in a grid. | |
| 342 | - </a> | |
| 343 | - </li> | |
| 344 | - <li> | |
| 345 | - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/row-actions.html#%E2%9A%99%EF%B8%8F-hide-edit-icon" target="_blank" class="whatsnew"> | |
| 346 | - Turn on <strong>allow update</strong> and <strong>hide edit icon</strong> to enable inline editing and disable forms. | |
| 347 | - </a> | |
| 348 | - </li> | |
| 349 | 359 | <li> |
| 350 | 360 | <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/column-filters.html" target="_blank" class="whatsnew"> |
| 351 | - Show column filters in popup (on mobile devices). | |
| 361 | + Show column filters in popup. | |
| 352 | 362 | </a> |
| 353 | 363 | </li> |
| 354 | - <li> | |
| 355 | - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/column-filters.html" target="_blank" class="whatsnew"> | |
| 356 | - Completely restyled UI for compact column filters. | |
| 357 | - </a> | |
| 364 | + </ul> | |
| 365 | + </div> | |
| 366 | + | |
| 367 | + <div class="wpda-navi-container-content-item-facts whats-new"> | |
| 368 | + <ul> | |
| 369 | + <li style="font-weight:bold"> | |
| 370 | + Old Query Builder no longer available. | |
| 358 | 371 | </li> |
| 372 | + <li style="font-weight:bold"> | |
| 373 | + Old Data Explorer no longer available. | |
| 374 | + </li> | |
| 375 | + </ul> | |
| 376 | + </div> | |
| 377 | + | |
| 378 | + <div class="wpda-navi-container-content-item-facts whats-new"> | |
| 379 | + <h4 style="margin-top:0;margin-bottom:5px;font-weight:bold;">Now available to FREE USERS</h4> | |
| 380 | + <ul> | |
| 359 | 381 | <li> |
| 360 | - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/detail-panel.html#%E2%9A%99%EF%B8%8F-enable-table-display-mode" target="_blank" class="whatsnew"> | |
| 361 | - Switch between Table View and Card View. | |
| 382 | + <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/css-table-editor.html" target="_blank" class="whatsnew"> | |
| 383 | + CSS Table Editor | |
| 362 | 384 | </a> |
| 363 | 385 | </li> |
| 364 | 386 | <li> |
| 365 | - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/detail-panel.html" target="_blank" class="whatsnew"> | |
| 366 | - Even cooler interactive detail panel creation. | |
| 387 | + <a href="https://docs.rad.wpdataaccess.com/form-builder/menu/form/css-form-editor.html" target="_blank" class="whatsnew"> | |
| 388 | + CSS Form Editor | |
| 367 | 389 | </a> |
| 368 | 390 | </li> |
| 369 | 391 | <li> |
| 370 | 392 | <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/columns/computed-fields.html" target="_blank" class="whatsnew"> |
| 371 | - Computed Text Fields for FREE USERS. | |
| 393 | + Computed Text Fields | |
| 372 | 394 | </a> |
| 373 | 395 | </li> |
| 374 | - <li> | |
| 375 | - <a href="https://docs.rad.wpdataaccess.com/table-builder/menu/table/css-table-editor.html#css-table-editor" target="_blank" class="whatsnew"> | |
| 376 | - CSS Table Editor now available to FREE USERS. | |
| 377 | - </a> | |
| 378 | - </li> | |
| 379 | 396 | <li> |
| 380 | - <a href="https://docs.sql.wpdataaccess.com/visual-query-builder.html" target="_blank" class="whatsnew"> | |
| 381 | - Visual Query Builder now available to FREE USERS. | |
| 382 | - </a> | |
| 397 | + <a href="https://docs.sql.wpdataaccess.com/visual-query-builder.html" target="_blank" class="whatsnew"> | |
| 398 | + Visual Query Builder | |
| 399 | + </a> | |
| 383 | 400 | </li> |
| 384 | - </ul> | |
| 385 | - </div> | |
| 386 | - </div> | |
| 387 | - </div> | |
| 388 | - </div> | |
| 389 | - <?php | |
| 390 | - } | |
| 391 | - | |
| 392 | - private function hot_topics() { | |
| 393 | - ?> | |
| 394 | - <div class="wpda-navi-container-content"> | |
| 395 | - <div class="wpda-navi-container-content-item wpda-hot-topics"> | |
| 396 | - <h2> | |
| 397 | - Frequently Asked Questions | |
| 398 | - </h2> | |
| 399 | - | |
| 400 | - <div class="wpda-navi-container-content-item-facts"> | |
| 401 | - <button | |
| 402 | - onClick="window.open('https://docs.rad.wpdataaccess.com/', '_blank')" | |
| 403 | - > | |
| 404 | - <span class="wpda-hot-title"> | |
| 405 | - App Builder | |
| 406 | - </span> | |
| 407 | - <span class="wpda-hot-topic"> | |
| 408 | - What is the App Builder? | |
| 409 | - </span> | |
| 410 | - </button> | |
| 411 | - | |
| 412 | - <button | |
| 413 | - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/table/relationships.html', '_blank')" | |
| 414 | - > | |
| 415 | - <span class="wpda-hot-title"> | |
| 416 | - Master-Detail Relationships | |
| 417 | - </span> | |
| 418 | - <span class="wpda-hot-topic"> | |
| 419 | - How do I add a master-detail relationship to my app? | |
| 420 | - </span> | |
| 421 | - </button> | |
| 422 | - | |
| 423 | - <button | |
| 424 | - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/columns/computed-fields.html', '_blank')" | |
| 425 | - > | |
| 426 | - <span class="wpda-hot-title"> | |
| 427 | - Computed Fields | |
| 428 | - </span> | |
| 429 | - <span class="wpda-hot-topic"> | |
| 430 | - How do I use a computed field in my app? | |
| 431 | - </span> | |
| 432 | - </button> | |
| 433 | - | |
| 434 | - <button | |
| 435 | - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-lookups.html', '_blank')" | |
| 436 | - > | |
| 437 | - <span class="wpda-hot-title"> | |
| 438 | - Lookups | |
| 439 | - </span> | |
| 440 | - <span class="wpda-hot-topic"> | |
| 441 | - How do I add a lookup to my app? | |
| 442 | - </span> | |
| 443 | - </button> | |
| 444 | - | |
| 445 | - <button | |
| 446 | - onClick="window.open('https://docs.rad.wpdataaccess.com/table-builder/menu/columns/column-actions.html', '_blank')" | |
| 447 | - > | |
| 448 | - <span class="wpda-hot-title"> | |
| 449 | - Column Filters | |
| 450 | - </span> | |
| 451 | - <span class="wpda-hot-topic"> | |
| 452 | - How do I enable column filters in my app? | |
| 453 | - </span> | |
| 454 | - </button> | |
| 455 | - | |
| 456 | - <button | |
| 457 | - onClick="window.open('https://docs.rad.wpdataaccess.com/hooks/', '_blank')" | |
| 458 | - > | |
| 459 | - <span class="wpda-hot-title"> | |
| 460 | - App Builder Hooks | |
| 461 | - </span> | |
| 462 | - <span class="wpda-hot-topic"> | |
| 463 | - Write hook to customize app behavior. | |
| 464 | - </span> | |
| 465 | - </button> | |
| 466 | - | |
| 467 | - <button | |
| 468 | - onClick="window.open('https://docs.remote.wpdataaccess.com/mysql.html', '_blank')" | |
| 469 | - > | |
| 470 | - <span class="wpda-hot-title"> | |
| 471 | - Remote connections | |
| 472 | - </span> | |
| 473 | - <span class="wpda-hot-topic"> | |
| 474 | - How can I establish a remote connection? | |
| 475 | - </span> | |
| 476 | - </button> | |
| 477 | - | |
| 478 | - <button | |
| 479 | - onClick="window.open('https://docs.remote.wpdataaccess.com/pds/start-here.html', '_blank')" | |
| 480 | - > | |
| 481 | - <span class="wpda-hot-title"> | |
| 482 | - Premium Data Services | |
| 483 | - </span> | |
| 484 | - <span class="wpda-hot-topic"> | |
| 485 | - How can I use Premium Data Services for remote connections? | |
| 486 | - </span> | |
| 487 | - </button> | |
| 488 | - | |
| 489 | - <button | |
| 490 | - onClick="window.open('https://docs.rad.wpdataaccess.com/', '_blank')" | |
| 491 | - > | |
| 492 | - <span class="wpda-hot-title"> | |
| 493 | - Documentation | |
| 494 | - </span> | |
| 495 | - <span class="wpda-hot-topic"> | |
| 496 | - Where can I find the online documentation? | |
| 497 | - </span> | |
| 498 | - </button> | |
| 401 | + </ul> | |
| 402 | + </div> | |
| 499 | 403 | </div> |
| 500 | 404 | </div> |
| 501 | 405 | </div> |
| 502 | 406 | <?php |