Hi,
We have updated the plugin today and have received the below error.
Please can you assist in fixing this issue?
Error: WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ” at line 1]
ALTER TABLE wp_rnu_acknowledgements CHANGE COLUMN idRNU_ACKNOWLEDGMENT
`idRNU_ACKNOWLEDGMENT’ BIGINT(20) NOT NULL AUTO_INCREMENT;
I think this plugin is great for compliance use where you can take a bunch of people and make them sign off acknowledgement of important announcements and what not. But I feel like binding to the category is too restrictive. This creates a situation where you have to consciously think about the organization of your categories in order to use this plugin. It becomes more troublesome when wanting to use it on multiple parent categories.
I would actually think it would be a great idea to instead use either a shortcode, (something like [rnu_ack]) in the post body, OR to have a checkbox available on the post editor page to toggle RnU on/off on a per-post basis.
]]>I noticed that several of the questions have not been answered in the forum.
Do you plan to continue development of this plugin?
]]>Hi There
I have this plugin working on a test site and its exactly what we need. However I’m no putting it onto our dev site which is a multisite install of wordpress.
When i do this the buttons are there and you can confirm you have read, but once you refresh the button appears again and it hasn’t logged that the uses has clicked.
Is there any chance that this plugin could be made multisite compatible?
Thanks in advance.
Paul
]]>This plug in is fantastic and does something I have been looking for that no other plug in does. It is such a shame it is no longer being developed and therefore isnt showing as tested / supported on the latest WP (4.4.1). Have you any plans to bring it up to date (and keep it what way)?
Warm regards
]]>This plugin declares its Text Domain is “read_and_understood” but then uses “read-and-understood-locale” when it actually displays translations.
Could this be fixed one way or the other, so the Text Domain is correct?
]]>Hi,
this plugin is exactly what i was looking for but i wonder if it will work with wordpress 4.1.1
or if somebody know any similar plugin out there?
Warm regards Birken
]]>Hello Peter,
I am trying to use the RnU functionality in an e-learning scenario, whereby students confirm that they have completed a topic(post). So far I see a possible fit.
At this point in time you can only configure for 1 category. I have grouped my topics(posts) into 10 categories. Is it possible to have an option to select more the 1 category?
Your work in regards to this request, will be greatly appreciated.
Many Thanks,
Arnold
]]>If you experienced the error reported in Version 1.4, I could use your help.
I think that I found the error in version 1.4 that I still cannot replicate.
My hypothesis is that I went out of bounds on an array, and it generated an error that was destined for the output. In order to display that error, WP naturally output a context header as the error was the first message to be sent to the browser.
However, the context header had already been output in an attempt to write the exported CSV file. I think that might be the cause of the “headers already sent by …” message.
I believe that I have fixed the issue and would release it as version 1.6
However, I am in desperate need of a BETA tester. I need someone who experienced the ” headers already sent by … ” error in version 1.4 to whom I may send a link to version 1.6 (or at least a corrected copy of class_wp_rnu.php )
Any Volunteers??
]]>Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/wp-content/plugins/read-and-understood/class_wp_rnu.php:1) in /home/sonjalo/public_html/wp-includes/option.php on line 750
If I deactivate RnU, errors go away.
]]>Hi love the plugin
I would like to see on the report a list of users who have not clicked ‘read and understood’ as well as people who have.
Is this possible
]]>I need a shortcode
]]>After testing this plugin a bit today, I couldn’t get the export function to work. Not a deal-breaker for me, because I’ll probably just write a report that reads directly from the WordPress tables. But I was still curious as to why it didn’t work.
I traced the issue back to the wp_posts table that is referenced in your query. In my WordPress installation, my table names do not use the default “wp_” prefix, so the query was failing and returning the message “there are no records to export”. I changed the two instances of “wp_posts” on line 414 of class_wp_rnu.php to reflect my actual table name and ~voila!~ it works like a charm now.
Thanks again for this great plugin.
]]>Hi there
This looks like a great plugin.
Just a quick question- could you tell me if this works with custom post types please?
Thanks.
]]>Hi Peter,
When I click on export, I am not seeing an export. Is it supposed to download, email or put into some folder?
Also I am seeing the admin setting page briefly flash some other fields on the screen then remove them.
I have also verified that there is an acknowledgment in the table “xxxx_rnu_acknowledgements”
]]>Just installed on a test site to try out. Went to settings chose a category and checked the require login box. Upon saving we got
]]>Warning: _() expects exactly 1 parameter, 2 given in /home/sonjalo/public_html/wp-content/plugins/read-and-understood/class_wp_rnu.php on line 635