Main Forum Logo Q
3 posters
Page 1 of 1
Main Forum Logo Q
Technical Details
Forum version : phpBB3Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : http://goldenbay.forumotion.co.nz/
Description of problem
Is there a way to assign a clickable, off-site URL to my main forum logo image?Re: Main Forum Logo Q
Hello @GregoryBaskin,
basically you want to go to another page than the /forum one if you click on the banner, right?
if so, just to go ACP > Modules > HTML & Javascript > Javascript codes management and create a new javascript code:
You just have to change PASTEHERE with the link you want to be redirected to when you click on the banner
basically you want to go to another page than the /forum one if you click on the banner, right?
if so, just to go ACP > Modules > HTML & Javascript > Javascript codes management and create a new javascript code:
- Title: as you prefer
- Where: in all pages
- Code:
$(function() {
var external_link = 'PASTEHERE';
$("#logo-desc #logo").attr("href", external_link);
});
You just have to change PASTEHERE with the link you want to be redirected to when you click on the banner
Re: Main Forum Logo Q
Topic solved and archived
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
» Forum Main Logo
» Need Forum Main Logo
» I want my Forum Main Logo
» need psp main forum logo
» Need Forum Main Logo Pls
» Need Forum Main Logo
» I want my Forum Main Logo
» need psp main forum logo
» Need Forum Main Logo Pls
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum