Deetimba
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Infinite Scroll] How to use with Tetris theme?good point. Did you figured sth out? I would appreciate your feedback.
Cheers, D
Forum: Plugins
In reply to: [ULTIMATE TABLES] Sort table by first column descendentWell,
I found the parameter which changes sort order by date in the format YYYY-MM-DD, just add the following (assuming you have 3 columns) to the init.php after line 210:
"aoColumns": [ {"sType": "date-euro"}, {"bSortable": true}, {"bSortable": true} ]To change alphabetical sorting just replace
{"sType": "date-euro"},
with
{ "asSorting": [ "desc" ] },Hope that helps. You can find more info here: http://www.datatables.net/usage/columns. Notice that changes in init.php apply to all tables you create using the plugin.
Cheers,
TimForum: Plugins
In reply to: [ULTIMATE TABLES] Sort table by first column descendentHi everyone,
same same here. But first: good stuff and nice implementation of datatables.net (http://goo.gl/XPqFM).
I installed the plugin yesterday and want to sort by date (YYYY-MM-DD, desc order). I have not found a way on how to do it. So I would really appreciate any help on how I can change the sorting on single tables .
Thanks, Tim
Forum: Fixing WordPress
In reply to: Social media links on author pagesOh, without a plugin… make static pages and customize them each.
Just need to add a “if then else” code, asking for the auhtors ID and then linking to the page.Cheers
Forum: Fixing WordPress
In reply to: Social media links on author pagesHi, I was looking for exactly the same, here is what I have found:
1. Social Profiles. no Facebook support but usable for multiple authors.and 2. Social Media Page. Facebook support but no multiple authors available.
Both are working good. so make your choise. I am using the first one.
Cheers