Add simple date filter to News items ie Month / Year ?
I'm new to umbraco. Please can you let me know how simple it is to implement a frontend filter to a simple news page so the News items are able to be filtered by Month or Year? The news section will eventually have over 100 stories in and clicking 'Previous' or 'Load more' would be too detious for the user.
No, it is fairly simple.
You need to add a form to your page template for users to select the month/year and post it to a surface controller which can then set the filter and return you to the page, would help if maybe you provided the code of your template so we can see what you are doing in that first.
Thanks for your reply and I appreciate that I havent supplied much information to support my question, code etc. I'm not the developer tbh - I wanted to guage if its was a simple or complicated task as I've been quoted 'late hundreds' to add this function.
OK cool - I realise its difficult to guage the work required tbf. For the record... the news section is already setup and built... its the filter functionality thats to be added after.
its the filter functionality thats to be added after.
That would affect the timescale as they will be working with existing code/data so unless they were the ones that initially developed it it is likely to take a little longer, plus you need to allow a little extra time for toing and froing between developer and client when the client tests the solution, so 3-4 days would not be excessive TBH.
Add simple date filter to News items ie Month / Year ?
I'm new to umbraco. Please can you let me know how simple it is to implement a frontend filter to a simple news page so the News items are able to be filtered by Month or Year? The news section will eventually have over 100 stories in and clicking 'Previous' or 'Load more' would be too detious for the user.
Is this obviously too complicated for Umbraco?
No, it is fairly simple. You need to add a form to your page template for users to select the month/year and post it to a surface controller which can then set the filter and return you to the page, would help if maybe you provided the code of your template so we can see what you are doing in that first.
Thanks for your reply and I appreciate that I havent supplied much information to support my question, code etc. I'm not the developer tbh - I wanted to guage if its was a simple or complicated task as I've been quoted 'late hundreds' to add this function.
Well, it would take a day or so to implement and test so cost would be determined by time and how much they charge for dev work :)
Thanks Huw - they quoted 3-4 days.
3-4 days and a quote in the late hundreds sounds very cheap to me :)
some companies for 3-4 days work would be in the low thousands not high hundreds.
OK cool - I realise its difficult to guage the work required tbf. For the record... the news section is already setup and built... its the filter functionality thats to be added after.
That would affect the timescale as they will be working with existing code/data so unless they were the ones that initially developed it it is likely to take a little longer, plus you need to allow a little extra time for toing and froing between developer and client when the client tests the solution, so 3-4 days would not be excessive TBH.
Yes they were the original one who have only just developed it. Appreciate your feedback.
No problem at all.
is working on a reply...