hey guys,
iv been trying to do this with no success...
my issue: when ever you click on the banner to your portal etc it redirects you to your forum page.
is it possible to make it so when you click the banner it re directs you to say one of my portal pages?
and is it also possible to re direct to that portal page after i log in also?
i found this java solution but it does not work for me.
(YOU FORUM LINK HERE) being the link i want it to go to.
ANY IDEAS WOULD HELP! i have been working on this issue for weeks!!!!
thank you!
iv been trying to do this with no success...
my issue: when ever you click on the banner to your portal etc it redirects you to your forum page.
is it possible to make it so when you click the banner it re directs you to say one of my portal pages?
and is it also possible to re direct to that portal page after i log in also?
i found this java solution but it does not work for me.
(YOU FORUM LINK HERE) being the link i want it to go to.
- Code:
$(function(){
$('#i_logo').parent('a').click(function(){
window.location='YOU FORUM LINK HERE';
return false;
});
});
ANY IDEAS WOULD HELP! i have been working on this issue for weeks!!!!
thank you!