Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Browser: Firefox, Safari, Chrome (newest)
User-Level: Registered, Admin, Super Admin
Joomla-Version: 2.5.19
Template: yoo_avenue, yoo_digit, yoo_cloud.... no differences in behavour
PHP 5.3.3
+++++
When starting a group discussion, the first article stays on the top. The following answers (I call them articles) to the discussion have the order "newest first". In Fact the order from the first until the last article would be as follows with an excample of 5 answers:
How can I realise that? I do not find any settings all over the JomSocial configuration. The order feature is one of the first features from J1.0 - so this is something that should be available in JS, too.
if you want make discussion reply show from oldest to latest when a user view on discussion page, you can change our code on com_community / libraries / wall.php on line 203 or search "special discussion" and below on "special discussion" changed
$order = 'DESC';
into
$order = 'ASC';
but this is only when user view discussion.. if someone reply on that discussion, the new reply still appear on first order except the user refresh discussion page..
We have not received any response back from you in over 7 days, and would like to know if you consider this issue to be resolved. If you have any further questions, simply reply to this post.