I've added a new menu item "Joomla Home" to the SMF main menu.
I have linked "Joomla Home" to go to the main Joomla homepage.
I would like to keep this for guests (not logged in), but for Members (logged in) I want to send them to a different Joomla page.
Can some scripting test for a user being logged in (or not), and then redirect to the proper Joomal page.
How would I do this (BTW, I'm not a programmer)
Thanks
if($context['user']['is_logged'])
or
if ($context['user']['is_guest'])