This plugin is no longer being developed
Product Description: WP-Table-Reloaded is a WebPress plugin which allows the author to setup a table or grid on a page which has rows and columns. Data can now be presented without having to learn any PHP or HTML code. The table below is being used to show the status of a game server.
This demo for WP-Table-Reload plugin shows how PHP code may reside within a table cell.
Below are 3 example tables.
Sample table
Server: | Status: | Current time/date | Server Location: |
---|---|---|---|
Mek-Tek [Kurita.mekmatch] | Connected - http://kurita.mektek.net:8080/ZMServerWeb2/status If you are having trouble connecting to MekTek or Kurita servers than use the link above and enter manually the IP for the servers you want. Note: these IPs may change without notice, so check back if you can not connect. | Dallas, Texas | |
Gamefame Global [PicoServer] | Connected - Limited hours daily IP: "PicoServer.zapto.org" do not include the quotations. | Los Angeles |
Plugin A: (probable source) | Plugin B: (impacts) | Discovered: | Description: | Severity Solution: | Status: |
---|---|---|---|---|---|
Ultimate TinyMCE 4.6 | Simple-Press TnyMCE Editor v 2.0.6 | May 2012 | May prevent the text editor in Simple-Press to display | Solution: remove "code" from the RichText edtor's toolbar - in the Options area. | |
Sitemile Auction theme | Conflict with Wordfence | 6-3-2013 Fixed Feb-15-2013 | Upon logout or login, breaks WordPress. No conflict when in MU. | Major - rename Wordfence, do not use theme | |
Sitemile Auction theme | Q and A FAQ and Knowledge Base for WordPress | 6-4-2013 | If you are logged out and you click on a question, you get a log in screen | Major - do not use Auction theme or remove FAQ | |
Q and A v1.0.3 | Simplo + Tersus Themes | 9-5-2012 | Breaks theme sub-menu or theme | Major - roll back to an earlier version | |
Ether Content Manager 1.7.x | CollabPress | May - 2013 | Disables CollabPress | Major - Deactivate Ether Content Builder | |
Ether Content Manager 1.7.x | Really Simple Issue Tracker v 1.0 | May 2013 | Echos twice the item on the page | Non Critical- de-activate | |
Ether Content Manager 1.6.9 | Events Manager | Oct-14-2012 Fixed April-15-2014 | Renders Event Manager unusable | Major - roll back to Ether Content Builder 1.6.8 | |
Ether Content Manager 1.6.7/8/9 | WP Customer Reviews | 8-5-2012 | Ether Content Manager places WP Customer Reviews always at page top. | minor | |
Ether Content Manager 1.6.7/8 | Event Manager | 6-12-2012 | Event Manager "CONTENT" is exposed if managed by Ether Content Manager | minor - do not use Ether Content Builder | |
Better WP Security | Ether Content Manager | 7-23-2012 | Hides Ether Content Manager if "Turn off file editor in WordPress Back-end" is checked. | minor - just do not check "hide editor" | |
Awesome Ads 1.0.4 | Simple Press 5.1.3 | 8-10--2012 | Hides the "Forum" menu item (left side) | minor - deactivate and you will see the Forum menu | |
Easy FancyBox v 1.3.4.9 | 9-10-2012 | Prohibits lightbox effect. More testing needed. | Non Critical- de-activate Wordfence | Fixed with version 3.4 | |
WordPress Admin menu bar | 8-7-2012 | Hides the Admin menu bar at page top | minor - you need to enter by using the /wp-admin to the URL or revert back to version 1.0.4 | Fixed with version 1.0.6 | |
Simple Press 5.1 x | Oct-12-2012 | Disables the Create New Topic popup | Major - disable Ribbon Maker | Fixed with version 1.6 | |
href="http://wordpress.org/extend/plugins/ribbon-maker/" target="_blank">Plugin at WordPress | Colored Vote Polls 1.0 Color Vote at WordPress | Nov-1-2012 | Hides the color bar in the admin | minor - deactivate Ribbon Maker | Fixed with version 1.6.2 Nov 13 |
Headway Theme | 9-4-2012 | Header block conflicts with Headway Theme CSS | Major - roll back to an earlier version | Fixed with version 1.0.3 | |
Simple Press | 8-5-2012 | Event Manager hides the Simple Press "Forum" link within the Admin | minor - you can still operate if you deactivate Event Manager | Fixed with version 5.x | |
Ultimate TnyMCE text editor | 9-27-2012 | Tiny MCE behaves unpredictable. The List tag breaks when inside of a Ether Content Builder page. | Resolved in WP version 3.5 Major - do not use bullets of any of the list tags within Ether Content Builder Resolved - WordPress 3.5 | ||
Ultimate TnyMCE text editor | Oct-13-2012 | Prevents the use of tools and will not save text. | Resolved in WP version 3.5 and ECB 1.7.x | ||
WP-Members | 8-23-2012 | If the shortcode for wp-members, [page="register"] is used on a registration page managed by Ether Content Builder you will see exposed, [wpmem_txt][/wpmem_txt]. You will need to be logged out to see these shortcodes. Chad Butler wrote: That would be caused by an improperly developed shortcode in Ether Content Builder. The WP shortcode process fires only once, so all shortcodes need to also run do_shortcode on the content they are returning, otherwise they could potentially return unparsed shortcodes. You could filter that out with the wpmem_register_form filter, adding something like this to your functions.php: add_filter( 'wpmem_register_form', 'trim_wpmem_txt' ); function trim_wpmem_txt( $form ) { $old = array( '[wpmem_txt]', '[/wpmem_txt]' ); $new = array( '', '' ); $form = str_replace( $old, $new, $form ); return $form; } return $form; } | Resolved in version 1.6.9 |
Above are 3 example tables.
ref: Plugin site location