Like said previously, any idea how to stop redirecting to forumhome when logging in via gallery?
Also, how would I fix it so that when you click on a member name (while in gallery) it shows their uploaded pictures to the gallery instead of going to their memberinfo on vbForums? (Like it would do pre-integration).
Thanks
EDIT:
To stop going to memberinfo when you click on a member name edit sessions.php
And comment out this line, like this:
//$url_show_profile = $url_app."member.php?u={user_id}";
That seemed to do it for me.