How to limit size/number of profile timeline images?
Using Jamroom
Ok, I found and removed the timeline "link.png" button... also in the Timeline module's item_list template... as in here:
<div id="action-controls{$item._item_id}" class="action_item_delete">
{* timeline comment link.png icon button removed *}
{jrCore_item_delete_button module="jrAction" profile_id=$item._profile_id item_id=$item._item_id}
{if jrUser_is_admin() && !jrProfile_is_profile_view()}
<a onclick="xxDeleteEntry('{$item._item_id}');">{jrCore_icon icon="trash" size=30}</a>
{/if}
</div>
Seems to have gotten rid of the link button in all the Timelines.
Now my members can no longer try to start conversations in other people's timelines and wonder where they are and why nobody else is responding to their questions and comments. Yikes, how retro to be removing such 'Share' avenues!... but really, I had gotten tired of members wandering into timelines and getting confused and then declaring that the site was confusing to navigate.
Somehow I managed to find the bits of code to delete and now those three 'garden paths' my confused members were getting lost wandering down inadvertently... have their gates CLOSED.

This removal of the timeline comment accesses also solves the original issue at the beginning of this thread- now members can't post excessive content or images into their timelines like that fellow with his massive jpgs that weren't limited by the profile limit functions. Now he can't access any timeline comment textboxes and post his 'stuff'.... he'll have to use the site Forums, the Groups, the Photo Gallery etc. to post his content, just like everyone else. And then other members can comment on it normally... and know where they are. :D
SOLVED! (whew, sorry for the length of this thread, but these little things were all very much related to each other)
updated by @strumelia: 10/07/17 11:07:12AM