66
@xoobaru
Ouch seems like there are multible issues in your test. I have done same tests within both web server as wamp server locally but in these my updatings work ok.
Do you have any errors in your error log when running these pages ?
I mean if you have debug level on in admin or anything stopping javascript performing in javascript console (firefox firebug, IE F12 etc etc) ?
Another thing I just remembered is maybe old pages are cached within Xoops so maybe cleaning Xoops Cache would do it.
Public index is accessable for all users even anonymous. This page displays all users public posts. I use this as a startpage in my webpage.
In admin I put only my posts as visible there, so I can use as a news module sort of. The comments other users posts to my updates are however only visible to anonymous users if this users give permission to this in settings.
If no settings are set po comments / posts from users the filter message "This comments are only ...." is shown.
Normal indexpage displays all the users in your network that are frinds AND followed by user.
I will try to make more tests with existing databases to see if I can reproduce your errors. Thanks for testing