R
ragtek
Guest
i hope you're able to change it

were you able to customize it, or do i need to change something else in the code?Thanks for the update, makes the addon super useful and customisable.
I would also be very interested in this...Can you add the option of starting a conversation with the OP when there thread is deleted or moved to a particular section.
Server Error
Mysqli prepare error: Unknown column 'description' in 'field list'
- Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
- Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
- Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
- Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
- Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1591
- XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1580
- XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1381
- XenForo_DataWriter->save() in Ragtek/MM/ControllerAdmin/Multimod.php at line 90
- Ragtek_MM_ControllerAdmin_Multimod->actionSave() in XenForo/FrontController.php at line 310
- XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
- XenForo_FrontController->run() in ~/public_html/admin.php at line 13
public function _installVersion12(){
self::addColumn(self::ADDON_PRIMARY_TABLE, 'description', " TEXT CHARACTER SET utf8 COLLATE utf8_general_ci");
}
alter table xf_r_multimod add description TEXT CHARACTER SET utf8 COLLATE utf8_general_ci
Links are disappearing in the latest update (since it went to the ajax) and they don't load back after they been hovered over..
<xen:title>{xen:phrase ragtek_multimods}</xen:title>
<xen:navigation>
<xen:breadcrumb source="$nodeBreadCrumbs" />
<xen:breadcrumb href="{xen:link full:threads, $thread}">{xen:helper threadPrefix, $thread}{$thread.title}</xen:breadcrumb>
</xen:navigation>
<xen:container var="$bodyClasses">{xen:helper nodeClasses, $nodeBreadCrumbs, $forum}</xen:container>
<xen:container var="$searchBar.thread"><xen:include template="search_bar_thread_only" /></xen:container>
<xen:container var="$searchBar.forum"><xen:include template="search_bar_forum_only" /></xen:container>
<ul class="secondaryContent blockLinksList">
<xen:if is="{$multimods}">
<xen:foreach loop="$multimods" value="$mod">
<li class="listItem PopupItemLink">
<a href="{xen:link 'threads/run-multi-mod', $thread, 'mod_id={$mod.multimod_id}'}" class="OverlayTrigger Tooltip"
title="<xen:if is="{$mod.description}">{$mod.description}<xen:else />{$mod.title}</xen:if>
">{$mod.title}</a>
</li>
</xen:foreach>
<xen:else />
{xen:phrase ragtek_mm_nothing_available}
</xen:if>
</ul>
If anybody else is having this problem, change your template ragtek_mm_list to
.
Mysqli prepare error: Unknown column 'reply_creator_user_id' in 'field list'
- Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
- Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
- Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
- Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
- Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1591
- XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1580
- XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1381
- XenForo_DataWriter->save() in Ragtek/MM/ControllerAdmin/Multimod.php at line 83
- Ragtek_MM_ControllerAdmin_Multimod->actionSave() in XenForo/FrontController.php at line 310
- XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
- XenForo_FrontController->run() in /home/robynswo/public_html/forum/admin.php at line 13
We use essential cookies to make this site work, and optional cookies to enhance your experience.