jnmcabee
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Auto Update Not WorkingIt also doesn’t make any sense that after I click Save Auto Import Configuration, it’s giving me a success message, but not saving the settings at all. It doesn’t save the Auto Import, Format, Source Type, Source. Everything just goes back to blank.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Auto Update Not WorkingTobias,
I don’t understand why it’s working fine for other tables that are pulling the files from the exact same location on the server then? Wouldn’t they all fail if that was the issue?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Auto Update Not WorkingOkay still having major issues. It says it’s saving the configuration but then it defaults back to not active and no link listed.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Auto Update Not WorkingFollow-up:
I’m getting this error when clicking the bottom “Save Auto Import Configuration” but not when I click the top one…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter by usernameIt works fine when a user isn’t logged in and the [table-user-filtered] says “Error: No user logged in” .. but once a user is logged in then it’s not working for the second table as mentioned above.
So I need to create you an account on the site I think and have you log in. How can I privately send that to you?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter by usernameTobias,
Small issue found. Okay so I have two tables in the page, one using the table-user-filtered and that’s working fine, but it’s causing the other table JavaScript features to not work. I have Sorting, Search/Filtering, Pagination, etc. checked on, but they’re not working with the table that doesn’t have the table-user-filtered
Can this be fixed?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter by usernameYOU ARE THE BEST! That works perfectly.
Thank you. Where can I donate?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter by usernameTobias,
I’m getting the error when I try to edit the post or page that the [table-user-filtered id=x /] is on
I entered this code in the functions.php of the theme
add_shortcode( ‘table-user-filtered’, ‘formfunia_tablepress_filtered_table’ );
function formfunia_tablepress_filtered_table( $atts ) {
if ( ! is_user_logged_in() ) {
return ‘Error: No user is logged in.’;
}
$current_user = wp_get_current_user();
$username = $current_user->user_login;
$atts[‘filter’] = $username;
$atts[‘cache_table_output’] = false;
return tablepress_get_table( $atts );
}And here’s the full error:
Fatal error: Uncaught Error: Call to undefined function tablepress_get_table() in /nas/content/staging/fantasyracing/wp-content/themes/Newspaper/functions.php:128 Stack trace: #0 [internal function]: formfunia_tablepress_filtered_table(Array, ”, ‘table-user-filt…’) #1 /nas/content/staging/fantasyracing/wp-includes/shortcodes.php(319): uopz_call_user_func(‘formfunia_table…’, Array, ”, ‘table-user-filt…’) #2 [internal function]: do_shortcode_tag(Array) #3 /nas/content/staging/fantasyracing/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(table\\…’, ‘do_shortcode_ta…’, ‘[table-user-fil…’) #4 [internal function]: do_shortcode(‘[table-user-fil…’) #5 /nas/content/staging/fantasyracing/wp-includes/class-wp-hook.php(286): call_user_func_array(‘do_shortcode’, Array) #6 /nas/content/staging/fantasyracing/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘[table-user-fil…’, Array) #7 /nas/content/staging/fantasyracing/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1520): apply in /nas/content/staging/fantasyracing/wp-content/themes/Newspaper/functions.php on line 128
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter by usernameHi Tobias,
Sorry for not following up on that post from a year ago! But when I try that, I get a Fatal error.
Do you think you’d be able to take a look at that?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Not workingForum: Plugins
In reply to: [Gravity Forms Sticky List] Not workingHi, sorry for not being clear. The View and Edit links do not work with V2.3. You click them but nothing shows up.