Smiley Manager

Smiley Manager 2.2.0

No permission to download
nice add-on, thanks, one question, is there anyway you can make those smilies smaller and use mouse over function showing original size?
 
I had update hot fix, but still got some same errors when use smile on profile post. Please help me fix it, thanks.

Server Error Log
Error Info
ErrorException: Undefined index: quickload_smiley - library/XenForo/Visitor.php:662
Generated By: Tài khoản không xác định, Vài giây trước
Stack Trace
#0 public_html/library/XenForo/Visitor.php(662): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/kenhsinh/...', 662, Array)
#1 public_html/library/Milano/SmileyManager/Listener.php(42): XenForo_Visitor->offsetGet('quickload_smile...')
#2 [internal function]: Milano_SmileyManager_Listener::templateEditorCreate('editor', Array, Object(XenForo_Template_Public))
#3 public_html/library/XenForo/CodeEvent.php(73): call_user_func_array(Array, Array)
#4 public_html/library/XenForo/Template/Abstract.php(82): XenForo_CodeEvent::fire('template_create', Array, 'editor')
#5 public_html/library/XenForo/Dependencies/Public.php(244): XenForo_Template_Abstract->__construct('editor', Array)
#6 public_html/library/XenForo/ViewRenderer/Abstract.php(263): XenForo_Dependencies_Public->createTemplateObject('editor', Array)
#7 public_html/library/XenForo/View.php(116): XenForo_ViewRenderer_Abstract->createTemplateObject('editor', Array)
#8 public_html/library/XenForo/ViewPublic/Helper/Editor.php(118): XenForo_View->createTemplateObject('editor', Array)
#9 public_html/library/MobileRead/ProfileBbCode/ViewPublic/Member/View.php(18): XenForo_ViewPublic_Helper_Editor::getEditorTemplate(Object(MobileRead_ProfileBbCode_ViewPublic_Member_View), 'message', '', Array)
#10 public_html/library/XenForo/ViewRenderer/Abstract.php(227): MobileRead_ProfileBbCode_ViewPublic_Member_View->renderHtml()
#11 public_html/library/XenForo/ViewRenderer/HtmlPublic.php(67): XenForo_ViewRenderer_Abstract->renderViewObject('XenForo_ViewPub...', 'Html', Array, 'member_view')
#12 public_html/library/XenForo/FrontController.php(572): XenForo_ViewRenderer_HtmlPublic->renderView('XenForo_ViewPub...', Array, 'member_view', NULL)
#13 public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#14 public_html/index.php(53): XenForo_FrontController->run()
#15 {main}
Request State
array(3) {
["url"] => string(53) "http://domain.com/members/username.123456/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
I had update hot fix, but still got some same errors when use smile on profile post. Please help me fix it, thanks.

Can you verify that line 42 of my listener file is
PHP:
if (!empty($visitor['quickload_smiley']))
and try to disable your profile bb code addon to see what what causes the error
 
Possible small bug (but not sure if it is in this add-on or Better Blogs - or the two combined butting heads).

Code:
ErrorException: Undefined index: quickload_smiley - library/XenForo/Visitor.php:662
Generated By: Unknown Account, Today at 12:18 AM
Stack Trace
#0 /var/www/apple4me/library/XenForo/Visitor.php(662): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/apple4...', 662, Array)
#1 /var/www/apple4me/library/Milano/SmileyManager/Listener.php(42): XenForo_Visitor->offsetGet('quickload_smile...')
#2 [internal function]: Milano_SmileyManager_Listener::templateEditorCreate('editor', Array, Object(XenForo_Template_Public))
#3 /var/www/apple4me/library/XenForo/CodeEvent.php(73): call_user_func_array(Array, Array)
#4 /var/www/apple4me/library/XenForo/Template/Abstract.php(82): XenForo_CodeEvent::fire('template_create', Array, 'editor')
#5 /var/www/apple4me/library/XenForo/Dependencies/Public.php(244): XenForo_Template_Abstract->__construct('editor', Array)
#6 /var/www/apple4me/library/XenForo/ViewRenderer/Abstract.php(263): XenForo_Dependencies_Public->createTemplateObject('editor', Array)
#7 /var/www/apple4me/library/XenForo/View.php(116): XenForo_ViewRenderer_Abstract->createTemplateObject('editor', Array)
#8 /var/www/apple4me/library/XenForo/ViewPublic/Helper/Editor.php(118): XenForo_View->createTemplateObject('editor', Array)
#9 /var/www/apple4me/library/XenForo/ViewPublic/Helper/Editor.php(167): XenForo_ViewPublic_Helper_Editor::getEditorTemplate(Object(WidgetFramework_XenForo_View1), 'message', '', Array)
#10 /var/www/apple4me/library/XfAddOns/Blogs/ViewPublic/Entry/Index.php(24): XenForo_ViewPublic_Helper_Editor::getQuickReplyEditor(Object(WidgetFramework_XenForo_View1), 'message', '', Array)
#11 /var/www/apple4me/library/XenForo/ViewRenderer/Abstract.php(227): XfAddOns_Blogs_ViewPublic_Entry_Index->renderHtml()
#12 /var/www/apple4me/library/XenForo/ViewRenderer/HtmlPublic.php(67): XenForo_ViewRenderer_Abstract->renderViewObject('XfAddOns_Blogs_...', 'Html', Array, 'xfa_blog_entry')
#13 /var/www/apple4me/library/XenForo/FrontController.php(572): XenForo_ViewRenderer_HtmlPublic->renderView('XfAddOns_Blogs_...', Array, 'xfa_blog_entry', NULL)
#14 /var/www/apple4me/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#15 /var/www/apple4me/index.php(13): XenForo_FrontController->run()
#16 {main}
Request State
array(3) {
  ["url"] => string(33) "http://sayapple.com/blog-entry/1/"
  ["_GET"] => array(1) {
    ["/blog-entry/1/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
 
Possible small bug (but not sure if it is in this add-on or Better Blogs - or the two combined butting heads).

Code:
ErrorException: Undefined index: quickload_smiley - library/XenForo/Visitor.php:662
Generated By: Unknown Account, Today at 12:18 AM
Stack Trace
#0 /var/www/apple4me/library/XenForo/Visitor.php(662): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/apple4...', 662, Array)
#1 /var/www/apple4me/library/Milano/SmileyManager/Listener.php(42): XenForo_Visitor->offsetGet('quickload_smile...')
#2 [internal function]: Milano_SmileyManager_Listener::templateEditorCreate('editor', Array, Object(XenForo_Template_Public))
#3 /var/www/apple4me/library/XenForo/CodeEvent.php(73): call_user_func_array(Array, Array)
#4 /var/www/apple4me/library/XenForo/Template/Abstract.php(82): XenForo_CodeEvent::fire('template_create', Array, 'editor')
#5 /var/www/apple4me/library/XenForo/Dependencies/Public.php(244): XenForo_Template_Abstract->__construct('editor', Array)
#6 /var/www/apple4me/library/XenForo/ViewRenderer/Abstract.php(263): XenForo_Dependencies_Public->createTemplateObject('editor', Array)
#7 /var/www/apple4me/library/XenForo/View.php(116): XenForo_ViewRenderer_Abstract->createTemplateObject('editor', Array)
#8 /var/www/apple4me/library/XenForo/ViewPublic/Helper/Editor.php(118): XenForo_View->createTemplateObject('editor', Array)
#9 /var/www/apple4me/library/XenForo/ViewPublic/Helper/Editor.php(167): XenForo_ViewPublic_Helper_Editor::getEditorTemplate(Object(WidgetFramework_XenForo_View1), 'message', '', Array)
#10 /var/www/apple4me/library/XfAddOns/Blogs/ViewPublic/Entry/Index.php(24): XenForo_ViewPublic_Helper_Editor::getQuickReplyEditor(Object(WidgetFramework_XenForo_View1), 'message', '', Array)
#11 /var/www/apple4me/library/XenForo/ViewRenderer/Abstract.php(227): XfAddOns_Blogs_ViewPublic_Entry_Index->renderHtml()
#12 /var/www/apple4me/library/XenForo/ViewRenderer/HtmlPublic.php(67): XenForo_ViewRenderer_Abstract->renderViewObject('XfAddOns_Blogs_...', 'Html', Array, 'xfa_blog_entry')
#13 /var/www/apple4me/library/XenForo/FrontController.php(572): XenForo_ViewRenderer_HtmlPublic->renderView('XfAddOns_Blogs_...', Array, 'xfa_blog_entry', NULL)
#14 /var/www/apple4me/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#15 /var/www/apple4me/index.php(13): XenForo_FrontController->run()
#16 {main}
Request State
array(3) {
  ["url"] => string(33) "http://sayapple.com/blog-entry/1/"
  ["_GET"] => array(1) {
    ["/blog-entry/1/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

Can you verify that line 42 of my listener file is
PHP:
if (!empty($visitor['quickload_smiley']))
 
@Milano, here is the section:
PHP:
<?php

                $visitor = XenForo_Visitor::getInstance();
                if ($visitor['quickload_smiley'])
I thought I had updated it so I will run the update again to make sure.

EDIT:
Pulled the update routine again and it did update the listener to include it.
 
Wonderful add-on.

While I'm considering this, I have a question... If this add-on is uninstalled in the future, what does it do with the sort order/display of smilies upon uninstall?
 
Less clicks is always welcomed in my books and I do find that when I'm replying or creating a thread/post that I always use a smiley on my forums. Plus, when I'm in the middle of writing a message and I need to add a smiley inbetween (say for example a sentence) you have to move to the top of the editor and then move down to the smiley panel which imo disrupts the flow whilst creating a message where minimising that would always be welcomed in my books by having an option to reduce the amount of clicks having to be made. It's mainly for the lazy folks (like me)

I'm currently working on this and btw @Shelley's suggestion has been done :).

Is there anyway to control this option? This add on is completely awesome in so many ways but some of my users don't use smilies and I would love to be able to turn it back to the smilie tab option instead of having them autolaod in the quick reply box.....

Maybe I can go edit the code if need be or something,
shrug.gif


Thanks so much either way milano!

-Matt
 
Is there anyway to control this option? This add on is completely awesome in so many ways but some of my users don't use smilies and I would love to be able to turn it back to the smilie tab option instead of having them autolaod in the quick reply box.....

Maybe I can go edit the code if need be or something,
shrug.gif


Thanks so much either way milano!

-Matt

It's in your Usercp >> preferences Screenshot_9.webp
 
(a task in itself)

Ain't that an understatement, lol. People are funny. Especially on the front end. The love to point everything out but have no idea how any of it works or realize the time involved with all this stuff. :rolleyes:


I'm going to drop my rating now.... +5
 
I couldn't leave a review for some reason but wanted to say thanks for this mod. This thing is core quality and hopefully something like this will make it into Xenforo someday. forumsmilies.webp
 
I couldn't leave a review for some reason but wanted to say thanks for this mod. This thing is core quality and hopefully something like this will make it into Xenforo someday. View attachment 61999

There's no reason why you shouldn't be able to leave a review unless you had the file already and never downloaded it from here. @Brogan - Any reason why @swansong can't leave a review other than he may have not downloaded the file?
 
Top Bottom