Part of my problem, was that I was creating a spreadsheet of data to import and did not have my dates in UNIX timestamps.
Eventually, I found that with the use of Feeds Tamper module I was able to import dates if I started as UNIX timestamp AND I found a website where I could batch convert my dates to UNIX timestamps.
I am seeing via dpm debug that the nodes that are authored by someone else are not even being interrogated at the view level; they are simply avoiding the hook_node_access call.
Yet the...
One suggestion would be to "fail early". It looks like if the user does not have the organisation field set, none of the other code matters.
if ($role == "organisation") {
$u = user_load($...
Great, willowf! Glad to help.
Yes, posting on the issue queues is the way to go. What you saw here doesn't always happen :) stpaultim and I caught an interest in this module since it was...
Posted11 hours 45 min ago by Alejandro Cremaschi (argiepiano) on:
Hi onyx. No time to debug for you, but have you try step-debugging, or inserting dpm() before each return to check if the logic is working in your code? Also, keep in mind that other...
Posted11 hours 50 min ago by Alejandro Cremaschi (argiepiano) on:
You've included everything relevant. Thank you. You don't need to be a developer to help; writing clear reproduceable bug reports helps people identify the cause and remedy of problems
Posted14 hours 19 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
Part of my problem, was that I was creating a spreadsheet of data to import and did not have my dates in UNIX timestamps.
Eventually, I found that with the use of Feeds Tamper module I was able to import dates if I started as UNIX timestamp AND I found a website where I could batch convert my dates to UNIX timestamps.
https://www.epochconverter.com/batch
Hi, i got it without Tamper, i used this format "2017-09-17T18:21:26-0500" it works for the Date field and Publish date too, works with XML or CSV