mikesymonds
Where do I change what items appear here? How do I change the images and their links (url address)? This is the toolbar module and point 2.
All the views file in JOOMLA/components/com_community/templates/kikiriki
it does not consist all layout files but some as most of core layout is from the default template Jomsocial in same folder.
About the Toolbar it is JS toolbar and the icons are coded. if you completely turn it off you can turn it off from backend jomsocial configurations > show toolbar now.
File path : /components/com_community/templates/jomsocial/layouts/toolbar/base.php
Code will be like this : <svg viewBox="0 0 16 16" class="joms-icon">
<use xlink:href="<?php echo CRoute::getURI(); ?>#joms-icon-earth"></use>
</svg>