Keyword Management (Keyword Replace) [Deleted]

I tested it now under xenforo 1.5.0 Beta 1 and it seem to be working like it should. :)
 
@au lait - I have a suggestion. It would be awesome to see this integrated with the new tag function in XF 1.5. So in addition to a keyword being defined and linked, the admin would have a setting/option to automatically tag the topic with that keyword.

Is this something you would consider adding? :)
 
@au lait

Is there any way to get rid of duplicate entries?

On Site A, I created 200 entries, exported that, and imported them on Site B.

Then I added 20 more entries on Site A, exported all, imported on Site B, and now have 420 entries on Site B (duplicates for 200 of them, single entries for 20).

I have purchased multiple licenses of this addon and would like to be able to keep them all the same across sites.
 
I was able to get rid of the icon by changing the contents of kwm.css to the following:

Code:
.KWMLlink {
background-position: center right!important;
background-repeat: no-repeat!important;
}
 
Starting to get server errors after an upgrade to php 5.6
These are logged with every view of a Resource in our RM

Error Info:
Code:
ErrorException: Undefined index: post_id - library/phc/KeywordManagement/Helper/KWMHelper.php:176
Generated By: Unknown Account, 14 minutes ago

Stack Trace:
Code:
#0 /home/######/public_html/library/phc/KeywordManagement/Helper/KWMHelper.php(176): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/######/...', 176, Array)
#1 /home/######/public_html/library/phc/KeywordManagement/Extend/Resource/ViewPublic/Description.php(11): phc_KeywordManagement_Helper_KWMHelper::KWMSystem(Array)
#2 /home/######/public_html/library/XenForo/ViewRenderer/Abstract.php(227): phc_KeywordManagement_Extend_Resource_ViewPublic_Description->renderHtml()
#3 /home/######/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(71): XenForo_ViewRenderer_Abstract->renderViewObject('XenResource_Vie...', 'Html', Array, 'resource_descri...')
#4 /home/######/public_html/library/XenForo/ViewRenderer/Abstract.php(249): XenForo_ViewRenderer_HtmlPublic->renderView('XenResource_Vie...', Array, 'resource_descri...', NULL)
#5 /home/######/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(68): XenForo_ViewRenderer_Abstract->renderSubView(Object(XenForo_ControllerResponse_View))
#6 /home/######/public_html/library/XenForo/FrontController.php(586): XenForo_ViewRenderer_HtmlPublic->renderView('XenResource_Vie...', Array, 'resource_view', Object(XenForo_ControllerResponse_View))
#7 /home/######/public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#8 /home/######/public_html/index.php(13): XenForo_FrontController->run()
#9 {main}

Request State:
Code:
array(3) {
["url"] => string(71) "https://www.survivalmonkey.com/resources/mossberg-500-shotgun-12ga.141/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Get these errors after saving a keyword in version 1.7:

Server Error
Undefined index: find_route

  1. XenForo_Application::handlePhpError() in phc/KeywordManagement/Helper/Helper.php at line 71
  2. phc_KeywordManagement_Helper_Helper::checkInternalLinkAndFetchThreadId() in phc/KeywordManagement/DataWriter/KWM.php at line 53
  3. phc_KeywordManagement_DataWriter_KWM->_verifyURLThreadId()
  4. call_user_func_array() in XenForo/DataWriter.php at line 982
  5. XenForo_DataWriter->_runVerificationCallback() in XenForo/DataWriter.php at line 725
  6. XenForo_DataWriter->_isFieldValueValid() in XenForo/DataWriter.php at line 643
  7. XenForo_DataWriter->set() in phc/KeywordManagement/DataWriter/KWM.php at line 89
  8. phc_KeywordManagement_DataWriter_KWM->setLinkOrSlugAndVerfify() in phc/KeywordManagement/ControllerAdmin/KWM.php at line 164
  9. phc_KeywordManagement_ControllerAdmin_KWM->actionSave() in XenForo/FrontController.php at line 347
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /var/www/virtual/XXXX/htdocs/forum/admin.php at line 13

Any idea?
 
I just tested this (I have 1.5 installed on XF 1.5) and there are no problems. I also use php 5.6 (php-fpm)
 
Back
Top Bottom