Hello,
2 questions.

After someone applies for a invitation to login to jomsoial, there is a page that says that there invitation is up for review. There is a small graphic of a life perserver. Where is the graphic or can I change the code to point it at a different graphic?

Second, on the confirmation email it will give the web address or the name of the website or display a name. (baby blue lettering).. How can I edit that html of the email?

    caasi2 Hi
    The email template is same for all type of JS emails.
    For email style, you need modify html file directly, please modify this file components/com_community/templates/jomsocial/email.html.php

    About the avatars can you give me screenshot as there are only users avatar that is from user profile.

    caasi2
    Hi
    This is svg icon defined in the layout file
    /components/com_community/templates/jomsocial/layout/register/registerinvitesuccess.php

     <svg viewBox="0 0 16 16" class="joms-icon" style="width:10%;height:10%;">
            <use xlink:href="<?php echo CRoute::getURI(); ?>#joms-icon-support"></use>
        </svg>

    Replace this code with your icon code.

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.