- Forum
- General - Allgemeines
- CMS Joomla
- Hack - Top Rated Contet Module - Joomla! 1.7
× Tips, tricks and tutorials for Joomla!
Here you may ask questions which are not related to Joomla! Extensions by Kubik-Rubik.
Tipps, Tricks und Tutorials für Joomla!
Hier können Sie Fragen stellen, die nicht in Zusammenhang zu Joomla! Erweiterungen von Kubik-Rubik stehen.
Hack - Top Rated Contet Module - Joomla! 1.7
7 years 2 months ago #4958 by Vitja Hi,
if you need a "Top Rated Content" module in Joomla! 1.7, you can achieve it with a small hack of the module "Most Read Content".
Open: modules/mod_articles_popular/helper.php
Search:
$model->setState('list.ordering', 'a.hits');
Change to:
$model->setState('list.ordering', 'rating');
That's all! Now the articles will be ordered by the rating und you have the wished behavior.
- Vitja
-
Topic Author - Offline
- Entwickler / Developer
-
Less More - Posts: 4686
- Thank you received: 522
-
-
-
-
-
- Forum
- General - Allgemeines
- CMS Joomla
- Hack - Top Rated Contet Module - Joomla! 1.7
Time to create page: 0.108 seconds