Mr Lucky
Well-known member
This was working great, sadly it seems to not work with latest version of xenforo and/or resource manager. Can anyone help please?
I take that back, I've now got it working again in the resource manager.
This was working great, sadly it seems to not work with latest version of xenforo and/or resource manager. Can anyone help please?
I just purchased the add-on. How do I download it?
I didn't use a Paypal email address. I paid by credit card. In any case, I received only a receipt, and nothing else.
Hello! plugin does not work anymore, update Will be done? Versiyon 1.4.4
<script </script <html </html <plaintext </plaintext <xmp </xmp <noframes <noembed <noscript <nojava onload onMouseover java marquee onClick onMouseout <link </link <basefont </basefont <base </base <meta </meta <body </body <style </style <iframe </iframe
<a href="https://www.flickr.com/photos/22065841@N05/16204104217/" title="b20150125-1 by _loupe, on Flickr"><img src="https://farm8.staticflickr.com/7439/16204104217_d4f013f27f_z.jpg" width="468" height="640" alt="b20150125-1"></a>
Posting a PayPal donate button directs to /inline-mod/post/switch instead. Any ideas?
We purchased this addon last week to deal with migrated content with complex HTML. Its working about 75% of the time, but we have some posts that when wrapped with the tag simply will not render the html. I've even tried removing all of the complex html and putting a simple line of text wrapped with parsehtml tags and it doesn't work. Even stranger is we have a development environment to test our sites on, the same migrated content works fine there.
Question: Any ideas if there's something lurking in user group permissions or a setting on the post itself that might stop this from working? The parsehtml tag appears not rendered like : [parsehtml]
I've tried shutting off all other addons and that didn't help. I'm logged in as the site administrator trying to clean up these posts. I can provide an example if that helps. The other confusing factor is that this works fine 75% of the time.
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![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.