so, here's the next workaround for everyone who wants to have the facebook invite back without losing the global invitation:
1) create an joomla article (for example facebook invite) and save it.
2) create a new menu and select the article to it.
3) show the new menu at a template position which doesn't exist - you can type directly in the module position field. for example menupositionwhichidonthavehere
4) open invitemodule and select it to the new menu/article
what have we done until now? we have setup the invite module for a special page which is only reachable within a direct link - that's because we set a new module and set it to display nowhere. If you want a usual site within a menu you can easily add an article to the menu you prefer and don't need new module and ghost position
now we want to have inside of jomsocial:
5) go to your jomsocial template folder and select the file friends.invite.php
6) find this code very at the beginning:
<div class="community-form-instruction">
<?php echo JText::_('COM_COMMUNITY_INVITE_TEXT'); ?>
</div>
7)after this insert your link to the article:
<a href="
yoursite.com/articlename.html">Enter your text here which describes the link.
that's it !!
now you have facebook invite integrated to jomsocial without destroying the global invite function from jomsocial, so all the links inside jomsocial will go on working correctly.
hope you like it.
@alex:
my way is working but ALWAYS shows the link to invite facebook friends. It would be better if the link is only shown to facebook users like jomsocial did, perhaps you have a solution for that auto-detection?