Quick Reply For Guest

Quick Reply For Guest 1.0.9

No permission to download
I don't know. It should be just visible for admins. But how it is implemented depends on the difficulty and how you like to do it.
If it's here: /admin.php?stats/daily /weekly /monthly it would be quite handy and there are already graphs :D

The pure numbers are interesting for me ( I hope for all others, too) so that I/we can measure what the users are doing.
 
Last edited:
I don't know. It should be just visible for admins. But how it is implemented depends on the difficulty and how you like to do it.
If it's here: /admin.php?stats/daily /weekly /monthly it would be quite handy and there are already graphs :D

The pure numbers are interesting for me ( I hope for all others, too) so that I/we can measure what the users are doing.


It not difficult. See how many people want this feature? Hehe
 
Having even a simple count per day of the registrations made by the Add-on would be a good proof that this is really helping to get new member joins. If people can show many registration from this, more forums will want to use it.

In ACP you can show statistic of Register per days, weeks and months. So It good option allow me use ;)
 
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'referral_guest_quick_reply' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 20 minutes ago

... and registration fails.

Have disabled this add-on for now.
Any errors when install? Look like some fields was not added yet.
 
Installer.php appears to have a ALTER for the column to set type and default, but the CREATE TABLE doesn't have any reference to the column
 
Last edited:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'referral_guest_quick_reply' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 20 minutes ago

... and registration fails.

Have disabled this add-on for now.
Are you using addon Installer?
 
How can i translate the login box: there come something like: to complete...
But in frases i don't find this...
 
Just got the error, I don't use addon installer

Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'referral_guest_quick_reply' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 5 minutes ago
Stack Trace
#0 /home/chefsucc/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /home/chefsucc/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /home/chefsucc/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /home/chefsucc/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /home/chefsucc/public_html/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_user', Array)
#5 /home/chefsucc/public_html/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#6 /home/chefsucc/public_html/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#7 /home/chefsucc/public_html/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#8 /home/chefsucc/public_html/library/Andy/NewUserConversation/ControllerPublic/Register.php(16): XenForo_ControllerPublic_Register->actionRegister()
#9 /home/chefsucc/public_html/library/XenForo/FrontController.php(347): Andy_NewUserConversation_ControllerPublic_Register->actionRegister()
#10 /home/chefsucc/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /home/chefsucc/public_html/index.php(13): XenForo_FrontController->run()
#12 {main}
Request State
array(3) {
["url"] => string(44) "http://www.chefsuccess.com/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(16) {
["username"] => string(0) ""
["dcdb107eced5c502656abeb4fcf8eab5"] => string(6) "Lennie"
["4e511d78a916a8f2751be00f5a05ffd0"] => string(0) ""
["5d8ef9377e6f41b3b65930cd9fac292e"] => string(19) "[edited out]"
["324ed8a21a8a1ced152e10c2f6e162bc"] => string(6) "female"
["dob_month"] => string(1) "8"
["dob_day"] => string(2) "22"
["dob_year"] => string(4) "1950"
["6d8bf088885ad5daacb0bdb118f59169"] => array(1) {
["zwrimgrjmmnkywvmmzky"] => string(0) ""
}
["custom_fields_shown"] => array(1) {
[0] => string(20) "zwrimgrjmmnkywvmmzky"
}
["58de9c02ac14842c384ebef1528a2d1c"] => string(16) "America/New_York"
["recaptcha_challenge_field"] => string(270) "03AHJ_VuusuUdHxqFAW4ALzqYlP6tdOrorGsMHBFcwjKjNfWA0JYRstJw_99p3pvSvHpbQvtSpCi47PBSpxtx6bacZHQHbYZqpmzZGPBsGe7d0IXhJdUsBiH8fijcDF9gTqoxImbI3BCHggiRp2nN1uWEKqO_ApLQkrwNqMGGQjyoeiLojD6N0FLzOYRK3cPoXfD5EtrgNeIAoznMOKt0ZVHkUgvBJ19uBtiMMPbhrHkzH_Fx_YafHxYgAe93HtZA_zAH58laI-Ur1"
["recaptcha_response_field"] => string(3) "703"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "edb0dc2cdaef392845e163f02475682a"
}
}
 
Also got this error

Error Info
ErrorException: in_array() expects parameter 2 to be array, null given - library/Nobita/QuickReplyGuest/XenForo/ControllerPublic/Thread.php:18
Generated By: Unknown Account, Yesterday at 7:30 PM
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(2, 'in_array() expe...', '/home/physicsf/...', 18, Array)
#1 /home/physicsf/public_html/library/Nobita/QuickReplyGuest/XenForo/ControllerPublic/Thread.php(18): in_array(102, NULL)
#2 /home/physicsf/public_html/library/PF/ExtraCriteria/ControllerPublic/Thread.php(7): Nobita\QuickReplyGuest\XenForo\ControllerPublic\Thread->actionIndex()
#3 /home/physicsf/public_html/library/ShowSimilarThreads/ControllerPublic/Thread.php(7): PF_ExtraCriteria_ControllerPublic_Thread->actionIndex()
#4 /home/physicsf/public_html/library/Andy/Bookmark/ControllerPublic/Thread.php(15): ShowSimilarThreads_ControllerPublic_Thread->actionIndex()
#5 /home/physicsf/public_html/library/CTA/FeaturedThreads/ControllerPublic/Thread.php(504): Andy_Bookmark_ControllerPublic_Thread->actionIndex()
#6 /home/physicsf/public_html/library/XenForo/FrontController.php(347): CTA_FeaturedThreads_ControllerPublic_Thread->actionIndex()
#7 /home/physicsf/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/physicsf/public_html/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(71) "https://www.physicsforums.com/threads/voltage-across-a-resistor.108599/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Also got this error

Error Info
ErrorException: in_array() expects parameter 2 to be array, null given - library/Nobita/QuickReplyGuest/XenForo/ControllerPublic/Thread.php:18
Generated By: Unknown Account, Yesterday at 7:30 PM
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(2, 'in_array() expe...', '/home/physicsf/...', 18, Array)
#1 /home/physicsf/public_html/library/Nobita/QuickReplyGuest/XenForo/ControllerPublic/Thread.php(18): in_array(102, NULL)
#2 /home/physicsf/public_html/library/PF/ExtraCriteria/ControllerPublic/Thread.php(7): Nobita\QuickReplyGuest\XenForo\ControllerPublic\Thread->actionIndex()
#3 /home/physicsf/public_html/library/ShowSimilarThreads/ControllerPublic/Thread.php(7): PF_ExtraCriteria_ControllerPublic_Thread->actionIndex()
#4 /home/physicsf/public_html/library/Andy/Bookmark/ControllerPublic/Thread.php(15): ShowSimilarThreads_ControllerPublic_Thread->actionIndex()
#5 /home/physicsf/public_html/library/CTA/FeaturedThreads/ControllerPublic/Thread.php(504): Andy_Bookmark_ControllerPublic_Thread->actionIndex()
#6 /home/physicsf/public_html/library/XenForo/FrontController.php(347): CTA_FeaturedThreads_ControllerPublic_Thread->actionIndex()
#7 /home/physicsf/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/physicsf/public_html/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(71) "https://www.physicsforums.com/threads/voltage-across-a-resistor.108599/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
The option alway return as Array. Are you updated the option?
 
Top Bottom