Profile Comment Not Notifications |
| |||
hii.. jcowers.. why my jcow not have notification if friends write comments on profile comments (Write status). Notification only work if friends reply comment or like status..
|
| |||
because apparently the script is using the wrong form. it is using the stream_form function instead of the profile_comment_form function
|
| |||
i made this change in page_inc.php function index [code]
[/code]
[/code] what sends notifications, but doesn't show up in the stream
|
| |||
yeaah. .. I've tried changing the code. but friends can not see that status. only appear in the feed.
|
| |||
i changed activity_get to stream_get in the private function newsfeed in the dashboard module.
|
| |||
i have changed. notification succes but comment cannot show if i reload the profile..
|
| |||
v4 does't support profile_comment_form any more. we will add the commenting notification.
|
| |||
how to add it. or wait for the release of jcow 4.2. ok thanks,.
|
| |||
i did some modifications elsewhere, so it is compatible with version 4. some remarks this a part of the original code in pages_inc.php, function index. [code] the file profile.tpl.php doesn't exist and also the variable $profile['id'] doesn't exist in that function. if some function or form is not used anymore, why not just remove it. There are lot of functions in the script that are not used anywhere.
|