Hi Scott, I have seen that you update qa-user-activity.php
The issue n°5 github is still not solved. We get:
PHP Notice: Undefined index: custom in qa-user-activity.php on line 144
Please be so kind and fix this by initializing the field before line:
if ( !$hidecss )
like so: $qa_content['custom'] = "";
$qa_content['custom'] = "";
Thank you! Kai :)
My temporary fix code : Add more(red color) php code.
if ( !$hidecss ) $qa_content['custom'] = uact_css();
elseif ( $hidecss ) $qa_content['custom'] = "";
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.