registration options can be changed in “user roles” settings. Default is auto approval – u can change it to email or admin activation. Hope this helps.
solved it with using do_shortcode:
original entry in php:
tablepress_print_table( “id=$table_press_calc” );
new entry in php:
echo do_shortcode( ‘[table id=”‘.$table_press_calc.'” responsive=scroll /]’ );
If there is still any better solution, please let me know.
Thanks,
Michael
Hi Tobias,
Tablepress is really a great solution… they really helped me to solve many issues.
One final problem is to combine the Template Tag Function “tablepress_print_table” with the Responsive Tables Extension.
How can I use the “mode” (flip,scroll etc.) of that extension when using the Template Tag Function “tablepress_print_table” in php? (if this is a simple or stupid question, I am sorry for that – I am for sure not a wizard ;-))
Thanks for your help and advice!
Michael