Hi there,
Any way to set the frontpage width of comment boxes in the new version?? There are options for blog and article views, but not for frontpage afaik. For me, I have a three column layout on the frontpage, so i need a setting for frontpage view.
From a previous request, you sent me this code to add to a file (/plugins/content/jfbccontent/jfbccontent.php) after.... " function _getComments($article, $width, $numposts, $colorscheme, $renderKeyString, $isJoomla { ", shown below, which works great. Be best though if it was an option as it saves modding the files each time I update your great extension.
Thanks!
$view = JRequest::getVar('view');
if ($view == 'frontpage' || $view == 'featured')
$width = "300";