Since I updated sportsbook to 1.1.0, it looks like its widget takes over the top spot on my forums, when in the past, the stock trader as on top.
Is there an easy way to re-order those?
Is there an easy way to re-order those?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
oh shit, I should have known that, thanks.
Couldn't find it because debug mode wasn't on.
protected function _getRenderTemplate(array $widget, $templateName, array $params)
{
return 'nflj_stocktrader_widget_framework_top_portfolios';
}
protected function _getRenderTemplate(array $widget, $templateName, array $params)
{
return 'nflj_stocktrader_wf_top_portfolios';
}
Also, maybe a bug, but the widget for "Sportsbook recent events" refers to a non existing phrase called "nflj_showcase_applicable_categories".
I assume that should be "nflj_sportsbook_applicable_categories"? This phrase doesn't exist either, maybe it just needs to be added?
I've changed it to "nflj_sportsbook_categories" for the time being.