Hello,
i'm struggling to find a changelog for the latest release to find out what is changed.
Can you please help me?
2.1.5 changelog
Hi haonas,
In 2.1.5, the GK News shows pro changed the position of the button in the following files:
/module/mod_news_pro_gk5/tmpl/portal_modes/grid_news/controller.php in line 97:
Changed from the following code:
if($this->parent->config['portal_mode_grid_news_url'] != '') {
echo '<a href="'.$this->parent->config['portal_mode_grid_news_url'].'">'.$this->parent->config['portal_mode_grid_news_link_text'].'</a>';
}
To the new code:
if($this->parent->config['portal_mode_grid_news_url'] != '') {
echo '<div class="btn-wrap"><a href="'.$this->parent->config['portal_mode_grid_news_url'].'">'.$this->parent->config['portal_mode_grid_news_link_text'].'</a></div>';
}
That is all changed in the 2.1.5 version.
Thank you very much
saguaros locked the discussion.