When click on logo up top, make it go to portal instead of forum
4 posters
Page 1 of 1
When click on logo up top, make it go to portal instead of forum
On my site, i have a logo up top. Whenever i click on it, it goes to the forum page instead of the portal page. I was wondering if there was a way for me to change that, so when i click on the logo up top it goes to the portal??
thanks!
thanks!
Last edited by Mr. Eddster on Wed 14 Aug - 6:23; edited 1 time in total
Re: When click on logo up top, make it go to portal instead of forum
yes! I think this can be done I will edit this post with the way to do so once I get home and on my laptop. I'm on a cell phone atm.
Edit:
yes go to
ACP>Display>Generalties> your forum redirects to : (x) the portal
Make sure you press the save button!
See the image if confused on where you should be.
Edit:
yes go to
ACP>Display>Generalties> your forum redirects to : (x) the portal
Make sure you press the save button!
See the image if confused on where you should be.
Re: When click on logo up top, make it go to portal instead of forum
Thanks for the help, but its actually not what im looking for lol!Sir. Mayo wrote:yes! I think this can be done I will edit this post with the way to do so once I get home and on my laptop. I'm on a cell phone atm.
Edit:
yes go to
ACP>Display>Generalties> your forum redirects to : (x) the portal
Make sure you press the save button!
See the image if confused on where you should be.
i got that set up. Thing is, i have a logo at the top of my site, and when i click on it, it goes to my forum page instead of my portal page
when i click on this logo (i will provide it below) i want it to go to the portal, NOT the forum.
also, when i hover over the logo, in the bottom l;eft of my screen it gives me the url http://sports-forumbuzz.canadian-forum.com/forum if that'd help
i think it'd need to be fixed in the templates if anything
Re: When click on logo up top, make it go to portal instead of forum
Ok place this code in your Javascript codes management and set the placement to all pages
- Code:
$(function(){
$('#i_logo').parent('a').click(function(){
window.location='/portal';
return false;
});
});
Re: When click on logo up top, make it go to portal instead of forum
it worked once then it stopped working...Sir. Mayo wrote:Ok place this code in your Javascript codes management and set the placement to all pages
- Code:
$(function(){
$('#i_logo').parent('a').click(function(){
window.location='/portal';
return false;
});
});
edit: it works but then once you log out it goes back to the same way, click on the logo and it re directs to forum instead of portal
Re: When click on logo up top, make it go to portal instead of forum
Hi,
Admin panel > Display > Templates/General > Overall_header
Look for : {U_INDEX}
Then replace
enjoy
Admin panel > Display > Templates/General > Overall_header
Look for : {U_INDEX}
Then replace
- Code:
<a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
- Code:
<a href="/portal" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
enjoy
Re: When click on logo up top, make it go to portal instead of forum
Thank you very much!Neptune- wrote:Hi,
Admin panel > Display > Templates/General > Overall_header
Look for : {U_INDEX}
Then replacewith
- Code:
<a href="{U_INDEX}" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
Publish
- Code:
<a href="/portal" id="pun-logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>
enjoy
i got 1 more question though!
when people log out, it goes back to the forum page, not the portal page. The link i use for this is this:
http://sports-forumbuzz.canadian-forum.com/login?logout=1
is it possible that when users log out, they go to the portal page instead of the forum page?
Thanks!
Re: When click on logo up top, make it go to portal instead of forum
I think you're redirected on the page chosen on Admin-Panel/Display/HomePage/Generalities and do not know how to change this.
Re: When click on logo up top, make it go to portal instead of forum
eah possibly. but thanks, this is solved then! ill create a new blog for the logout problem!Neptune- wrote:I think you're redirected on the page chosen on Admin-Panel/Display/HomePage/Generalities and do not know how to change this.
Re: When click on logo up top, make it go to portal instead of forum
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» how to make portal page not as homepage
» how to make portal view in forum
» How can i make my portal
» How to make ads and forums in portal?
» How to Make an Element in My Portal Only Appear Logged in
» how to make portal view in forum
» How can i make my portal
» How to make ads and forums in portal?
» How to Make an Element in My Portal Only Appear Logged in
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum