login startsite
Using Jamroom
In JR5 it takes a module to redirect the logged in user to a different page other than the profile page.
What is the name of the skin you are using?
Where do you want the redirect to take the user, the index page?
background: url('{$jamroom_url}/{jrCore_module_url module="jrProfile"}/{jrCore_module_url module="jrImage"}/profile_image/{$profile_id}/xlarge');
border: 2px solid black;
<div class="profile_name_box"{if $profile_image_size > 0} style="background-image: url('{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="xxlarge" class="img_scale img_shadow" alt=$profile_name width=false height=false}')"{/if}>
<div class="profile_name_box"{if $profile_image_size > 0}style="background-image: url('shouldbethelinktotheprofileimage')"{/if}>