This add-on can work with the Resources manager, it just needs a single file to be edited by hand.
Open the file: library - XenResource - ViewPublic - Resource - Description.php
And replace its content with the following.
PHP:<?php class XenResource_ViewPublic_Resource_Description extends XenForo_ViewPublic_Base { public function renderHtml() { XenForo_Application::set('view', $this); $formatter = Dark_ParseHTML_BbCode_Formatter_Ritsu::create('Dark_ParseHTML_BbCode_Formatter_Ritsu', array('view' => $this)); $bbCodeParser = new Dark_ParseHTML_BbCode_Parser($formatter); $bbCodeOptions = array( 'states' => array( 'viewAttachments' => $this->_params['canViewImages'] ), 'showSignature' => false ); $this->_params['update']['messageHtml'] = Dark_ParseHTML_ViewPublic_Helper_Message::getBbCodeWrapper( $this->_params['update'], $bbCodeParser, $bbCodeOptions ); } }
Be sure to back up that file and use this edit at your own risk![]()
i am interested too.Does anyone know of an alternative for this addon in XF v2?
We use essential cookies to make this site work, and optional cookies to enhance your experience.