jomo5280
Forum Replies Created
-
So, if i was to use the inverted filtering extension, knowing that it could expose other customer data, could i somehow isolate the search, to only search a specific column of data ( ie. customer#) – that way it wouldn’t be as easy to pull up others data? One would enter their customer # and that would appear. (The info we have is not really sensitive info, just statistics)
Also, by using this extension, would it effect any of my existing tables that i have setup that are for standard use?
thanks!Thank you!
Any recommendations of other plugins that could serve as a foundation for a custom database / Php search script?
(still using tablepress for my other needs and love it!)Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] start end / end timeah-ha! i should have caught that!
my bad! thank you!Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] start end / end timehere ya go: https://skiloveland.com/events/
Look at the 19th – should be 9am – 4pm – only the end-time is showing up.
thanks!Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] start end / end timeNo – not using the template.
I did tick the button to use the default template code – but had to turn it back off as it was not displaying any of my event data…
I did inspect the HTML and it seems the span class distort is there, but on activated.
(grayed out)thanks!
thanks for the quick response!!! – I got it to show all dates – i just had to flush the cache a few times… my mistake.
as far as hiding the nav buttons, i assume this would work:
.my-calendar-nav, .list {
display: none !Important;
}Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Problem with widget ImagesYep! ill watch for the update.
I currently have 2.4.8Resolved! I used the following to get rid of all of the “extras” around my table.
‘datatables_paginate’ => false, ‘datatables_sort’ => false, ‘datatables_filter’ => false, ‘datatables_info’ => false
Awesome plugin! will definitely rate it!
Nevermind on that last request – (I had the php inside another class – ooops!)
Are there parameters to Not Display “previous / next” pagination as well as “1 of 1 entries”?
thanks!
Almost there –
when i wrap this in php it works – but it seems like it loses all of the formatting and all data is stacked vertically:
tablepress_print_table(array(‘id’ => ‘1’, ‘hide_columns’ => ‘all’, ‘show_columns’ => ‘2,3,4,11’, ‘hide_rows’ => ‘all’, ‘show_rows’ => ‘1,2’ ));
It should display 2 rows and four columns – am i doing this wrong?
Thanks for assistance, I truly appreciate it!
If you don’t mind, and have a chance – can you help me with the syntax – i need to use the following Shortcode – but convert it to php so i can put it in a div in the header.php file – Struggling with it a bit…
[table id=1 show_columns=”2,3,4,11″ show_rows=”1,2″ hide_columns=”all” hide_rows=”all” /]
Thank you!
Awesome!
So if we add a single row everyday to the table (a new row under the column titles) – will that keep the same row number/ID? For instance ID=2?
Jonas – i have same situation – did you find a fix?
Thanks!