malmazan
10-23-2016, 05:36 PM
Here's the info in case somebody needs it.
On packages\vbcms\item\content\article.php
Find $attach->process_attachments($viewinfo, $bbcode_parser->attachments, false, false, true, false, true); DoPA Hack mostrar thumbnails en vez de enlaces
and replace with:
$attach->process_attachments($viewinfo, $bbcode_parser->attachments, false, false, true, true, false);
You'll need to clear the cache to see the change (under Maintenance on vB's admin panel)
On packages\vbcms\item\content\article.php
Find $attach->process_attachments($viewinfo, $bbcode_parser->attachments, false, false, true, false, true); DoPA Hack mostrar thumbnails en vez de enlaces
and replace with:
$attach->process_attachments($viewinfo, $bbcode_parser->attachments, false, false, true, true, false);
You'll need to clear the cache to see the change (under Maintenance on vB's admin panel)