Gideonengel
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress with sparklines?Thank you Tobias. Regards
Forum: Localhost Installs
In reply to: jtable jquerysparklinesThank you for your reply.
I really have difficulties wrapping my mind around how to use jtable. Any help would be much appreciated.
Regards.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress with sparklines?Hi Tobias, I’ve been dabbling with jTable and jQuery Sparklines. I have not been successful as there are no support out there (unlike tablepress !)or no-one has had a use for it.
RegardsForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] logged in username for filterThank you once Tobias, it worked. I am going to rate you.
RegardsForum: Fixing WordPress
In reply to: Options saved successfully, but “Custom CSS” was not saved to file.I have the same issue. Did you resolve this?
Regards
- This reply was modified 9 years, 1 month ago by Gideonengel.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] logged in username for filterThank you very much for your prompt reply. I’ll give it a go.
Regards
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] logged in username for filterHi Tobias. Thank you for an amazing plugin. For newbies like myself it is much appreciated.
However with regards to the above question on filtering a table based on the user logged in I am not successful as no filtering is done. Where am I making a mistake? I have a table in which I have a column named Alias (which corresponds to the user name, which has no role). Here is my adaptation from tablepress-shortcode-filter-get-parameter.php :
<?php /* Plugin Name: TablePress Extension: Shortcode Filter from GET parameter Plugin URI: https://tablepress.org/extensions/shortcode-filter-get-parameter/ Description: Custom Extension for TablePress to use the Row Filter extension with a filter term from a $_GET parameter Version: 1.0 Author: Tobias Bäthge Author URI: https://tobias.baethge.com/ */ /* * The Shortcode: [table_filter id=123 /] * will be filtered for http://example.com/?table_filter=myfilterword */ function tablepress_filter_shortcode( $attributes, $content ) { if ( ! empty( $_GET['table_filter'] ) ) { $filter_term = $_GET['table_filter']; /* * Only allow characters a-z, A-Z, 0-9, and spaces in the filter term. * This regular expression needs to be extended if other characters shall be allowed. */ $filter_term = wp_get_current_user(); $attributes['filter'] = $filter_term; } return tablepress_get_table( $attributes ); } if ( ! is_admin() ) { add_shortcode( 'table_filter', 'tablepress_filter_shortcode' ); }In my page I have the following shortcode : [table id=1 ?table_filter=$($alias) /]
Where am I going wrong? By the way I am working with XAMPP as a localhost.
Regards
- This reply was modified 9 years, 1 month ago by Gideonengel.
Hi Tobias. OK figured it out. Once again thank you for your support.
Knowing that I have your back-up, inpired me to look closer myself for a solution. For other users, this was my mistake :
Features of the JavaScript Library has a tick box for enabling users
to filter or serach the table. Mine was not ticked.
You live and learn and then you keep on living to learn more.
Thank you and all the best.Hi Tobias. Thank you for your prompt reply. You are one of the best plugin-authors with regards to support. I’ve made a small donation.
My situation is as follows : I am total newby, with no coding knowledge.
I am using a localhost (XAMPP), and will be doing so until my website is ready to go live (2 months from now?).So unfortunately I cannot give you a link.
So with regards to the ColumnFilterWidget : I have tried different themes (twenty eleven,twelve and thirteen) with no luck. The dropdown boxes do appear and are populated with data. But when I choose a value the filter does not work, still showing all values in the table.
I’ve googled a bit – could it it be a XAMPP, jQuery issue?
Best wishesHi Tobias
As a beginner could you please explain what do do you mean with a “rights issue”. How do I fix that. Working on WP 3.6
Thanx for all your hard work.
RegardsForum: Plugins
In reply to: [Connections Business Directory] Remove Add to addressbook & last updatedShazahm
Thank you. Your’e a star.Forum: Plugins
In reply to: [Connections Business Directory] Remove Add to addressbook & last updatedShazahm
Thank you very much that worked. Now
how do I get rid of the Category and its description?
RegardsForum: Plugins
In reply to: [YOP Poll] Multiple Polls on page show questions only.I am a novice to WordPress and currenly working on a XAMPP localhost.
Thank you.Forum: Plugins
In reply to: [YOP Poll] Multiple Polls on page show questions only.Hi thank you for the reply.
I have made the changes to the template (White). Unfortunately nothing changed. All questions with the vote and results still show up on the page.
RegardsForum: Plugins
In reply to: Setting up a Free Client Portal for WordPress 3.5Being a new to WP I lost you in step 3. I have create a new file called “Login” using Advanced Code editor. I cannot see the file (I’m using the Twenty Twelve template) to paste the code into.
I can see the file was created in my /wp-content/themes/twentytwelve/ folder, but it is not a php file. I am using XAMPP as a localhost.Thank you in advance