jomsocial force status刷新

时间:2012-11-29 15:01:25

标签: joomla2.5 jomsocial

我很高兴用joomla 2.5.7制作jomsocial 2.6.2。

问题在于,当用户更改状态时,消息不会反映在墙上。

仅当您刷新页面或将视图全部切换到我和朋友视图时。

控制台中没有js错误,我得到:

Jax.submitTask ajax_1.3.js:1
Jax.call ajax_1.3.js:1
joms.extend.activities.getLatestContent script-1.2.js:226
reloadActivities myaccount:1129
(anonymous function)

但没有刷新任何人都知道如何强制墙,所以我可以添加一行后:

Status.submit 

in

status.form.php

任何提示欢迎2天已经尝试......

非常感谢

1 个答案:

答案 0 :(得分:0)

我可以相信它正在发挥作用

我在status.forum.php中添加此行,强制加载所有状态

第255行

complete: function()
{
  CreatorLoadingIndicator.hide();
  joms.ajax.call('frontpage,ajaxGetActivities', [ 'all' ])
  Status.reset();
  Status.submitting = false;
}