[xfCrowd] NotePad

[xfCrowd] NotePad 1.3

No permission to download
give me error log please.

Code:
ErrorException: Fatal Error: Call to undefined method XenDevelop_Noted_Model_Note::getNotesTitleForUser() - library/XFCrowd/NotePad/ControllerPublic/Account.php:17

array(3) {
  ["url"] => string(162) "https://mafialandia.com/account/notepad?&_xfRequestUri=%2F&_xfNoRedirect=1&_xfToken=2%2C1458379619%2C9c5efd2d9b80d9454e7012b0c3fe09a8a47e1753&_xfResponseType=json"
  ["_GET"] => array(5) {
    ["/account/notepad"] => string(0) ""
    ["_xfRequestUri"] => string(1) "/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(53) "2,1458379619,9c5efd2d9b80d9454e7012b0c3fe09a8a47e1753"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}
 
XenDevelop_Noted_Model_Note Do you have this path in your library folder?
What is XenDevelop plugin?
 
In last version is removed link from drop down.
The link for edit show on sidebar block footer.
Thank you, i also wonder where the notepad link is.

In my opinion it's better in the old position.
If it is in sidebar, and i write a long content, it will push other blocks down.
 
Hi @kalco I'm trying to use this but it simply doesn't appear anywhere. I have made it appear by putting the contents of xfc_notepad_sidebar in forum_list, but it doesn't save what I put into it and keeps the default text. I've disabled all sidebar addons during testing and that didn't change anything.

It works on the default Xenforo theme. I'm using UI.X. I'm willing to let you take a peek in my ACP.

Edit: I fixed this by updating to Xenforo 1.5.9 (was 1.5.2 prior) and updating UI.X to the latest version.
 
Last edited:
It was working perfect from long time
I updated XF version to 1.5.8, now I got this :
(I don't want to uninstall it as I will loose the data)

An exception occurred: Mysqli prepare error: Unknown column 'title' in 'field list' in /home/username/public_html/forum/library/Zend/Db/Statement/Mysqli.php on line 77

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 825
  5. Zend_Db_Adapter_Abstract->fetchOne() in XFCrowd/NotePad/Model/NotePad.php at line 24
  6. XFCrowd_NotePad_Model_NotePad->getNotesTitleForUser() in XFCrowd/NotePad/Listener.php at line 37
  7. XFCrowd_NotePad_Listener::templateHook() in XenForo/CodeEvent.php at line 58
  8. XenForo_CodeEvent::fire() in XenForo/Template/Abstract.php at line 285
  9. XenForo_Template_Abstract->callTemplateHook() in /home/username/public_html/forum/internal_data/templates/S.1,L.2,PAGE_CONTAINER.php at line 1197
  10. include() in XenForo/Template/Abstract.php at line 260
  11. XenForo_Template_Abstract->_renderInternal() in XenForo/Template/Abstract.php at line 191
  12. XenForo_Template_Abstract->render() in XenForo/Template/Public.php at line 110
  13. XenForo_Template_Public->render() in XenForo/ViewRenderer/HtmlPublic.php at line 140
  14. XenForo_ViewRenderer_HtmlPublic->renderContainer() in XenForo/FrontController.php at line 639
  15. XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
  16. XenForo_FrontController->run() in /home/username/public_html/forum/index.php at line 13
 
An exception occurred: Mysqli prepare error: Unknown column 'title' in 'field list' in /home/username/public_html/forum/library/Zend/Db/Statement/Mysqli.php on line 77
Check your "[PREFIX]_xfc_notepad" table (for example using phpmyadmin).
Make sure there are 4 columns there :
  1. id
  2. user_id
  3. content
  4. title : varchar (50)
 
Does anyone try to use this in PHP 7.1?
In 7.0 there is no error.
In 7.1 there is this error :
Invalid use of $this in :

Code:
/library/XFCrowd/NotePad/Listener.php
Line 32 :
PHP:
$parser = new XenForo_BbCode_Parser(XenForo_BbCode_Formatter_Base::create('Base', array('view' => $this)));
 
Also pining for a XF2 version!!

Does anyone try to use this in PHP 7.1?
In 7.0 there is no error.
In 7.1 there is this error :
Invalid use of $this in :

Code:
/library/XFCrowd/NotePad/Listener.php
Line 32 :
PHP:
$parser = new XenForo_BbCode_Parser(XenForo_BbCode_Formatter_Base::create('Base', array('view' => $this)));
I have this problem!!! Did you ever figure out how to fix this? :(
 
Also pining for a XF2 version!!


I have this problem!!! Did you ever figure out how to fix this? :(

 
This one unfortunately doesn't cut it for us because my users are very attached to the sidebar notepad. Thank you though :)
 
Top Bottom