AllanPedersen
Forum Replies Created
-
Hi,
This “old” solution from Tobias worked for me.
You should also be able to do it with user role editor. Just add the roles to administrator.
Hi Tobias,
I’m also missing the plugin in the dashboard toolbar now…
/Allan
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting with hidden columnHi Tobias,
Looks like I’ll be buying the beer next time I’m in Magdeburg….
Seems to be working perfect now!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting with hidden columnHi again,
I have made a test site with a test table that shows you the issues im having:
http://testsite.klisterpapir.dk/
Allan
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting with hidden columnIm using Version 1.5.1 of TablePress and Version 1.0 of the DataTables Sorting extention.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting with hidden columnI think i understood you question now.
I hide it from the Custom Commands in the Features of the Datatables Javascript Library. There i added
“aoColumnDefs”: [ { “iDataSort”: 0, “aTargets”: [ 1 ] }, { “bVisible”: false, “aTargets”: [ 0 ] } ]
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting with hidden columnThanks for the quick reply.
I’m assuming that it is the { “bVisible”: false, “aTargets”: [ 0 ] } ] command that hides it.
Im not able to link to it because it is running internal. I can supply you with screendumbs or sourcecode.
Forum: Plugins
In reply to: [List category posts] customfield_display in custom templateGreat workaround! I can confirm that it works 🙂
Forum: Plugins
In reply to: [List category posts] customfield_display in custom templateSame problem for me 🙁
Do you mind sharing what you did?