Quote:
Originally Posted by omardealo
not weird , i see this thread already and i copy same title
i try same code , not worked ...
|
lol, I see - I thought that was quite a coincidence. Also I see now that you're asking something a little different. OK, Try this: use hook location
cache_ordered_forums and code like this:
Code:
$tachyjoin .= " LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON (thread.threadid = forum.lastthreadid) ";
$counter_select .= ", thread.threadphoto";