How to remove the forum main logo from the portal?
3 posters
Page 1 of 1
How to remove the forum main logo from the portal?
Hello guys, I'm wondering if it's possible to remove the forum main logo only from the portal page? (not the main page please) Any help would be appreciated, thanks!
My Forum: http://thelostedencode.forumth.com/
My Portal Page: http://thelostedencode.forumth.com/portal
Forum Version: Invision
My Forum: http://thelostedencode.forumth.com/
My Portal Page: http://thelostedencode.forumth.com/portal
Forum Version: Invision
yayayes- Forumember
- Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong
Re: How to remove the forum main logo from the portal?
goto acp>modules>javascript managment
create a new javascript
title:whatever you line
pages: portal
add this code
create a new javascript
title:whatever you line
pages: portal
add this code
- Code:
$(function(){if(window.location.pathname == "/portal"){$('#logo').css('display','none')};});
Re: How to remove the forum main logo from the portal?
that works very well _Twisted_Mods_! Thank you very much.
Do you think it's possible to hide the row title and announcement bar as well (on portal)?
very appreciate it, Thankyou ^^
Do you think it's possible to hide the row title and announcement bar as well (on portal)?
very appreciate it, Thankyou ^^
yayayes- Forumember
- Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong
Re: How to remove the forum main logo from the portal?
not sure what u mean by row tite.... and the announcement can be removed in the acp>general>announcements
Re: How to remove the forum main logo from the portal?
By row title I mean this red bar underneath the forum main logo. I would like to remove it only from the portal page if that is possible, Thanks.
yayayes- Forumember
- Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong
Re: How to remove the forum main logo from the portal?
this will remove all 3 items just replace the last code i gave you with this one
$(function(){
if(window.location.pathname == "/portal"){
$('#logo').css('display','none');
$('#submenu').css('display','none');
$('#fa_ticker_block').css('display','none');
}
});
$(function(){
if(window.location.pathname == "/portal"){
$('#logo').css('display','none');
$('#submenu').css('display','none');
$('#fa_ticker_block').css('display','none');
}
});
yayayes- Forumember
- Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong
Re: How to remove the forum main logo from the portal?
anytime if you need anything else ill be more then glad to help
Re: How to remove the forum main logo from the portal?
Nice work Twisted, though I advise you always put the codes in a code bbcode
Topic solved and archived.
Topic solved and archived.
Similar topics
» how to remove main logo background
» Forum Main Logo
» Forum Main Logo
» Main Forum Logo Q
» Need Forum Main Logo
» Forum Main Logo
» Forum Main Logo
» Main Forum Logo Q
» Need Forum Main Logo
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum