dannato1980 wrote:
Hi Staff,
I have bought a yt-news-ajax-tabs-module and installed in my site: artofgaming.it
Testing now at address
www.artofgaming.it/links (on the right)
I notice the following issues:
- Sort order by "Recently added first" doesn't work. The articles are not the latest, but are stuck from 84xx ids (when the latest article published has 11705 id!)
- Thumbnails doesn't created from remote image (eg. flickr, imageshack) but I can fix it adopting local images only
- Top and Bottom Layout doesn't fit the width neither when specified (Width Layout Tab, Thumbnail Width)
I have to show news like in home page (Global news zone), title, limited intro text and thumbnails, but with your module, with a ajax support.
How can resolve? Is it possible the fix to these issues? Or there are no way, and I must entrust myself of your refound policy?
Thanks in advance
Marco
PS
where is the supporto? I contacted through email, msn, ticket... but no response...
Dear dannato1980
I am sorry for this late. I would like to answer you as follows:
- Sort order by "Recently added first" doesn't work. The articles are not the latest, but are stuck from 84xx ids (when the latest article published has 11705 id!)
=> Please open modules\mod_yt_news_ajax_tabs\assets\yt_newsajax_tabs.php file and make sure that you are having this code:
elseif ($this->sort_order_field == 'created' || $this->sort_order_field == 'modified'){
$this->type_order = 'DESC';
$orderby = ' ORDER BY ' . $this->sort_order_field . ' ' . $this->type_order;
}
in
if ($this->sort_order_field == 'random') {
$orderby = ' ORDER BY rand()';
}
elseif ($this->sort_order_field == 'created' || $this->sort_order_field == 'modified'){
$this->type_order = 'DESC';
$orderby = ' ORDER BY ' . $this->sort_order_field . ' ' . $this->type_order;
}
elseif ($this->sort_order_field == 'title' || $this->sort_order_field == 'ordering'){
$this->type_order = 'ASC';
$orderby = ' ORDER BY ' . $this->sort_order_field . ' ' . $this->type_order;
}
else {
$orderby = ' ORDER BY ' . $this->sort_order_field . ' ' . $this->type_order;
}
$limit = " LIMIT {$this->limit_item}";
- Thumbnails doesn't created from remote image (eg. flickr, imageshack) but I can fix it adopting local images only
=> Yes, thanks
- Top and Bottom Layout doesn't fit the width neither when specified (Width Layout Tab, Thumbnail Width)
=> It is calculating automatically