Forum Banner Redirect
3 posters
Page 1 of 1
Forum Banner Redirect
I want the Portal to be the homepage, but when someone clicks on the banner, I want it to send them to the forum. How can I do this?
Last edited by ShowStopper on February 26th 2012, 6:43 am; edited 1 time in total
Re: Forum Banner Redirect
Hi,
Try adding this code in Admin CP > Modules > Javascript management. Add it for all pages.
Add you forum link in the code where it says "YOU FORUM LINK HERE". Hope it helps
Try adding this code in Admin CP > Modules > Javascript management. Add it for all pages.
- Code:
$(function(){
$('#i_logo').parent('a').click(function(){
window.location='YOU FORUM LINK HERE';
return false;
});
});
Add you forum link in the code where it says "YOU FORUM LINK HERE". Hope it helps
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Forum Banner Redirect
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» BANNER REDIRECT PLEASE!
» Forum redirect
» Redirect to different forum.
» How can redirect forum url to extern domain?
» URL Redirect towards other forum
» Forum redirect
» Redirect to different forum.
» How can redirect forum url to extern domain?
» URL Redirect towards other forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum