Topic-icon Frontpage comment box width

Active Subscriptions:

None
13 years 3 months ago #31150 by kiwi2b
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";
The topic has been locked.
Support Specialist
13 years 3 months ago #31257 by alzander
Your right that there should be separate settings for the featured/front-page view. I've added an ticket to our feature-tracker to implement that in an upcoming release. I could easily see this in v5.1, but can't guarantee anything as there's a lot we're shooting for in that release.

For now, you'll have to keep doing the code change. Fortunately, v5.0.0 seems extremely stable, so we're not expecting many 5.0.x releases over the next month or so until v5.1 is available.

Thanks for the feedback,
Alex
The topic has been locked.