module forum_last_topics shows wrong forum name with rigth topics
- Status
- Pending
- Subject
- module forum_last_topics shows wrong forum name with rigth topics
- Version
- 2.x
- Category
- Error
- Patch
- Feature
- Modules
- Resolution status
- New
- Submitted by
- duebel
- Lastmod by
- duebel
- Rating
- Description
- The module forum_last_topics mixes wrong forum names with rigth topic names.
- Solution
tiki20/lib/rankings/ranklib.php 2008-02-27 16:19:12.000000000 +0100 +++ tiki_mod/lib/rankings/ranklib.php 2008-11-13 14:24:39.486289778 +0100@@ -172,7 +172,7 @@
+ .$this->sql_cast("tf.`forumId`","string")." = a.`object`".
} else {
$query = "select a.*, tf.*, max(b.`commentDate`) as `lastPost` from
`tiki_comments` a left join `tiki_comments` b on b.`parentId`=a.`threadId` right join `tiki_forums` tf on "
- .$this->sql_cast("tf.`forumId`","string")." where a.`objectType` = 'forum' and a.`parentId`=0 $mid group by a.`threadId` order by `lastPost` desc";
}- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2148
- Created
- Thursday 13 November, 2008 13:28:01 UTC
by Unknown - LastModif
- Thursday 13 November, 2008 13:28:01 UTC