Josh Fisher
Forum Replies Created
-
Hello, Doesn’t matter i found an alternative solution, was on a tight de3adlin and needed it sorting but cheers anyways.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Not Sorting By DateHello, added the value 00/00/0000 in the empty fields but no joy still that 20/08/2016 that comes inbetween to other dates :/
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Not Sorting By DateUsing the command stops the sort function on the column :/
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Not Sorting By Datehttps://goo.gl/xFZJRo / NuclearPenguin and its New Opportunities section, deadline date column
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Not Sorting By Dateall the dates in the column are in the format dd/mm/yyyy and those without dates are just blank, but its still that one row with the date 20/08/2016 that comes in between the two dates, is it because there is a 0 before the month ?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Linkssorry didnt display correctly
Sub links() LastRow = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row For I = 2 To LastRow Cells(I, 2).Value = "<a href=" & Chr(34) & "" & Cells(I, 1).Value & Chr(34) & ">" & Cells(I, 3).Value & "</a>" Next I End Sub
cheers no problem
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] LinksCheers was a big help, I altered the macro to take a link from column A, the title from column B, and produce html code in column C
Sub links()
LastRow = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row
For I = 2 To LastRow
Cells(I, 2).Value = “” & Cells(I, 3).Value & ““
Next I
End SubHope this helps anyone else
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile ??Cheers dude found this after I put this comment, you should really combine the two plugins into one, dont see why you have 2 separate plugins for this.
Forum: Plugins
In reply to: [WP Job Manager] Change search keywords to job typenevermind
Forum: Plugins
In reply to: [WP Job Manager] Change search keywords to job typeBecause I don’t have the checkbox underneath my job filter to select weather its permanent, temporary or contract.
Forum: Plugins
In reply to: [The Events Calendar] Increase Months LinkNvm