Quote:
Originally Posted by fechten
Hey there. I've been reading through and couldn't find the answer to this question.
Right now, the product reviews are sorted by the date the thread/product was created. How do I set the forum to show by latest reply and how do we get productforums.php to show a list of categories and then latest reviews below that? (Or just latest reviews?)
|
The first issue requires a hack as [currently] we're looking at the product table rather than the reviews one. You could either add a column for last reviewed or change the table query around to do a JOIN statement.
The second change also requires a quick hack to the code to add in the drop down list. You can basically copy how the manufacturer dropdown works or wait for the next release as this sounds like it's worth being added in.