Hi, how can the site users enter the data in the table themselves?
]]>Not working with php7
FILE: /public_html/wp-content/plugins/tablemaster/tablemaster.php
————————————————————————————————————
FOUND 9 ERRORS AFFECTING 9 LINES
————————————————————————————————————
172 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
175 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
518 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
520 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
524 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
530 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
536 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
538 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
686 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
————————————————————————————————————
FILE: /public_html/wp-content/plugins/tablemaster/admin/class-tablemaster-admin.php
————————————————————————————————————
FOUND 18 ERRORS AFFECTING 18 LINES
————————————————————————————————————
84 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
85 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
88 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
91 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
100 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
110 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
113 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
116 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
125 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
159 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
162 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
169 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
175 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
190 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
191 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
194 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
197 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
200 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
————————————————————————————————————
Hello!
This will be a two-part question, but will post separately.
I’ve followed the instructions for using links within tablemaster, but I am still having problems with the link getting activated.
The ‘member’ field is actually a person’s email address.
Here is the code I’m using:
[tablemaster rows=”25″ datatables=”true” class=”black-header-gray-alternate-rows” sql=”SELECT member as Email
, surname as Surname, country as Country, state as State/Prov/Reg
, county as County, year-begin
as Begin Year
, year-end
as End Year
from serverxyz.wp_surnames” link_labels= “member” link_targets=”member”]
As the code is right now, the ‘member’ field shows the email address, but there is no link. Ultimately, I really don’t want the email address to be shown, as I want an image, or even the word “email contributor” to be displayed instead. I figure if I can get the link to work, then I know I’m on the right track.
]]>Hi,
Is it safe to drop the example tables (tm_example_table, tm_example_view, etc …) ? I like to keep my WordPress database clean.
Kind regards
]]>once again in normal tables we can change rows that come back in unix to readable dates like so
<td><?php echo date(‘D M j, G:i:s’,$row[“time”]); ?></td>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
how can we do this with this plugin?
]]>My columns in my DB are made for me. and they look ugly when displayed lol..
in normal tables i just name them in the header how i want them displayed.
how do we do that with this plugin?
]]>I’m hoping to get this working…
I changed all the PHP 5 db directives to PHP 7, and got it to activate!
But there must be some kind of mismatch, as the shortcode is just sitting there on a page, and the plugin is not picking it up:
[tablemaster table=”tm_example_table”] <=== TABLE NAME DOESN’T MATTER
This is in text, and not visual, editor.
I’ve not written a shortcode from scratch yet, so don’t know where to look…
Thanks!
]]>Hi.
I used your plugin for my other site but when I am instlling on my new website it is not getting activated and showing following error.
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /var/www/html/wp-content/plugins/tablemaster/admin/class-tablemaster-admin.php:84 Stack trace: #0 /var/www/html/wp-content/plugins/tablemaster/tablemaster.php(143): TableMaster_Admin->activate() #1 /var/www/html/wp-includes/plugin.php(524): TableMaster->activate(”) #2 /var/www/html/wp-admin/plugins.php(166): do_action(‘activate_tablem…’) #3 {main} thrown in /var/www/html/wp-content/plugins/tablemaster/admin/class-tablemaster-admin.php on line 84
Please reply soon.
]]>Hello,
I’m using your plugin to show contest results. Which is very easy and powerfull, terrific job you’ve done !
I’ve wrote SQL views to sort out the results before display on posts.
Is there a way to show the row number in a column using your plugin ?
Thanks for your help,
Kevin.
]]>Hi
I can’t activate the plugin:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in xxxxx/wp-content/plugins/tablemaster/admin/class-tablemaster-admin.php:84 Stack trace: #0 xxxxxx/wp-content/plugins/tablemaster/tablemaster.php(143): TableMaster_Admin->activate() #1 xxxx/wp-includes/plugin.php(524): TableMaster->activate('') #2 xxxxx/wp-admin/plugins.php(166): do_action('activate_tablem...') #3 {main} thrown in xxxxx/wp-content/plugins/tablemaster/admin/class-tablemaster-admin.php on line 84
Cheers
Mike
I would like to be able to apply this plugin’s functionality to HTML tables. Can you suggest or provide a way?
Thanks,
Karen
Hi
I am using your plugin to make my table of a Club’s members list of responsibilities responsive. Works well for this purpose.
Can you explain how I can make alternate rows (now columns) a different color to help make the form easier to read. I presume that this is a CSS issue.
Thank you.
]]>Hi,
TableMaster is best plugin in particular for displaying database large raw data.
Thank you for your excellent work.
SQL data sort doesn’t seem to work when “datatables” option is on.
In command like “SELECT column1 FROM table1 ORDER BY column1”.
Data is sorted in a moment, and reset immediately.
]]>Hi,
I like your pluging. It would be perfect for my website if I can add a column with a link to open a popup. Do you think it’s possible ?
Many thanks
Cédric