Hi. Can anyone advice me on how can i redirect unregistered users to a custom page when they click on a question? For example when a user click on a question at the home page or any other question list (search results, tag results etc) i would like to redirect him to a custom page. How can i do that ??
I think i have to use this function: if (qa_get_logged_in_handle() == null) but i dont know in which file and how can i redirect an unregistered user.
I tried to make some changes to files qa-app-q-list.php and qa-page-questions.php but finished with broken site :(
Can any expert user guide me ??
Thanks in advance