How do I disable the ability of user to post something on other user`s timeline?
In module settings I only found an ability to disable posting of non-members, but I need the same for members
How do I disable the ability of user to post something on other user`s timeline? In module settings I only found an ability to disable posting of non-members, but I need the same for members |
Or maybe there is an ability to make the 'Post to timeline' block visible only for the timeline owner? |
A member can set the timeline block to only be visible to them. You would also need to remove the timeline from the member's submenu so that one could not visit it as well. Geeks, making the world a better place |
I do not want to disable the timeline block completely from visibility, I want the ability to post something on other users timeline to be disabled, can I do so? I was thinking about makig the post block visible only for owner. Any suggestions? A member can set the timeline block to only be visible to them. You would also need to remove the timeline from the member's submenu so that one could not visit it as well.
|
I do not want to disable the timeline block completely from visibility, I want the ability to post something on other users timeline to be disabled, can I do so? I was thinking about makig the post block visible only for owner. Any suggestions? A member can set the timeline block to only be visible to them. You would also need to remove the timeline from the member's submenu so that one could not visit it as well.
I was thinking of quick and dirty, so set the timeline block to only being viewable by the owner, "me only". You can run an sql if you know the block id; someone needs to help here, that will switch all the timelines on all profile pages at once. However, there is a menu item on the submenu of each profile that is "timeline". If a member clicks on that menu item, it will show the member's timeline and the timeline block to post. Therefore, you need to go to the admin menu builders and remove that item from the member's submenu bar. Now I have basically repeated what I said before Geeks, making the world a better place |
Okay I got the idea, thank you I will try it later on. :) Maybe you know where I can find the lines of code which are responsible for displaying posting for non-members?(this change can be made in advanced settings in admin area as I said before)
I do not want to disable the timeline block completely from visibility, I want the ability to post something on other users timeline to be disabled, can I do so? I was thinking about makig the post block visible only for owner. Any suggestions? A member can set the timeline block to only be visible to them. You would also need to remove the timeline from the member's submenu so that one could not visit it as well.
I was thinking of quick and dirty, so set the timeline block to only being viewable by the owner, "me only". You can run an sql if you know the block id; someone needs to help here, that will switch all the timelines on all profile pages at once. However, there is a menu item on the submenu of each profile that is "timeline". If a member clicks on that menu item, it will show the member's timeline and the timeline block to post. Therefore, you need to go to the admin menu builders and remove that item from the member's submenu bar. Now I have basically repeated what I said before
|
A quick correction here so I make everything more clear: I want users to see each others timeline, but they can only post on their own timeline. Comment on other users timeline post, but not post. I haven`t mentioned that I think. |
Maybe someone else have any ideas? |
This is much more involved and requires changes to the code. Geeks, making the world a better place |
Did anyone get anywhere with this? I would like this functionality changed also so that only the member can post things to their timeline. Thanks, Mark |